Bug 66965 - [patch] Update to new bsd.java.mk
Summary: [patch] Update to new bsd.java.mk
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: 2004-05-20 23:30 UTC by Ronald Klop
Modified: 2004-06-25 14:55 UTC (History)
1 user (show)

See Also:


Attachments
jmp.diff (477 bytes, patch)
2004-05-20 23:30 UTC, Ronald Klop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2004-05-20 23:30:15 UTC

Update to latest bsd.java.mk.
Use libtool 1.5 in stead of 1.3.
Add an option for compiling with -O3.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-05-21 02:32:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->znerd

Over to maintainer.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2004-06-25 05:38:53 UTC
Responsible Changed
From-To: znerd->glewis

znerd is maintainer of java/jump, not java/jmp.  I'll take this.
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2004-06-25 05:44:07 UTC
State Changed
From-To: open->feedback

Ronald, I have committed the first two changes from the PR (bsd.java.mk 
and libtool version).  Thanks! 

I'd like some feedback on the OPTIMIZED_CFLAGS change though.  Personally, 
I don't see that it provides anything which isn't already available in a 
very similar fashion by setting CFLAGS (on the command line, in the 
environment, in /etc/make.conf, etc).  My preference would be to keep it 
consistent with other ports, which should all support this this sort of 
change by respecting CFLAGS.
Comment 4 Greg Lewis freebsd_committer freebsd_triage 2004-06-25 14:54:45 UTC
State Changed
From-To: feedback->closed

Committed, thanks!