ports/107837: fix dependency of print/pdftk

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Fri Jan 12 04:10:19 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list