diff options
author | obache <obache@pkgsrc.org> | 2013-06-14 09:00:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-14 09:00:19 +0000 |
commit | 9f89e00c8dd519f413b1e0af0e3082f7a5f4e948 (patch) | |
tree | 57e7e2cef5536fbf38b8de804cae970c9721179c /multimedia/php-ming | |
parent | 989a54c3a638143474966bfb7ea9f085e3a1c529 (diff) | |
download | pkgsrc-9f89e00c8dd519f413b1e0af0e3082f7a5f4e948.tar.gz |
Update ming to 0.4.5.
0.4.5 - 2013-06-08
* Fix a build problem with perl module and Perl 5.13.10 (Debian package patch 07)
* Fix an issue with a shared lib version of the perl module (Debian package patch 05)
* Fix a runtime warnign in the PHP module (Issue #6)
* Fix build probem with PHP 5.4 (Issue #9, Debian Bug #662620)
* Took in some build warning fixes found by openSUSE
* Add support for giflib 4.2.0+ (bugzilla #119)
* Fix build with SunStudio compiler (bugzilla #103, #118)
* Include test file missing in 0.4.4 (Oops)
* Ensure perl tests use uninstalled package
* Allow running testsuite with interpreters in custom paths
* Improve detection of TCL files
* Fix testsuite runs on systems w/out GNU vasprintf
* Fix run of ActionScriptTests with BSD make
* Fix short allocation parsing empty glyph record
Diffstat (limited to 'multimedia/php-ming')
-rw-r--r-- | multimedia/php-ming/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/php-ming/Makefile b/multimedia/php-ming/Makefile index ff976fd5acf..cfc8d608ec6 100644 --- a/multimedia/php-ming/Makefile +++ b/multimedia/php-ming/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2013/06/04 22:16:49 tron Exp $ +# $NetBSD: Makefile,v 1.23 2013/06/14 09:00:19 obache Exp $ .include "../../multimedia/ming/Makefile.common" -PKGREVISION= 3 PECL_VERSION= ${MING_VERSION} MODNAME= ming CATEGORIES+= multimedia |