pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: heads up: ghostscript



Le 17/03/13 11:13, Thomas Klausner a écrit :
On Sun, Mar 17, 2013 at 10:23:28AM +0100, Richard PALO wrote:
By the way, even in absence of the libiconv selection(see previous
discussion), the following bugfix (typo) is still not applied to
either Makefile:

-CONFIGURE_ARGS+=       -with-omni=no   # otherwise pulls in libstdc++
+CONFIGURE_ARGS+=       --with-omni=no  # otherwise pulls in libstdc++


Fixed, thanks.
  Thomas



BTW, two more things:

1. ghostscript-gpl, seems to me that last gpl version is 9.06 not 9.05.
2. is there any particular reason not to apply the libiconv patch (pkg/47267), is there any particular issue with it?:

richard@devzoneX:~/src/pkgsrc/print/ghostscript-agpl$ cvs diff
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/ghostscript-agpl/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    17 Mar 2013 10:13:09 -0000      1.2
+++ Makefile    17 Mar 2013 16:13:53 -0000
@@ -32,6 +32,7 @@
 BUILD_TARGET=          so
 INSTALL_TARGET=                soinstall
 CONFIGURE_ARGS+=       --with-omni=no  # otherwise pulls in libstdc++
+CONFIGURE_ARGS+=       --with-libiconv=${ICONV_TYPE}

 REPLACE_PERL+=         toolbin/localcluster/clusterpush.pl
 REPLACE_PERL+=         toolbin/checkdeps.pl
@@ -103,6 +104,7 @@
 post-install:
        ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs

+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 #.include "../../graphics/lcms2/buildlink3.mk"






Home | Main Index | Thread Index | Old Index