Bug 110049 - java/jdk14 - no WITH_JAIL in OPTIONS
Summary: java/jdk14 - no WITH_JAIL in OPTIONS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 21:00 UTC by edwin
Modified: 2007-03-08 05:20 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 edwin 2007-03-07 21:00:12 UTC
Despite the availability for it in the ports Makefile, java/jdk14
doesn't have the JAIL option in the OPTIONS.

Fix: 

Add
	JAIL    "Port is being built within a jail"             off
to OPTIONS.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-07 21:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-08 05:18:51 UTC
glewis      2007-03-08 05:18:45 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk14           Makefile 
  Log:
  . Add JAIL as an option, the Makefile already supported it as an
    environment variable.
  
  PR:             110049
  
  Revision  Changes    Path
  1.105     +2 -1      ports/java/jdk14/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2007-03-08 05:19:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!