diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-03-11 02:58:23 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-03-11 02:58:23 +0000 |
commit | 331285bbad538c8f5439cf4840940202cccbf18c (patch) | |
tree | f3e38d3eee0d1c43b199cf3a57b76ed77c858029 /graphics/imlib2-tmp | |
parent | 2c0b144e74e54897791c0bbd9b1636e9fe3beb46 (diff) | |
download | FreeBSD-ports-331285bbad538c8f5439cf4840940202cccbf18c.zip FreeBSD-ports-331285bbad538c8f5439cf4840940202cccbf18c.tar.gz |
Upgrade to 1.1.
Diffstat (limited to 'graphics/imlib2-tmp')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 11 | ||||
-rw-r--r-- | graphics/imlib2-tmp/distinfo | 2 | ||||
-rw-r--r-- | graphics/imlib2-tmp/files/patch-aa | 84 | ||||
-rw-r--r-- | graphics/imlib2-tmp/pkg-plist | 2 |
4 files changed, 72 insertions, 27 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 2beaa63..6d37965 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: imlib -# Version required: 1.0 +# Version required: 1.1 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.13 1998/02/18 15:36:01 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/02/27 01:56:19 alex Exp $ # -DISTNAME= Imlib-1.0 -PKGNAME= imlib-1.0 +DISTNAME= Imlib-1.1 +PKGNAME= imlib-1.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/TAR/ \ ftp://ftp.labs.redhat.com/pub/imlib/TAR/ @@ -16,7 +16,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 + tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ + gif\\.3\\.:${PORTSDIR}/graphics/giflib RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ tgatoppm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick diff --git a/graphics/imlib2-tmp/distinfo b/graphics/imlib2-tmp/distinfo index 6d0f9ed..899ba11 100644 --- a/graphics/imlib2-tmp/distinfo +++ b/graphics/imlib2-tmp/distinfo @@ -1 +1 @@ -MD5 (Imlib-1.0.tar.gz) = cc3c3eceb65a2a65e6f4de69bfbe5e18 +MD5 (Imlib-1.1.tar.gz) = 27f85550e7eb6b2c8ed6e72e962931b7 diff --git a/graphics/imlib2-tmp/files/patch-aa b/graphics/imlib2-tmp/files/patch-aa index ba1d395..0ed8c1a 100644 --- a/graphics/imlib2-tmp/files/patch-aa +++ b/graphics/imlib2-tmp/files/patch-aa @@ -1,14 +1,22 @@ ---- configure.orig Tue Feb 17 17:22:20 1998 -+++ configure Tue Feb 17 17:23:31 1998 -@@ -2462,14 +2462,14 @@ - echo "********** Disabling libpng support ************" - fi +--- configure.orig Fri Feb 20 09:42:49 1998 ++++ configure Tue Mar 10 09:40:36 1998 +@@ -826,6 +826,7 @@ + # AFS /usr/afsws/bin/install, which mishandles nonexistent args + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" + # ./install, which can be erroneously created by make from ./install.sh. ++INSTALL='/usr/bin/install -c' + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 + echo "configure:831: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then +@@ -2590,14 +2591,14 @@ + fi + --echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 --echo "configure:2467: checking for TIFFOpen in -ltiff" >&5 +- echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 +-echo "configure:2595: checking for TIFFOpen in -ltiff" >&5 -ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for TIFFOpen in -ltiff34""... $ac_c" 1>&6 -+echo "configure:2467: checking for TIFFOpen in -ltiff34" >&5 ++ echo $ac_n "checking for TIFFOpen in -ltiff34""... $ac_c" 1>&6 ++echo "configure:2595: checking for TIFFOpen in -ltiff34" >&5 +ac_lib_var=`echo tiff34'_'TIFFOpen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,20 +24,56 @@ ac_save_LIBS="$LIBS" -LIBS="-ltiff \ +LIBS="-ltiff34 \ - -L/usr/lib -L/lib -L/usr/local/lib -L/usr/X11/lib -L/usr/local/X11/lib \ - -L/usr/openwin/lib -lc -lm $LIBS" + -L/usr/lib -L/lib -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib \ + -L/usr/local/X11/lib -L/usr/openwin/lib -lc -lm $LIBS" cat > conftest.$ac_ext <<EOF -@@ -2500,11 +2500,11 @@ +@@ -2627,13 +2628,13 @@ + fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - \ --extras="$extras -DBUILTIN_TIFF"; LIBS="$LIBS -lm -ltiff" -+extras="$extras -DBUILTIN_TIFF"; LIBS="$LIBS -lm -ltiff34" +- ac_tr_lib=HAVE_LIB`echo tiff | sed -e 's/[^a-zA-Z0-9_]/_/g' \ ++ ac_tr_lib=HAVE_LIB`echo tiff34 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <<EOF + #define $ac_tr_lib 1 + EOF + +- LIBS="-ltiff $LIBS" ++ LIBS="-ltiff34 $LIBS" + else echo "$ac_t""no" 1>&6 - \ --echo "********** Disabling libtiff support ************" -+echo "********** Disabling libtiff34 support ************" - fi +@@ -2642,7 +2643,7 @@ + if test "" != ""; then + enl_lib_subdir= + else +- enl_lib_subdir=tiff ++ enl_lib_subdir=tiff34 + fi + enl_cur_var=tiff_TIFFOpen + echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 +@@ -2673,11 +2674,11 @@ + fi + echo "$ac_t""$enl_tmp_var" 1>&6 + \ +-extras="$extras -DBUILTIN_TIFF"; LIBS="$LIBS -lm -ltiff" ++extras="$extras -DBUILTIN_TIFF"; LIBS="$LIBS -lm -ltiff34" + else + echo "$ac_t""no" 1>&6 + \ +-{ echo "configure: error: ********** Disabling libtiff support ************" 1>&2; exit 1; } ++{ echo "configure: error: ********** Disabling libtiff34 support ************" 1>&2; exit 1; } + fi - echo $ac_n "checking for DGifOpenFileName in -lgif""... $ac_c" 1>&6 + +@@ -2788,8 +2789,8 @@ + if test $GIFTOPPM = "/usr/local/bin/tgatoppm"; then + NETPBM_PATH=/usr/local/bin + fi +-if test $GIFTOPPM = "/usr/openwin/bin/tgatoppm"; then +- NETPBM_PATH=/usr/openwin/bin ++if test $GIFTOPPM = "/usr/X11R6/bin/tgatoppm"; then ++ NETPBM_PATH=/usr/X11R6/bin + fi + if test $DJPEG = "/usr/bin/djpeg"; then + JPEG_PATH=/usr/bin diff --git a/graphics/imlib2-tmp/pkg-plist b/graphics/imlib2-tmp/pkg-plist index 5956802..8fbe365 100644 --- a/graphics/imlib2-tmp/pkg-plist +++ b/graphics/imlib2-tmp/pkg-plist @@ -5,5 +5,5 @@ include/Imlib_private.h include/Imlib_types.h lib/libImlib.so lib/libImlib.so.1 -lib/libImlib.so.1.0 +lib/libImlib.so.1.1 @dirrm etc/imlib |