Skip to content

Commit

Permalink
graphics/netpbm: Update to 11.04.01
Browse files Browse the repository at this point in the history
    https://sourceforge.net/p/netpbm/code/4700/tree/advanced/doc/HISTORY

Changes since 11.04.00:

 - pjtoppm: fix crash based on uninitialized variable. Introduced
   in Netpbm 11.04 (two days ago).

 - Build: Fix compile error on systems without 'asprintf'. Introduced
   in Netpbm 11.04 (yesterday).

Changes since 11.03.06:

 - pamaddnoise: add -salt.

 - pamaddnoise: reject options that aren't meaningful for the type
   of noise specified rather than just ignore them.

 - ppmtosixel: Add -7bit, so it works on more terminals, including
   xterms.  Thanks Scott Pakin.

 - g3topbm: Add -correctlong

 - build: Add COMPILED_BY environment variable to control the
   "compiled by" value from --version common option.  This helps
   with creating reproducible builds.

 - pnmtojpeg: minor improvement to error messages about bad files.

 - pammixmulti: Remove disclaimer of patent license.

 - pgmtexture: Fix bug: ignores -d.  Introduced in Netpbm 10.56
   (September 2011).

 - pbmtopgm: Fix error message for excessive -width.

 - tifftopnm: Fix incorrect output with insanely wide/deep rows.

 - thinkjettopbm: Fix incorrect output with insanely wide rows.

 - ybmtopbm: Fix incorrect output with insanely wide rows.

 - pjtoppm: Fix incorrect output with insanely large number of rows.

 - library: add check of maxval for computable size.

 - Build: Include LDFLAGS in link of shared library.

Also: Remove obsolete patches.
  • Loading branch information
leres committed Sep 29, 2023
1 parent 1525b56 commit 93c4589
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 85 deletions.
5 changes: 2 additions & 3 deletions graphics/netpbm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= netpbm
DISTVERSION= 11.03.06
DISTVERSION= 11.04.02
CATEGORIES= graphics
MASTER_SITES= LOCAL/leres/netpbm

Expand All @@ -22,7 +22,7 @@ USES= cpe gmake jpeg perl5 shebangfix tar:xz
USE_LDCONFIG= yes
CPE_VENDOR= netpbm_project

SVN_REV= r4687
SVN_REV= r4709

SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm \
editor/pnmflip editor/pnmquant editor/ppmfade \
Expand Down Expand Up @@ -52,7 +52,6 @@ X11_USE= xorg=x11,xau,xcb,xdmcp

post-patch:
${REINPLACE_CMD} -e 's|misc|share/netpbm|g' ${WRKSRC}/common.mk
${REINPLACE_CMD} -e 's|pkg-config|false|g' ${WRKSRC}/GNUmakefile
.ifdef WITH_PIE
.for dn in buildtools test
${REINPLACE_CMD} -e '/^all:/s/^/CFLAGS_FOR_BUILD+=${PIE_CFLAGS}\n/' \
Expand Down
6 changes: 3 additions & 3 deletions graphics/netpbm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1695684831
SHA256 (netpbm-11.03.06.tar.xz) = 1c1adfc1f6168942f6ab8df66db5954f2eaa2f052192414e2a4a99080121a3f9
SIZE (netpbm-11.03.06.tar.xz) = 2428526
TIMESTAMP = 1696025133
SHA256 (netpbm-11.04.02.tar.xz) = c7af684a300a20285e67f8900537828681994e74f5870155f84bfb9daa75e99e
SIZE (netpbm-11.04.02.tar.xz) = 2432352
23 changes: 0 additions & 23 deletions graphics/netpbm/files/patch-converter_ppm_ppmtompeg_psocket.c

This file was deleted.

22 changes: 0 additions & 22 deletions graphics/netpbm/files/patch-jasper

This file was deleted.

33 changes: 0 additions & 33 deletions graphics/netpbm/files/patch-lib_libpm.c

This file was deleted.

2 changes: 1 addition & 1 deletion graphics/netpbm/pkg-plist
Expand Up @@ -404,7 +404,7 @@ include/netpbm/runlength.h
include/netpbm/shhopt.h
lib/libnetpbm.so
lib/libnetpbm.so.11
lib/libnetpbm.so.11.103
lib/libnetpbm.so.11.104
%%DATADIR%%/palmcolor8.map
%%DATADIR%%/palmgray1.map
%%DATADIR%%/palmgray2.map
Expand Down

0 comments on commit 93c4589

Please sign in to comment.