Date: Mon, 2 Sep 2013 09:01:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325950 - in head/databases: freetds-devel libiodbc libmemcached libodbc++ Message-ID: <201309020901.r8291qgo008803@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 09:01:51 2013 New Revision: 325950 URL: http://svnweb.freebsd.org/changeset/ports/325950 Log: Eliminate USE_GNOME=pkgconfig from databases While here: - trim headers - Convert to USES=pathfix, USES=gmake Modified: head/databases/freetds-devel/Makefile head/databases/libiodbc/Makefile head/databases/libmemcached/Makefile head/databases/libodbc++/Makefile Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/freetds-devel/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -14,8 +14,7 @@ COMMENT= Sybase/Microsoft TDS protocol l WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} TDS_VER?= 5.0 -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_GONFIGURE= yes USE_AUTOTOOLS= autoconf:env libtool CPPFLAGS+= "-I${LOCALBASE}/include" Modified: head/databases/libiodbc/Makefile ============================================================================== --- head/databases/libiodbc/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/libiodbc/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libiodbc -# Date created: 24 Mar 2000 -# Whom: erikhb@bgnett.no -# +# Created by: erikhb@bgnett.no # $FreeBSD$ -# PORTNAME= libiodbc PORTVERSION= 3.52.8 @@ -20,7 +16,7 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.L CONFLICTS= unixODBC-[0-9]* -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR} USE_LDCONFIG= yes Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/libmemcached/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmemcached -# Date created: January 22, 2008 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libmemcached PORTVERSION= 1.0.7 @@ -18,10 +14,9 @@ LIB_DEPENDS?= execinfo.1:${PORTSDIR}/dev event-1.4.4:${PORTSDIR}/devel/libevent FETCH_ARGS?= -pRr -USE_GMAKE= yes +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS= --without-memcached CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" Modified: head/databases/libodbc++/Makefile ============================================================================== --- head/databases/libodbc++/Makefile Mon Sep 2 09:00:15 2013 (r325949) +++ head/databases/libodbc++/Makefile Mon Sep 2 09:01:51 2013 (r325950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libodbc++ -# Date created: 26 September 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Creayed by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libodbc++ PORTVERSION= 0.2.5 @@ -19,9 +15,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --with-isqlxx CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020901.r8291qgo008803>