ports/65696: ports/net/rrdtool unnecessarily depends on libtool

Helge Oldach rrdtoolapr04 at oldach.net
Sun Apr 18 08:40:26 UTC 2004


>Number:         65696
>Category:       ports
>Synopsis:       ports/net/rrdtool unnecessarily depends on libtool
>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:   Sun Apr 18 01:40:25 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
System: FreeBSD sep 4.10-BETA FreeBSD 4.10-BETA #1821: Fri Apr 9 16:24:09 CEST 2004 toor at sep:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

ports/net/rrdtool has an unnecessary dependency on libtool. In fact the
only thing that is required is GNU_CONFIGURE.

Please modify Makefile as per patch below to avoid port dependency
bloat.

>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Fri Apr 16 23:49:25 2004
+++ Makefile	Sun Apr 18 10:34:00 2004
@@ -16,7 +16,7 @@
 USE_PERL5=	yes
 MAKE_ENV+=	PERL=${PERL}
 
-USE_LIBTOOL_VER=13
+GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ARGS=	--enable-shared --enable-local-zlib \
 		--program-transform-name=''


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



More information about the freebsd-ports-bugs mailing list