summaryrefslogtreecommitdiff
path: root/devel/libltdl
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-15 17:35:36 +0000
committerjoerg <joerg>2009-12-15 17:35:36 +0000
commitf43ab96179fd0dc2cd4900f276a88bf02c3dfeac (patch)
tree52e09274223d3f08d8727d1e2bee952a45812e37 /devel/libltdl
parenta88e0a154ef83e8423f472ab6055dbe0c9b4f406 (diff)
downloadpkgsrc-f43ab96179fd0dc2cd4900f276a88bf02c3dfeac.tar.gz
Update to libtool-2.2.6b. This switches libtool to the new main branch.
Changes are many, important for pkgsrc: - much higher speed (up to 30% faster for the overall build of libX11) - less magic for detection of the tag The pkgsrc integration of f2c has been changed to be more sane. libtool itself now depends on the f2c frontend to use proper auto-configuration and only fakes up the library. This part is encapsulated in mk/compiler/f2c.mk.
Diffstat (limited to 'devel/libltdl')
-rw-r--r--devel/libltdl/Makefile8
-rw-r--r--devel/libltdl/PLIST5
-rw-r--r--devel/libltdl/buildlink3.mk4
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile
index efdba383df5..0a735181a3c 100644
--- a/devel/libltdl/Makefile
+++ b/devel/libltdl/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2009/12/15 17:07:43 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/15 17:35:36 joerg Exp $
#
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/tool-/ltdl-/}
-PKGREVISION= 1
SVR4_PKGNAME= lltdl
COMMENT= Generic shared library support (libltdl abstraction library)
@@ -13,8 +12,9 @@ CONFLICTS+= libtool<=1.3.5nb11 libtool-base<=1.5.10nb4
USE_LIBTOOL= yes
-CONFIGURE_ARGS+=--enable-libltdl-install
-BUILD_DIRS= ${WRKSRC}/libltdl
+CONFIGURE_ARGS+=--enable-ltdl-install
+
+CONFIGURE_DIRS= libltdl
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libltdl/PLIST b/devel/libltdl/PLIST
index c76c7c9f0a6..824244e8cac 100644
--- a/devel/libltdl/PLIST
+++ b/devel/libltdl/PLIST
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/14 19:03:45 tv Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/12/15 17:35:36 joerg Exp $
+include/libltdl/lt_dlloader.h
+include/libltdl/lt_error.h
+include/libltdl/lt_system.h
include/ltdl.h
lib/libltdl.la
diff --git a/devel/libltdl/buildlink3.mk b/devel/libltdl/buildlink3.mk
index dc6c63bb6e6..009b89b6d50 100644
--- a/devel/libltdl/buildlink3.mk
+++ b/devel/libltdl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:24:20 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2009/12/15 17:35:36 joerg Exp $
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "NetBSD"
@@ -14,7 +14,7 @@ BUILDLINK_TREE+= libltdl
.if !defined(LIBLTDL_BUILDLINK3_MK)
LIBLTDL_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.libltdl+= libltdl>=1.5.10
+BUILDLINK_API_DEPENDS.libltdl+= libltdl>=2.2.6
BUILDLINK_PKGSRCDIR.libltdl?= ../../devel/libltdl
.include "../../mk/dlopen.buildlink3.mk"