Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2007 12:46:43 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107837: fix dependency of print/pdftk
Message-ID:  <200701120346.l0C3khEp003197@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200701120410.l0C4AJmR065235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107837
>Category:       ports
>Synopsis:       fix dependency of print/pdftk
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 12 04:10:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Wed Jan 10 17:14:11 JST 2007 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	print/pdftk depends lang/gcc41 by "USE_GCC= 4.1",
	but higher versions of gcc can be used instead.
	only this ports still requires gcc41 on my system,
	but it is a waste of diskspace.
	
>How-To-Repeat:
	
>Fix:
	here is a patch to Makefile:
	--- Makefile.orig       Fri Jan 12 11:22:11 2007
	+++ Makefile    Fri Jan 12 12:05:20 2007
	@@ -20,12 +20,9 @@
	 NOT_FOR_ARCHS= amd64 ia64 sparc64
	
	 # Get gcc version suffix without the dot in USE_GCC
	-CSUFF=         ${USE_GCC:S/.//}
	+CSUFF=         ${CC:S/gcc//}
	
	-# needs gcj
	-LIB_DEPENDS=   gcj.7:${PORTSDIR}/lang/gcc${CSUFF}
	-
	-USE_GCC=       4.1
	+USE_GCC=       4.2+
	 USE_GMAKE=     yes
	 USE_ICONV=     yes

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701120346.l0C3khEp003197>