From owner-cvs-all Thu Oct 10 1:38:41 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 EB01637B401; Thu, 10 Oct 2002 01:38:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A091743E97; Thu, 10 Oct 2002 01:38:39 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9A8cdCo000215; Thu, 10 Oct 2002 01:38:39 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9A8cdpa000214; Thu, 10 Oct 2002 01:38:39 -0700 (PDT) Message-Id: <200210100838.g9A8cdpa000214@freefall.freebsd.org> From: Ernst de Haan Date: Thu, 10 Oct 2002 01:38:39 -0700 (PDT) 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 ... X-FreeBSD-CVS-Branch: HEAD 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 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