aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2004-02-17 21:29:14 +0800
committerlev <lev@FreeBSD.org>2004-02-17 21:29:14 +0800
commite9ce0051220ad5a1e67bcde82ef3423048ab8c22 (patch)
tree9ccd8388c5818ff1b2806e6e62220adaf81c85d0 /graphics
parent760014005fd674831072bf08ba336809c737420c (diff)
downloadfreebsd-ports-gnome-e9ce0051220ad5a1e67bcde82ef3423048ab8c22.tar.gz
freebsd-ports-gnome-e9ce0051220ad5a1e67bcde82ef3423048ab8c22.tar.zst
freebsd-ports-gnome-e9ce0051220ad5a1e67bcde82ef3423048ab8c22.zip
Authors replaced source tarball.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vips/Makefile5
-rw-r--r--graphics/vips/distinfo4
-rw-r--r--graphics/vips/files/patch-configure11
3 files changed, 4 insertions, 16 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 84460bea97fe..ee0200755e51 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vips
PORTVERSION= 7.8.14
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.8/
@@ -25,9 +26,7 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
-CONFIGURE_ARGS= --without-magick --without-x \
- --with-fftw-libraries=${LOCALBASE}/lib \
- --with-fftw-includes=${LOCALBASE}/include
+CONFIGURE_ARGS= --without-magick --without-x
MAN1= batch_image_convert.1 batch_rubber_sheet.1 \
binfile.1 cooc.1 cooc_features.1 debugim.1 \
diff --git a/graphics/vips/distinfo b/graphics/vips/distinfo
index bfcabf9c8376..164f4063c899 100644
--- a/graphics/vips/distinfo
+++ b/graphics/vips/distinfo
@@ -1,2 +1,2 @@
-MD5 (vips-7.8.14.tar.gz) = 66fa8aa9f135858adf38ebaaac9b266f
-SIZE (vips-7.8.14.tar.gz) = 3357727
+MD5 (vips-7.8.14.tar.gz) = 7587ca86ca9af0204ae1c1219fc30238
+SIZE (vips-7.8.14.tar.gz) = 3357945
diff --git a/graphics/vips/files/patch-configure b/graphics/vips/files/patch-configure
deleted file mode 100644
index 9f132ddc9052..000000000000
--- a/graphics/vips/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sat Feb 7 22:34:33 2004
-+++ configure Sat Feb 7 22:35:10 2004
-@@ -24017,7 +24017,7 @@
- # Check whether --with-fftw-libraries or --without-fftw-libraries was given.
- if test "${with_fftw_libraries+set}" = set; then
- withval="$with_fftw_libraries"
-- FFTW_LIBS="-L$withval -lfftw"
-+ FFTW_LIBS="-L$withval -lfftw -lrfftw"
- fi;
-
- echo "$as_me:$LINENO: checking for FFTW" >&5