summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-08 20:45:00 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-08 20:45:00 +0000
commit01d65e04c3cefe08e6f55705af67359809ffc8af (patch)
treed0f8f7e40156a87cbb1243154af42f209de97c72 /devel
parentUpdate to Vim 6.3 release. (diff)
Switch over to versioned devel/libltdl15 (from devel/libltdl) after
repo-copy.
Notes
Notes: svn path=/head/; revision=111104
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/libltdl/Makefile22
-rw-r--r--devel/libltdl/pkg-descr9
-rw-r--r--devel/libltdl/pkg-plist6
-rw-r--r--devel/libltdl15/Makefile2
5 files changed, 2 insertions, 39 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7863ad423efb..caaf61195b2a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -406,7 +406,7 @@
SUBDIR += libhoard
SUBDIR += libical
SUBDIR += libidn
- SUBDIR += libltdl
+ SUBDIR += libltdl15
SUBDIR += libmba
SUBDIR += libmcve
SUBDIR += libmimedir
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile
deleted file mode 100644
index ef6458e0021c..000000000000
--- a/devel/libltdl/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: libltdl
-# Date created: 23 January 2002
-# Whom: Jeremy Norris <ishmael27x@yahoo.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libltdl
-PORTREVISION= 0
-MASTERDIR= ${.CURDIR}/../libtool15
-
-COMMENT= System independent dlopen wrapper
-
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-ltdl-install
-BUILD_WRKSRC= ${WRKSRC}/libltdl
-INSTALL_WRKSRC= ${WRKSRC}/libltdl
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-LATEST_LINK= libltdl
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/libltdl/pkg-descr b/devel/libltdl/pkg-descr
deleted file mode 100644
index e57b99f21a5c..000000000000
--- a/devel/libltdl/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
-
-It supports the following dlopen interfaces:
-* dlopen (Solaris, Linux and various BSD flavors)
-* shl_load (HP-UX)
-* LoadLibrary (Win16 and Win32)
-* load_add_on (BeOS)
-* GNU DLD (emulates dynamic linking for static libraries)
-* libtool's dlpreopen
diff --git a/devel/libltdl/pkg-plist b/devel/libltdl/pkg-plist
deleted file mode 100644
index 576ece3f4b07..000000000000
--- a/devel/libltdl/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $FreeBSD: /tmp/pcvs/ports/devel/libltdl/pkg-plist,v 1.1 2003-07-02 18:52:29 ade Exp $
-include/ltdl.h
-lib/libltdl.a
-lib/libltdl.la
-lib/libltdl.so
-lib/libltdl.so.4
diff --git a/devel/libltdl15/Makefile b/devel/libltdl15/Makefile
index ef6458e0021c..a61507a59d43 100644
--- a/devel/libltdl15/Makefile
+++ b/devel/libltdl15/Makefile
@@ -17,6 +17,6 @@ BUILD_WRKSRC= ${WRKSRC}/libltdl
INSTALL_WRKSRC= ${WRKSRC}/libltdl
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
-LATEST_LINK= libltdl
+LATEST_LINK= libltdl15
.include "${MASTERDIR}/Makefile"