Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 17:41:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373227 - in head: devel/upp dns/bind910 dns/bind99
Message-ID:  <201411241741.sAOHfAbu070180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Nov 24 17:41:10 2014
New Revision: 373227
URL: https://svnweb.freebsd.org/changeset/ports/373227
QAT: https://qat.redports.org/buildarchive/r373227/

Log:
  Fix three ports forgotten by the USE_PGSQL removal.  (Fix a typo in devel/upp.)
  
  Sponsored by:	Absolight

Modified:
  head/devel/upp/Makefile
  head/dns/bind910/Makefile
  head/dns/bind99/Makefile

Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile	Mon Nov 24 17:39:12 2014	(r373226)
+++ head/devel/upp/Makefile	Mon Nov 24 17:41:10 2014	(r373227)
@@ -50,7 +50,7 @@ PLIST_FILES=	bin/theide
 SDL_USE=	sql
 OPENGL_USE=	gl
 MYSQL_USE=	mysql=yes
-PHSQL_USE=	pgsql=yes
+PGSQL_USES=	pgsql
 
 .include <bsd.port.options.mk>
 

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Mon Nov 24 17:39:12 2014	(r373226)
+++ head/dns/bind910/Makefile	Mon Nov 24 17:41:10 2014	(r373227)
@@ -120,7 +120,7 @@ PYTHON_CONFIGURE_WITH=	python
 PYTHON_USES=	python
 
 DLZ_POSTGRESQL_CONFIGURE_ON=	--with-dlz-postgres=yes
-DLZ_POSTGRESQL_USE=		pgsql=yes
+DLZ_POSTGRESQL_USES=		pgsql
 
 FIXED_RRSET_CONFIGURE_ENABLE=	fixed-rrset
 

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Mon Nov 24 17:39:12 2014	(r373226)
+++ head/dns/bind99/Makefile	Mon Nov 24 17:41:10 2014	(r373227)
@@ -101,7 +101,7 @@ PYTHON_CONFIGURE_WITH=	python
 PYTHON_USES=	python
 
 DLZ_POSTGRESQL_CONFIGURE_ON=	--with-dlz-postgres=yes
-DLZ_POSTGRESQL_USE=		pgsql=yes
+DLZ_POSTGRESQL_USES=		pgsql
 
 FIXED_RRSET_CONFIGURE_ENABLE=	fixed-rrset
 



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