diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /databases | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) | |
download | ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.tar.gz ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.zip |
Use libtool port instead of included version to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=183830
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 1 | ||||
-rw-r--r-- | databases/libdbi/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 1 | ||||
-rw-r--r-- | databases/libmemcache/Makefile | 1 | ||||
-rw-r--r-- | databases/libmemcache/pkg-plist | 1 | ||||
-rw-r--r-- | databases/namazu2/Makefile | 1 | ||||
-rw-r--r-- | databases/puredb/Makefile | 1 | ||||
-rw-r--r-- | databases/xbsql/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 8267890bca5a..af7f87610186 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gabor@FreeBSD.org COMMENT= The GNU database manager +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index d25af0e9f46e..5b5c7ddbc42a 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Database Independent Abstraction Layer for C +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 1bb2f9c3c779..5011b1831930 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -24,6 +24,7 @@ USE_BZIP2= yes LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile index 2d8453041e8f..a2c196f76abf 100644 --- a/databases/libmemcache/Makefile +++ b/databases/libmemcache/Makefile @@ -15,6 +15,7 @@ COMMENT= The C library for accessing a memcache cluster USE_BZIP2= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/databases/libmemcache/pkg-plist b/databases/libmemcache/pkg-plist index d123f0442629..231e71ca3b1c 100644 --- a/databases/libmemcache/pkg-plist +++ b/databases/libmemcache/pkg-plist @@ -4,4 +4,5 @@ include/memcache/buffer.h include/memcache.h lib/libmemcache.so.4 lib/libmemcache.so +lib/libmemcache.la lib/libmemcache.a diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile index 441fd22cb27b..c47fdb58f666 100644 --- a/databases/namazu2/Makefile +++ b/databases/namazu2/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic PM_BASE= ${SITE_PERL} +USE_AUTOTOOLS= libtool:15 USE_ICONV= yes USE_GETTEXT= yes USE_PERL5= yes diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile index 5bf3bc0c5b8f..f4331f165a51 100644 --- a/databases/puredb/Makefile +++ b/databases/puredb/Makefile @@ -15,6 +15,7 @@ DISTNAME= pure-db-${PORTVERSION} MAINTAINER= sergei@FreeBSD.org COMMENT= Set of libraries for creating and reading constant databases +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/xbsql/Makefile b/databases/xbsql/Makefile index d8f6d2cecfae..a30da9e957f5 100644 --- a/databases/xbsql/Makefile +++ b/databases/xbsql/Makefile @@ -16,6 +16,7 @@ COMMENT= An SQL wrapper for the XBase DBMS library LIB_DEPENDS= xbase-2.0.0:${PORTSDIR}/databases/xbase +USE_AUTOTOOLS= libtool:15 USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |