forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
obache
committed
Jun 14, 2013
1 parent
fbbd2c7
commit 7b1592d
Showing
7 changed files
with
9 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.18 2013/06/04 22:16:49 tron Exp $ | ||
# $NetBSD: Makefile,v 1.19 2013/06/14 09:00:19 obache Exp $ | ||
# | ||
|
||
.include "Makefile.common" | ||
|
||
PKGREVISION= 5 | ||
CATEGORIES= multimedia | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$NetBSD: distinfo,v 1.10 2012/06/23 03:26:23 obache Exp $ | ||
$NetBSD: distinfo,v 1.11 2013/06/14 09:00:19 obache Exp $ | ||
|
||
SHA1 (ming-0.4.4.tar.gz) = 125a9ba6fffeaf230deefb5a9e73d496a640e539 | ||
RMD160 (ming-0.4.4.tar.gz) = b2c7530aef4feca90d698b39b746ff5cb5da7af7 | ||
Size (ming-0.4.4.tar.gz) = 14816668 bytes | ||
SHA1 (ming-0.4.5.tar.gz) = 97c201040729917bf7c62da9616a87f4a920f473 | ||
RMD160 (ming-0.4.5.tar.gz) = 9ef9cf769a03c6e356dca299c85e06a2cdd6a155 | ||
Size (ming-0.4.5.tar.gz) = 15029578 bytes | ||
SHA1 (patch-ae) = 614e322330d2d2ab1e0ef1beadf1395014ecd880 | ||
SHA1 (patch-php__ext_ming.c) = 36cf34f63b6ccafd48b4035073c0a3d1d984f7b4 | ||
SHA1 (patch-test_actionscript_ActionScriptTest.c) = 730ef68fb3e7714da2783d396809b8f8ca5e1bf7 |
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
multimedia/ming/patches/patch-test_actionscript_ActionScriptTest.c
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.18 2013/06/04 22:16:50 tron Exp $ | ||
# $NetBSD: Makefile,v 1.19 2013/06/14 09:00:19 obache Exp $ | ||
# | ||
|
||
.include "../../multimedia/ming/Makefile.common" | ||
|
||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} | ||
PKGREVISION= 3 | ||
CATEGORIES= multimedia | ||
|
||
MAINTAINER= [email protected] | ||
|