Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 23:37:53 +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: r353226 - in head/comms: atslog gnokii
Message-ID:  <201405072337.s47Nbr3i052532@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed May  7 23:37:53 2014
New Revision: 353226
URL: http://svnweb.freebsd.org/changeset/ports/353226
QAT: https://qat.redports.org/buildarchive/r353226/

Log:
  Convert to USES=pgsql

Modified:
  head/comms/atslog/Makefile
  head/comms/gnokii/Makefile

Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile	Wed May  7 23:21:59 2014	(r353225)
+++ head/comms/atslog/Makefile	Wed May  7 23:37:53 2014	(r353226)
@@ -50,7 +50,7 @@ RUN_DEPENDS+=	p5-DBD-mysql>=0:${PORTSDIR
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL=	yes
+USES+=		pgsql
 BUILD_DEPENDS+=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 RUN_DEPENDS+=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 .endif

Modified: head/comms/gnokii/Makefile
==============================================================================
--- head/comms/gnokii/Makefile	Wed May  7 23:21:59 2014	(r353225)
+++ head/comms/gnokii/Makefile	Wed May  7 23:37:53 2014	(r353226)
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+=	--disable-mysql
 PLIST_SUB+=	MSM='@comment '
 . endif
 . if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL=	yes
+USES+=		pgsql
 PLIST_SUB+=	PGM=''
 . else
 CONFIGURE_ARGS+=	--disable-postgres



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