pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql80-client Add conflict with postgr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3765e326442f
branches:  trunk
changeset: 498201:3765e326442f
user:      erh <erh%pkgsrc.org@localhost>
date:      Mon Aug 15 20:42:21 2005 +0000

description:
Add conflict with postgresql80-libs and postgresql80-docs so trying to
update this package w/o removing those issues an appropriate error.

diffstat:

 databases/postgresql80-client/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5aaa6c992141 -r 3765e326442f databases/postgresql80-client/Makefile
--- a/databases/postgresql80-client/Makefile    Mon Aug 15 19:44:13 2005 +0000
+++ b/databases/postgresql80-client/Makefile    Mon Aug 15 20:42:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/08/05 19:43:45 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/08/15 20:42:21 erh Exp $
 
 PKGNAME=       postgresql80-client-${BASE_VERS}
 PKGREVISION=   2
@@ -12,6 +12,9 @@
 CONFIGURE_ARGS+=       --with-readline
 CONFIGURE_ARGS+=       --with-zlib
 
+CONFLICTS+=    postgresql80-lib-*
+CONFLICTS+=    postgresql80-docs-*
+
 # The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
 # NetBSD.
 #



Home | Main Index | Thread Index | Old Index