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)
Responsible Changed From-To: freebsd-ports->znerd I'll handle this.
Here's a patch: http://people.FreeBSD.org/~znerd/jdk-IGNORE.diff Ernst
State Changed From-To: open->patched Patch is available.
State Changed From-To: patched->closed Patch committed.