diff options
author | asami <asami@FreeBSD.org> | 2000-01-06 14:57:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-06 14:57:50 +0800 |
commit | 4c00070097b3509ed269c1cfa67c44e53aa3f15a (patch) | |
tree | 664b2cc0eb1b88d174ed574eb6f9ed4b84c9c2de /misc/30upgrade | |
parent | bc1fe2e53e9734fb7e267bf49758275ed7ea5b97 (diff) | |
download | freebsd-ports-gnome-4c00070097b3509ed269c1cfa67c44e53aa3f15a.tar.gz freebsd-ports-gnome-4c00070097b3509ed269c1cfa67c44e53aa3f15a.tar.zst freebsd-ports-gnome-4c00070097b3509ed269c1cfa67c44e53aa3f15a.zip |
People running 3.4R need the new libc_r.so.4 now. Adjust all the old
3*upgrade ports accordingly.
Diffstat (limited to 'misc/30upgrade')
-rw-r--r-- | misc/30upgrade/Makefile | 6 | ||||
-rw-r--r-- | misc/30upgrade/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index dbe9647f3fd4..9394b7535165 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -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= / diff --git a/misc/30upgrade/pkg-plist b/misc/30upgrade/pkg-plist index ed4842aca723..3bb89fa8511f 100644 --- a/misc/30upgrade/pkg-plist +++ b/misc/30upgrade/pkg-plist @@ -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 |