Date: Thu, 10 Oct 2002 12:57:03 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Ernst de Haan <znerd@FreeBSD.org> 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 ... Message-ID: <3DA54EEF.400F1D20@FreeBSD.org> References: <200210100838.g9A8cdpa000214@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA54EEF.400F1D20>