From owner-svn-ports-all@FreeBSD.ORG Tue Aug 7 23:22:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C07D61065675; Tue, 7 Aug 2012 23:22:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AC2258FC1C; Tue, 7 Aug 2012 23:22:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q77NMHmY017082; Tue, 7 Aug 2012 23:22:17 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q77NMH5U017080; Tue, 7 Aug 2012 23:22:17 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201208072322.q77NMH5U017080@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 7 Aug 2012 23:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302264 - head/print/pdftk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 23:22:17 -0000 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