- Add dummy version number for unsupported platforms, to silence a warning
about malformed version string when processing INDEX PR: ports/67920 Submitted by: Conrad J. Sabatier <conrads@cox.net> Approved by: David Marshall <marshall@chezmarshall.com> (maintainer)
This commit is contained in:
parent
d3fb2f27d8
commit
a6232e1665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111628
6 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,7 @@ BIN_FILES= p4
|
|||
SBIN_FILES= p4d
|
||||
REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt
|
||||
.else
|
||||
VERSION= 0
|
||||
IGNORE= "Unsupported platform, sorry."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ BIN_FILES= p4
|
|||
SBIN_FILES= p4d
|
||||
REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt
|
||||
.else
|
||||
VERSION= 0
|
||||
IGNORE= "Unsupported platform, sorry."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ BIN_FILES= p4
|
|||
SBIN_FILES= p4d
|
||||
REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt
|
||||
.else
|
||||
VERSION= 0
|
||||
IGNORE= "Unsupported platform, sorry."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ BIN_FILES= p4
|
|||
SBIN_FILES= p4d
|
||||
REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt
|
||||
.else
|
||||
VERSION= 0
|
||||
IGNORE= "Unsupported platform, sorry."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ BIN_FILES= p4
|
|||
SBIN_FILES= p4d
|
||||
REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt
|
||||
.else
|
||||
VERSION= 0
|
||||
IGNORE= "Unsupported platform, sorry."
|
||||
.endif
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ BIN_FILES= p4
|
|||
SBIN_FILES= p4d
|
||||
REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt
|
||||
.else
|
||||
VERSION= 0
|
||||
IGNORE= "Unsupported platform, sorry."
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue