Date: Thu, 10 Oct 2002 01:38:39 -0700 (PDT) From: Ernst de Haan <znerd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12 Makefile ports/java/jdk13-doc Makefile ports/java/jdk13 Makefile ports/java/jdk14-doc Makefile ports/java/linux-ibm-jdk13 Makefile ports/java/linux-sun-jdk12 Makefile ports/java/linux-sun-jdk13 Makefile ... Message-ID: <200210100838.g9A8cdpa000214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 Revision Changes Path 1.13 +2 -5 ports/java/jdk12/Makefile 1.20 +1 -5 ports/java/jdk13-doc/Makefile 1.37 +2 -5 ports/java/jdk13/Makefile 1.23 +1 -5 ports/java/jdk14-doc/Makefile 1.11 +3 -7 ports/java/linux-ibm-jdk13/Makefile 1.9 +1 -5 ports/java/linux-sun-jdk12/Makefile 1.20 +1 -5 ports/java/linux-sun-jdk13/Makefile 1.19 +1 -5 ports/java/linux-sun-jdk14/Makefile 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?200210100838.g9A8cdpa000214>