Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 14:04:46 +0100 (CET)
From:      Björn König <bkoenig@alpha-tierchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/130585: [maintainer] update java/jamvm.
Message-ID:  <20090115130446.BCDD22858B@home.alpha-tierchen.de>
Resent-Message-ID: <200901151310.n0FDA12M096483@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130585
>Category:       ports
>Synopsis:       [maintainer] update java/jamvm.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 15 13:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Björn König
>Release:        
>Organization:
>Environment:
>Description:
	Don't install jni.h because java/classpath already does it.

>How-To-Repeat:
	
>Fix:

	

--- ports-java-jamvm.diff begins here ---
diff --git ports/java/jamvm/Makefile ports/java/jamvm/Makefile
index a233e34..208f949 100644
--- ports/java/jamvm/Makefile
+++ ports/java/jamvm/Makefile
@@ -6,7 +6,7 @@
 
 PORTNAME=	jamvm
 PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java devel
 MASTER_SITES=	SF
 
@@ -44,6 +44,7 @@ BROKEN=		Does not configure on sparc64
 
 post-extract:
 	@${MV} ${WRKSRC}/src/arch/x86_64.h ${WRKSRC}/src/arch/amd64.h
+	@${REINPLACE_CMD} -e "s,\(^include_HEADERS = .*\)jni.h\(.*\),\1\2," ${WRKSRC}/src/Makefile.in
 
 post-configure:
 	@${MV} ${WRKSRC}/src/os/bsd/x86_64 ${WRKSRC}/src/os/bsd/amd64
diff --git ports/java/jamvm/pkg-plist ports/java/jamvm/pkg-plist
index 36f17fe..399df1b 100644
--- ports/java/jamvm/pkg-plist
+++ ports/java/jamvm/pkg-plist
@@ -1,5 +1,4 @@
 bin/jamvm
-include/jni.h
 lib/libjvm.la
 lib/libjvm.a
 %%WITH_ZIP%%lib/rt.jar
--- ports-java-jamvm.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090115130446.BCDD22858B>