diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 22:48:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 22:48:11 +0800 |
commit | 38f4a53b4bd178d8c83cbade3664833d427aadbd (patch) | |
tree | e5eaf4db542795affa140f3fc4c0b425252b9036 /devel/libltdl15 | |
parent | 8ce0a0b6c74df07a988bfdd69a98312b0f74b792 (diff) | |
download | marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.gz marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.bz2 marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.lz marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.xz marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.zst marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.zip |
Define libltdl_cv_sys_dlopen_deplibs=yes on FreeBSD for gnucash. I am
committing this here because it needs lots of testing before ade@ will
be willing to import to ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8082 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libltdl15')
-rw-r--r-- | devel/libltdl15/Makefile | 23 | ||||
-rw-r--r-- | devel/libltdl15/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libltdl15/pkg-plist | 6 |
3 files changed, 38 insertions, 0 deletions
diff --git a/devel/libltdl15/Makefile b/devel/libltdl15/Makefile new file mode 100644 index 000000000..8a1d0ef73 --- /dev/null +++ b/devel/libltdl15/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libltdl +# Date created: 23 January 2002 +# Whom: Jeremy Norris <ishmael27x@yahoo.com> +# +# $FreeBSD: ports/devel/libltdl15/Makefile,v 1.7 2006/02/23 10:35:56 ade Exp $ +# + +PORTNAME= libltdl +PORTREVISION= 1 +MASTERDIR= ${.CURDIR}/../../devel/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= libltdl15 +INFO= # empty + +.include "${MASTERDIR}/Makefile" diff --git a/devel/libltdl15/pkg-descr b/devel/libltdl15/pkg-descr new file mode 100644 index 000000000..e57b99f21 --- /dev/null +++ b/devel/libltdl15/pkg-descr @@ -0,0 +1,9 @@ +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/libltdl15/pkg-plist b/devel/libltdl15/pkg-plist new file mode 100644 index 000000000..918591e90 --- /dev/null +++ b/devel/libltdl15/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD: ports/devel/libltdl15/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 |