[Midnightbsd-cvs] mports [20635] trunk/graphics: add php 5.5 and 5.6 graphics

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 18:08:40 EST 2015


Revision: 20635
          http://svnweb.midnightbsd.org/mports/?rev=20635
Author:   laffer1
Date:     2015-11-01 18:08:39 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php 5.5 and 5.6 graphics

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/php55-exif/
    trunk/graphics/php55-exif/Makefile
    trunk/graphics/php55-gd/
    trunk/graphics/php55-gd/Makefile
    trunk/graphics/php55-gd/files/
    trunk/graphics/php55-gd/files/patch-config.m4
    trunk/graphics/php56-exif/
    trunk/graphics/php56-exif/Makefile
    trunk/graphics/php56-gd/
    trunk/graphics/php56-gd/Makefile
    trunk/graphics/php56-gd/files/
    trunk/graphics/php56-gd/files/patch-config.m4

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2015-11-01 18:06:48 UTC (rev 20634)
+++ trunk/graphics/Makefile	2015-11-01 23:08:39 UTC (rev 20635)
@@ -149,6 +149,10 @@
 SUBDIR += photoclip
 SUBDIR += php5-exif
 SUBDIR += php5-gd
+SUBDIR += php55-exif
+SUBDIR += php55-gd
+SUBDIR += php56-exif
+SUBDIR += php56-gd
 SUBDIR += pixen
 SUBDIR += plotutils
 SUBDIR += png

Added: trunk/graphics/php55-exif/Makefile
===================================================================
--- trunk/graphics/php55-exif/Makefile	                        (rev 0)
+++ trunk/graphics/php55-exif/Makefile	2015-11-01 23:08:39 UTC (rev 20635)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	graphics
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-exif
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/php55-exif/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/graphics/php55-gd/Makefile
===================================================================
--- trunk/graphics/php55-gd/Makefile	                        (rev 0)
+++ trunk/graphics/php55-gd/Makefile	2015-11-01 23:08:39 UTC (rev 20635)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	graphics
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-gd
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/php55-gd/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/graphics/php55-gd/files/patch-config.m4
===================================================================
--- trunk/graphics/php55-gd/files/patch-config.m4	                        (rev 0)
+++ trunk/graphics/php55-gd/files/patch-config.m4	2015-11-01 23:08:39 UTC (rev 20635)
@@ -0,0 +1,11 @@
+--- config.m4.orig	2013-12-11 00:31:06.000000000 +0100
++++ config.m4	2013-12-24 21:11:19.000000000 +0100
+@@ -233,7 +233,7 @@
+     ],[
+       AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
+     ],[
+-      -L$GD_T1_DIR/$PHP_LIBDIR
++      -L$GD_T1_DIR/$PHP_LIBDIR -lm
+     ])
+   fi
+ ])


Property changes on: trunk/graphics/php55-gd/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/graphics/php56-exif/Makefile
===================================================================
--- trunk/graphics/php56-exif/Makefile	                        (rev 0)
+++ trunk/graphics/php56-exif/Makefile	2015-11-01 23:08:39 UTC (rev 20635)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	graphics
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-exif
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/php56-exif/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/graphics/php56-gd/Makefile
===================================================================
--- trunk/graphics/php56-gd/Makefile	                        (rev 0)
+++ trunk/graphics/php56-gd/Makefile	2015-11-01 23:08:39 UTC (rev 20635)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	graphics
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-gd
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/php56-gd/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/graphics/php56-gd/files/patch-config.m4
===================================================================
--- trunk/graphics/php56-gd/files/patch-config.m4	                        (rev 0)
+++ trunk/graphics/php56-gd/files/patch-config.m4	2015-11-01 23:08:39 UTC (rev 20635)
@@ -0,0 +1,11 @@
+--- config.m4.orig	2013-12-11 00:31:06.000000000 +0100
++++ config.m4	2013-12-24 21:11:19.000000000 +0100
+@@ -233,7 +233,7 @@
+     ],[
+       AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
+     ],[
+-      -L$GD_T1_DIR/$PHP_LIBDIR
++      -L$GD_T1_DIR/$PHP_LIBDIR -lm
+     ])
+   fi
+ ])


Property changes on: trunk/graphics/php56-gd/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