pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  8 03:16:33 UTC 2025

Modified Files:
        pkgsrc/graphics/php-exif: Makefile
        pkgsrc/graphics/php-gd: Makefile

Log Message:
multiple PHP support

Also bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/php-exif/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/php-gd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/php-exif/Makefile
diff -u pkgsrc/graphics/php-exif/Makefile:1.15 pkgsrc/graphics/php-exif/Makefile:1.16
--- pkgsrc/graphics/php-exif/Makefile:1.15      Sun May 31 16:46:38 2020
+++ pkgsrc/graphics/php-exif/Makefile   Sat Feb  8 03:16:33 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/05/31 16:46:38 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/08 03:16:33 taca Exp $
 
 MODNAME=               exif
+PKGREVISION=           1
 CATEGORIES+=           graphics
 COMMENT=               PHP extension to extract information from EXIF headers
 

Index: pkgsrc/graphics/php-gd/Makefile
diff -u pkgsrc/graphics/php-gd/Makefile:1.56 pkgsrc/graphics/php-gd/Makefile:1.57
--- pkgsrc/graphics/php-gd/Makefile:1.56        Thu Jul 11 19:53:37 2024
+++ pkgsrc/graphics/php-gd/Makefile     Sat Feb  8 03:16:33 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2024/07/11 19:53:37 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2025/02/08 03:16:33 taca Exp $
 
 MODNAME=               gd
-PKGREVISION=           9
+PKGREVISION=           10
 CATEGORIES+=           graphics
 COMMENT=               PHP extension for GD graphics library
 LICENSE=               php
@@ -10,7 +10,7 @@ CONFLICTS=    php-gd-[0-9]*
 
 .include "../../lang/php/phpversion.mk"
 
-.if ${PKG_PHP_VERSION} < 74
+.if ${PHP_VER} < 74
 CONFIGURE_ARGS+=       --with-${MODNAME}=${BUILDLINK_DIR}
 CONFIGURE_ARGS+=       --with-jpeg-dir=${BUILDLINK_DIR}
 CONFIGURE_ARGS+=       --with-png-dir=${BUILDLINK_DIR}



Home | Main Index | Thread Index | Old Index