aboutsummaryrefslogtreecommitdiff
path: root/devel/libelf
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-12-14 14:35:46 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-12-14 14:35:46 +0000
commit3b495664f7e140af1d4917c789769e155809fb50 (patch)
tree0eed56a8da47e0eda1198090b0aa38bfeca026d6 /devel/libelf
parent78e9a46a5e7c0e7b333aec52e259962ccfe3a2ee (diff)
downloadports-3b495664f7e140af1d4917c789769e155809fb50.tar.gz
ports-3b495664f7e140af1d4917c789769e155809fb50.zip
Update to 0.8.5.
Notes
Notes: svn path=/head/; revision=95788
Diffstat (limited to 'devel/libelf')
-rw-r--r--devel/libelf/Makefile3
-rw-r--r--devel/libelf/distinfo2
-rw-r--r--devel/libelf/files/patch-configure20
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)'