pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/php-mbstring
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 11 14:16:16 UTC 2022
Modified Files:
pkgsrc/converters/php-mbstring: Makefile PLIST
Log Message:
converters/php-mbstring: adjust to support php82
Adjust PLIST to support php82.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/php-mbstring/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/php-mbstring/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/php-mbstring/Makefile
diff -u pkgsrc/converters/php-mbstring/Makefile:1.9 pkgsrc/converters/php-mbstring/Makefile:1.10
--- pkgsrc/converters/php-mbstring/Makefile:1.9 Wed Dec 29 06:11:50 2021
+++ pkgsrc/converters/php-mbstring/Makefile Sun Dec 11 14:16:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/12/29 06:11:50 taca Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/11 14:16:16 taca Exp $
MODNAME= mbstring
CATEGORIES+= converters
@@ -12,7 +12,7 @@ INSTALLATION_DIRS+= ${PREFIX}/include/ph
INSTALLATION_DIRS+= ${PREFIX}/include/php/ext/mbstring/libmbfl/nls
PLIST_SRC+= ${.CURDIR}/PLIST
-PLIST_VARS+= php7 php81 sbf
+PLIST_VARS+= jisxf php7 php81 sbf
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
@@ -26,10 +26,13 @@ post-install:
.if ${PKG_PHP_VERSION} <=80
PLIST.sbf= yes
+. if ${PKG_PHP_VERSION} <80
+PLIST.php7= yes
+. endif
.else
PLIST.php81= yes
.endif
-.if ${PKG_PHP_MAJOR_VERS} < 8
-PLIST.php7= yes
+.if ${PKG_PHP_VERSION} < 82
+PLIST.jisxf= yes
.endif
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/php-mbstring/PLIST
diff -u pkgsrc/converters/php-mbstring/PLIST:1.3 pkgsrc/converters/php-mbstring/PLIST:1.4
--- pkgsrc/converters/php-mbstring/PLIST:1.3 Sat Nov 27 07:27:04 2021
+++ pkgsrc/converters/php-mbstring/PLIST Sun Dec 11 14:16:16 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/11/27 07:27:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/12/11 14:16:16 taca Exp $
include/php/ext/mbstring/libmbfl/filters/cp932_table.h
include/php/ext/mbstring/libmbfl/filters/emoji2uni.h
include/php/ext/mbstring/libmbfl/filters/html_entities.h
@@ -55,7 +55,7 @@ include/php/ext/mbstring/libmbfl/filters
include/php/ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.h
include/php/ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.h
${PLIST.sbf}include/php/ext/mbstring/libmbfl/filters/mbfilter_sjis_open.h
-include/php/ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.h
+${PLIST.jisxf}include/php/ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.h
include/php/ext/mbstring/libmbfl/filters/mbfilter_ucs2.h
include/php/ext/mbstring/libmbfl/filters/mbfilter_ucs4.h
include/php/ext/mbstring/libmbfl/filters/mbfilter_uhc.h
Home |
Main Index |
Thread Index |
Old Index