Date: Sat, 19 Apr 2014 14:57:31 +0200 (CEST) From: Niclas Zeising <zeising@daemonic.se> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/188793: [PATCH] fix build of databases/rrdtool on CURRENT Message-ID: <20140419125731.BC8972281C@tifa.daemonic.se> Resent-Message-ID: <201404191300.s3JD03mg027230@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140419125731.BC8972281C>