pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells rename static-tcsh to tcsh-static. the conventi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6021298bcb1d
branches: trunk
changeset: 466007:6021298bcb1d
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 10 06:53:45 2004 +0000
description:
rename static-tcsh to tcsh-static. the convention in pkgsrc is for
mutations of packages to be named <pkg>-<mutation>.
add a CONFLICT on static-tcsh for obvious reasons.
diffstat:
shells/Makefile | 4 ++--
shells/static-tcsh/Makefile | 16 ----------------
shells/tcsh-static/Makefile | 17 +++++++++++++++++
3 files changed, 19 insertions(+), 18 deletions(-)
diffs (60 lines):
diff -r df7da8426fab -r 6021298bcb1d shells/Makefile
--- a/shells/Makefile Sat Jan 10 06:15:39 2004 +0000
+++ b/shells/Makefile Sat Jan 10 06:53:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/06/29 08:04:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/10 06:53:45 grant Exp $
#
COMMENT= Shells
@@ -17,8 +17,8 @@
SUBDIR+= standalone-tcsh
SUBDIR+= static-ast-ksh
SUBDIR+= static-bash2
-SUBDIR+= static-tcsh
SUBDIR+= tcsh
+SUBDIR+= tcsh-static
SUBDIR+= zsh
SUBDIR+= zsh-current
SUBDIR+= zsh3
diff -r df7da8426fab -r 6021298bcb1d shells/static-tcsh/Makefile
--- a/shells/static-tcsh/Makefile Sat Jan 10 06:15:39 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2002/07/25 11:05:02 kim Exp $
-#
-
-DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
-PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
-PKGDIR= ${.CURDIR}/../../shells/tcsh
-
-CONFLICTS= tcsh-[0-9]*
-
-.include "../../shells/tcsh/Makefile"
-
-WRKSRC:= ${WRKDIR}/${DISTNAME}
-PKGNAME:= static-${DISTNAME}
-COMMENT:= Statically-linked version of the ${COMMENT}
-
-LDFLAGS+= -static
diff -r df7da8426fab -r 6021298bcb1d shells/tcsh-static/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh-static/Makefile Sat Jan 10 06:53:45 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2004/01/10 06:53:45 grant Exp $
+#
+
+DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
+PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
+PKGDIR= ${.CURDIR}/../../shells/tcsh
+
+CONFLICTS= tcsh-[0-9]*
+CONFLICTS+= static-tcsh-[0-9]*
+
+.include "../../shells/tcsh/Makefile"
+
+WRKSRC:= ${WRKDIR}/${DISTNAME}
+PKGNAME:= ${DISTNAME:C|-.*||}-static${DISTNAME:C|[^-]*||}
+COMMENT:= Statically-linked version of the ${COMMENT}
+
+LDFLAGS+= -static
Home |
Main Index |
Thread Index |
Old Index