pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/geneweb Add a conflict on sysutils/coreutils...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4a42615ed6a
branches: trunk
changeset: 470230:e4a42615ed6a
user: recht <recht%pkgsrc.org@localhost>
date: Sun Mar 07 11:32:44 2004 +0000
description:
Add a conflict on sysutils/coreutils if GNU_PROGRAM_PREFIX == "g".
Addresses PR 23941 by Chris Pinnock.
diffstat:
databases/geneweb/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r e68827c97a51 -r e4a42615ed6a databases/geneweb/Makefile
--- a/databases/geneweb/Makefile Sun Mar 07 11:31:34 2004 +0000
+++ b/databases/geneweb/Makefile Sun Mar 07 11:32:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/22 08:02:15 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/07 11:32:44 recht Exp $
#
DISTNAME= geneweb-4.09
@@ -20,6 +20,14 @@
ALL_TARGET= out
.endif
+.include "../../mk/bsd.prefs.mk"
+
+# sysutils/coreutils a 'gwc' program, so conflict with it if
+# ${GNU_PROGRAM_PREFIX} == "g"
+.if ${GNU_PROGRAM_PREFIX} == "g"
+CONFLICTS+= coreutils-[0-9]*
+.endif
+
# Stripped OCAML binaries don't seem to work nolonger
# Installing unstripped binaries until this is fixed
INSTALL_PROGRAM = ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
Home |
Main Index |
Thread Index |
Old Index