[Midnightbsd-cvs] mports [22530] trunk/security: add filter

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 25 16:36:08 EDT 2017


Revision: 22530
          http://svnweb.midnightbsd.org/mports/?rev=22530
Author:   laffer1
Date:     2017-09-25 16:36:07 -0400 (Mon, 25 Sep 2017)
Log Message:
-----------
add filter

Modified Paths:
--------------
    trunk/security/Makefile

Added Paths:
-----------
    trunk/security/php71-filter/
    trunk/security/php71-filter/Makefile
    trunk/security/php71-filter/files/
    trunk/security/php71-filter/files/patch-config.m4

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2017-09-25 20:01:06 UTC (rev 22529)
+++ trunk/security/Makefile	2017-09-25 20:36:07 UTC (rev 22530)
@@ -110,6 +110,7 @@
 SUBDIR += php70-hash
 SUBDIR += php70-mcrypt
 SUBDIR += php70-openssl
+SUBDIR += php71-filter
 SUBDIR += pinentry
 SUBDIR += pinentry-gnome3
 SUBDIR += pinentry-tty

Added: trunk/security/php71-filter/Makefile
===================================================================
--- trunk/security/php71-filter/Makefile	                        (rev 0)
+++ trunk/security/php71-filter/Makefile	2017-09-25 20:36:07 UTC (rev 22530)
@@ -0,0 +1,10 @@
+# $MidnightBSD$
+# $FreeBSD: head/security/php71-filter/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	security
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-filter
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/security/php71-filter/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php71-filter/files/patch-config.m4
===================================================================
--- trunk/security/php71-filter/files/patch-config.m4	                        (rev 0)
+++ trunk/security/php71-filter/files/patch-config.m4	2017-09-25 20:36:07 UTC (rev 22530)
@@ -0,0 +1,10 @@
+--- config.m4.orig	2009-03-06 08:25:45.000000000 +0100
++++ config.m4	2009-03-06 08:28:10.000000000 +0100
+@@ -32,6 +32,7 @@
+ #endif
+       ],[
+         PHP_PCRE_REGEX=pecl
++	PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
+       ],[
+         PHP_PCRE_REGEX=no
+       ])


Property changes on: trunk/security/php71-filter/files/patch-config.m4
___________________________________________________________________
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