Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2002 01:07:04 +0200 (CEST)
From:      Ernst de Haan <znerd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42758: JDK ports should not use IGNORE to avoid pkg building
Message-ID:  <200209132307.g8DN74an010540@localhost.jollem.com>

next in thread | raw e-mail | index | archive | help

>Number:         42758
>Category:       ports
>Synopsis:       JDK ports should not use IGNORE to avoid pkg building
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 16:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209132307.g8DN74an010540>