diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-24 07:15:32 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-24 07:15:32 +0000 |
commit | 0deec25682baa8e337cb2176d9ca292958d3b197 (patch) | |
tree | e75f8b175d4bcbb3a7ce62986b7f095bea4828c7 /x11-wm/e16 | |
parent | 483871c495c1690c3bd81980f5b233686980bd84 (diff) | |
download | ports-0deec25682baa8e337cb2176d9ca292958d3b197.tar.gz ports-0deec25682baa8e337cb2176d9ca292958d3b197.zip |
Update to 0.16.3
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
Notes
Notes:
svn path=/head/; revision=23300
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e16/files/patch-ae | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index b9b55697e29f..d74ec4ba76fa 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: enlightenment -# Version required: 0.16.2 +# Version required: 0.16.3 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= enlightenment-0.16.2 +DISTNAME= enlightenment-0.16.3 CATEGORIES= x11-wm gnome MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo index 9d9cf6d0e573..379eb6711c3f 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -1 +1 @@ -MD5 (enlightenment-0.16.2.tar.gz) = 2095897a31483cf346ae5de8ebafae1c +MD5 (enlightenment-0.16.3.tar.gz) = 91f10c299dbaf5e711e94be593cfc3dd diff --git a/x11-wm/e16/files/patch-ae b/x11-wm/e16/files/patch-ae index d2c6d51f89a1..0f62992192aa 100644 --- a/x11-wm/e16/files/patch-ae +++ b/x11-wm/e16/files/patch-ae @@ -1,13 +1,13 @@ ---- configure.orig Sun Nov 7 10:21:24 1999 -+++ configure Sun Nov 14 19:09:32 1999 -@@ -3633,14 +3633,14 @@ +--- configure.orig Tue Nov 23 17:13:27 1999 ++++ configure Tue Nov 23 17:14:09 1999 +@@ -3632,14 +3632,14 @@ -echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:3638: checking for dlopen in -ldl" >&5 +-echo "configure:3637: checking for dlopen in -ldl" >&5 +echo $ac_n "checking for dlopen""... $ac_c" 1>&6 -+echo "configure:3638: checking for dlopen" >&5 ++echo "configure:3637: checking for dlopen" >&5 ac_lib_var=`echo dl'_'dlopen | 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,14 +16,14 @@ -LIBS="-ldl -lm $LIBS" +LIBS="-lm $LIBS" cat > conftest.$ac_ext <<EOF - #line 3646 "configure" + #line 3645 "configure" #include "confdefs.h" -@@ -3668,7 +3668,7 @@ +@@ -3667,7 +3667,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - DL_LIBS=-ldl -+ DL_LIBS= ++ DL_LIBS= else echo "$ac_t""no" 1>&6 |