pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells Remove static-bash2: Superseded by bash's "stat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/192afb426884
branches:  trunk
changeset: 516221:192afb426884
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 17 16:58:04 2006 +0000

description:
Remove static-bash2: Superseded by bash's "static" option.

diffstat:

 shells/Makefile              |   3 +--
 shells/static-bash2/Makefile |  17 -----------------
 2 files changed, 1 insertions(+), 19 deletions(-)

diffs (38 lines):

diff -r bec71eceaa66 -r 192afb426884 shells/Makefile
--- a/shells/Makefile   Mon Jul 17 16:02:57 2006 +0000
+++ b/shells/Makefile   Mon Jul 17 16:58:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/03/11 13:21:24 uebayasi Exp $
+# $NetBSD: Makefile,v 1.39 2006/07/17 16:58:04 wiz Exp $
 #
 
 COMMENT=       Shells
@@ -21,7 +21,6 @@
 SUBDIR+=       scsh
 SUBDIR+=       standalone-tcsh
 SUBDIR+=       static-ast-ksh
-SUBDIR+=       static-bash2
 SUBDIR+=       static-tcsh
 SUBDIR+=       tcsh
 SUBDIR+=       xsh
diff -r bec71eceaa66 -r 192afb426884 shells/static-bash2/Makefile
--- a/shells/static-bash2/Makefile      Mon Jul 17 16:02:57 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:48 joerg Exp $
-#
-
-PKGREVISION=           1
-DISTINFO_FILE=         ${.CURDIR}/../../shells/bash2/distinfo
-PATCHDIR=              ${.CURDIR}/../../shells/bash2/patches
-PKGDIR=                        ${.CURDIR}/../../shells/bash2
-
-CONFLICTS=             bash-[0-9]*
-
-.include "../../shells/bash2/Makefile"
-
-WRKSRC:=               ${WRKDIR}/${DISTNAME}
-PKGNAME:=              static-${PKGNAME}
-COMMENT:=              Statically-linked version of the ${COMMENT}
-
-LDFLAGS+=              -static



Home | Main Index | Thread Index | Old Index