pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dlcompat Changes 20030629: implement RTLD_NEXT a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1858a23b779b
branches: trunk
changeset: 465930:1858a23b779b
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jan 08 16:08:22 2004 +0000
description:
Changes 20030629: implement RTLD_NEXT and RTLD_DEFAULT
diffstat:
devel/dlcompat/Makefile | 8 ++++----
devel/dlcompat/PLIST | 3 ++-
devel/dlcompat/distinfo | 7 ++++---
devel/dlcompat/patches/patch-aa | 13 +++++++++++++
4 files changed, 23 insertions(+), 8 deletions(-)
diffs (66 lines):
diff -r bc97b18b461b -r 1858a23b779b devel/dlcompat/Makefile
--- a/devel/dlcompat/Makefile Thu Jan 08 15:27:08 2004 +0000
+++ b/devel/dlcompat/Makefile Thu Jan 08 16:08:22 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:30:18 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/08 16:08:22 adam Exp $
#
-DISTNAME= dlcompat-20030522
+DISTNAME= dlcompat-20030629
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fink/}
@@ -11,7 +11,7 @@
ONLY_FOR_PLATFORM= Darwin-*-*
-USE_BUILDLINK2= # defined
-GNU_CONFIGURE= # defined
+USE_BUILDLINK2= # defined
+GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
diff -r bc97b18b461b -r 1858a23b779b devel/dlcompat/PLIST
--- a/devel/dlcompat/PLIST Thu Jan 08 15:27:08 2004 +0000
+++ b/devel/dlcompat/PLIST Thu Jan 08 16:08:22 2004 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2002/11/19 07:19:13 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/01/08 16:08:22 adam Exp $
include/dlfcn.h
lib/libdl.1.dylib
lib/libdl.a
lib/libdl.dylib
+man/man3/dladdr.3
man/man3/dlclose.3
man/man3/dlerror.3
man/man3/dlopen.3
diff -r bc97b18b461b -r 1858a23b779b devel/dlcompat/distinfo
--- a/devel/dlcompat/distinfo Thu Jan 08 15:27:08 2004 +0000
+++ b/devel/dlcompat/distinfo Thu Jan 08 16:08:22 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.7 2003/06/08 23:00:26 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2004/01/08 16:08:22 adam Exp $
-SHA1 (dlcompat-20030522.tar.gz) = 372dceb1b5cf405db60c1e1dc8cf396b8d6c9746
-Size (dlcompat-20030522.tar.gz) = 50065 bytes
+SHA1 (dlcompat-20030629.tar.gz) = 28d1c38fd035c8973ce11de7b07437c98a3376ba
+Size (dlcompat-20030629.tar.gz) = 54848 bytes
+SHA1 (patch-aa) = 7bc87eb6f4360c4c897bdbafb3b94c6326531b67
diff -r bc97b18b461b -r 1858a23b779b devel/dlcompat/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/dlcompat/patches/patch-aa Thu Jan 08 16:08:22 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.6 2004/01/08 16:09:01 adam Exp $
+
+--- configure.orig 2004-01-08 16:59:44.000000000 +0000
++++ configure
+@@ -2216,7 +2216,7 @@ else
+ echo "${ECHO_T}no, using $LN_S" >&6
+ fi
+
+-OPT=-O2
++OPT=${CFLAGS}
+ VERSION=20030629
+
+
Home |
Main Index |
Thread Index |
Old Index