pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/php-gd



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 21 22:24:00 UTC 2022

Modified Files:
        pkgsrc/graphics/php-gd: Makefile
Removed Files:
        pkgsrc/graphics/php-gd: options.mk

Log Message:
php-gd: remove unknown configure option --with-xpm-dir

Add license, bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/php-gd/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/php-gd/options.mk

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-gd/Makefile
diff -u pkgsrc/graphics/php-gd/Makefile:1.48 pkgsrc/graphics/php-gd/Makefile:1.49
--- pkgsrc/graphics/php-gd/Makefile:1.48        Mon Aug 17 20:19:07 2020
+++ pkgsrc/graphics/php-gd/Makefile     Sat May 21 22:24:00 2022
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.48 2020/08/17 20:19:07 leot Exp $
+# $NetBSD: Makefile,v 1.49 2022/05/21 22:24:00 rillig Exp $
 
 MODNAME=               gd
+PKGREVISION=           2
 CATEGORIES+=           graphics
 COMMENT=               PHP extension for GD graphics library
-PKGREVISION=           1
+LICENSE=               php
 
 CONFLICTS=     php-gd-[0-9]*
 
@@ -26,8 +27,6 @@ CONFIGURE_ARGS+=      --with-external-gd
 
 USE_PHP_EXT_PATCHES=   yes
 
-.include "options.mk"
-
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index