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:
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
|
@ -6,7 +6,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= 30upgrade-1999.05.20
|
DISTNAME= 30upgrade-1999.01.05
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
DISTFILES= # empty
|
DISTFILES= # empty
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ MAINTAINER= asami@FreeBSD.org
|
||||||
|
|
||||||
.if !defined(PACKAGE_BUILDING)
|
.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
|
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
|
.elif ${OSVERSION} < 340000
|
||||||
FORBIDDEN= this needs to be built on a 3-stable system
|
FORBIDDEN= this needs to be built on a recent 3-stable system
|
||||||
.endif
|
.endif
|
||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
PREFIX= /
|
PREFIX= /
|
||||||
|
|
|
@ -11,6 +11,7 @@ usr/bin/perlcc
|
||||||
usr/bin/perldoc
|
usr/bin/perldoc
|
||||||
usr/bin/sperl5.00503
|
usr/bin/sperl5.00503
|
||||||
usr/bin/suidperl
|
usr/bin/suidperl
|
||||||
|
usr/lib/libc_r.so.4
|
||||||
usr/lib/libperl.a
|
usr/lib/libperl.a
|
||||||
usr/lib/libperl.so
|
usr/lib/libperl.so
|
||||||
usr/lib/libperl.so.3
|
usr/lib/libperl.so.3
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= 31upgrade-1999.05.20
|
DISTNAME= 31upgrade-1999.01.05
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
DISTFILES= # empty
|
DISTFILES= # empty
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ MAINTAINER= asami@FreeBSD.org
|
||||||
|
|
||||||
.if !defined(PACKAGE_BUILDING)
|
.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
|
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
|
.elif ${OSVERSION} < 340000
|
||||||
FORBIDDEN= this needs to be built on a 3-stable system
|
FORBIDDEN= this needs to be built on a recent 3-stable system
|
||||||
.endif
|
.endif
|
||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
PREFIX= /
|
PREFIX= /
|
||||||
|
|
|
@ -9,6 +9,7 @@ usr/bin/perlcc
|
||||||
usr/bin/perldoc
|
usr/bin/perldoc
|
||||||
usr/bin/sperl5.00503
|
usr/bin/sperl5.00503
|
||||||
usr/bin/suidperl
|
usr/bin/suidperl
|
||||||
|
usr/lib/libc_r.so.4
|
||||||
usr/lib/libperl.a
|
usr/lib/libperl.a
|
||||||
usr/lib/libperl.so
|
usr/lib/libperl.so
|
||||||
usr/lib/libperl.so.3
|
usr/lib/libperl.so.3
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= 32upgrade-1999.05.20
|
DISTNAME= 32upgrade-1999.01.05
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
DISTFILES= # empty
|
DISTFILES= # empty
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ MAINTAINER= asami@FreeBSD.org
|
||||||
|
|
||||||
.if !defined(PACKAGE_BUILDING)
|
.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
|
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
|
.elif ${OSVERSION} < 340000
|
||||||
FORBIDDEN= this needs to be built on a 3-stable system
|
FORBIDDEN= this needs to be built on a recent 3-stable system
|
||||||
.endif
|
.endif
|
||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
PREFIX= /
|
PREFIX= /
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
usr/lib/libc_r.so.4
|
||||||
usr/bin/fetch
|
usr/bin/fetch
|
||||||
|
|
35
misc/34upgrade/Makefile
Normal file
35
misc/34upgrade/Makefile
Normal 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>
|
1
misc/34upgrade/pkg-comment
Normal file
1
misc/34upgrade/pkg-comment
Normal 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
5
misc/34upgrade/pkg-descr
Normal 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
|
5
misc/34upgrade/pkg-install
Normal file
5
misc/34upgrade/pkg-install
Normal 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
1
misc/34upgrade/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/libc_r.so.4
|
5
misc/34upgrade/pkg-req
Normal file
5
misc/34upgrade/pkg-req
Normal 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
|
|
@ -8,6 +8,7 @@
|
||||||
SUBDIR += 30upgrade
|
SUBDIR += 30upgrade
|
||||||
SUBDIR += 31upgrade
|
SUBDIR += 31upgrade
|
||||||
SUBDIR += 32upgrade
|
SUBDIR += 32upgrade
|
||||||
|
SUBDIR += 34upgrade
|
||||||
SUBDIR += Howto
|
SUBDIR += Howto
|
||||||
SUBDIR += aclgen
|
SUBDIR += aclgen
|
||||||
SUBDIR += acron
|
SUBDIR += acron
|
||||||
|
|
Loading…
Reference in a new issue