pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/erlang This build is broken on NetBSD i386 2.0BET...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fde64c694930
branches:  trunk
changeset: 477271:fde64c694930
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jun 28 17:39:46 2004 +0000

description:
This build is broken on NetBSD i386 2.0BETA (it looks for a
"i386-unknown-netbsdelf2.0." directory when a "i386--netbsdelf"
one is present. Someone who wants to read gmake files is going
to have to fix that.
That aside, its now equivalemtly broken with bl3 rather than bl2.

diffstat:

 lang/erlang/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 1e7f82c0e683 -r fde64c694930 lang/erlang/Makefile
--- a/lang/erlang/Makefile      Mon Jun 28 17:37:49 2004 +0000
+++ b/lang/erlang/Makefile      Mon Jun 28 17:39:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/06/28 17:39:46 abs Exp $
 
 DISTNAME=              otp_src_R9C-0
 PKGNAME=               erlang-9.2
@@ -12,7 +12,7 @@
 
 DIST_SUBDIR=           erlang
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_X11=               yes
 USE_PERL5=             yes
 GNU_CONFIGURE=         yes
@@ -20,8 +20,8 @@
 USE_JAVA=              yes
 USE_JAVA2=             yes
 
-.include "../../security/openssl/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/java-vm.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index