Bug 70597 - Update port jmp to 0.43 and fix pkg-plist (patch incl.)
Summary: Update port jmp to 0.43 and fix pkg-plist (patch incl.)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-17 23:50 UTC by Ronald Klop
Modified: 2004-08-27 13:08 UTC (History)
1 user (show)

See Also:


Attachments
jmp-0.43.diff (3.55 KB, patch)
2004-08-17 23:50 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-08-17 23:50:17 UTC

Update the port to the latest version 0.43.
Also fix make package by changing pkg-plist.
Changelog: http://www.khelekore.org/jmp/changelog.html
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-08-18 16:36:02 UTC
State Changed
From-To: open->feedback

Does not build on -STABLE: 

cc -DHAVE_CONFIG_H -I. -I. -I. -DLOCALEDIR="/usr/local/share/locale" -I/usr/local/diablo-jdk1.3.1/include -I/usr/local/include -I/usr/local/diablo-jdk1.3.1/include -I/usr/local/diablo-jdk1.3.1/include/freebsd -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -O -pipe -g -c instance_owners.c  -fPIC -DPIC -o .libs/instance_owners.o 
instance_owners.c: In function `build_menu': 
instance_owners.c:211: redeclaration of `menuitem' 
instance_owners.c:210: `menuitem' previously declared here 
gmake[2]: *** [instance_owners.lo] Error 1 
gmake[2]: Leaving directory `/usr/ports/java/jmp/work/jmp-0.43'
Comment 2 Ronald Klop 2004-08-23 19:10:04 UTC
A new patch can be found at:

http://ronald.klop.ws/~ronald/jmp-0.43.diff
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-08-27 13:06:59 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 
Please remember to list add/removed files explicitely in the PR. 
Also, please mark your PRs as 'maintainer-update' if appropriate 
for speedier treatment.