[Midnightbsd-cvs] mports [23796] limit install with newer php

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 19 14:28:55 EDT 2018


Revision: 23796
          http://svnweb.midnightbsd.org/mports/?rev=23796
Author:   laffer1
Date:     2018-08-19 14:28:54 -0400 (Sun, 19 Aug 2018)
Log Message:
-----------
limit install with newer php

Modified Paths:
--------------
    trunk/graphics/pecl-imlib2/Makefile
    trunk/graphics/pecl-imlib2/pkg-descr

Property Changed:
----------------
    trunk/graphics/pecl-imlib2/pkg-descr

Modified: trunk/graphics/pecl-imlib2/Makefile
===================================================================
--- trunk/graphics/pecl-imlib2/Makefile	2018-08-19 18:26:59 UTC (rev 23795)
+++ trunk/graphics/pecl-imlib2/Makefile	2018-08-19 18:28:54 UTC (rev 23796)
@@ -13,12 +13,15 @@
 
 LICENSE=	php
 
-LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
 USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=	70 71 72
 
+CONFIGURE_TARGET=	${ARCH}-portbld-freebsd10.4
+
 # libImlib2 may or may not depend on X, however,
 # imlib2 extension doesn't need X related functions in libImlib2
 CFLAGS+=	-DX_DISPLAY_MISSING -Wno-deprecated

Modified: trunk/graphics/pecl-imlib2/pkg-descr
===================================================================
--- trunk/graphics/pecl-imlib2/pkg-descr	2018-08-19 18:26:59 UTC (rev 23795)
+++ trunk/graphics/pecl-imlib2/pkg-descr	2018-08-19 18:28:54 UTC (rev 23796)
@@ -2,4 +2,4 @@
 Imlib2 is a very fast image manipulation library, but without the support
 for as many image formats as other libraries such as imagemagick.
 
-WWW: http://pecl.php.net/package/imlib2
+WWW: https://pecl.php.net/package/imlib2


Property changes on: trunk/graphics/pecl-imlib2/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list