[Midnightbsd-cvs] mports [21559] trunk/devel/swig13: minor patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 5 22:16:39 EDT 2016


Revision: 21559
          http://svnweb.midnightbsd.org/mports/?rev=21559
Author:   laffer1
Date:     2016-08-05 22:16:38 -0400 (Fri, 05 Aug 2016)
Log Message:
-----------
minor patch

Modified Paths:
--------------
    trunk/devel/swig13/Makefile

Added Paths:
-----------
    trunk/devel/swig13/files/
    trunk/devel/swig13/files/patch-Lib_perl5_noembed.h

Modified: trunk/devel/swig13/Makefile
===================================================================
--- trunk/devel/swig13/Makefile	2016-08-06 02:13:47 UTC (rev 21558)
+++ trunk/devel/swig13/Makefile	2016-08-06 02:16:38 UTC (rev 21559)
@@ -2,7 +2,7 @@
 
 PORTNAME=	swig
 PORTVERSION=	1.3.40
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Added: trunk/devel/swig13/files/patch-Lib_perl5_noembed.h
===================================================================
--- trunk/devel/swig13/files/patch-Lib_perl5_noembed.h	                        (rev 0)
+++ trunk/devel/swig13/files/patch-Lib_perl5_noembed.h	2016-08-06 02:16:38 UTC (rev 21559)
@@ -0,0 +1,13 @@
+--- Lib/perl5/noembed.h.orig	2009-08-17 12:06:08 UTC
++++ Lib/perl5/noembed.h
+@@ -65,7 +65,9 @@
+   #undef eof
+ #endif
+ #ifdef bool
+-  #undef bool
++  #ifndef __bool_true_false_are_defined
++    #undef bool
++  #endif
+ #endif
+ #ifdef close
+   #undef close


Property changes on: trunk/devel/swig13/files/patch-Lib_perl5_noembed.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list