svn commit: r303635 - in head/print: ghostscript8 ghostscript9
Hiroki Sato
hrs at FreeBSD.org
Tue Sep 4 19:09:41 UTC 2012
Chris Rees <utisoft at gmail.com> wrote
in <CADLo838Y7paEEMftwBODhv6SWpyd8mia121OPOf_1+YjVfnSJw at mail.gmail.com>:
ut> On 4 Sep 2012 06:21, "Hiroki Sato" <hrs at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20120905/6b0c233e/attachment.sig>
More information about the svn-ports-all
mailing list