View | Details | Raw Unified | Return to bug 96989 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-18 / +23 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	jmp
8
PORTNAME=	jmp
9
PORTVERSION=	0.49
9
PORTVERSION=	0.50.1
10
PORTREVISION=	1
11
CATEGORIES=	java devel
10
CATEGORIES=	java devel
12
MASTER_SITES=	http://www.khelekore.org/jmp/
11
MASTER_SITES=	http://www.khelekore.org/jmp/
13
12
Lines 23-43 Link Here
23
22
24
USE_BISON=	yes
23
USE_BISON=	yes
25
USE_GETTEXT=	yes
24
USE_GETTEXT=	yes
26
.if defined(WITHOUT_X11)
27
CONFIGURE_ARGS+=	--enable-noui
28
.else
29
USE_XLIB=	yes
30
LIB_DEPENDS+=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
31
.endif
32
33
.if defined(WITH_DEBUG)
34
CFLAGS+=	-DJMPDEBUG -g
35
.endif
36
37
.if defined(WITH_OPTIMIZED_CFLAGS)
38
CFLAGS+=	-O3
39
.endif
40
41
USE_GMAKE=	yes
25
USE_GMAKE=	yes
42
USE_JAVA=	yes
26
USE_JAVA=	yes
43
JAVA_VERSION=	1.2+
27
JAVA_VERSION=	1.2+
Lines 59-62 Link Here
59
		share/locale/de/LC_MESSAGES/jmp.mo \
43
		share/locale/de/LC_MESSAGES/jmp.mo \
60
		share/locale/sv/LC_MESSAGES/jmp.mo
44
		share/locale/sv/LC_MESSAGES/jmp.mo
61
45
62
.include <bsd.port.mk>
46
.include <bsd.port.pre.mk>
47
48
.if defined(WITHOUT_X11)
49
CONFIGURE_ARGS+=	--enable-noui
50
.else
51
USE_XLIB=	yes
52
LIB_DEPENDS+=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
53
.endif
54
55
.if defined(WITH_DEBUG)
56
CFLAGS+=	-DJMPDEBUG -g
57
.endif
58
59
.if defined(WITH_OPTIMIZED_CFLAGS)
60
CFLAGS+=	-O3
61
.endif
62
63
.if ${OSVERSION} < 500000
64
BROKEN=	Does not build on FreeBSD < 5.x
65
.endif
66
67
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (jmp-0.49.tar.gz) = c79904c75bd74e7943be3f8f1c7768ee
1
MD5 (jmp-0.50.1.tar.gz) = 9b2e1f0ed1bf32920166d00475c20bf2
2
SHA256 (jmp-0.49.tar.gz) = b3a7897f453772ed78e53aaece115b4b67e89303b366086e02c6e241552fceb1
2
SHA256 (jmp-0.50.1.tar.gz) = 0349367cb5de07cd468b87263d634afaccc46a273059d57942a6a540f2806047
3
SIZE (jmp-0.49.tar.gz) = 628499
3
SIZE (jmp-0.50.1.tar.gz) = 628777
(-)files/patch-Makefile.in (-3 / +3 lines)
Lines 1-7 Link Here
1
$FreeBSD: ports/java/jmp/files/patch-Makefile.in,v 1.4 2006/02/02 15:34:08 barner Exp $
1
$FreeBSD: ports/java/jmp/files/patch-Makefile.in,v 1.4 2006/02/02 15:34:08 barner Exp $
2
2
3
--- Makefile.in.orig	Sat Oct 29 21:48:51 2005
3
--- Makefile.in.orig	Mon May  8 20:06:38 2006
4
+++ Makefile.in	Mon Nov 21 01:20:51 2005
4
+++ Makefile.in	Mon May  8 20:07:16 2006
5
@@ -332 +332 @@
5
@@ -1044 +1044 @@
6
-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
6
-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
7
+	  inst=$$inst.$$ext; \
7
+	  inst=$$inst.$$ext; \
(-)files/patch-ui_gtk.c (-9 lines)
Removed Link Here
1
$FreeBSD: ports/java/jmp/files/patch-ui_gtk.c,v 1.1 2006/02/13 12:12:16 lawrance Exp $
2
3
--- ui_gtk.c.orig	Sun Feb 12 22:53:25 2006
4
+++ ui_gtk.c	Sun Feb 12 22:52:09 2006
5
@@ -307,0 +308 @@
6
+		GtkWidget *w;
7
@@ -309 +310 @@
8
-		GtkWidget *w = 
9
+		w = 

Return to bug 96989