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:           Sat Apr 15 15:12:50 UTC 2023

Modified Files:
        pkgsrc/converters/php-mbstring: PLIST

Log Message:
converters/php-mbstring: fix build problem on new version of PHP

Fix build problem on PHP 8.1.18 and PHP 8.2.5.  The problem was noted by
wiz@ via private e-mail.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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/PLIST
diff -u pkgsrc/converters/php-mbstring/PLIST:1.4 pkgsrc/converters/php-mbstring/PLIST:1.5
--- pkgsrc/converters/php-mbstring/PLIST:1.4    Sun Dec 11 14:16:16 2022
+++ pkgsrc/converters/php-mbstring/PLIST        Sat Apr 15 15:12:50 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/12/11 14:16:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/04/15 15:12:50 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
@@ -77,6 +77,7 @@ include/php/ext/mbstring/libmbfl/filters
 ${PLIST.sbf}include/php/ext/mbstring/libmbfl/filters/unicode_table_cp1254.h
 ${PLIST.sbf}include/php/ext/mbstring/libmbfl/filters/unicode_table_cp850.h
 ${PLIST.sbf}include/php/ext/mbstring/libmbfl/filters/unicode_table_cp866.h
+${PLIST.php81}include/php/ext/mbstring/libmbfl/filters/utf7_helper.h
 include/php/ext/mbstring/libmbfl/filters/unicode_table_cp932_ext.h
 include/php/ext/mbstring/libmbfl/filters/unicode_table_cp936.h
 include/php/ext/mbstring/libmbfl/filters/unicode_table_gb18030.h



Home | Main Index | Thread Index | Old Index