ports/189644: Update graphics/pfstools for staging
Daniel O'Connor
darius at dons.net.au
Sun May 11 04:10:01 UTC 2014
>Number: 189644
>Category: ports
>Synopsis: Update graphics/pfstools for staging
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun May 11 04:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Daniel O'Connor
>Release: FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD midget.dons.net.au 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #10 r241435M: Thu Oct 11 15:03:22 CST 2012 darius at midget.dons.net.au:/usr/obj/usr/src/sys/MIDGET amd64
>Description:
>How-To-Repeat:
>Fix:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# pfstools-stagedir.diff
#
echo x - pfstools-stagedir.diff
sed 's/^X//' >pfstools-stagedir.diff << '3c468b8a09e71da9f4ea7e8c8259c48c'
Xdiff -uNr /usr/ports/graphics/pfstools/Makefile pfstools/Makefile
X--- /usr/ports/graphics/pfstools/Makefile 2014-04-17 03:58:47.000000000 +0930
X+++ pfstools/Makefile 2014-05-11 13:07:35.215505959 +0930
X@@ -24,8 +24,7 @@
X CONFIGURE_ENV= PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
X CPPFLAGS+= ${PFS_CPPFLAGS}
X LDFLAGS+= ${PFS_LDFLAGS}
X-USE_AUTOTOOLS= libtool
X-USE_GMAKE= yes
X+USES= gmake libtool
X USE_LDCONFIG= yes
X USES= pkgconfig
X
X@@ -34,46 +33,11 @@
X
X OPTIONS_DEFAULT= TIFF
X
X-MAN1= pfsin.1 \
X- pfsout.1 \
X- pfsinppm.1 \
X- pfsinexr.1 \
X- pfsinrgbe.1 \
X- pfsintiff.1 \
X- pfsoutppm.1 \
X- pfsoutexr.1 \
X- pfsoutffmpeg.1 \
X- pfsinpfm.1 \
X- pfsoutpfm.1 \
X- pfsinmulti.1 \
X- pfsinimgmagick.1 \
X- pfsoutimgmagick.1 \
X- pfsinjpeghdr.1 \
X- pfsoutjpeghdr.1 \
X- pfsindcraw.1 \
X- pfsgamma.1 \
X- pfsclamp.1 \
X- pfstag.1 \
X- pfssize.1 \
X- pfsextractchannels.1 \
X- pfspanoramic.1 \
X- pfsrotate.1 \
X- pfsflip.1 \
X- pfscut.1 \
X- pfspad.1 \
X- pfscat.1 \
X- pfsabsolute.1
X-MLINKS= pfsoutppm.1 \
X- pfsouttiff.1 \
X- pfsoutppm.1 \
X- pfsoutrgbe.1
X-
X-NO_STAGE= yes
X .include <bsd.port.options.mk>
X
X .if ${PORT_OPTIONS:MNETPBM}
X CONFIGURE_ARGS+=--enable-ppm
X-LIB_DEPENDS+= netpbm.1:${PORTSDIR}/graphics/netpbm
X+LIB_DEPENDS+= libnetpbm.so:${PORTSDIR}/graphics/netpbm
X PLIST_SUB+= PPM=""
X .else
X CONFIGURE_ARGS+=--disable-ppm
X@@ -84,7 +48,7 @@
X PFS_CPPFLAGS+= ${PTHREAD_CFLAGS}
X PFS_LDFLAGS+= ${PTHREAD_LIBS}
X CONFIGURE_ARGS+=--enable-openexr --with-exrdir=${LOCALBASE}/include/OpenEXR
X-LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR
X+LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
X PLIST_SUB+= EXR=""
X .else
X CONFIGURE_ARGS+=--disable-openexr
X@@ -93,7 +57,7 @@
X
X .if ${PORT_OPTIONS:MTIFF}
X CONFIGURE_ARGS+=--enable-tiff
X-LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
X+LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff
X PLIST_SUB+= TIFF=""
X .else
X CONFIGURE_ARGS+=--disable-tiff
X@@ -105,7 +69,7 @@
X
X .if ${PORT_OPTIONS:MIMAGEMAGICK}
X CONFIGURE_ARGS+=--enable-imagemagick
X-LIB_DEPENDS+= Magick++.5:${PORTSDIR}/graphics/ImageMagick
X+LIB_DEPENDS+= libMagick++.so:${PORTSDIR}/graphics/ImageMagick
X PLIST_SUB+= IM=""
X .else
X CONFIGURE_ARGS+=--disable-imagemagick
Xdiff -uNr /usr/ports/graphics/pfstools/pkg-plist pfstools/pkg-plist
X--- /usr/ports/graphics/pfstools/pkg-plist 2014-01-23 01:46:56.000000000 +1030
X+++ pfstools/pkg-plist 2014-05-11 13:06:48.422484646 +0930
X@@ -40,6 +40,37 @@
X lib/libpfs-1.2.so
X lib/libpfs-1.2.so.0
X libdata/pkgconfig/pfs.pc
X+man/man1/pfsabsolute.1.gz
X+man/man1/pfscat.1.gz
X+man/man1/pfsclamp.1.gz
X+man/man1/pfscut.1.gz
X+man/man1/pfsextractchannels.1.gz
X+man/man1/pfsflip.1.gz
X+man/man1/pfsgamma.1.gz
X+man/man1/pfsin.1.gz
X+man/man1/pfsindcraw.1.gz
X+man/man1/pfsinexr.1.gz
X+man/man1/pfsinimgmagick.1.gz
X+man/man1/pfsinjpeghdr.1.gz
X+man/man1/pfsinmulti.1.gz
X+man/man1/pfsinpfm.1.gz
X+man/man1/pfsinppm.1.gz
X+man/man1/pfsinrgbe.1.gz
X+man/man1/pfsintiff.1.gz
X+man/man1/pfsout.1.gz
X+man/man1/pfsoutexr.1.gz
X+man/man1/pfsoutffmpeg.1.gz
X+man/man1/pfsoutimgmagick.1.gz
X+man/man1/pfsoutjpeghdr.1.gz
X+man/man1/pfsoutpfm.1.gz
X+man/man1/pfsoutppm.1.gz
X+man/man1/pfsoutrgbe.1.gz
X+man/man1/pfsouttiff.1.gz
X+man/man1/pfspad.1.gz
X+man/man1/pfspanoramic.1.gz
X+man/man1/pfsrotate.1.gz
X+man/man1/pfssize.1.gz
X+man/man1/pfstag.1.gz
X %%OCTAVE%%@cwd %%OCTAVE_BASE%%
X %%OCTAVE%%libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%BUILD%%/pfstools/pfsclose.oct
X %%OCTAVE%%libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%BUILD%%/pfstools/pfsget.oct
3c468b8a09e71da9f4ea7e8c8259c48c
exit
or http://www.dons.net.au/~darius/pfstools-stagedir.diff
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list