diff options
author | roam <roam@FreeBSD.org> | 2003-12-14 22:35:46 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-12-14 22:35:46 +0800 |
commit | 040dedc41955970f4b8d3bc001c738cb3c634275 (patch) | |
tree | fd6d9e67cd15f972e544ea9f9c7fc552339909a8 /devel | |
parent | b5aa012a3ba993ed19e0f912e3e723fb68567725 (diff) | |
download | freebsd-ports-gnome-040dedc41955970f4b8d3bc001c738cb3c634275.tar.gz freebsd-ports-gnome-040dedc41955970f4b8d3bc001c738cb3c634275.tar.zst freebsd-ports-gnome-040dedc41955970f4b8d3bc001c738cb3c634275.zip |
Update to 0.8.5.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libelf/Makefile | 3 | ||||
-rw-r--r-- | devel/libelf/distinfo | 2 | ||||
-rw-r--r-- | devel/libelf/files/patch-configure | 20 |
3 files changed, 12 insertions, 13 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index d9b4bd52010c..46d0da5c7ad1 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libelf -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.stud.uni-hannover.de/~michael/software/ \ diff --git a/devel/libelf/distinfo b/devel/libelf/distinfo index 7d2fba8c1f62..716d66a6040a 100644 --- a/devel/libelf/distinfo +++ b/devel/libelf/distinfo @@ -1 +1 @@ -MD5 (libelf-0.8.4.tar.gz) = 60b4cffdfea14e55c192f48f3f5440f2 +MD5 (libelf-0.8.5.tar.gz) = c1daf069367871350ece779b7de20047 diff --git a/devel/libelf/files/patch-configure b/devel/libelf/files/patch-configure index 0f99db8be042..e81a68b8b75f 100644 --- a/devel/libelf/files/patch-configure +++ b/devel/libelf/files/patch-configure @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Wed May 7 21:28:06 2003 -+++ configure Sat Jul 12 13:54:26 2003 -@@ -1123,7 +1123,7 @@ +--- configure.old Sun Dec 14 14:11:54 2003 ++++ configure Sun Dec 14 14:13:28 2003 +@@ -1139,7 +1139,7 @@ fi @@ -12,7 +12,7 @@ $FreeBSD$ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -3039,7 +3039,7 @@ +@@ -3055,7 +3055,7 @@ fi case "$host" in @@ -21,15 +21,15 @@ $FreeBSD$ if test "$GCC" = yes; then -@@ -3096,13 +3096,12 @@ +@@ -3112,13 +3112,12 @@ then - SHLIB='$(PACKAGE)-$(VERSION).so' + SHLIB_SFX='-$(VERSION).so' else -- SHLIB='$(PACKAGE).so.$(VERSION)' -+ SHLIB='$(PACKAGE).so.$(MAJOR)' +- SHLIB_SFX='.so.$(VERSION)' ++ SHLIB_SFX='.so.$(MAJOR)' fi - SHLINK='$(PACKAGE).so' - SONAME='$(PACKAGE).so.$(MAJOR)' + SHLINK_SFX='.so' + SONAME_SFX='.so.$(MAJOR)' - LINK_SHLIB='$(CC) -shared -Wl,-soname,$(SONAME)' + LINK_SHLIB='$(CC) -shared -Wl,-soname,$(SONAME) $(LDFLAGS)' INSTALL_SHLIB='$(INSTALL_PROGRAM)' |