Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Sep 2012 04:09:12 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        utisoft@gmail.com
Cc:        svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r303635 - in head/print: ghostscript8 ghostscript9
Message-ID:  <20120905.040912.313960415548568697.hrs@allbsd.org>
In-Reply-To: <CADLo838Y7paEEMftwBODhv6SWpyd8mia121OPOf_1%2BYjVfnSJw@mail.gmail.com>
References:  <201209040521.q845Lc7f099295@svn.freebsd.org> <CADLo838Y7paEEMftwBODhv6SWpyd8mia121OPOf_1%2BYjVfnSJw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Wed_Sep__5_04_09_12_2012_400)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Chris Rees <utisoft@gmail.com> wrote
  in <CADLo838Y7paEEMftwBODhv6SWpyd8mia121OPOf_1+YjVfnSJw@mail.gmail.com>:

ut> On 4 Sep 2012 06:21, "Hiroki Sato" <hrs@freebsd.org> wrote:
ut> >
ut> > Author: hrs
ut> > Date: Tue Sep  4 05:21:38 2012
ut> > New Revision: 303635
ut> > URL: http://svn.freebsd.org/changeset/ports/303635
ut> >
ut> > Log:
ut> >   Fix build on !i386 && !amd64.
ut> >
ut> >   PR:   ports/171253  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=171253
ut> >
ut> > Modified:
ut> >   head/print/ghostscript8/Makefile
ut> >   head/print/ghostscript8/Makefile.drivers
ut> >   head/print/ghostscript9/Makefile
ut> >   head/print/ghostscript9/Makefile.drivers
ut> >
ut> > Modified: head/print/ghostscript8/Makefile
ut> >
ut> ==============================================================================
ut> > --- head/print/ghostscript8/Makefile    Tue Sep  4 03:05:23 2012
ut>  (r303634)
ut> > +++ head/print/ghostscript8/Makefile    Tue Sep  4 05:21:38 2012
ut>  (r303635)
ut> > @@ -90,8 +90,8 @@ MLINKS=               gslp.1 gsbj.1 \
ut> >  CIDFONTDIR=    ${DATADIR}/${PORTVERSION}/Resource
ut> >  EXCLUDE_DIRS=  jbig2dec jpeg expat jasper libpng tiff zlib
ut> >
ut> > -.include "Makefile.drivers"
ut> >  .include <bsd.port.pre.mk>
ut> > +.include "Makefile.drivers"
ut> >  .include "${FILESDIR}/Makefile.drivers_post"
ut> >
ut> >  .for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//}
ut> >
ut> > Modified: head/print/ghostscript8/Makefile.drivers
ut> >
ut> ==============================================================================
ut> > --- head/print/ghostscript8/Makefile.drivers    Tue Sep  4 03:05:23 2012
ut>        (r303634)
ut> > +++ head/print/ghostscript8/Makefile.drivers    Tue Sep  4 05:21:38 2012
ut>        (r303635)
ut> > @@ -13,9 +13,11 @@ OPTIONS_X11= \
ut> >         GS_x11rg16x \
ut> >         GS_x11rg32x
ut> >
ut> > +.if ${ARCH:Mamd64} || ${ARCH:Mi386}
ut> >  OPTIONS_SVGALIB= \
ut> >         GS_lvga256 \
ut> >         GS_vgalib
ut> > +.endif
ut> >
ut> >  OPTIONS_ICONV= \
ut> >         GS_oprp \
ut> >
ut> > Modified: head/print/ghostscript9/Makefile
ut> >
ut> ==============================================================================
ut> > --- head/print/ghostscript9/Makefile    Tue Sep  4 03:05:23 2012
ut>  (r303634)
ut> > +++ head/print/ghostscript9/Makefile    Tue Sep  4 05:21:38 2012
ut>  (r303635)
ut> > @@ -95,8 +95,8 @@ MLINKS=               gslp.1 gsbj.1 \
ut> >
ut> >  EXCLUDE_DIRS=  freetype jbig2dec jpeg expat jasper libpng tiff zlib
ut> >
ut> > -.include "Makefile.drivers"
ut> >  .include <bsd.port.pre.mk>
ut> > +.include "Makefile.drivers"
ut>
ut> You can't introduce OPTIONS after
ut> bsd.port.pre.mk; this has broken INDEX because the options are no longer
ut> properly recognised.
ut>
ut> Please revert!

 Gr, sorry.  I was careless about that.  Reverted the change and added
 if-endif pairs to fix the original issue.  Thank you for pointing out
 it.

-- Hiroki

----Security_Multipart(Wed_Sep__5_04_09_12_2012_400)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)

iEYEABECAAYFAlBGUdgACgkQTyzT2CeTzy0E0QCgu48jwFfQez9c8KrPDtk0koLq
jOUAnRB7wF0A6dmzd/VZ6VR+Jnm+vFUH
=w77M
-----END PGP SIGNATURE-----

----Security_Multipart(Wed_Sep__5_04_09_12_2012_400)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120905.040912.313960415548568697.hrs>