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
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
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
State Changed From-To: open->feedback Awaiting maintainer's feedback.
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.
State Changed From-To: feedback->closed Committed, thanks!