svn commit: r447682 - head/textproc/p5-RDFStore/files

Mathieu Arnold mat at FreeBSD.org
Thu Aug 10 15:18:50 UTC 2017


Author: mat
Date: Thu Aug 10 15:18:48 2017
New Revision: 447682
URL: https://svnweb.freebsd.org/changeset/ports/447682

Log:
  Fix build with Perl 5.2[56]+.
  
  With hat:	perl@
  Sponsored by:	Absolight

Added:
  head/textproc/p5-RDFStore/files/patch-RDFStore.xs   (contents, props changed)

Added: head/textproc/p5-RDFStore/files/patch-RDFStore.xs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-RDFStore/files/patch-RDFStore.xs	Thu Aug 10 15:18:48 2017	(r447682)
@@ -0,0 +1,12 @@
+--- RDFStore.xs.orig	2006-06-19 10:00:51 UTC
++++ RDFStore.xs
+@@ -54,9 +54,6 @@ static PerlInterpreter *my_perl;
+ 
+ #ifndef DB_VERSION_MAJOR
+ 
+-#undef  dNOOP
+-#define dNOOP extern int Perl___notused
+-
+ /* Ditto for dXSARGS. */
+ #undef  dXSARGS
+ #define dXSARGS                             \


More information about the svn-ports-all mailing list