cvs commit: ports/sysutils/syslinux Makefile
    Anonymous 
    swell.k at gmail.com
       
    Fri Sep 10 11:49:00 UTC 2010
    
    
  
Philip M. Gollucci <pgollucci at FreeBSD.org> 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
    
    
More information about the cvs-ports
mailing list