On Thu, Nov 02, 2006 at 04:31:08AM +0000, Norikatsu Shigemura wrote: > nork 2006-11-02 04:31:08 UTC > > FreeBSD ports repository > > Modified files: > sysutils/freqsdwn Makefile > Log: > IGNORE instead of BROKEN when package building. > > Revision Changes Path > 1.4 +3 -2 ports/sysutils/freqsdwn/Makefile > http://cvsweb.FreeBSD.org/ports/sysutils/freqsdwn/Makefile.diff?r1=1.3&r2=1.4 > | =================================================================== > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefile,v > | retrieving revision 1.3 > | retrieving revision 1.4 > | diff -u -p -r1.3 -r1.4 > | --- ports/sysutils/freqsdwn/Makefile 2006/09/17 01:08:36 1.3 > | +++ ports/sysutils/freqsdwn/Makefile 2006/11/02 04:31:08 1.4 > | @@ -2,7 +2,7 @@ > | # Date created: 2005/11/20 > | # Whom: [EMAIL PROTECTED] > | # > | -# $FreeBSD: > /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefile,v 1.3 > 2006/09/17 01:08:36 kris Exp $ > | +# $FreeBSD: > /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefile,v 1.4 > 2006/11/02 04:31:08 nork Exp $ > | # > | > | PORTNAME= freqsdwn > | @@ -17,8 +17,9 @@ MAINTAINER= [EMAIL PROTECTED] > | COMMENT= FREQSHIP-mini Mitsubishi Electric UPS controller daemon > | > | RESTRICTED= See > http://www.mitsubishielectric.co.jp/frequps/keiyaku.html > | - > | -BROKEN= Unfetchable > | +.if defined(BATCH) || defined(PACKAGE_BUILDING) > | +IGNORE= ${RESTRICTED} > | +.endif
A port just being RESTRICTED isn't enough reason to prevent package building. Is the issue that the distfile is not publically available? Kris
pgp6lDWjrSbw5.pgp
Description: PGP signature
