Date: Thu, 2 Nov 2006 13:42:53 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/freqsdwn Makefile Message-ID: <20061102184252.GA94922@xor.obsecurity.org> In-Reply-To: <200611020431.kA24V8Hc043335@repoman.freebsd.org> References: <200611020431.kA24V8Hc043335@repoman.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] 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: n-shigemura@ensure.jp > | # > | -# $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= nork@FreeBSD.org > | 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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFSjwsWry0BWjoQKURAjHoAKCIWCAFzjWfEff3ihtEkDOShPoCaACgs8g5 BT3e/3VUy8RRynZBWmE6mJY= =b5u3 -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061102184252.GA94922>
