Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 11:57:12 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/81380: [PATCH] net/rrdtool: fix plist
Message-ID:  <20050523035712.146C63EA13D@utopia.leeym.com>
Resent-Message-ID: <200505230400.j4N40M21003499@freefall.freebsd.org>

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

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



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