./converters/php-iconv, PHP extension for character set conversion

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.4.33nb1, Package name: php74-iconv-7.4.33nb1, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.
This module provides character set conversion facility, using iconv()
programming interface.


Required to run:
[lang/php56]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 10175.922 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-04 11:59:52 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php-iconv: Overhaul iconv selection.

I noted a while back that this looked very wrong, and yes, it turns out to
be very wrong indeed, with over 70% of tests failing and php dumping core.

Simplify the selection so that the correct arguments are used for pkgsrc
libiconv as well as native iconv.  Remove confusing comments, and add the
correct TEST_TARGET while here.

Tested on SmartOS with pkgsrc libiconv, and on NetBSD and macOS with both
native iconv and pkgsrc libiconv.  It should be noted that pkgsrc libiconv
passes all tests, while both NetBSD and macOS native iconv have a number
of failures.

Bump PKGREVISION.
   2024-10-07 11:18:46 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
php-iconv: slightly better libiconv detection on Darwin
   2024-10-03 14:29:52 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
php-iconv: fix Darwin hack: cannot use BUILDLINK_PREFIX.iconv
   2024-09-25 09:30:54 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
php-iconv: allow building on Darwin without Command Line Tools
   2021-03-07 09:06:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
converters/php-iconv: fix dependency

Do not hardcord php-iconv's version in buildlink3.mk.
   2021-01-03 07:45:45 by Takahiro Kambe | Files touched by this commit (1)
Log message:
converters/php-iconv: add buildlink3.mk

Add buildlink3.mk file for newer www/php-http3 package.
   2018-01-05 04:14:52 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: reset PKGREVISION

Reset PKGREVISION with updating of all lang/php* packages.
   2017-12-09 03:23:07 by Takahiro Kambe | Files touched by this commit (2)
Log message:
converters/php-iconv: Install header file <ext/iconv/php_iconv.h>

Install header file ext/iconv/php_iconv.h to fix build problem of
www/php-http and www/php-http3.

Bump PKGREVISION.