aboutsummaryrefslogtreecommitdiff
path: root/graphics/tumble
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-10-06 11:18:35 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-10-06 11:18:35 +0000
commit80365401d0256e1e916b625c829e841f650477c2 (patch)
treeac88a3b062a4f6d68cc3af9680e064e4b01f1e5f /graphics/tumble
parent98407f9031c963deea22b05bb38380d6b6bf02e1 (diff)
downloadports-80365401d0256e1e916b625c829e841f650477c2.tar.gz
ports-80365401d0256e1e916b625c829e841f650477c2.zip
graphics/netpbm: Update to 10.80.00
- This moves netpbm to the advanced release series, which brings the port closer to what is available on OpenBSD, Fedora, Arch Linux, openSUSE, etc. and will let us get rid of patches for supporting newer libpng versions. - The advanced release series is only available via an SVN checkout. Add two maintenance targets netpbm-version-check and netpbm-fetch to make fetching them easier. To generate release tarballs the sources are then tagged and committed to https://github.com/t6/netpbm - Add STATIC option for linking all programs statically to allow running them in small chroots - Add option to disable adding a Perl run dependency. Only a fraction of all programs need it. Some are compatibility shims for newer programs which should be used instead. The following programs require Perl: pamfixtrunc pbmtox10bm pgmcrater pnmflip pnmquant pnmquantall ppmfade ppmquant ppmrainbow ppmshadow - Disable building svgtopam by default. It's the only program that requires libxml2 and is obsolete according to the author. - Install manpages by default - Allow running of the test suite via `make test` - Headers have been moved to ${LOCALBASE}/include/netpbm. Fix ports that expect them to be in ${LOCALBASE}/include Changes: https://raw.githubusercontent.com/t6/netpbm/v10.80.00/doc/HISTORY PR: 219982 Reviewed by: mat Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11157
Notes
Notes: svn path=/head/; revision=451378
Diffstat (limited to 'graphics/tumble')
-rw-r--r--graphics/tumble/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile
index 71d6e5ac7dce..3ad99cb3c0e8 100644
--- a/graphics/tumble/Makefile
+++ b/graphics/tumble/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tumble
PORTVERSION= 0.33
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics print
MASTER_SITES= http://tumble.brouhaha.com/download/ \
http://www.sourcefiles.org/Graphics/Tools/Conversion/
@@ -19,6 +19,8 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \
USES= bison gmake jpeg localbase:ldflags
+CFLAGS+= -I${LOCALBASE}/include/netpbm
+
NOT_FOR_ARCHS= powerpc sparc64
NOT_FOR_ARCHS_REASON= Only works on little endian systems