diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-07-18 18:42:26 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-07-18 18:42:26 +0000 |
commit | b05e40d9e418f0679e2c9bda10efac6a672ce1ae (patch) | |
tree | 062a51957e6d1bf3590c5f58137888abe663b661 /graphics/imlib2 | |
parent | 9b0b1715ff62b9f1d2c5e10db8064f4214af8a3f (diff) | |
download | FreeBSD-ports-b05e40d9e418f0679e2c9bda10efac6a672ce1ae.zip FreeBSD-ports-b05e40d9e418f0679e2c9bda10efac6a672ce1ae.tar.gz |
Upgrade to 1.7.
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 9 | ||||
-rw-r--r-- | graphics/imlib2/distinfo | 2 | ||||
-rw-r--r-- | graphics/imlib2/files/patch-aa | 178 | ||||
-rw-r--r-- | graphics/imlib2/pkg-plist | 5 |
4 files changed, 170 insertions, 24 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 7f2048f..56f8663 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: imlib -# Version required: 1.6 +# Version required: 1.7 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.21 1998/05/20 01:56:53 chuckr Exp $ +# $Id: Makefile,v 1.22 1998/06/23 06:43:12 vanilla Exp $ # -DISTNAME= imlib-1.6 +DISTNAME= imlib-1.7 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/TAR/ \ +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ + ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ ftp://ftp.labs.redhat.com/pub/imlib/TAR/ MAINTAINER= vanilla@FreeBSD.ORG diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index 35308dd..b5512be5 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1 +1 @@ -MD5 (imlib-1.6.tar.gz) = 5c80d6ee9a769c0a9e5fcd7921c3fd85 +MD5 (imlib-1.7.tar.gz) = 37b52a18ed25d195d00d77bbf127c18e diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 34a053c..cda8203 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -1,44 +1,188 @@ ---- configure.orig Tue Jun 23 14:08:14 1998 -+++ configure Tue Jun 23 14:10:55 1998 -@@ -3762,16 +3762,16 @@ +--- configure.orig Sat Jul 18 10:57:31 1998 ++++ configure Sun Jul 19 01:53:34 1998 +@@ -1699,143 +1699,6 @@ + rm -f conf.gtktest + + +- +- +-# Extract the first word of "djpeg", so it can be a program name with args. +-set dummy djpeg; ac_word=$2 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1708: checking for $ac_word" >&5 +-if eval "test \"`echo '$''{'ac_cv_path_DJPEG_PROG'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- case "$DJPEG_PROG" in +- /*) +- ac_cv_path_DJPEG_PROG="$DJPEG_PROG" # Let the user override the test with a path. +- ;; +- *) +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +- for ac_dir in $PATH; do +- test -z "$ac_dir" && ac_dir=. +- if test -f $ac_dir/$ac_word; then +- ac_cv_path_DJPEG_PROG="$ac_dir/$ac_word" +- break +- fi +- done +- IFS="$ac_save_ifs" +- ;; +-esac +-fi +-DJPEG_PROG="$ac_cv_path_DJPEG_PROG" +-if test -n "$DJPEG_PROG"; then +- echo "$ac_t""$DJPEG_PROG" 1>&6 +-else +- echo "$ac_t""no" 1>&6 +-fi +- +-# Extract the first word of "cjpeg", so it can be a program name with args. +-set dummy cjpeg; ac_word=$2 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1739: checking for $ac_word" >&5 +-if eval "test \"`echo '$''{'ac_cv_path_CJPEG_PROG'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- case "$CJPEG_PROG" in +- /*) +- ac_cv_path_CJPEG_PROG="$CJPEG_PROG" # Let the user override the test with a path. +- ;; +- *) +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +- for ac_dir in $PATH; do +- test -z "$ac_dir" && ac_dir=. +- if test -f $ac_dir/$ac_word; then +- ac_cv_path_CJPEG_PROG="$ac_dir/$ac_word" +- break +- fi +- done +- IFS="$ac_save_ifs" +- ;; +-esac +-fi +-CJPEG_PROG="$ac_cv_path_CJPEG_PROG" +-if test -n "$CJPEG_PROG"; then +- echo "$ac_t""$CJPEG_PROG" 1>&6 +-else +- echo "$ac_t""no" 1>&6 +-fi +- +- +-# Extract the first word of "convert", so it can be a program name with args. +-set dummy convert; ac_word=$2 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1771: checking for $ac_word" >&5 +-if eval "test \"`echo '$''{'ac_cv_path_CONVERT_PROG'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- case "$CONVERT_PROG" in +- /*) +- ac_cv_path_CONVERT_PROG="$CONVERT_PROG" # Let the user override the test with a path. +- ;; +- *) +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +- for ac_dir in $PATH; do +- test -z "$ac_dir" && ac_dir=. +- if test -f $ac_dir/$ac_word; then +- ac_cv_path_CONVERT_PROG="$ac_dir/$ac_word" +- break +- fi +- done +- IFS="$ac_save_ifs" +- ;; +-esac +-fi +-CONVERT_PROG="$ac_cv_path_CONVERT_PROG" +-if test -n "$CONVERT_PROG"; then +- echo "$ac_t""$CONVERT_PROG" 1>&6 +-else +- echo "$ac_t""no" 1>&6 +-fi +- +-echo "CONVERT_PROG is $CONVERT_PROG" +-CONVERT_PATH=`echo $CONVERT_PROG | sed 's/\/convert//'` +-echo "CONVERT_PATH is $CONVERT_PATH" +- +- +-# Extract the first word of "giftopnm", so it can be a program name with args. +-set dummy giftopnm; ac_word=$2 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1807: checking for $ac_word" >&5 +-if eval "test \"`echo '$''{'ac_cv_path_GIFTOPNM_PROG'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- case "$GIFTOPNM_PROG" in +- /*) +- ac_cv_path_GIFTOPNM_PROG="$GIFTOPNM_PROG" # Let the user override the test with a path. +- ;; +- *) +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +- for ac_dir in $PATH; do +- test -z "$ac_dir" && ac_dir=. +- if test -f $ac_dir/$ac_word; then +- ac_cv_path_GIFTOPNM_PROG="$ac_dir/$ac_word" +- break +- fi +- done +- IFS="$ac_save_ifs" +- ;; +-esac +-fi +-GIFTOPNM_PROG="$ac_cv_path_GIFTOPNM_PROG" +-if test -n "$GIFTOPNM_PROG"; then +- echo "$ac_t""$GIFTOPNM_PROG" 1>&6 +-else +- echo "$ac_t""no" 1>&6 +-fi +- +-echo "GIFTOPNM_PROG is $GIFTOPNM_PROG" +-NETPBM_PATH=`echo $GIFTOPNM_PROG | sed 's/\/giftopnm//'` +-echo "NETPBM_PATH is $NETPBM_PATH" +- +- + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 + echo "configure:1841: checking how to run the C preprocessor" >&5 + # On Suns, sometimes $CPP names a directory. +@@ -3770,16 +3633,16 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 --echo "configure:3768: checking for tiffio.h" >&5 +-echo "configure:3776: checking for tiffio.h" >&5 + ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'` +echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6 -+echo "configure:3768: checking for tiff34/tiffio.h" >&5 ++echo "configure:3776: checking for tiff34/tiffio.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF - #line 3773 "configure" + #line 3781 "configure" #include "confdefs.h" -#include <tiffio.h> +#include <tiff34/tiffio.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -3844,16 +3844,16 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` + { (eval echo configure:3786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +@@ -3818,16 +3681,16 @@ + + + +-ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 --echo "configure:3850: checking for gif_lib.h" >&5 -+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'` +-echo "configure:3824: checking for gif_lib.h" >&5 ++ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'` +echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6 -+echo "configure:3850: checking for giflib/gif_lib.h" >&5 ++echo "configure:3824: checking for giflib/gif_lib.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF - #line 3855 "configure" + #line 3829 "configure" #include "confdefs.h" -#include <gif_lib.h> +#include <giflib/gif_lib.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3860: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + { (eval echo configure:3834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } diff --git a/graphics/imlib2/pkg-plist b/graphics/imlib2/pkg-plist index 07b8a87..9f3f451 100644 --- a/graphics/imlib2/pkg-plist +++ b/graphics/imlib2/pkg-plist @@ -1,4 +1,5 @@ bin/imlib_config +bin/imlib-config etc/imlib/im_palette.pal etc/imlib/imrc include/Imlib.h @@ -10,11 +11,11 @@ include/gdk_imlib_types.h lib/libImlib.a lib/libImlib.la lib/libImlib.so -lib/libImlib.so.1.6 +lib/libImlib.so.1.7 lib/libgdk_imlib.a lib/libgdk_imlib.la lib/libgdk_imlib.so -lib/libgdk_imlib.so.1.6 +lib/libgdk_imlib.so.1.7 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R @dirrm etc/imlib |