ports/114326: [patch] net/rrdman - fix dependency
Gabor Kovesdan
gabor at FreeBSD.org
Thu Jul 5 08:20:04 UTC 2007
>Number: 114326
>Category: ports
>Synopsis: [patch] net/rrdman - fix dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 05 08:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Gabor Kovesdan
>Release: FreeBSD 6.2-RELEASE amd64
>Organization:
n/a
>Environment:
>Description:
The typo in the Makefile does not pull in Perl5 if it is not already installed.
The patch fixes it.
>How-To-Repeat:
>Fix:
--- net-rrdman.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/net/rrdman/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 11 Jun 2007 05:13:47 -0000 1.1
+++ Makefile 5 Jul 2007 08:15:16 -0000
@@ -18,7 +18,7 @@
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= YES
-USE_PERl5= YES
+USE_PERL5= YES
PLIST_FILES= bin/rrd_hwreapply
MAN1= rrd_hwreapply.1
--- net-rrdman.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list