diff options
author | sf <sf@FreeBSD.org> | 2001-03-07 01:26:23 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-07 01:26:23 +0800 |
commit | cc6f2a57d8126ce2359b539745b30ad03693d39f (patch) | |
tree | e3fe8b190f12015a43c3ebf6144794f1ef9c4364 /graphics | |
parent | 6b816224cd3bfaa0006b1431f1264080ad47d70d (diff) | |
download | freebsd-ports-graphics-cc6f2a57d8126ce2359b539745b30ad03693d39f.tar.gz freebsd-ports-graphics-cc6f2a57d8126ce2359b539745b30ad03693d39f.tar.zst freebsd-ports-graphics-cc6f2a57d8126ce2359b539745b30ad03693d39f.zip |
update to 1.0.2.
PR: 25538
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 2 | ||||
-rw-r--r-- | graphics/imlib2-tmp/distinfo | 2 | ||||
-rw-r--r-- | graphics/imlib2-tmp/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 2 | ||||
-rw-r--r-- | graphics/imlib2/distinfo | 2 | ||||
-rw-r--r-- | graphics/imlib2/files/patch-configure | 11 |
6 files changed, 26 insertions, 4 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index a14113591fe..9fba7772fe4 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imlib2 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment diff --git a/graphics/imlib2-tmp/distinfo b/graphics/imlib2-tmp/distinfo index 11f830954a1..30929757f91 100644 --- a/graphics/imlib2-tmp/distinfo +++ b/graphics/imlib2-tmp/distinfo @@ -1 +1 @@ -MD5 (imlib2-1.0.1.tar.gz) = 114ca9b79b2c73387fa0751e2f7c4b14 +MD5 (imlib2-1.0.2.tar.gz) = fd5e30e22b3fb237ea660070a24a8a85 diff --git a/graphics/imlib2-tmp/files/patch-configure b/graphics/imlib2-tmp/files/patch-configure new file mode 100644 index 00000000000..3a0a146c04a --- /dev/null +++ b/graphics/imlib2-tmp/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Mar 2 12:59:18 2001 ++++ configure Sun Mar 4 22:46:57 2001 +@@ -3558,7 +3558,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff $EXTRA_LIBS $LIBS" ++LIBS="-ltiff -lm $EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3564 "configure" + #include "confdefs.h" diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index a14113591fe..9fba7772fe4 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imlib2 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index 11f830954a1..30929757f91 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1 +1 @@ -MD5 (imlib2-1.0.1.tar.gz) = 114ca9b79b2c73387fa0751e2f7c4b14 +MD5 (imlib2-1.0.2.tar.gz) = fd5e30e22b3fb237ea660070a24a8a85 diff --git a/graphics/imlib2/files/patch-configure b/graphics/imlib2/files/patch-configure new file mode 100644 index 00000000000..3a0a146c04a --- /dev/null +++ b/graphics/imlib2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Mar 2 12:59:18 2001 ++++ configure Sun Mar 4 22:46:57 2001 +@@ -3558,7 +3558,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff $EXTRA_LIBS $LIBS" ++LIBS="-ltiff -lm $EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3564 "configure" + #include "confdefs.h" |