nuke stable/snapshot trees

This commit is contained in:
lebel 2004-07-12 19:46:52 +00:00
parent 0b006cd84a
commit b4f78e7b9f
21 changed files with 77 additions and 103 deletions

View File

@ -1,8 +1,64 @@
# $OpenBSD: Makefile,v 1.29 2004/01/30 03:08:57 lebel Exp $
# $OpenBSD: Makefile,v 1.30 2004/07/12 19:46:52 lebel Exp $
SUBDIR += stable
SUBDIR += stable,static
# SUBDIR += snapshot
# SUBDIR += snapshot,static
COMMENT= "Z shell, Bourne shell-compatible, release flavor"
COMMENT-zftp= "Z shell embedded ftp client"
.include <bsd.port.subdir.mk>
VERSION= 4.2.0
PKGNAME= zsh-${VERSION:C/-//g}
DISTNAME= zsh-${VERSION}
CATEGORIES= shells
MASTER_SITES= ftp://ftp.zsh.org/zsh/ \
http://www.zsh.org/pub/ \
ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/zsh/ \
ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \
ftp://mrrl.lut.ac.uk/zsh/ \
ftp://ftp.ips.oz.au/pub/packages/zsh/ \
ftp://ftp.uit.no/pub/unix/shells/zsh/
HOMEPAGE= http://www.zsh.org/
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= static
.if ${MACHINE_ARCH:Malpha} || ${MACHINE_ARCH:Mvax}
# for the time being, force static on alpha
FLAVOR?= static
.else
FLAVOR?=
.endif
AUTOCONF_VERSION=2.57
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-maildir-support
.if ${FLAVOR:L} == "static"
CONFIGURE_ENV= LDFLAGS="-static"
CONFIGURE_ARGS+=--disable-dynamic
.else
# we only enable sub-packages if the FLAVOR is not static
MULTI_PACKAGES= -zftp
SUBPACKAGE?=
. for i in ${MULTI_PACKAGES}
PKGNAME$i= zsh$i-${VERSION:C/-//g}
. endfor
. if defined(PACKAGING) && !empty(SUBPACKAGE)
RUN_DEPENDS= ::shells/zsh
. endif
CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/}
.endif
SUBST_VARS= VERSION
REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL_DATA="install -c -m 444" \
INSTALL="install -c" \
TMPPREFIX=${WRKBUILD}/tmp
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Completion_BSD_Command__bsd_pkg,v 1.4 2003/07/03 12:56:52 lebel Exp $
$OpenBSD: patch-Completion_BSD_Command__bsd_pkg,v 1.1 2004/07/12 19:46:52 lebel Exp $
--- Completion/BSD/Command/_bsd_pkg.orig Tue Oct 15 13:59:37 2002
+++ Completion/BSD/Command/_bsd_pkg Fri May 23 10:13:59 2003
@@ -6,15 +6,19 @@ _bsd_pkg_pkgfiles() {

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Completion_Unix_Command__find,v 1.3 2003/07/03 12:56:52 lebel Exp $
$OpenBSD: patch-Completion_Unix_Command__find,v 1.1 2004/07/12 19:46:52 lebel Exp $
--- Completion/Unix/Command/_find.orig Tue Dec 11 10:46:22 2001
+++ Completion/Unix/Command/_find Mon Jul 1 10:05:34 2002
@@ -1,59 +1,39 @@

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Doc_Makefile_in,v 1.4 2003/07/03 12:56:52 lebel Exp $
$OpenBSD: patch-Doc_Makefile_in,v 1.1 2004/07/12 19:46:52 lebel Exp $
--- Doc/Makefile.in.orig Thu Feb 13 06:06:46 2003
+++ Doc/Makefile.in Thu May 22 10:01:03 2003
@@ -37,7 +37,7 @@ INSTALL = @INSTALL@

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Doc_zsh_texi,v 1.3 2003/07/03 12:56:52 lebel Exp $
$OpenBSD: patch-Doc_zsh_texi,v 1.1 2004/07/12 19:46:52 lebel Exp $
--- Doc/zsh.texi.orig Tue May 6 11:50:40 2003
+++ Doc/zsh.texi Thu May 22 10:01:06 2003
@@ -7,6 +7,10 @@

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile_in,v 1.3 2003/07/03 12:56:52 lebel Exp $
$OpenBSD: patch-Makefile_in,v 1.1 2004/07/12 19:46:52 lebel Exp $
--- Makefile.in.orig Mon Sep 10 06:48:44 2001
+++ Makefile.in Sun Nov 18 12:17:48 2001
@@ -63,8 +63,8 @@ install-strip:

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-aczsh_m4,v 1.2 2003/07/03 12:56:52 lebel Exp $
$OpenBSD: patch-aczsh_m4,v 1.1 2004/07/12 19:46:52 lebel Exp $
--- aczsh.m4.orig Sun Apr 14 01:20:18 2002
+++ aczsh.m4 Sun Apr 14 01:20:40 2002
@@ -218,6 +218,8 @@ main()

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/07/03 12:56:52 lebel Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/07/12 19:46:52 lebel Exp $
#
# zsh de-installation

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.2 2003/07/03 12:56:52 lebel Exp $
# $OpenBSD: INSTALL,v 1.4 2004/07/12 19:46:52 lebel Exp $
#
# Pre/post-installation setup of zsh

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.no-static,v 1.5 2004/04/26 18:34:31 lebel Exp $
@comment $OpenBSD: PFRAG.no-static,v 1.1 2004/07/12 19:46:52 lebel Exp $
lib/zsh/${VERSION}/zsh/cap.so
lib/zsh/${VERSION}/zsh/clone.so
lib/zsh/${VERSION}/zsh/compctl.so

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2004/07/12 19:46:52 lebel Exp $
!%%static%%

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared-zftp,v 1.1 2004/07/12 19:46:52 lebel Exp $
lib/zsh/${VERSION}/zsh/zftp.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2004/04/26 18:34:31 lebel Exp $
@comment $OpenBSD: PLIST,v 1.12 2004/07/12 19:46:52 lebel Exp $
bin/zsh
bin/zsh-${VERSION}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-zftp,v 1.7 2004/04/26 18:34:31 lebel Exp $
@comment $OpenBSD: PLIST-zftp,v 1.1 2004/07/12 19:46:52 lebel Exp $
man/man1/zshzftpsys.1
share/zsh/${VERSION}/functions/_zftp
share/zsh/${VERSION}/functions/zfanon

View File

@ -1,18 +0,0 @@
# $OpenBSD: Makefile,v 1.7 2004/01/29 16:39:11 lebel Exp $
COMMENT= "the Z shell, Bourne shell-compatible, development flavor"
CATEGORIES= shells
HOMEPAGE= http://www.zsh.org/
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
IGNORE="There is currently no snapshot version of zsh. Use zsh/stable"
.include <bsd.port.mk>

View File

@ -1,64 +0,0 @@
# $OpenBSD: Makefile,v 1.26 2004/05/14 18:59:18 lebel Exp $
COMMENT= "Z shell, Bourne shell-compatible, release flavor"
COMMENT-zftp= "Z shell embedded ftp client"
VERSION= 4.2.0
PKGNAME= zsh-${VERSION:C/-//g}
DISTNAME= zsh-${VERSION}
CATEGORIES= shells
MASTER_SITES= ftp://ftp.zsh.org/zsh/ \
http://www.zsh.org/pub/ \
ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/zsh/ \
ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \
ftp://mrrl.lut.ac.uk/zsh/ \
ftp://ftp.ips.oz.au/pub/packages/zsh/ \
ftp://ftp.uit.no/pub/unix/shells/zsh/
HOMEPAGE= http://www.zsh.org/
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= static
.if ${MACHINE_ARCH:Malpha} || ${MACHINE_ARCH:Mvax}
# for the time being, force static on alpha
FLAVOR?= static
.else
FLAVOR?=
.endif
AUTOCONF_VERSION=2.57
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-maildir-support
.if ${FLAVOR:L} == "static"
CONFIGURE_ENV= LDFLAGS="-static"
CONFIGURE_ARGS+=--disable-dynamic
.else
# we only enable sub-packages if the FLAVOR is not static
MULTI_PACKAGES= -zftp
SUBPACKAGE?=
. for i in ${MULTI_PACKAGES}
PKGNAME$i= zsh$i-${VERSION:C/-//g}
. endfor
. if defined(PACKAGING) && !empty(SUBPACKAGE)
RUN_DEPENDS= ::shells/zsh/stable
. endif
CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/}
.endif
SUBST_VARS= VERSION
REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL_DATA="install -c -m 444" \
INSTALL="install -c" \
TMPPREFIX=${WRKBUILD}/tmp
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/07/03 12:56:52 lebel Exp $
!%%static%%

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared-zftp,v 1.2 2003/07/03 12:56:52 lebel Exp $
lib/zsh/${VERSION}/zsh/zftp.so