Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2004 10:38:16 +0200 (CEST)
From:      Helge Oldach <rrdtoolapr04@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rrdtoolapr04@oldach.net
Subject:   ports/65696: ports/net/rrdtool unnecessarily depends on libtool
Message-ID:  <200404180838.i3I8cFYd013017@sep.oldach.net>
Resent-Message-ID: <200404180840.i3I8ePUR009833@freefall.freebsd.org>

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

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



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