BROKEN on alpha 5.x: does not compile
This commit is contained in:
parent
a5490e914f
commit
1229221cf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101831
2 changed files with 14 additions and 2 deletions
|
@ -46,6 +46,12 @@ PKGNAMESUFFIX= -mysql
|
|||
USE_MYSQL= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on alpha 5.x"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
|
@ -71,4 +77,4 @@ post-install:
|
|||
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
|
||||
@${SED} -e 's,%%%PREFIX%%%,${PREFIX},g' ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -46,6 +46,12 @@ PKGNAMESUFFIX= -mysql
|
|||
USE_MYSQL= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on alpha 5.x"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
|
@ -71,4 +77,4 @@ post-install:
|
|||
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
|
||||
@${SED} -e 's,%%%PREFIX%%%,${PREFIX},g' ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue