summaryrefslogtreecommitdiff
path: root/graphics/libfpx/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-02-14 20:59:50 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-02-14 20:59:50 +0000
commit4d91afbf2c0912ace2420e3ec7fd5fe50e4e61df (patch)
tree926a9754292e7f71e1e01a143fe3016fb7b0c284 /graphics/libfpx/Makefile
parentFix plist en register optional gimp dependencie. (diff)
This package has a controversial history. It was originally "given" to
the ImageMagick team, where Bob Friesenhahn made it work with IM. Since then, Bob and other developers forked GraphicsMagick. libfpx remained unchanged until January 2005, when ImageMagick released an updated tar-ball with a patch applied. The release was botched (missing a subdirectory) and I changed the port to use the old tar-ball on GraphicsMagick's site and apply the same patch. Since then, GraphicsMagick replaced the old 1.2.0.9 tarball with the new 1.2.0.10, where the patch is applied. On the same date, ImageMagick, not to be outdone, "released" 1.2.0.11, WHICH IS NO DIFFERENT from GraphicsMagick's version, except for libtool/configure soup. I'm now switching the port to ImageMagick's mirrors again, simply because they seem to have better bandwidth. I must add, for the record, that ImageMagick team's behavior appears rather dubious and unscrupulous in this incident. There was no need to "release" their own tarball, especially considering, that some sources are marked as "GraphicsMagick" (an embarassing oversight). I also found, that those of my postings on ImageMagick's support forum, which mentioned GraphicsMagick, were misteriously removed from the board shortly after posting... This update is made neccessary by there being no MASTER_SITES for the original 1.2.0.9 tarball left. While at it, however, I also remove the jpeg-dependency -- libfpx does not, actually, use it. Prompted by: pointyhat (kris)
Notes
Notes: svn path=/head/; revision=128851
Diffstat (limited to 'graphics/libfpx/Makefile')
-rw-r--r--graphics/libfpx/Makefile28
1 files changed, 20 insertions, 8 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile
index 28efdd73d40d..53de7028ed8f 100644
--- a/graphics/libfpx/Makefile
+++ b/graphics/libfpx/Makefile
@@ -6,22 +6,34 @@
#
PORTNAME= libfpx
-PORTVERSION= 1.2.0.9
-PORTREVISION= 1
+PORTVERSION= 1.2.0.11
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.graphicsmagick.org/pub/%SUBDIR%/
-MASTER_SITE_SUBDIR= GraphicsMagick/delegates
+MASTER_SITES= ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
+ ftp://ftp.sunet.se/pub/multimedia/graphics/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/ImageMagick,} \
+ ftp://ftp.crc.ca/pub/packages/graphics/imagemagick/ \
+ ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
+ ftp://ftp.planetmirror.com/pub/%SUBDIR%/ \
+ ftp://ftp.fu-berlin.de/unix/X11/graphics/%SUBDIR%/ \
+ ftp://zoffy.asahi-net.or.jp/pub/graphics/%SUBDIR%/ \
+ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/%SUBDIR%/ \
+ ftp://ftp.eos.hokudai.ac.jp/pub/graphics/%SUBDIR%/ \
+ ftp://ftp.kddlabs.co.jp/graphics/%SUBDIR%/ \
+ ftp://ftp.icm.edu.pl/pub/graphics/%SUBDIR%/ \
+ ftp://giswitch.sggw.waw.pl/pub/graphics/%SUBDIR%/ \
+ ftp://ftp.fifi.org/pub/%SUBDIR%/ \
+ ftp://ftp.simplesystems.org/pub/%SUBDIR%/
+MASTER_SITE_SUBDIR=ImageMagick/delegates
MAINTAINER= mi@aldan.algebra.com
COMMENT= Library routines for working with Flashpix images
-PATCHFILES= libfpx.diff
-PATCH_SITES= http://www.kdewebdev.org/~amantia/
-PATCH_DIST_STRIP=-p1
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
MAKE_ARGS+= -j2
USE_BZIP2= yes
+post-patch:
+ ${RM} ${WRKSRC}/ri_image/wchar.c
+
INSTALLS_SHLIB= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd