Date: Sat, 13 Oct 2012 20:17:20 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305849 - head/print/ghostscript9 Message-ID: <201210132017.q9DKHKYc000335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sat Oct 13 20:17:19 2012 New Revision: 305849 URL: http://svn.freebsd.org/changeset/ports/305849 Log: Fix liblcms conflict. Spotted by: ume Feature safe: yes Modified: head/print/ghostscript9/Makefile Modified: head/print/ghostscript9/Makefile ============================================================================== --- head/print/ghostscript9/Makefile Sat Oct 13 19:40:42 2012 (r305848) +++ head/print/ghostscript9/Makefile Sat Oct 13 20:17:19 2012 (r305849) @@ -2,6 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.06 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -24,9 +25,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/ jbig2dec:${PORTSDIR}/graphics/jbig2dec \ jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff -# XXX: lcms shared lib support is broken -# lcms:${PORTSDIR}/graphics/lcms + tiff:${PORTSDIR}/graphics/tiff \ + lcms2:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts CONFLICTS_INSTALL= gambc-[0-9]* ghostscript[78]-[0-9]* \ @@ -49,6 +49,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-compile-inits \ --enable-contrib \ --enable-dynamic \ + --with-system-libtiff \ --with-ijs \ --with-libidn \ --without-jasper \ @@ -87,7 +88,7 @@ MLINKS= gslp.1 gsbj.1 \ ps2pdf.1 ps2pdf14.1 \ ps2ps.1 eps2eps.1 -EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper libpng tiff zlib +EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms lcms2 libpng tiff zlib .include "Makefile.drivers" .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210132017.q9DKHKYc000335>