Remove static FLAVORs, some cleanup.

This commit is contained in:
naddy 2005-12-13 19:56:17 +00:00
parent e3780fdf17
commit 6c18ebc31c
9 changed files with 9 additions and 2486 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2005/12/12 20:21:31 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2005/12/13 19:56:17 naddy Exp $
# $FreeBSD: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $
#
@ -8,7 +8,6 @@
SUBDIR += sash
SUBDIR += scsh
SUBDIR += tcsh
SUBDIR += tcsh,static
SUBDIR += zsh
.include <bsd.port.subdir.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.35 2005/12/12 20:20:31 naddy Exp $
# $OpenBSD: Makefile,v 1.36 2005/12/13 19:56:17 naddy Exp $
COMMENT= "GNU Bourne Again Shell"
DISTNAME= bash-3.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= shells
HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html

View File

@ -5,6 +5,3 @@ features from the Korn and C shells (ksh and csh).
Bash is intended to be a conformant implementation of the IEEE POSIX
Shell and Tools specification (IEEE Working Group 1003.2).
Flavors:
static - Build with statically linked binaries.

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2004/12/06 10:44:33 alek Exp $
# $OpenBSD: Makefile,v 1.16 2005/12/13 19:56:17 naddy Exp $
COMMENT= "extensible shell, derived from plan9's rc"
DISTNAME= es-0.9-beta1
PKGNAME= es-0.9b1
PKGNAME= es-0.9b1p0
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
@ -13,23 +13,13 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu dest
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu dest
FLAVORS= static
FLAVOR?=
.if ${FLAVOR:L} == "static"
CONFIGURE_ENV= LDFLAGS="-static"
.else
WANTLIB= c
.endif
ALL_TARGET= es
post-extract:
@cp ${FILESDIR}/{config.guess,config.sub} ${WRKSRC}
NO_REGRESS= Yes
do-install:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,3 @@ implementation of rc.
Es is in the public domain. We hold no copyrights or patents on
the source code, and do not place any restrictions on its distribution.
We would appreciate it if any distributions do credit the authors.
Flavors:
static - Build with statically linked binaries.

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.35 2005/08/17 16:10:04 espie Exp $
# $OpenBSD: Makefile,v 1.36 2005/12/13 19:56:17 naddy Exp $
COMMENT= "extended C-shell with many useful features"
DISTNAME= tcsh-6.13.00
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
@ -15,14 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
FLAVORS= static
FLAVOR?=
.if ${FLAVOR:L} == "static"
CONFIGURE_ENV= LDFLAGS="-static"
.else
WANTLIB= c termlib
.endif
ALL_TARGET= all catalogs
NO_REGRESS= Yes

View File

@ -1,5 +1,2 @@
TCSH is an extended C-shell with many useful features like
filename completion, history editing, etc.
Flavors:
static - Build with statically linked binaries.