Date: Tue, 7 Aug 2012 23:22:17 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302264 - head/print/pdftk Message-ID: <201208072322.q77NMH5U017080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Aug 7 23:22:17 2012 New Revision: 302264 URL: http://svn.freebsd.org/changeset/ports/302264 Log: Remove an explicit BUILD_DEPENDS on lang/gccXY since we are already using USE_GCC=4.6+. These two conflict now that Mk/bsd.gcc.mk prefers lang/gcc over lang/gcc46 when USE_GCC=4.6+ is specified. Since the version of GCC as a system compiler is 4.2, older than the minimum requested by USE_GCC, and will not be updated, this BUILD_DEPENDS no longer fulfills its original purpose. This unbreaks this port. Approved by: portmgr (beat) Modified: head/print/pdftk/Makefile Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Tue Aug 7 22:47:29 2012 (r302263) +++ head/print/pdftk/Makefile Tue Aug 7 23:22:17 2012 (r302264) @@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= glarkin@FreeBSD.org COMMENT= A simple tool for doing everyday things with PDF documents -# None of the base systems include gcjXX, so it's listed here to ensure -# that the correct gcc port that includes it is built. -BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} - USE_ZIP= yes # Get gcc version suffix without the dot in USE_GCC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208072322.q77NMH5U017080>