mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Change
.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:
parent
7680ba12a8
commit
1ae11b4926
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24692
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user