Bug 42758 - JDK ports should not use IGNORE to avoid pkg building
Summary: JDK ports should not use IGNORE to avoid pkg building
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 4.6-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ernst de Haan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-14 00:10 UTC by Ernst de Haan
Modified: 2002-10-10 09:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ernst de Haan freebsd_committer freebsd_triage 2002-09-14 00:10:01 UTC
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)
Comment 1 Ernst de Haan freebsd_committer freebsd_triage 2002-09-26 19:10:24 UTC
Responsible Changed
From-To: freebsd-ports->znerd

I'll handle this.
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-09-30 19:07:45 UTC
Here's a patch:
http://people.FreeBSD.org/~znerd/jdk-IGNORE.diff

Ernst
Comment 3 Ernst de Haan freebsd_committer freebsd_triage 2002-09-30 19:25:06 UTC
State Changed
From-To: open->patched

Patch is available.
Comment 4 Ernst de Haan freebsd_committer freebsd_triage 2002-10-10 09:38:52 UTC
State Changed
From-To: patched->closed

Patch committed.