From ernst@localhost.jollem.com  Fri Sep 13 16:07:08 2002
Return-Path: <ernst@localhost.jollem.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F8AF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 16:07:08 -0700 (PDT)
Received: from localhost.jollem.com (uds69-45.dial.hccnet.nl [62.251.45.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 335DE43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 16:07:07 -0700 (PDT)
	(envelope-from ernst@localhost.jollem.com)
Received: from localhost.jollem.com (localhost.jollem.com [127.0.0.1])
	by localhost.jollem.com (8.12.5/8.12.5) with ESMTP id g8DN751T010541
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Sep 2002 01:07:05 +0200 (CEST)
	(envelope-from ernst@localhost.jollem.com)
Received: (from ernst@localhost)
	by localhost.jollem.com (8.12.5/8.12.5/Submit) id g8DN74an010540;
	Sat, 14 Sep 2002 01:07:04 +0200 (CEST)
Message-Id: <200209132307.g8DN74an010540@localhost.jollem.com>
Date: Sat, 14 Sep 2002 01:07:04 +0200 (CEST)
From: Ernst de Haan <znerd@freebsd.org>
Reply-To: Ernst de Haan <znerd@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: JDK ports should not use IGNORE to avoid pkg building
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42758
>Category:       java
>Synopsis:       JDK ports should not use IGNORE to avoid pkg building
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    znerd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 16:10:01 PDT 2002
>Closed-Date:    Thu Oct 10 01:39:05 PDT 2002
>Last-Modified:  Thu Oct 10 01:39:05 PDT 2002
>Originator:     Ernst de Haan
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD heinz 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Aug 28 23:38:45 CEST 2002 root@heinz:/usr/obj/usr/src/sys/HEINZ i386
>Description:
Some JDK ports are using IGNORE to try and avoid package building:

.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif

This is superfluous and is inhibiting package builds of things that
depend on the port, such as openoffice.  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).


(Indicated by:	kris)
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->znerd 
Responsible-Changed-By: znerd 
Responsible-Changed-When: Thu Sep 26 11:10:24 PDT 2002 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42758 

From: Ernst de Haan <znerd@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/42758: JDK ports should not use IGNORE to avoid pkg building
Date: Mon, 30 Sep 2002 20:07:45 +0200

 Here's a patch:
 http://people.FreeBSD.org/~znerd/jdk-IGNORE.diff
 
 Ernst
State-Changed-From-To: open->patched 
State-Changed-By: znerd 
State-Changed-When: Mon Sep 30 11:25:06 PDT 2002 
State-Changed-Why:  
Patch is available. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42758 
State-Changed-From-To: patched->closed 
State-Changed-By: znerd 
State-Changed-When: Thu Oct 10 01:38:52 PDT 2002 
State-Changed-Why:  
Patch committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42758 
>Unformatted:
