1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

There is a new tarball out there called 1.2.0.9-1, which is incomplete

and does not build.

Use GraphicsMagick's copy for the time being, but apply the only fix
mentioned in the new tarball's ChangeLog.

Bump PORTREVISION. Clean up a little while I am here -- no need for
REINPLACE any more.

Notified by: Michael Metzger (via pav@)
This commit is contained in:
Mikhail Teterin 2005-01-25 23:19:47 +00:00
parent 40441410b8
commit 7b4f846044
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127344
2 changed files with 9 additions and 27 deletions

View File

@ -7,42 +7,22 @@
PORTNAME= libfpx PORTNAME= libfpx
PORTVERSION= 1.2.0.9 PORTVERSION= 1.2.0.9
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \ MASTER_SITES= ftp://ftp.graphicsmagick.org/pub/%SUBDIR%/
ftp://ftp.sunet.se/pub/multimedia/graphics/%SUBDIR%/ \ MASTER_SITE_SUBDIR= GraphicsMagick/delegates
${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 MAINTAINER= mi@aldan.algebra.com
COMMENT= Library routines for working with Flashpix images 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 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
MAKE_ARGS+= -j2 MAKE_ARGS+= -j2
USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
USE_BZIP2= yes USE_BZIP2= yes
.include <bsd.port.pre.mk>
post-patch:
# Replacing references to <malloc.h> with <stdlib.h>
# Ignore the /dev/stderr warning below. (What a hack!)
${REINPLACE_CMD} -e 's,<malloc\.h>,<stdlib\.h>,' \
${WRKSRC}/oless/h/ref.hxx ${WRKSRC}/oless/h/vect.hxx
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd MAKEFILE= ${FILESDIR}/Makefile.bsd
.include <bsd.port.post.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,4 @@
MD5 (libfpx-1.2.0.9.tar.bz2) = aa9a74dbcacbd5884c9aa3d4c97f9db7 MD5 (libfpx-1.2.0.9.tar.bz2) = aa9a74dbcacbd5884c9aa3d4c97f9db7
SIZE (libfpx-1.2.0.9.tar.bz2) = 2240442 SIZE (libfpx-1.2.0.9.tar.bz2) = 2240442
MD5 (libfpx.diff) = 6446475771ea4a7344957af0fef71350
SIZE (libfpx.diff) = 1545