From owner-svn-ports-all@FreeBSD.ORG Wed May 7 23:37:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09208DBC; Wed, 7 May 2014 23:37:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAABFD60; Wed, 7 May 2014 23:37:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47Nbrks052534; Wed, 7 May 2014 23:37:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47Nbr3i052532; Wed, 7 May 2014 23:37:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405072337.s47Nbr3i052532@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 7 May 2014 23:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353226 - in head/comms: atslog gnokii X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 23:37:54 -0000 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