Bug 58993 - ports/net/rrdtool does not need USE_GMAKE and USE_LIBTOOL
Summary: ports/net/rrdtool does not need USE_GMAKE and USE_LIBTOOL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-06 09:10 UTC by Helge Oldach
Modified: 2003-12-22 10:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2003-11-06 09:10:17 UTC
USE_GMAKE=yes and USE_LIBTOOL are just obsolete. RRDtool builds and runs
fine with BSD make and without libtool. Please remove these unnecessary
port dependencies and add GNU_CONFIGURE=yes instead.

Fix: 

Obvious. :-)


Please note that the mail address above has limited validity to deal
with address harvesters. Visit my web site to obtain a fresh one.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-06 09:15:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2003-12-22 10:27:28 UTC
State Changed
From-To: open->closed

I removed USE_GMAKE. 
Libtool is needed to not install useless .la files.