ports/81380: [PATCH] net/rrdtool: fix plist

Yen-Ming Lee leeym at FreeBSD.org
Mon May 23 04:00:23 UTC 2005


>Number:         81380
>Category:       ports
>Synopsis:       [PATCH] net/rrdtool: fix plist
>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:   Mon May 23 04:00:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon May 16 15:20:54 CST 2005
>Description:
- make pure_install instead of make install to avoid installing perllocal.pod

Added file(s):
- files/patch-bindings-Makefile.in

Port maintainer (demon at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- rrdtool-1.2.8.patch begins here ---
Index: files/patch-bindings-Makefile.in
===================================================================
RCS file: files/patch-bindings-Makefile.in
diff -N files/patch-bindings-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-bindings-Makefile.in	23 May 2005 03:53:30 -0000
@@ -0,0 +1,13 @@
+--- bindings/Makefile.in.orig	Tue May 17 04:57:45 2005
++++ bindings/Makefile.in	Mon May 23 11:40:24 2005
+@@ -519,8 +519,8 @@
+ all-local:  @COMP_PERL@
+ 
+ install-data-local:
+-	cd perl-piped && test -f Makefile && $(MAKE) install || true
+-	cd perl-shared && test -f Makefile && $(MAKE) install || true
++	cd perl-piped && test -f Makefile && $(MAKE) pure_install || true
++	cd perl-shared && test -f Makefile && $(MAKE) pure_install || true
+ 
+ # rules for building the perl module
+ perl_piped: perl-piped/Makefile
--- rrdtool-1.2.8.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list