Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 13:41:49 GMT
From:      Ilya Kiselyov <ilya@ostankino.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/85217: devel/libol, sysutils/syslog-ng unnecessary usage of USE_GCC
Message-ID:  <200508221341.j7MDfnD4068786@www.freebsd.org>
Resent-Message-ID: <200508221350.j7MDoFco060272@freefall.freebsd.org>

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

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



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