mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- update to 10.26
This commit is contained in:
parent
07d1b98d9b
commit
1ad7d569ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125800
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= netpbm
|
||||
PORTVERSION= 10.25
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 10.26
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (netpbm-10.25.tgz) = ebdf59acdd603c5ef2829df9138b8720
|
||||
SIZE (netpbm-10.25.tgz) = 2521599
|
||||
MD5 (netpbm-10.26.tgz) = 5cd3ae36df41fce8f732891ac1858a03
|
||||
SIZE (netpbm-10.26.tgz) = 2536886
|
||||
|
@ -1,27 +0,0 @@
|
||||
--- converter/other/pnmtopng.c.orig Sun Jun 23 12:51:37 2002
|
||||
+++ converter/other/pnmtopng.c Sat Jul 6 00:00:00 2002
|
||||
@@ -1365,8 +1366,8 @@
|
||||
if (transparent != -1)
|
||||
makeOneColorTransparentInPalette(
|
||||
transcolor, transexact,
|
||||
- palette_pnm, *paletteSizeP, trans_pnm,
|
||||
- transSizeP);
|
||||
+ palette_pnm, paletteSize, trans_pnm,
|
||||
+ &transSize);
|
||||
}
|
||||
if (!*noColormapReasonP) {
|
||||
if (background > -1)
|
||||
@@ -1903,8 +1903,13 @@
|
||||
*/
|
||||
fprintf(stderr, " Compiled with libpng %s.\n",
|
||||
PNG_LIBPNG_VER_STRING);
|
||||
+#ifdef zlib_version
|
||||
fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
|
||||
ZLIB_VERSION, zlib_version);
|
||||
+#else
|
||||
+ fprintf(stderr, " Compiled with zlib %s.\n",
|
||||
+ ZLIB_VERSION);
|
||||
+#endif
|
||||
fprintf(stderr,
|
||||
" Compiled with %d-bit netpbm support "
|
||||
"(PPM_OVERALLMAXVAL = %d).\n",
|
@ -1,11 +0,0 @@
|
||||
--- lib/libpbm3.c Fri Oct 1 08:56:33 2004
|
||||
+++ lib/libpbm3.c.patch Mon Nov 15 15:24:59 2004
|
||||
@@ -80,6 +80,8 @@
|
||||
|
||||
di const zero64 = 0; /* to clear with PXOR */
|
||||
|
||||
+ int col;
|
||||
+
|
||||
for (col =0; col < cols-7; col += 8)
|
||||
packedBits[col/8]
|
||||
= bitreverse [ ~ (unsigned char) __builtin_ia32_pmovmskb (
|
Loading…
Reference in New Issue
Block a user