Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2007 15:06:44 +0100
From:      "Bjoern Koenig" <bkoenig@alpha-tierchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118312: Change java/sablevm
Message-ID:  <20071128140644.DCB63C7BC8@mx01.qsc.de>
Resent-Message-ID: <200711281412.lASECAeZ086795@freefall.freebsd.org>

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

>Number:         118312
>Category:       ports
>Synopsis:       Change java/sablevm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 28 14:12:09 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Bjoern Koenig
>Release:        
>Organization:
>Environment:

>Description:
	In order to deal with this PR the following two have to be committed first:
	ports/118288: Update java/sablevm to 1.13
	ports/118309: New port: devel/libffi-devel

	This patch allows you to build java/sablevm on other architectures than i386.
>How-To-Repeat:
>Fix:

--- ports-java-sablevm.diff begins here ---
diff -ruN ports/java/sablevm.orig/Makefile ports/java/sablevm/Makefile
--- ports/java/sablevm.orig/Makefile	Wed Nov 28 14:55:46 2007
+++ ports/java/sablevm/Makefile	Wed Nov 28 14:56:33 2007
@@ -21,7 +21,7 @@
 CONFLICTS=	classpath-*
 
 LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt \
-		ffi:${PORTSDIR}/devel/libffi
+		ffi:${PORTSDIR}/devel/libffi-devel
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=  libltdl
@@ -29,9 +29,6 @@
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib -I${LOCALBASE}/include -L${LOCALBASE}/lib"
-
-
-ONLY_FOR_ARCHS=	i386
 
 .include <bsd.port.pre.mk>
 
--- ports-java-sablevm.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?20071128140644.DCB63C7BC8>