diff options
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/files/patch-ab | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 932ad16d2465..7aac85ba0c8c 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.onshore.com/pub/libtiff/ \ http://www.libtiff.org/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg diff --git a/graphics/tiff/files/patch-ab b/graphics/tiff/files/patch-ab index 1a5de1cf6605..2c3860ed6b51 100644 --- a/graphics/tiff/files/patch-ab +++ b/graphics/tiff/files/patch-ab @@ -1,5 +1,5 @@ ---- configure.orig Tue Mar 21 03:20:42 2000 -+++ configure Sat Apr 1 00:00:00 2000 +--- configure.orig Mon Mar 20 20:20:42 2000 ++++ configure Mon Sep 18 21:04:27 2000 @@ -1150,8 +1150,10 @@ TIFFLIBREF='-L${DEPTH}/libtiff -ltiff' ;; @@ -12,3 +12,12 @@ DSO=FREEBSD TIFFLIBREF='-L${DEPTH}/libtiff -ltiff' ;; +@@ -1256,7 +1258,7 @@ + # Check if ln -s creates a symbolic link. + # + if [ -z "${LN_S-}" ]; then +- $RM t.c; $LN -s foo t.c && LN_S=-s ++ $RM t.c; $LN -sf foo t.c && LN_S=-sf + fi + if [ -n "$LN_S" ]; then + Note "Looks like $LN supports the -s option to create a symbolic link." |