[Midnightbsd-cvs] mports [20633] trunk/devel: php 5.5 and php 5.6 gettext & tokenizer

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 13:05:16 EST 2015


Revision: 20633
          http://svnweb.midnightbsd.org/mports/?rev=20633
Author:   laffer1
Date:     2015-11-01 13:05:15 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
php 5.5 and php 5.6 gettext & tokenizer

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

Added Paths:
-----------
    trunk/devel/php55-gettext/
    trunk/devel/php55-gettext/Makefile
    trunk/devel/php55-gettext/files/
    trunk/devel/php55-gettext/files/patch-config.m4
    trunk/devel/php55-tokenizer/
    trunk/devel/php55-tokenizer/Makefile
    trunk/devel/php56-gettext/
    trunk/devel/php56-gettext/Makefile
    trunk/devel/php56-gettext/files/
    trunk/devel/php56-gettext/files/patch-config.m4
    trunk/devel/php56-tokenizer/
    trunk/devel/php56-tokenizer/Makefile

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-11-01 18:02:35 UTC (rev 20632)
+++ trunk/devel/Makefile	2015-11-01 18:05:15 UTC (rev 20633)
@@ -392,8 +392,12 @@
 SUBDIR += php5-sysvsem
 SUBDIR += php5-sysvshm
 SUBDIR += php5-tokenizer
+SUBDIR += php55-gettext
 SUBDIR += php55-json
+SUBDIR += php55-tokenizer
+SUBDIR += php56-gettext
 SUBDIR += php56-json
+SUBDIR += php56-tokenizer
 SUBDIR += physfs
 SUBDIR += pkgconf
 SUBDIR += pmk

Added: trunk/devel/php55-gettext/Makefile
===================================================================
--- trunk/devel/php55-gettext/Makefile	                        (rev 0)
+++ trunk/devel/php55-gettext/Makefile	2015-11-01 18:05:15 UTC (rev 20633)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-gettext
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php55-gettext/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/devel/php55-gettext/files/patch-config.m4
===================================================================
--- trunk/devel/php55-gettext/files/patch-config.m4	                        (rev 0)
+++ trunk/devel/php55-gettext/files/patch-config.m4	2015-11-01 18:05:15 UTC (rev 20633)
@@ -0,0 +1,17 @@
+--- config.m4.orig	Tue Jul 27 23:58:02 2004
++++ config.m4	Tue Jul 27 23:59:44 2004
+@@ -30,7 +30,6 @@
+ 		AC_MSG_ERROR(Unable to find required gettext library)
+ 	])
+   )
+-  LDFLAGS=$O_LDFLAGS
+ 
+   AC_DEFINE(HAVE_LIBINTL,1,[ ])
+   PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared)
+@@ -46,5 +45,6 @@
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dngettext,  [AC_DEFINE(HAVE_DNGETTEXT, 1, [ ])])
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dcngettext,  [AC_DEFINE(HAVE_DCNGETTEXT, 1, [ ])])
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, bind_textdomain_codeset,  [AC_DEFINE(HAVE_BIND_TEXTDOMAIN_CODESET, 1, [ ])])
++  LDFLAGS=$O_LDFLAGS
+   
+ fi


Property changes on: trunk/devel/php55-gettext/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
Added: trunk/devel/php55-tokenizer/Makefile
===================================================================
--- trunk/devel/php55-tokenizer/Makefile	                        (rev 0)
+++ trunk/devel/php55-tokenizer/Makefile	2015-11-01 18:05:15 UTC (rev 20633)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-tokenizer
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php55-tokenizer/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/devel/php56-gettext/Makefile
===================================================================
--- trunk/devel/php56-gettext/Makefile	                        (rev 0)
+++ trunk/devel/php56-gettext/Makefile	2015-11-01 18:05:15 UTC (rev 20633)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-gettext
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php56-gettext/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/devel/php56-gettext/files/patch-config.m4
===================================================================
--- trunk/devel/php56-gettext/files/patch-config.m4	                        (rev 0)
+++ trunk/devel/php56-gettext/files/patch-config.m4	2015-11-01 18:05:15 UTC (rev 20633)
@@ -0,0 +1,17 @@
+--- config.m4.orig	Tue Jul 27 23:58:02 2004
++++ config.m4	Tue Jul 27 23:59:44 2004
+@@ -30,7 +30,6 @@
+ 		AC_MSG_ERROR(Unable to find required gettext library)
+ 	])
+   )
+-  LDFLAGS=$O_LDFLAGS
+ 
+   AC_DEFINE(HAVE_LIBINTL,1,[ ])
+   PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared)
+@@ -46,5 +45,6 @@
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dngettext,  [AC_DEFINE(HAVE_DNGETTEXT, 1, [ ])])
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dcngettext,  [AC_DEFINE(HAVE_DCNGETTEXT, 1, [ ])])
+   AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, bind_textdomain_codeset,  [AC_DEFINE(HAVE_BIND_TEXTDOMAIN_CODESET, 1, [ ])])
++  LDFLAGS=$O_LDFLAGS
+   
+ fi


Property changes on: trunk/devel/php56-gettext/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
Added: trunk/devel/php56-tokenizer/Makefile
===================================================================
--- trunk/devel/php56-tokenizer/Makefile	                        (rev 0)
+++ trunk/devel/php56-tokenizer/Makefile	2015-11-01 18:05:15 UTC (rev 20633)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-tokenizer
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php56-tokenizer/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


More information about the Midnightbsd-cvs mailing list