Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 17:18:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352021 - head/databases/libdbi-drivers
Message-ID:  <201404241718.s3OHIeLq040616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Apr 24 17:18:40 2014
New Revision: 352021
URL: http://svnweb.freebsd.org/changeset/ports/352021
QAT: https://qat.redports.org/buildarchive/r352021/

Log:
  Convert to USES=libtool.

Modified:
  head/databases/libdbi-drivers/Makefile
  head/databases/libdbi-drivers/pkg-plist

Modified: head/databases/libdbi-drivers/Makefile
==============================================================================
--- head/databases/libdbi-drivers/Makefile	Thu Apr 24 17:16:28 2014	(r352020)
+++ head/databases/libdbi-drivers/Makefile	Thu Apr 24 17:18:40 2014	(r352021)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libdbi-drivers
 DISTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	databases devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}
 
@@ -11,8 +12,8 @@ COMMENT=	Drivers for libdbi
 
 LIB_DEPENDS=	libdbi.so:${PORTSDIR}/databases/libdbi
 
-USE_GNOME=	lthack
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool:keepla
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static \
 		--with-dbi-incdir=${LOCALBASE}/include/dbi
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION}
@@ -33,8 +34,6 @@ SQLITE3_CONFIGURE_WITH=	sqlite3
 PLIST_SUB+=	INGRES="@comment "
 PLIST_SUB+=	ORACLE="@comment "
 
-USES+=		gmake
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \
 		-e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure

Modified: head/databases/libdbi-drivers/pkg-plist
==============================================================================
--- head/databases/libdbi-drivers/pkg-plist	Thu Apr 24 17:16:28 2014	(r352020)
+++ head/databases/libdbi-drivers/pkg-plist	Thu Apr 24 17:18:40 2014	(r352021)
@@ -1,10 +1,7 @@
-%%MYSQL%%lib/dbd/libdbdmysql.a
 %%MYSQL%%lib/dbd/libdbdmysql.la
 %%MYSQL%%lib/dbd/libdbdmysql.so
-%%PGSQL%%lib/dbd/libdbdpgsql.a
 %%PGSQL%%lib/dbd/libdbdpgsql.la
 %%PGSQL%%lib/dbd/libdbdpgsql.so
-%%SQLITE3%%lib/dbd/libdbdsqlite3.a
 %%SQLITE3%%lib/dbd/libdbdsqlite3.la
 %%SQLITE3%%lib/dbd/libdbdsqlite3.so
 @dirrmtry lib/dbd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241718.s3OHIeLq040616>