Date: Sat, 9 Dec 2000 15:50:03 -0800 (PST) From: Palle Girgensohn <girgen@partitur.se> To: freebsd-ports@FreeBSD.org Subject: Re: ports/23371: update: postgresql to 7.0.3 Message-ID: <200012092350.eB9No3p09223@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/23371; it has been noted by GNATS. From: Palle Girgensohn <girgen@partitur.se> To: freebsd-gnats-submit@FreeBSD.org, girgen@partitur.se Cc: Subject: Re: ports/23371: update: postgresql to 7.0.3 Date: Sun, 10 Dec 2000 00:42:10 +0100 This is a multi-part message in MIME format. --------------31C54C6E6CFE21DAC6627E9C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dawned. I missed on small item.... Since I realized I needed a certificate to start the SSL enabled postmaster, I removed failed to set the option to OFF properly. This patch, applied after the original, will fix this. Cheers, Palle --------------31C54C6E6CFE21DAC6627E9C Content-Type: text/plain; charset=us-ascii; name="pg2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pg2.diff" --- scripts/configure.postgresql.old Sun Dec 10 00:37:39 2000 +++ scripts/configure.postgresql Sun Dec 10 00:37:49 2000 @@ -14,8 +14,8 @@ -1 -1 fi -#SSL=${NO_OPENSSL:+OFF} -#SSL=${NOSSL:-ON} +SSL=${NO_OPENSSL:+OFF} +SSL=${NOSSL:-ON} if [ "${BATCH}" ]; then set \"MultiByte\" --------------31C54C6E6CFE21DAC6627E9C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012092350.eB9No3p09223>