pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh shells/standalone-tcsh: Mark NO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0333584a658
branches:  trunk
changeset: 604066:f0333584a658
user:      marino <marino%pkgsrc.org@localhost>
date:      Tue May 22 08:46:53 2012 +0000

description:
shells/standalone-tcsh: Mark NOT-FOR-DRAGONFLY

This package will install tcsh in the /bin directory (not ${LOCALBASE}/bin).
DragonFly already has tcsh in the base system, so this package will replace
it with no ability to restore the system version.  This is not desired.

shells/tcsh still works should there be any need for a pkgsrc version installed
at ${LOCALBASE}/bin.

diffstat:

 shells/standalone-tcsh/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 1ed5a7351ef0 -r f0333584a658 shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Tue May 22 08:29:14 2012 +0000
+++ b/shells/standalone-tcsh/Makefile   Tue May 22 08:46:53 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/04/08 22:43:25 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2012/05/22 08:46:53 marino Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
@@ -9,6 +9,11 @@
 WRKSRC=                        ${WRKDIR}/${DISTNAME}
 PATCHDIR=              ${.CURDIR}/../../shells/tcsh/patches
 
+# DragonFly already has native /bin/tcsh
+# This package is not restricted to ${LOCALBASE} and will replace system tcsh
+# Instead, see shells/tcsh which installs at ${LOCALBASE}/bin/tcsh
+NOT_FOR_PLATFORM+=     DragonFly-*-*
+
 .include "../../shells/tcsh/Makefile"
 
 INSTALLATION_DIRS+=    usr/share/man/man1



Home | Main Index | Thread Index | Old Index