From 31638355e2285b53810a93500e79e882dcfca8f8 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 15 Feb 2001 16:00:28 +0000 Subject: Nuke all completely obsolete upgrade kits. Requested by: asami (some weeks ago) --- misc/221upgrade/Makefile | 35 ----------------------------------- misc/221upgrade/pkg-comment | 1 - misc/221upgrade/pkg-descr | 5 ----- misc/221upgrade/pkg-install | 5 ----- misc/221upgrade/pkg-plist | 11 ----------- misc/221upgrade/pkg-req | 5 ----- misc/222upgrade/Makefile | 35 ----------------------------------- misc/222upgrade/pkg-comment | 1 - misc/222upgrade/pkg-descr | 5 ----- misc/222upgrade/pkg-install | 5 ----- misc/222upgrade/pkg-plist | 8 -------- misc/222upgrade/pkg-req | 5 ----- misc/225upgrade/Makefile | 35 ----------------------------------- misc/225upgrade/pkg-comment | 1 - misc/225upgrade/pkg-descr | 5 ----- misc/225upgrade/pkg-install | 5 ----- misc/225upgrade/pkg-plist | 7 ------- misc/225upgrade/pkg-req | 5 ----- misc/227upgrade/Makefile | 35 ----------------------------------- misc/227upgrade/pkg-comment | 1 - misc/227upgrade/pkg-descr | 5 ----- misc/227upgrade/pkg-install | 5 ----- misc/227upgrade/pkg-plist | 5 ----- misc/227upgrade/pkg-req | 5 ----- misc/30upgrade/Makefile | 37 ------------------------------------- misc/30upgrade/pkg-comment | 1 - misc/30upgrade/pkg-descr | 5 ----- misc/30upgrade/pkg-install | 5 ----- misc/30upgrade/pkg-plist | 27 --------------------------- misc/30upgrade/pkg-req | 5 ----- misc/31upgrade/Makefile | 37 ------------------------------------- misc/31upgrade/pkg-comment | 1 - misc/31upgrade/pkg-descr | 5 ----- misc/31upgrade/pkg-install | 5 ----- misc/31upgrade/pkg-plist | 22 ---------------------- misc/31upgrade/pkg-req | 5 ----- misc/32upgrade/Makefile | 37 ------------------------------------- misc/32upgrade/pkg-comment | 1 - misc/32upgrade/pkg-descr | 5 ----- misc/32upgrade/pkg-install | 5 ----- misc/32upgrade/pkg-plist | 7 ------- misc/32upgrade/pkg-req | 5 ----- misc/34upgrade/Makefile | 37 ------------------------------------- misc/34upgrade/pkg-comment | 1 - misc/34upgrade/pkg-descr | 5 ----- misc/34upgrade/pkg-install | 5 ----- misc/34upgrade/pkg-plist | 6 ------ misc/34upgrade/pkg-req | 5 ----- misc/Makefile | 8 -------- 49 files changed, 517 deletions(-) delete mode 100644 misc/221upgrade/Makefile delete mode 100644 misc/221upgrade/pkg-comment delete mode 100644 misc/221upgrade/pkg-descr delete mode 100644 misc/221upgrade/pkg-install delete mode 100644 misc/221upgrade/pkg-plist delete mode 100644 misc/221upgrade/pkg-req delete mode 100644 misc/222upgrade/Makefile delete mode 100644 misc/222upgrade/pkg-comment delete mode 100644 misc/222upgrade/pkg-descr delete mode 100644 misc/222upgrade/pkg-install delete mode 100644 misc/222upgrade/pkg-plist delete mode 100644 misc/222upgrade/pkg-req delete mode 100644 misc/225upgrade/Makefile delete mode 100644 misc/225upgrade/pkg-comment delete mode 100644 misc/225upgrade/pkg-descr delete mode 100644 misc/225upgrade/pkg-install delete mode 100644 misc/225upgrade/pkg-plist delete mode 100644 misc/225upgrade/pkg-req delete mode 100644 misc/227upgrade/Makefile delete mode 100644 misc/227upgrade/pkg-comment delete mode 100644 misc/227upgrade/pkg-descr delete mode 100644 misc/227upgrade/pkg-install delete mode 100644 misc/227upgrade/pkg-plist delete mode 100644 misc/227upgrade/pkg-req delete mode 100644 misc/30upgrade/Makefile delete mode 100644 misc/30upgrade/pkg-comment delete mode 100644 misc/30upgrade/pkg-descr delete mode 100644 misc/30upgrade/pkg-install delete mode 100644 misc/30upgrade/pkg-plist delete mode 100644 misc/30upgrade/pkg-req delete mode 100644 misc/31upgrade/Makefile delete mode 100644 misc/31upgrade/pkg-comment delete mode 100644 misc/31upgrade/pkg-descr delete mode 100644 misc/31upgrade/pkg-install delete mode 100644 misc/31upgrade/pkg-plist delete mode 100644 misc/31upgrade/pkg-req delete mode 100644 misc/32upgrade/Makefile delete mode 100644 misc/32upgrade/pkg-comment delete mode 100644 misc/32upgrade/pkg-descr delete mode 100644 misc/32upgrade/pkg-install delete mode 100644 misc/32upgrade/pkg-plist delete mode 100644 misc/32upgrade/pkg-req delete mode 100644 misc/34upgrade/Makefile delete mode 100644 misc/34upgrade/pkg-comment delete mode 100644 misc/34upgrade/pkg-descr delete mode 100644 misc/34upgrade/pkg-install delete mode 100644 misc/34upgrade/pkg-plist delete mode 100644 misc/34upgrade/pkg-req (limited to 'misc') diff --git a/misc/221upgrade/Makefile b/misc/221upgrade/Makefile deleted file mode 100644 index 02adcf790467..000000000000 --- a/misc/221upgrade/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: 2.2.1R to 2.2-stable upgrade kit -# Date created: 18 Apr 1997 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 221upgrade -PORTVERSION= 1998.03.08 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 300000 -FORBIDDEN= this needs to be built on a 2.2-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL - -do-install: - ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/221upgrade/pkg-comment b/misc/221upgrade/pkg-comment deleted file mode 100644 index 0ce0edf60c82..000000000000 --- a/misc/221upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 2.2.1 system to 2.2-stable for ports diff --git a/misc/221upgrade/pkg-descr b/misc/221upgrade/pkg-descr deleted file mode 100644 index a7a7594da741..000000000000 --- a/misc/221upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 2.2.1R system to -2.2-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org \ No newline at end of file diff --git a/misc/221upgrade/pkg-install b/misc/221upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/221upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/221upgrade/pkg-plist b/misc/221upgrade/pkg-plist deleted file mode 100644 index 1a723257ca56..000000000000 --- a/misc/221upgrade/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -etc/mtree/BSD.x11.dist -sbin/ldconfig -usr/bin/info -usr/bin/install-info -usr/bin/makeinfo -usr/bin/patch -usr/share/mk/bsd.port.mk -usr/share/mk/bsd.port.pre.mk -usr/share/mk/bsd.port.post.mk -usr/share/mk/bsd.port.subdir.mk -usr/share/mk/sys.mk diff --git a/misc/221upgrade/pkg-req b/misc/221upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/221upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/222upgrade/Makefile b/misc/222upgrade/Makefile deleted file mode 100644 index 28bc541a97c1..000000000000 --- a/misc/222upgrade/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: 2.2.2R to 2.2-stable upgrade kit -# Date created: 18 Apr 1997 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 222upgrade -PORTVERSION= 1998.03.08 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 300000 -FORBIDDEN= this needs to be built on a 2.2-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL - -do-install: - ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/222upgrade/pkg-comment b/misc/222upgrade/pkg-comment deleted file mode 100644 index 117e41142c5f..000000000000 --- a/misc/222upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 2.2.2 system to 2.2-stable for ports diff --git a/misc/222upgrade/pkg-descr b/misc/222upgrade/pkg-descr deleted file mode 100644 index 351e16a7cc24..000000000000 --- a/misc/222upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 2.2.2R system to -2.2-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/222upgrade/pkg-install b/misc/222upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/222upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/222upgrade/pkg-plist b/misc/222upgrade/pkg-plist deleted file mode 100644 index 2838689b09a6..000000000000 --- a/misc/222upgrade/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -etc/mtree/BSD.x11.dist -sbin/ldconfig -usr/bin/patch -usr/share/mk/bsd.port.mk -usr/share/mk/bsd.port.pre.mk -usr/share/mk/bsd.port.post.mk -usr/share/mk/bsd.port.subdir.mk -usr/share/mk/sys.mk diff --git a/misc/222upgrade/pkg-req b/misc/222upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/222upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/225upgrade/Makefile b/misc/225upgrade/Makefile deleted file mode 100644 index c613bbd65ae7..000000000000 --- a/misc/225upgrade/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: 2.2.5R to 2.2-stable upgrade kit -# Date created: 30 Nov 1997 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 225upgrade -PORTVERSION= 1998.03.08 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 300000 -FORBIDDEN= this needs to be built on a 2.2-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL - -do-install: - ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/225upgrade/pkg-comment b/misc/225upgrade/pkg-comment deleted file mode 100644 index dfd55035069c..000000000000 --- a/misc/225upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 2.2.5 system to 2.2-stable for ports diff --git a/misc/225upgrade/pkg-descr b/misc/225upgrade/pkg-descr deleted file mode 100644 index e7dcc8258388..000000000000 --- a/misc/225upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 2.2.5R system to -2.2-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/225upgrade/pkg-install b/misc/225upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/225upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/225upgrade/pkg-plist b/misc/225upgrade/pkg-plist deleted file mode 100644 index 06c55c1157b7..000000000000 --- a/misc/225upgrade/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -sbin/ldconfig -usr/bin/patch -usr/share/mk/bsd.port.mk -usr/share/mk/bsd.port.pre.mk -usr/share/mk/bsd.port.post.mk -usr/share/mk/bsd.port.subdir.mk -usr/share/mk/sys.mk diff --git a/misc/225upgrade/pkg-req b/misc/225upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/225upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/227upgrade/Makefile b/misc/227upgrade/Makefile deleted file mode 100644 index 600a055a64ab..000000000000 --- a/misc/227upgrade/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: 2.2.7R to 2.2-stable upgrade kit -# Date created: 17 Dec 1998 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 227upgrade -PORTVERSION= 1998.03.08 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 300000 -FORBIDDEN= this needs to be built on a 2.2-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL - -do-install: - ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/227upgrade/pkg-comment b/misc/227upgrade/pkg-comment deleted file mode 100644 index 0919e360bb9f..000000000000 --- a/misc/227upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 2.2.7 system to 2.2-stable for ports diff --git a/misc/227upgrade/pkg-descr b/misc/227upgrade/pkg-descr deleted file mode 100644 index 026e8f466e29..000000000000 --- a/misc/227upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 2.2.7R system to -2.2-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/227upgrade/pkg-install b/misc/227upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/227upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/227upgrade/pkg-plist b/misc/227upgrade/pkg-plist deleted file mode 100644 index 14859370f98f..000000000000 --- a/misc/227upgrade/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -usr/share/mk/bsd.port.mk -usr/share/mk/bsd.port.pre.mk -usr/share/mk/bsd.port.post.mk -usr/share/mk/bsd.port.subdir.mk -usr/share/mk/sys.mk diff --git a/misc/227upgrade/pkg-req b/misc/227upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/227upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile deleted file mode 100644 index f0324ead53ec..000000000000 --- a/misc/30upgrade/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: 3.0R to 3-stable upgrade kit -# Date created: 17 Dec 1998 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 30upgrade -PORTVERSION= 2000.08.25 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 400000 -# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make -FORBIDDEN= this needs to be built on a recent 3-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL -DATE!= cat /var/db/port.mkversion - -do-install: - ${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/30upgrade/pkg-comment b/misc/30upgrade/pkg-comment deleted file mode 100644 index c9e573f5990a..000000000000 --- a/misc/30upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 3.0 system to 3-stable for ports diff --git a/misc/30upgrade/pkg-descr b/misc/30upgrade/pkg-descr deleted file mode 100644 index 07111605da9a..000000000000 --- a/misc/30upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 3.0R system to -3-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/30upgrade/pkg-install b/misc/30upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/30upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/30upgrade/pkg-plist b/misc/30upgrade/pkg-plist deleted file mode 100644 index f269e8154e82..000000000000 --- a/misc/30upgrade/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -etc/mtree/BSD.x11-4.dist -usr/bin/fetch -usr/bin/find2perl -usr/bin/install-info -usr/bin/makeinfo -usr/bin/miniperl -usr/bin/perl -usr/bin/perl5 -usr/bin/perl5.00503 -usr/bin/perlbug -usr/bin/perlcc -usr/bin/perldoc -usr/bin/sperl5.00503 -usr/bin/suidperl -usr/lib/libc_r.so.4 -usr/lib/libperl.a -usr/lib/libperl.so -usr/lib/libperl.so.3 -usr/libdata/perl/5.00503 -usr/libexec/elf/ld -usr/libexec/ld-elf.so.1 -usr/share/misc/termcap -usr/share/misc/termcap.db -usr/share/mk/bsd.port.mk -usr/share/mk/bsd.port.post.mk -usr/share/mk/bsd.port.pre.mk -usr/share/mk/bsd.port.subdir.mk diff --git a/misc/30upgrade/pkg-req b/misc/30upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/30upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile deleted file mode 100644 index fa83ff6f90e8..000000000000 --- a/misc/31upgrade/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: 3.1R to 3-stable upgrade kit -# Date created: 8 Mar 1999 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 31upgrade -PORTVERSION= 2000.08.25 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 400000 -# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make -FORBIDDEN= this needs to be built on a recent 3-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL -DATE!= cat /var/db/port.mkversion - -do-install: - ${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/31upgrade/pkg-comment b/misc/31upgrade/pkg-comment deleted file mode 100644 index d17cffd8b443..000000000000 --- a/misc/31upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 3.1 system to 3-stable for ports diff --git a/misc/31upgrade/pkg-descr b/misc/31upgrade/pkg-descr deleted file mode 100644 index 019c5d38c0d1..000000000000 --- a/misc/31upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 3.1R system to -3-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/31upgrade/pkg-install b/misc/31upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/31upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/31upgrade/pkg-plist b/misc/31upgrade/pkg-plist deleted file mode 100644 index 9479959d5e14..000000000000 --- a/misc/31upgrade/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -etc/mtree/BSD.x11-4.dist -usr/bin/fetch -usr/bin/find2perl -usr/bin/install-info -usr/bin/makeinfo -usr/bin/miniperl -usr/bin/perl -usr/bin/perl5 -usr/bin/perl5.00503 -usr/bin/perlbug -usr/bin/perlcc -usr/bin/perldoc -usr/bin/sperl5.00503 -usr/bin/suidperl -usr/lib/libc_r.so.4 -usr/lib/libperl.a -usr/lib/libperl.so -usr/lib/libperl.so.3 -usr/libdata/perl/5.00503 -usr/libexec/ld-elf.so.1 -usr/share/misc/termcap -usr/share/misc/termcap.db diff --git a/misc/31upgrade/pkg-req b/misc/31upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/31upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/32upgrade/Makefile b/misc/32upgrade/Makefile deleted file mode 100644 index 686ebeec0342..000000000000 --- a/misc/32upgrade/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: 3.2R to 3-stable upgrade kit -# Date created: 20 May 1999 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 32upgrade -PORTVERSION= 2000.08.25 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 400000 -# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make -FORBIDDEN= this needs to be built on a recent 3-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL -DATE!= cat /var/db/port.mkversion - -do-install: - ${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/32upgrade/pkg-comment b/misc/32upgrade/pkg-comment deleted file mode 100644 index 8b243192e245..000000000000 --- a/misc/32upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 3.2 system to 3-stable for ports diff --git a/misc/32upgrade/pkg-descr b/misc/32upgrade/pkg-descr deleted file mode 100644 index cdbd0fe26223..000000000000 --- a/misc/32upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 3.2R system to -3-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/32upgrade/pkg-install b/misc/32upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/32upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/32upgrade/pkg-plist b/misc/32upgrade/pkg-plist deleted file mode 100644 index be73b6692aa9..000000000000 --- a/misc/32upgrade/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -etc/mtree/BSD.x11-4.dist -usr/bin/fetch -usr/bin/install-info -usr/bin/makeinfo -usr/lib/libc_r.so.4 -usr/share/misc/termcap -usr/share/misc/termcap.db diff --git a/misc/32upgrade/pkg-req b/misc/32upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/32upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/34upgrade/Makefile b/misc/34upgrade/Makefile deleted file mode 100644 index e6088f1141d5..000000000000 --- a/misc/34upgrade/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: 3.3/3.4R to 3-stable upgrade kit -# Date created: 5 Jan 2000 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= 34upgrade -PORTVERSION= 2000.08.25 -CATEGORIES= misc -DISTFILES= # empty - -MAINTAINER= asami@FreeBSD.org - -.include - -.if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} >= 400000 -# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make -FORBIDDEN= this needs to be built on a recent 3-stable system -.endif -NO_MTREE= yes -PREFIX= / -NO_BUILD= yes -PKGINSTALL= ${WRKDIR}/INSTALL -DATE!= cat /var/db/port.mkversion - -do-install: - ${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include diff --git a/misc/34upgrade/pkg-comment b/misc/34upgrade/pkg-comment deleted file mode 100644 index 86b177cfd09d..000000000000 --- a/misc/34upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 3.3 or 3.4 system to 3-stable for ports diff --git a/misc/34upgrade/pkg-descr b/misc/34upgrade/pkg-descr deleted file mode 100644 index d71e734d187a..000000000000 --- a/misc/34upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 3.3R or 3.4R system to -3-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/34upgrade/pkg-install b/misc/34upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/34upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/34upgrade/pkg-plist b/misc/34upgrade/pkg-plist deleted file mode 100644 index 8fe0c24e111c..000000000000 --- a/misc/34upgrade/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/mtree/BSD.x11-4.dist -usr/bin/install-info -usr/bin/makeinfo -usr/lib/libc_r.so.4 -usr/share/misc/termcap -usr/share/misc/termcap.db diff --git a/misc/34upgrade/pkg-req b/misc/34upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/34upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi diff --git a/misc/Makefile b/misc/Makefile index c6ac30fb6cd7..acd7186b2ca4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,14 +1,6 @@ # $FreeBSD$ # - SUBDIR += 221upgrade - SUBDIR += 222upgrade - SUBDIR += 225upgrade - SUBDIR += 227upgrade - SUBDIR += 30upgrade - SUBDIR += 31upgrade - SUBDIR += 32upgrade - SUBDIR += 34upgrade SUBDIR += 40upgrade SUBDIR += 41upgrade SUBDIR += 42upgrade -- cgit