diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-22 04:00:49 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-22 04:00:49 +0800 |
commit | 7b806b22253179b0ad1183f3faa62c403c268706 (patch) | |
tree | 66bb853f588500afd728a6c772a50968276121b5 /graphics/imlib2 | |
parent | 8eb7d519a68a9e1f0d67fe93e1bc67eef84317e8 (diff) | |
download | freebsd-ports-graphics-7b806b22253179b0ad1183f3faa62c403c268706.tar.gz freebsd-ports-graphics-7b806b22253179b0ad1183f3faa62c403c268706.tar.zst freebsd-ports-graphics-7b806b22253179b0ad1183f3faa62c403c268706.zip |
Upgrade to 1.9.2.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 18 | ||||
-rw-r--r-- | graphics/imlib2/distinfo | 2 | ||||
-rw-r--r-- | graphics/imlib2/files/patch-aa | 31 |
3 files changed, 10 insertions, 41 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 98b8b4cb62f..66a3e257d5e 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,17 +1,15 @@ # New ports collection makefile for: imlib -# Version required: 1.9.1 +# Version required: 1.9.2 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.40 1999/01/14 16:53:36 vanilla Exp $ +# $Id: Makefile,v 1.41 1999/01/20 22:49:40 vanilla Exp $ # -DISTNAME= imlib-1.9.1 +DISTNAME= imlib-1.9.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ - ftp://ftp.geo.net/pub/gnome/sources/latest/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/latest/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= imlib MAINTAINER= vanilla@FreeBSD.ORG @@ -24,11 +22,9 @@ LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - INSTALL="$${INSTALL} -c" + LIBS="-L${LOCALBASE}/lib" post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index a5924a68563..7c2aaab929e 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1 +1 @@ -MD5 (imlib-1.9.1.tar.gz) = 98115bf7568a19ee80a7be87a48d16c3 +MD5 (imlib-1.9.2.tar.gz) = 77deba4154a9b526a3e0c42bd20a9cd3 diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 34ec3b55d5a..580690478c0 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Sat Jan 16 01:23:28 1999 -+++ configure Thu Jan 21 06:12:39 1999 +--- configure.orig Thu Jan 21 00:10:05 1999 ++++ configure Fri Jan 22 03:38:47 1999 @@ -2173,8 +2173,8 @@ echo "configure:2174: checking If dynamic linking works on this system" >&5 oLIBS="$LIBS" @@ -202,30 +202,3 @@ EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:4565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -4777,26 +4643,6 @@ - else - echo "configure: warning: *** Native PNG support will not be built (PNG header file not found) ***" 1>&2 - fi -- --echo $ac_n "checking for libpng version other than 1.0.2""... $ac_c" 1>&6 --echo "configure:4783: checking for libpng version other than 1.0.2" >&5 --cat > conftest.$ac_ext <<EOF --#line 4785 "configure" --#include "confdefs.h" --#include <png.h> --PNG_LIBPNG_VER_STRING --EOF --if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -- egrep ""1.0.2"" >/dev/null 2>&1; then -- rm -rf conftest* -- echo "********* WARNING *********** Your libpng version is 1.0.2. Build will not continue until you revert to 1.0.1 or a newer version.";exit --else -- rm -rf conftest* -- png_ok=yes --fi --rm -f conftest* -- --echo "$ac_t""$png_ok" 1>&6 - - if test "$png_ok" = yes; then - PNGLIBS="-lpng -lz" |