Subject: Re: erlang package, Solaris
To: None <tech-pkg@NetBSD.org>
From: Hal Snyder <hal@vailsys.com>
List: tech-pkg
Date: 12/02/2003 16:40:54
--=-=-=

Thanks to Gavan Fantom's patch, the java issue is solved.

Here's a workaround for problem of incorrect target paths inside the
source tree, inserting a line in pkgsrc/erlang/Makefile: 

MACHINE_GNU_PLATFORM!=   work/${DISTNAME}/erts/autoconf/config.guess

Patch against today's CVS:


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=mf.patch
Content-Description: erlang Makefile patch

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/erlang/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2003/11/12 03:39:40	1.10
+++ Makefile	2003/12/02 22:37:26
@@ -20,6 +20,8 @@
 USE_JAVA=		yes
 USE_JAVA2=		yes
 
+MACHINE_GNU_PLATFORM!=   work/${DISTNAME}/erts/autoconf/config.guess
+
 .include "../../security/openssl/buildlink2.mk"
 .include "../../devel/ncurses/buildlink2.mk"
 .include "../../mk/java-vm.mk"

--=-=-=



Next problem is openssl version, must be >= 0.9.7.

--=-=-=--