Bug 96989

Summary: Update port java/jmp from 0.49 to 0.50.1
Product: Ports & Packages Reporter: Ronald Klop <ronald>
Component: Individual Port(s)Assignee: Stefan Walter <stefan>
Status: Closed FIXED    
Severity: Affects Only Me CC: ronald
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
jmp-0.50.1.diff
none
jmp-0.50.1.patch none

Description Ronald Klop 2006-05-08 19:20:17 UTC

This updates the port java/jmp to version 0.50.1.
It supersedes PR ports/93450, so that one can be closed without being committed.
I don't have FreeBSD < 5.x anymore, so I can not fix the build there. It is known to break on 4.x.

NB: files/patch-ui_gtk.c is empty, so please remove it.

Changelog: http://www.khelekore.org/jmp/changelog.html
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2006-05-09 17:54:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2006-05-09 19:36:38 UTC
Hi,

please have a look at this modified patch. OPTIONS knobs should be
evaluated after including bsd.port.pre.mk (see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#AEN2410
for more info), which the patch addresses. Building with WITHOUT_X11=yes
still fails, though.

Regards,
Stefan
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2006-05-09 19:39:46 UTC
State Changed
From-To: open->feedback

Awaiting maintainer's feedback.
Comment 4 Ronald Klop 2006-05-09 21:02:26 UTC
On Tue, 09 May 2006 21:36:38 +0300, Stefan Walter <stefan@freebsd.org>  
wrote:

> Hi,
>
> please have a look at this modified patch. OPTIONS knobs should be
> evaluated after including bsd.port.pre.mk (see
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#AEN2410
> for more info), which the patch addresses. Building with WITHOUT_X11=yes
> still fails, though.
>
> Regards,
> Stefan

Looks ok by me.
Is it possible that you commit this now and I'll fix the WITHOUT_X11  
option later?
If not, please remove the WITHOUT_X11 option and I'll add it back in a  
future update.
I'll reread the porters handbook. ;-)

Ronald.
Comment 5 Stefan Walter freebsd_committer freebsd_triage 2006-05-10 18:27:57 UTC
State Changed
From-To: feedback->closed

Committed, thanks!