Philip M. Gollucci <[email protected]> writes:
> pgollucci 2010-09-10 06:26:08 UTC
>
> FreeBSD ports repository
>
> Modified files:
> sysutils/syslinux Makefile
> Log:
> - Use IGNORE instead of BROKEN
> IGNORE will still try to be built on pointhat and tbs
Isn't it the other way around? Quoting bsd.port.mk:
# BROKEN - Port is believed to be broken. Package builds will
# still be attempted on the pointyhat package cluster to
# test this assumption.
...
buildanyway-message:
.if defined(TRYBROKEN) && defined(BROKEN)
@${ECHO_MSG} "Trying build of ${PKGNAME} even though it is marked
BROKEN."
.else
@${DO_NADA}
.endif
And I can find build logs only for BROKEN ports on pointyhat.
http://portsmon.freebsd.org/portsconcordanceforbroken.py
>
> Suggested by: danfe
>
> Revision Changes Path
> 1.7 +1 -1 ports/sysutils/syslinux/Makefile
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"