summaryrefslogtreecommitdiff
path: root/misc/227upgrade
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-02-15 16:00:28 +0000
committerWill Andrews <will@FreeBSD.org>2001-02-15 16:00:28 +0000
commit39bfe2bff587c2e671ef685cf1519733478b4f10 (patch)
tree1bad84d7f37882b8bae79dd69342d1b5ae06ccaa /misc/227upgrade
parentpatch-ah: add Orion Hodson's full-duplex probing and AC97 fix (diff)
Nuke all completely obsolete upgrade kits.
Requested by: asami (some weeks ago)
Notes
Notes: svn path=/head/; revision=38377
Diffstat (limited to 'misc/227upgrade')
-rw-r--r--misc/227upgrade/Makefile35
-rw-r--r--misc/227upgrade/pkg-comment1
-rw-r--r--misc/227upgrade/pkg-descr5
-rw-r--r--misc/227upgrade/pkg-install5
-rw-r--r--misc/227upgrade/pkg-plist5
-rw-r--r--misc/227upgrade/pkg-req5
6 files changed, 0 insertions, 56 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
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