From 00403e42cc4fa96d2e69e3ed1ed10924afd5c7d5 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 12 Dec 2005 23:32:22 +0000 Subject: [PATCH] non-static flavors for all --- infrastructure/plist/amd64 | 6 +++--- infrastructure/plist/arm | 4 ++-- infrastructure/plist/i386 | 8 ++++---- infrastructure/plist/powerpc | 6 +++--- infrastructure/plist/sparc | 6 +++--- infrastructure/plist/sparc64 | 6 +++--- infrastructure/plist/vax | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/infrastructure/plist/amd64 b/infrastructure/plist/amd64 index 385fce2777f..eb5b8866e88 100644 --- a/infrastructure/plist/amd64 +++ b/infrastructure/plist/amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: amd64,v 1.22 2005/11/01 16:33:14 pvalchev Exp $ +# $OpenBSD: amd64,v 1.23 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose amd64 packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -16,8 +16,8 @@ mail/procmail mail/fetchmail misc/screen shells/zsh -shells/bash,static -shells/tcsh,static +shells/bash +shells/tcsh devel/autoconf/2.59 devel/automake books/autobook diff --git a/infrastructure/plist/arm b/infrastructure/plist/arm index 1d0d84bd381..b0db892030b 100644 --- a/infrastructure/plist/arm +++ b/infrastructure/plist/arm @@ -1,4 +1,4 @@ -# $OpenBSD: arm,v 1.9 2005/12/11 00:57:14 pvalchev Exp $ +# $OpenBSD: arm,v 1.10 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose arm packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -20,7 +20,7 @@ devel/automake books/autobook devel/bison sysutils/colorls -archivers/gtar,static +archivers/gtar mail/mutt/stable audio/libao,-esd audio/vorbis-tools diff --git a/infrastructure/plist/i386 b/infrastructure/plist/i386 index 63e6f6b437e..8d7ba7feb3c 100644 --- a/infrastructure/plist/i386 +++ b/infrastructure/plist/i386 @@ -1,4 +1,4 @@ -# $OpenBSD: i386,v 1.21 2005/09/04 18:36:53 pvalchev Exp $ +# $OpenBSD: i386,v 1.22 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose i386 packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -19,14 +19,14 @@ misc/screen net/samba graphics/gif2png shells/zsh -shells/bash,static -shells/tcsh,static +shells/bash +shells/tcsh devel/autoconf/2.59 devel/automake books/autobook devel/bison sysutils/colorls -archivers/gtar,static +archivers/gtar mail/mutt/stable audio/libao,-esd audio/vorbis-tools diff --git a/infrastructure/plist/powerpc b/infrastructure/plist/powerpc index db7b892a8ac..b902bdbd3a8 100644 --- a/infrastructure/plist/powerpc +++ b/infrastructure/plist/powerpc @@ -1,4 +1,4 @@ -# $OpenBSD: powerpc,v 1.19 2005/09/05 17:18:32 pvalchev Exp $ +# $OpenBSD: powerpc,v 1.20 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose powerpc packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -19,8 +19,8 @@ misc/screen sysutils/mtools graphics/gif2png shells/zsh -shells/bash,static -shells/tcsh,static +shells/bash +shells/tcsh mail/mutt/stable audio/libao,-esd audio/mpg321 diff --git a/infrastructure/plist/sparc b/infrastructure/plist/sparc index b16f891d6c7..0769affa418 100644 --- a/infrastructure/plist/sparc +++ b/infrastructure/plist/sparc @@ -1,4 +1,4 @@ -# $OpenBSD: sparc,v 1.14 2005/11/01 16:33:15 pvalchev Exp $ +# $OpenBSD: sparc,v 1.15 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose sparc packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -18,8 +18,8 @@ mail/fetchmail misc/screen #net/samba shells/zsh -shells/bash,static -shells/tcsh,static +shells/bash +shells/tcsh mail/mutt/stable net/curl #print/ghostscript/gnu diff --git a/infrastructure/plist/sparc64 b/infrastructure/plist/sparc64 index 519a46d88f6..1053011749e 100644 --- a/infrastructure/plist/sparc64 +++ b/infrastructure/plist/sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: sparc64,v 1.17 2005/11/01 16:33:15 pvalchev Exp $ +# $OpenBSD: sparc64,v 1.18 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose sparc64 packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -18,8 +18,8 @@ mail/fetchmail misc/screen #net/samba shells/zsh -shells/bash,static -shells/tcsh,static +shells/bash +shells/tcsh mail/mutt/stable net/curl print/ghostscript/gnu diff --git a/infrastructure/plist/vax b/infrastructure/plist/vax index fc43ba5da6c..6b67f57e835 100644 --- a/infrastructure/plist/vax +++ b/infrastructure/plist/vax @@ -1,4 +1,4 @@ -# $OpenBSD: vax,v 1.10 2005/11/01 16:33:15 pvalchev Exp $ +# $OpenBSD: vax,v 1.11 2005/12/12 23:32:22 pvalchev Exp $ # This is the master list of subdirs used to choose vax packages. # Use with ${PORTSDIR}/infrastructure/package/check-plist # to create actual SUBDIRLIST to pass to ports main Makefile. @@ -6,7 +6,7 @@ net/rsync sysutils/mergemaster #editors/vim,no_x11 #shells/zsh -shells/bash,static -shells/tcsh,static +shells/bash +shells/tcsh misc/screen devel/id-utils