diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-07-10 20:47:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-07-10 20:47:45 +0800 |
commit | c9327ac48ab68b76e03457729e52b19e65f45835 (patch) | |
tree | b2f552e3290fd7517f48e03c652ddc28780a1a5f | |
parent | fd6fc445db7e6791c5e2b2256ad66675b6e69287 (diff) | |
download | freebsd-ports-gnome-c9327ac48ab68b76e03457729e52b19e65f45835.tar.gz freebsd-ports-gnome-c9327ac48ab68b76e03457729e52b19e65f45835.tar.zst freebsd-ports-gnome-c9327ac48ab68b76e03457729e52b19e65f45835.zip |
- update to 3.7.3
-rw-r--r-- | graphics/tiff/Makefile | 8 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 4 |
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 |