From owner-cvs-all Thu Oct 10 2:54:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8DC37B401; Thu, 10 Oct 2002 02:54:51 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E270243E7B; Thu, 10 Oct 2002 02:54:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g9A9sig77347; Thu, 10 Oct 2002 12:54:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9A9shTs057868; Thu, 10 Oct 2002 12:54:43 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3DA54EEF.400F1D20@FreeBSD.org> Date: Thu, 10 Oct 2002 12:57:03 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ernst de Haan Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/jdk12 Makefile ports/java/jdk13-docMakefile ports/java/jdk13 Makefile ports/java/jdk14-doc Makefileports/java/linux-ibm-jdk13 Makefile ports/java/linux-sun-jdk12Makefile ports/java/linux-sun-jdk13 Makefile ... References: <200210100838.g9A8cdpa000214@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ernst de Haan wrote: > > znerd 2002/10/10 01:38:39 PDT > > Modified files: > java/jdk12 Makefile > java/jdk13-doc Makefile > java/jdk13 Makefile > java/jdk14-doc Makefile > java/linux-ibm-jdk13 Makefile > java/linux-sun-jdk12 Makefile > java/linux-sun-jdk13 Makefile > java/linux-sun-jdk14 Makefile > Log: > Not using IGNORE anymore to avoid package building. > > .if defined(BATCH) || defined(PACKAGE_BUILDING) > IGNORE= "You can not legally distribute binaries" > .endif > > This was superfluous and inhibiting package builds of things that > depend on the port. Having RESTRICTED and NO_CDROM is enough to > ensure that a package will not appear on the FTP site or a CDROM > (it will be built and used as a basis for other packages to build > with, but will be deleted at the end of the build run). > > Requested by: kris > Reviewed by: portmgr (silence) > PR: 42758 As I said earlier, this won't change anything, because jdk sources aren't directly fetchable (MASTER_SITES == NULL). Therefore, the cluster will not be able to build those packages anyway, just wasting CPU cycles trying to do it and clobbering bento error logs as a result. Please back out. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message