summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-07-10 12:47:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-07-10 12:47:45 +0000
commit200628978ac836bbb1312434a08fede2ba66e16f (patch)
tree4499b4cd3cbcd521a7e8c752465dd2f33521e165 /graphics/tiff
parent- Update to 5.1 (diff)
- update to 3.7.3
Notes
Notes: svn path=/head/; revision=138796
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile8
-rw-r--r--graphics/tiff/distinfo4
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index d72169d99299..6ab53fc66071 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= tiff
-PORTVERSION= 3.7.2
+PORTVERSION= 3.7.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://dl1.maptools.org/dl/libtiff/
@@ -21,10 +21,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-USE_LIBTOOL_VER= 15
+USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \
--with-jpeg-lib-dir=${LOCALBASE}/lib
+LDFLAGS+= -lcompat
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.if defined(WITH_X11) && !defined(WITHOUT_X11)
USE_XLIB= yes
@@ -111,7 +113,7 @@ MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \
pre-configure:
${REINPLACE_CMD} \
- -e 's|-version-number .*$$|-version-number 4:0:0|' \
+ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \
${WRKSRC}/libtiff/Makefile.in
${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
-e 's|man html|man|' ${WRKSRC}/Makefile.in
diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo
index dcbb8e354184..a06213f476af 100644
--- a/graphics/tiff/distinfo
+++ b/graphics/tiff/distinfo
@@ -1,2 +1,2 @@
-MD5 (tiff-3.7.2.tar.gz) = 9d7123bd0dbde2a3853fb758346adb78
-SIZE (tiff-3.7.2.tar.gz) = 1260598
+MD5 (tiff-3.7.3.tar.gz) = 8a4511793f4b20b91ddee0e53bc08dea
+SIZE (tiff-3.7.3.tar.gz) = 1272719