aboutsummaryrefslogtreecommitdiff
path: root/astro/xplanet
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 /astro/xplanet
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 'astro/xplanet')
-rw-r--r--astro/xplanet/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index 431700d7cc76..ddfb25e39b4b 100644
--- a/astro/xplanet/Makefile
+++ b/astro/xplanet/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xplanet
PORTVERSION= 1.3.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= astro geography
MASTER_SITES= SF
@@ -11,11 +11,11 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= Draw pictures of the earth textured by an image
GNU_CONFIGURE= yes
-USES= iconv
+USES= iconv localbase
USE_XORG= xt xscrnsaver
CONFIGURE_ARGS= --with-map-extension=jpg
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lm
+CPPFLAGS+= -I${LOCALBASE}/include/netpbm
+LIBS+= -lm
OPTIONS_DEFINE= FREETYPE PANGO GIF JPEG PNG PNM TIFF
OPTIONS_DEFAULT= FREETYPE PANGO GIF JPEG PNG PNM TIFF