Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 20:41:23 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306211 - in head/databases: postgresql83-contrib postgresql84-contrib
Message-ID:  <201210202041.q9KKfNdg004435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Oct 20 20:41:22 2012
New Revision: 306211
URL: http://svn.freebsd.org/changeset/ports/306211

Log:
  - hardcode --with-openssl for slave 83/84 postgresql contrib ports
  
  with hat pgsql@
  
  Spotted by:	beatmail (ie. pointyhat)
  Feature safe:	yes

Modified:
  head/databases/postgresql83-contrib/Makefile
  head/databases/postgresql84-contrib/Makefile

Modified: head/databases/postgresql83-contrib/Makefile
==============================================================================
--- head/databases/postgresql83-contrib/Makefile	Sat Oct 20 19:26:34 2012	(r306210)
+++ head/databases/postgresql83-contrib/Makefile	Sat Oct 20 20:41:22 2012	(r306211)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:	postgresql-contrib
-# Date created:		June 10, 2003
-# Whom:			Palle Girgensohn <girgen@pingpong.net>
+# Created by:	Palle Girgensohn <girgen@pingpong.net>
 #
 # $FreeBSD$
 #
@@ -22,6 +20,7 @@ BUILD_DIRS=	src/port contrib
 INSTALL_DIRS=	contrib
 
 SLAVE_ONLY=	yes
+CONFIGURE_ARGS+=	--with-openssl
 
 post-install:
 	@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README

Modified: head/databases/postgresql84-contrib/Makefile
==============================================================================
--- head/databases/postgresql84-contrib/Makefile	Sat Oct 20 19:26:34 2012	(r306210)
+++ head/databases/postgresql84-contrib/Makefile	Sat Oct 20 20:41:22 2012	(r306211)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:	postgresql-contrib
-# Date created:		June 10, 2003
-# Whom:			Palle Girgensohn <girgen@pingpong.net>
+# Created by:	Palle Girgensohn <girgen@pingpong.net>
 #
 # $FreeBSD$
 #
@@ -23,7 +21,7 @@ BUILD_DIRS=	src/port contrib
 INSTALL_DIRS=	contrib
 
 SLAVE_ONLY=	yes
-CONFIGURE_ARGS+=--with-libxslt --with-libxml
+CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl
 LIB_DEPENDS=	xslt.2:${PORTSDIR}/textproc/libxslt xml2.5:${PORTSDIR}/textproc/libxml2
 
 post-install:



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