1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000

to

.elif ${OSVERSION} >= 400000

The first version triggers a bug in the old make.  Since I won't be
attempting to build these on an 2.2-stable machine anymore, just take
out that part of the check.

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
This commit is contained in:
Satoshi Asami 2000-01-13 02:39:35 +00:00
parent 7680ba12a8
commit 1ae11b4926
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24692
4 changed files with 8 additions and 4 deletions

View File

@ -16,7 +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} < 340000 || ${OSVERSION} >= 400000
.elif ${OSVERSION} >= 400000
# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes

View File

@ -16,7 +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} < 340000 || ${OSVERSION} >= 400000
.elif ${OSVERSION} >= 400000
# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes

View File

@ -16,7 +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} < 340000 || ${OSVERSION} >= 400000
.elif ${OSVERSION} >= 400000
# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes

View File

@ -16,7 +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} < 340000 || ${OSVERSION} >= 400000
.elif ${OSVERSION} >= 400000
# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make
FORBIDDEN= this needs to be built on a recent 3-stable system
.endif
NO_MTREE= yes