Change dates. Change BROKEN to IGNORE so it will be ignored even during
parallel package builds. Update 30upgrade to include fetch. Change comments since it's now chasing 3.1-stable.
This commit is contained in:
parent
bf00d4581e
commit
4729d2bf22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17057
@ -3,10 +3,10 @@
|
||||
# Date created: 18 Apr 1997
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 221upgrade-1998.12.17
|
||||
DISTNAME= 221upgrade-1998.03.08
|
||||
CATEGORIES= misc
|
||||
DISTFILES= # empty
|
||||
|
||||
@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= this needs to be built on a 2.2-stable system
|
||||
IGNORE= this needs to be built on a 2.2-stable system
|
||||
.endif
|
||||
NO_MTREE= yes
|
||||
PREFIX= /
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: 18 Apr 1997
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 222upgrade-1998.12.17
|
||||
DISTNAME= 222upgrade-1998.03.08
|
||||
CATEGORIES= misc
|
||||
DISTFILES= # empty
|
||||
|
||||
@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= this needs to be built on a 2.2-stable system
|
||||
IGNORE= this needs to be built on a 2.2-stable system
|
||||
.endif
|
||||
NO_MTREE= yes
|
||||
PREFIX= /
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: 30 Nov 1997
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 225upgrade-1998.12.17
|
||||
DISTNAME= 225upgrade-1998.03.08
|
||||
CATEGORIES= misc
|
||||
DISTFILES= # empty
|
||||
|
||||
@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= this needs to be built on a 2.2-stable system
|
||||
IGNORE= this needs to be built on a 2.2-stable system
|
||||
.endif
|
||||
NO_MTREE= yes
|
||||
PREFIX= /
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: 17 Dec 1998
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:20 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 227upgrade-1998.12.17
|
||||
DISTNAME= 227upgrade-1998.03.08
|
||||
CATEGORIES= misc
|
||||
DISTFILES= # empty
|
||||
|
||||
@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= this needs to be built on a 2.2-stable system
|
||||
IGNORE= this needs to be built on a 2.2-stable system
|
||||
.endif
|
||||
NO_MTREE= yes
|
||||
PREFIX= /
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: 3.0R to 3.0-current upgrade kit
|
||||
# New ports collection makefile for: 3.1R to 3.1-stable upgrade kit
|
||||
# Version required: n/a
|
||||
# Date created: 17 Dec 1998
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:20 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 30upgrade-1998.12.17
|
||||
DISTNAME= 30upgrade-1998.03.08
|
||||
CATEGORIES= misc
|
||||
DISTFILES= # empty
|
||||
|
||||
@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 300000
|
||||
BROKEN= this needs to be built on a 3.0-current system
|
||||
IGNORE= this needs to be built on a 3.x-stable system
|
||||
.endif
|
||||
NO_MTREE= yes
|
||||
PREFIX= /
|
||||
|
@ -1 +1 @@
|
||||
A convenience package to upgrade your 3.0 system to 3.0-current for ports.
|
||||
A convenience package to upgrade your 3.0 system to 3.1-stable for ports.
|
||||
|
@ -1,5 +1,5 @@
|
||||
This package will allow you to upgrade your 3.0R system to
|
||||
3.0-current, so you can compile and use all ports in ports-current.
|
||||
3.1-stable, so you can compile and use all ports in ports-current.
|
||||
|
||||
Satoshi
|
||||
asami@freebsd.org
|
||||
|
@ -1,3 +1,4 @@
|
||||
usr/bin/fetch
|
||||
usr/bin/install-info
|
||||
usr/bin/makeinfo
|
||||
usr/libexec/elf/ld
|
||||
|
Loading…
Reference in New Issue
Block a user