[kaffe] Re: Please update kaffe in FreeBSD ports collection
Ito Kazumitsu
kaz at maczuka.gcd.org
Fri Aug 8 15:37:02 PDT 2003
>>>>> ":" == Mark Huizer <xaa at timewasters.nl> writes:
:> Please see the attachment, for a first attempt at a new port:
:> kaffe-devel.
:>
:> This should install the new kaffe.
I tried your port and could successfully installed it.
I think the installed kaffe works fine for me.
Before making, I changed the Makefile as shown below
and set the following environment variables. I do not know why,
but without setting these, libiconv could not be linked
even though we use --with-iconv-prefix.
$ LIBS="-L/usr/local/lib -liconv" export LIBS
$ CPPFLAGS="-I/usr/local/include" export CPPFLAGS
And here is my change to your Makefile. Please note that
kaffe-1.1.1 has already been released.
--- Makefile.orig Sat Aug 2 17:38:14 2003
+++ Makefile Sat Aug 9 00:51:21 2003
@@ -6,7 +6,7 @@
#
PORTNAME= kaffe-devel
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
CATEGORIES= java
MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/
DISTFILES= kaffe-${PORTVERSION}${EXTRACT_SUFX}
@@ -21,8 +21,8 @@
png.5:${PORTSDIR}/graphics/png \
iconv.3:${PORTSDIR}/converters/libiconv
-USE_LIBTOOL= yes
-LIBTOOLFLAGS=
+#USE_LIBTOOL= yes
+#LIBTOOLFLAGS=
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-iconv-prefix=${LOCALBASE}
More information about the kaffe
mailing list