ports/188793: [PATCH] fix build of databases/rrdtool on CURRENT

Niclas Zeising zeising at daemonic.se
Sat Apr 19 13:00:03 UTC 2014


>Number:         188793
>Category:       ports
>Synopsis:       [PATCH] fix build of databases/rrdtool on CURRENT
>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:   Sat Apr 19 13:00:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tifa.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255098M: Sat Aug 31 20:42:03 CEST 2013 root at tifa.daemonic.se:/usr/obj/usr/src/sys/TIFA amd64


	
>Description:
	Attached patch fixes the build of databases/rrdtool on FreeBSD 11-CURRENT.
>How-To-Repeat:
	
>Fix:

	

--- ports.rrdtool.clangfix.diff begins here ---
Index: databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL
===================================================================
--- databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL	(revision 0)
+++ databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL	(working copy)
@@ -0,0 +1,11 @@
+--- bindings/perl-shared/Makefile.PL.orig	2014-04-19 13:00:18.000000000 +0200
++++ bindings/perl-shared/Makefile.PL	2014-04-19 13:13:26.000000000 +0200
+@@ -31,7 +31,7 @@
+ 			/linux/   && do{ $R = "-Wl,--rpath -Wl,$rp"};
+ 			/hpux/    && do{ $R = "+b$rp"};
+ 			/solaris/ && do{ $R = "-R$rp"};
+-			/bsd/     && do{ $R = "-R$rp"};
++			/bsd/     && do{ $R = "-Wl,--rpath -Wl,$rp"};
+ 			/aix/     && do{ $R = "-blibpath:$rp"};
+ 		}
+ 	}

Property changes on: databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- ports.rrdtool.clangfix.diff ends here ---


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


More information about the freebsd-ports-bugs mailing list