pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql82 Rendezvous has been renamed to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cda2e9e8a3a5
branches:  trunk
changeset: 539379:cda2e9e8a3a5
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 04 13:31:29 2008 +0000

description:
Rendezvous has been renamed to Bonjour

diffstat:

 databases/postgresql82/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 97d19a664b46 -r cda2e9e8a3a5 databases/postgresql82/Makefile.common
--- a/databases/postgresql82/Makefile.common    Tue Mar 04 13:28:06 2008 +0000
+++ b/databases/postgresql82/Makefile.common    Tue Mar 04 13:31:29 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2008/01/07 20:14:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2008/03/04 13:31:29 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -89,9 +89,9 @@
 CONFIGURE_ARGS+=       --without-python
 CONFIGURE_ARGS+=       --without-tcl
 
-# Enable Rendezvous on Mac OS X
+# Enable Bonjour on Mac OS X
 .if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+=       --with-rendezvous
+CONFIGURE_ARGS+=       --with-bonjour
 .endif
 
 # PostgreSQL explicitly forbids any use of -ffast-math



Home | Main Index | Thread Index | Old Index