1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Upgrade to latest version 7.8.14.

This commit is contained in:
Lev A. Serebryakov 2004-02-07 20:32:38 +00:00
parent 14fe3f6223
commit cbce4cdbe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100286
5 changed files with 16 additions and 67 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= vips
PORTVERSION= 7.8.12
PORTREVISION= 3
PORTVERSION= 7.8.14
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.8/
@ -26,7 +25,9 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --without-magick --without-x
CONFIGURE_ARGS= --without-magick --without-x \
--with-fftw-libraries=${LOCALBASE}/lib \
--with-fftw-includes=${LOCALBASE}/include
MAN1= batch_image_convert.1 batch_rubber_sheet.1 \
binfile.1 cooc.1 cooc_features.1 debugim.1 \

View File

@ -1 +1,2 @@
MD5 (vips-7.8.12.tar.gz) = 003cb381b2f5217e6a56a8556a9f444e
MD5 (vips-7.8.14.tar.gz) = 66fa8aa9f135858adf38ebaaac9b266f
SIZE (vips-7.8.14.tar.gz) = 3357727

View File

@ -1,36 +1,11 @@
--- configure.orig Fri Dec 19 18:53:45 2003
+++ configure Fri Dec 19 18:57:16 2003
@@ -12181,7 +12181,7 @@
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 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;
- if test "$FFTW_LIBS" == "no"; then
+ if test "$FFTW_LIBS" = "no"; then
# Try the standard search path first
LIBS="-lrfftw -lfftw -lm $fftw_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
@@ -12225,7 +12225,7 @@
/usr/*/lib \
"${prefix}"/lib/* /usr/lib/* \
/usr/local/lib/* /*/lib; do
- if test -d "$dir" && test "`ls $dir/libdfftw.* 2> /dev/null`" != ""; then
+ if test -d "$dir" && test "`ls $dir/libfftw.* 2> /dev/null`" != ""; then
FFTW_LIBS="-L$dir -lrfftw -lfftw -lm"
break
fi
@@ -12693,13 +12693,12 @@
else
- echo "$as_me:12696: checking for dlopen in -l" >&5
-echo $ECHO_N "checking for dlopen in -l... $ECHO_C" >&6
+ echo "$as_me:12696: checking for dlopen" >&5
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_lib__dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-l $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 12704 "configure"
#include "confdefs.h"
echo "$as_me:$LINENO: checking for FFTW" >&5

View File

@ -1,14 +0,0 @@
--- libsrc/iofuncs/im_makerw.c.orig Fri Dec 19 19:13:38 2003
+++ libsrc/iofuncs/im_makerw.c Fri Dec 19 19:13:49 2003
@@ -51,10 +51,10 @@
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif
-#include <sys/types.h>
#include <sys/stat.h>
#include <vips/vips.h>

View File

@ -1,14 +0,0 @@
--- libsrc/iofuncs/im_mapfile.c.orig Fri Dec 19 19:26:34 2003
+++ libsrc/iofuncs/im_mapfile.c Fri Dec 19 19:26:51 2003
@@ -68,10 +68,10 @@
#include <errno.h>
#include <assert.h>
+#include <sys/types.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif /*HAVE_SYS_MMAN_H*/
-#include <sys/types.h>
#ifdef HAVE_SYS_FILE_H
#include <sys/file.h>
#endif /*HAVE_SYS_FILE_H*/