People running 3.4R need the new libc_r.so.4 now. Adjust all the old

3*upgrade ports accordingly.
This commit is contained in:
Satoshi Asami 2000-01-06 06:57:50 +00:00
parent 977a0a5eaa
commit fb5af37acd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24470
13 changed files with 65 additions and 9 deletions

View file

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= 30upgrade-1999.05.20
DISTNAME= 30upgrade-1999.01.05
CATEGORIES= misc
DISTFILES= # empty
@ -16,8 +16,8 @@ MAINTAINER= asami@FreeBSD.org
.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 3-stable system
.elif ${OSVERSION} < 340000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
PREFIX= /

View file

@ -11,6 +11,7 @@ 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

View file

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= 31upgrade-1999.05.20
DISTNAME= 31upgrade-1999.01.05
CATEGORIES= misc
DISTFILES= # empty
@ -16,8 +16,8 @@ MAINTAINER= asami@FreeBSD.org
.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} < 310000
FORBIDDEN= this needs to be built on a 3-stable system
.elif ${OSVERSION} < 340000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
PREFIX= /

View file

@ -9,6 +9,7 @@ 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

View file

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= 32upgrade-1999.05.20
DISTNAME= 32upgrade-1999.01.05
CATEGORIES= misc
DISTFILES= # empty
@ -16,8 +16,8 @@ MAINTAINER= asami@FreeBSD.org
.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} < 320000
FORBIDDEN= this needs to be built on a 3-stable system
.elif ${OSVERSION} < 340000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
PREFIX= /

View file

@ -1 +1,2 @@
usr/lib/libc_r.so.4
usr/bin/fetch

35
misc/34upgrade/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: 3.3/3.4R to 3-stable upgrade kit
# Version required: n/a
# Date created: 5 Jan 2000
# Whom: asami
#
# $FreeBSD$
#
DISTNAME= 34upgrade-2000.01.05
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} < 340000
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes
PREFIX= /
NO_BUILD= yes
PKGINSTALL= ${WRKDIR}/INSTALL
do-install:
${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/INSTALL \
> ${PKGINSTALL}
deinstall:
@${ECHO} "You can't delete this port."
@${FALSE}
.include <bsd.port.post.mk>

View file

@ -0,0 +1 @@
A convenience package to upgrade your 3.3 or 3.4 system to 3-stable for ports

5
misc/34upgrade/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
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

View file

@ -0,0 +1,5 @@
#!/bin/sh
if [ "$2" != "PRE-INSTALL" ]; then
exit 0
fi
echo %%VERSION%% > /var/db/port.mkversion

1
misc/34upgrade/pkg-plist Normal file
View file

@ -0,0 +1 @@
usr/lib/libc_r.so.4

5
misc/34upgrade/pkg-req Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if [ $2 = "DEINSTALL" ]; then
echo "Package $1 cannot be removed -- to do so will render your system useless."
exit 1
fi

View file

@ -8,6 +8,7 @@
SUBDIR += 30upgrade
SUBDIR += 31upgrade
SUBDIR += 32upgrade
SUBDIR += 34upgrade
SUBDIR += Howto
SUBDIR += aclgen
SUBDIR += acron