ports/85217: devel/libol, sysutils/syslog-ng unnecessary usage of USE_GCC

Ilya Kiselyov ilya at ostankino.ru
Mon Aug 22 13:50:17 UTC 2005


>Number:         85217
>Category:       ports
>Synopsis:       devel/libol, sysutils/syslog-ng unnecessary usage of USE_GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 13:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Kiselyov
>Release:        4.4-RELEASE
>Organization:
TCO
>Environment:
>Description:
devel/libol and sysutils/syslog-ng ports depend on gcc33, which causes building and installing gcc33 port (on 4.x systems). This is almost unnecessary requirement, as these ports are successfully built with system gcc 2.95.2.
>How-To-Repeat:
Use a FreeBSD 4.x system and build sysutils/syslog-ng port
>Fix:
Apply the patch:
 
--- devel/libol/Makefile.orig   Mon Aug 22 17:35:55 2005
+++ devel/libol/Makefile        Mon Aug 22 17:36:05 2005
@@ -16,6 +16,5 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL_VER=       13
 INSTALLS_SHLIB=        yes
-USE_GCC=       3.3+
 
 .include <bsd.port.mk>
--- sysutils/syslog-ng/Makefile.orig    Mon Aug 22 17:34:07 2005
+++ sysutils/syslog-ng/Makefile Mon Aug 22 17:34:16 2005
@@ -20,7 +20,6 @@
 
 GNU_CONFIGURE= yes
 USE_REINPLACE= yes
-USE_GCC=       3.3+
 
 PKGMESSAGE=    ${WRKDIR}/MESSAGE
 

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



More information about the freebsd-ports-bugs mailing list