diff options
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 15 | ||||
-rw-r--r-- | graphics/imlib2/distinfo | 2 | ||||
-rw-r--r-- | graphics/imlib2/files/patch-aa | 70 | ||||
-rw-r--r-- | graphics/imlib2/pkg-plist | 13 |
4 files changed, 37 insertions, 63 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index ea983768820e..b7f9d175e971 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: imlib -# Version required: 1.1 +# Version required: 1.3 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.17 1998/03/28 19:49:58 ache Exp $ +# $Id: Makefile,v 1.18 1998/04/15 22:17:56 jseger Exp $ # -DISTNAME= Imlib-1.1 -PKGNAME= imlib-1.1 +DISTNAME= imlib-1.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/TAR/ \ ftp://ftp.labs.redhat.com/pub/imlib/TAR/ @@ -17,12 +16,16 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - gif\\.3\\.:${PORTSDIR}/graphics/giflib + gif\\.3\\.:${PORTSDIR}/graphics/giflib \ + gtk\\.1\\.:${PORTSDIR}/x11/gtk USE_GMAKE= yes USE_X11= ues GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/imlib/Imlib +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib \ + INSTALL="/usr/bin/install -c" +WRKSRC= ${WRKDIR}/imlib post-install: ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index 899ba11c6a59..fa45814fb45a 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1 +1 @@ -MD5 (Imlib-1.1.tar.gz) = 27f85550e7eb6b2c8ed6e72e962931b7 +MD5 (imlib-1.3.tar.gz) = 6b672e10e70c0a8b0a51de823c6f6859 diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 21a27f5cea38..ad2d4ad457f7 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -1,40 +1,25 @@ ---- 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 - +--- configure.orig Wed Apr 22 07:47:30 1998 ++++ configure Thu Apr 30 05:05:50 1998 +@@ -3215,14 +3215,14 @@ + GX_LIBS="$GTK_LIBS" + fi -- 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:2595: checking for TIFFOpen in -ltiff34" >&5 -+ac_lib_var=`echo tiff34'_'TIFFOpen | sed 'y%./+-%__p_%'` +-echo $ac_n "checking for main in -ltiff""... $ac_c" 1>&6 +-echo "configure:3220: checking for main in -ltiff" >&5 +-ac_lib_var=`echo tiff'_'main | sed 'y%./+-%__p_%'` ++echo $ac_n "checking for main in -ltiff34""... $ac_c" 1>&6 ++echo "configure:3220: checking for main in -ltiff34" >&5 ++ac_lib_var=`echo tiff34'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" --LIBS="-ltiff \ -+LIBS="-ltiff34 \ - -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" +-LIBS="-ltiff $GX_LIBS $LIBS" ++LIBS="-ltiff34 $GX_LIBS $LIBS" cat > conftest.$ac_ext <<EOF -@@ -2627,13 +2628,13 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- 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 + #line 3228 "configure" + #include "confdefs.h" +@@ -3252,7 +3252,7 @@ #define $ac_tr_lib 1 EOF @@ -43,26 +28,3 @@ else echo "$ac_t""no" 1>&6 -@@ -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 - - diff --git a/graphics/imlib2/pkg-plist b/graphics/imlib2/pkg-plist index 8fbe3657747f..86a3d8e5f171 100644 --- a/graphics/imlib2/pkg-plist +++ b/graphics/imlib2/pkg-plist @@ -1,9 +1,18 @@ +bin/imlib_config etc/imlib/im_palette.pal etc/imlib/imrc include/Imlib.h include/Imlib_private.h include/Imlib_types.h +include/gdk_imlib.h +include/gdk_imlib_private.h +include/gdk_imlib_types.h +lib/libImlib.a +lib/libImlib.la lib/libImlib.so -lib/libImlib.so.1 -lib/libImlib.so.1.1 +lib/libImlib.so.1.3 +lib/libgdk_imlib.a +lib/libgdk_imlib.la +lib/libgdk_imlib.so +lib/libgdk_imlib.so.1.3 @dirrm etc/imlib |