Bug 188793 - [PATCH] fix build of databases/rrdtool on CURRENT
Summary: [PATCH] fix build of databases/rrdtool on CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 14:00 UTC by Niclas Zeising
Modified: 2014-05-13 06:10 UTC (History)
0 users

See Also:


Attachments
ports.rrdtool.clangfix.diff (1.18 KB, patch)
2014-04-19 14:00 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising 2014-04-19 14:00:02 UTC
	Attached patch fixes the build of databases/rrdtool on FreeBSD 11-CURRENT.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-19 14:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2014-05-13 05:59:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2014-05-13 05:59:44 UTC
Responsible Changed
From-To: sylvio->zeising

Grab, since I did the commit and close.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-13 06:01:18 UTC
Author: zeising
Date: Tue May 13 05:01:14 2014
New Revision: 353914
URL: http://svnweb.freebsd.org/changeset/ports/353914
QAT: https://qat.redports.org/buildarchive/r353914/

Log:
  Fix build on current [1]
  
  PR:		ports/188793 [1], ports/187919 [2]
  Submitted by:	zeising [1], Thomas Schweikle <tps@vr-web.de> [2]
  Approved by:	maintainer timeout

Added:
  head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL   (contents, props changed)

Added: head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL	Tue May 13 05:01:14 2014	(r353914)
@@ -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"};
+ 		}
+ 	}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"