ports/118312: Change java/sablevm
Bjoern Koenig
bkoenig at alpha-tierchen.de
Wed Nov 28 14:12:10 UTC 2007
>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:
More information about the freebsd-ports-bugs
mailing list