pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2007Q4]: pkgsrc/lang/erlang Pullup ticket 2255 - requested by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/26a7038372b9
branches: pkgsrc-2007Q4
changeset: 537028:26a7038372b9
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Jan 03 16:13:55 2008 +0000
description:
Pullup ticket 2255 - requested by joerg
build fix for erlang
- pkgsrc/lang/erlang/Makefile 1.33
Module Name: pkgsrc
Committed By: joerg
Date: Thu Jan 3 15:58:45 UTC 2008
Modified Files:
pkgsrc/lang/erlang: Makefile
Log Message:
Mark as broken on NetBSD/amd64 as configure will spin.
diffstat:
devel/bmake/files/PSD.doc/Makefile | 2 +-
devel/bmake/files/PSD.doc/tutorial.ms | 2 +-
devel/bmake/files/arch.c | 6 +++---
devel/bmake/files/buf.c | 6 +++---
devel/bmake/files/buf.h | 2 +-
devel/bmake/files/dir.c | 6 +++---
devel/bmake/files/dir.h | 2 +-
devel/bmake/files/for.c | 6 +++---
devel/bmake/files/getenv.c | 2 +-
devel/bmake/files/getopt.c | 2 +-
devel/bmake/files/hash.c | 6 +++---
devel/bmake/files/hash.h | 2 +-
devel/bmake/files/install-sh | 2 +-
devel/bmake/files/lst.h | 2 +-
devel/bmake/files/lst.lib/Makefile | 2 +-
devel/bmake/files/lst.lib/lstAppend.c | 6 +++---
devel/bmake/files/lst.lib/lstAtEnd.c | 6 +++---
devel/bmake/files/lst.lib/lstAtFront.c | 6 +++---
devel/bmake/files/lst.lib/lstClose.c | 6 +++---
devel/bmake/files/lst.lib/lstConcat.c | 6 +++---
devel/bmake/files/lst.lib/lstDatum.c | 6 +++---
devel/bmake/files/lst.lib/lstDeQueue.c | 6 +++---
devel/bmake/files/lst.lib/lstDestroy.c | 6 +++---
devel/bmake/files/lst.lib/lstDupl.c | 6 +++---
devel/bmake/files/lst.lib/lstEnQueue.c | 6 +++---
devel/bmake/files/lst.lib/lstFind.c | 6 +++---
devel/bmake/files/lst.lib/lstFindFrom.c | 6 +++---
devel/bmake/files/lst.lib/lstFirst.c | 6 +++---
devel/bmake/files/lst.lib/lstForEach.c | 6 +++---
devel/bmake/files/lst.lib/lstForEachFrom.c | 6 +++---
devel/bmake/files/lst.lib/lstInit.c | 6 +++---
devel/bmake/files/lst.lib/lstInsert.c | 6 +++---
devel/bmake/files/lst.lib/lstIsAtEnd.c | 6 +++---
devel/bmake/files/lst.lib/lstIsEmpty.c | 6 +++---
devel/bmake/files/lst.lib/lstLast.c | 6 +++---
devel/bmake/files/lst.lib/lstMember.c | 6 +++---
devel/bmake/files/lst.lib/lstNext.c | 6 +++---
devel/bmake/files/lst.lib/lstOpen.c | 6 +++---
devel/bmake/files/lst.lib/lstRemove.c | 6 +++---
devel/bmake/files/lst.lib/lstReplace.c | 6 +++---
devel/bmake/files/lst.lib/lstSucc.c | 6 +++---
devel/bmake/files/machine.sh | 2 +-
devel/bmake/files/make-conf.h | 2 +-
devel/bmake/files/make.1 | 2 +-
devel/bmake/files/make.c | 6 +++---
devel/bmake/files/mkdeps.sh | 2 +-
devel/bmake/files/nonints.h | 2 +-
devel/bmake/files/parse.c | 6 +++---
devel/bmake/files/setenv.c | 2 +-
devel/bmake/files/sprite.h | 2 +-
devel/bmake/files/str.c | 6 +++---
devel/bmake/files/suff.c | 6 +++---
devel/bmake/files/targ.c | 6 +++---
devel/bmake/files/trace.c | 6 +++---
devel/bmake/files/trace.h | 2 +-
devel/bmake/files/unit-tests/Makefile.in | 4 ++--
devel/bmake/files/unit-tests/cond1 | 2 +-
devel/bmake/files/unit-tests/modorder | 2 +-
devel/bmake/files/unit-tests/modword | 2 +-
devel/bmake/files/unit-tests/posix | 2 +-
devel/bmake/files/unit-tests/varcmd | 2 +-
devel/bmake/files/util.c | 8 ++++----
devel/bmake/files/wait.h | 2 +-
lang/erlang/Makefile | 4 +++-
64 files changed, 144 insertions(+), 142 deletions(-)
diffs (truncated from 1252 to 300 lines):
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/PSD.doc/Makefile
--- a/devel/bmake/files/PSD.doc/Makefile Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/PSD.doc/Makefile Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+# $NetBSD: Makefile,v 1.1 2005/10/31 21:52:26 reed Exp $
# @(#)Makefile 8.1 (Berkeley) 8/14/93
DIR= psd/12.make
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/PSD.doc/tutorial.ms
--- a/devel/bmake/files/PSD.doc/tutorial.ms Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/PSD.doc/tutorial.ms Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tutorial.ms,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+.\" $NetBSD: tutorial.ms,v 1.1 2005/10/31 21:52:26 reed Exp $
.\" Copyright (c) 1988, 1989, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/arch.c
--- a/devel/bmake/files/arch.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/arch.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arch.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: arch.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: arch.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: arch.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94";
#else
-__RCSID("$NetBSD: arch.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: arch.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/buf.c
--- a/devel/bmake/files/buf.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/buf.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: buf.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: buf.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: buf.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: buf.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: buf.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/buf.h
--- a/devel/bmake/files/buf.h Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/buf.h Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.h,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: buf.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/dir.c
--- a/devel/bmake/files/dir.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/dir.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: dir.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: dir.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: dir.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)dir.c 8.2 (Berkeley) 1/2/94";
#else
-__RCSID("$NetBSD: dir.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: dir.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/dir.h
--- a/devel/bmake/files/dir.h Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/dir.h Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.h,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: dir.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/for.c
--- a/devel/bmake/files/for.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/for.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1992, The Regents of the University of California.
@@ -30,14 +30,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/getenv.c
--- a/devel/bmake/files/getenv.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/getenv.c Thu Jan 03 16:13:55 2008 +0000
@@ -38,7 +38,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/
-static char *rcsid = "$Id: getenv.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char *rcsid = "$Id: getenv.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/getopt.c
--- a/devel/bmake/files/getopt.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/getopt.c Thu Jan 03 16:13:55 2008 +0000
@@ -38,7 +38,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* static char sccsid[] = "from: @(#)getopt.c 8.2 (Berkeley) 4/2/94"; */
-static char *rcsid = "$Id: getopt.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char *rcsid = "$Id: getopt.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/hash.c
--- a/devel/bmake/files/hash.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/hash.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: hash.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: hash.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: hash.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/hash.h
--- a/devel/bmake/files/hash.h Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/hash.h Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.h,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: hash.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/install-sh
--- a/devel/bmake/files/install-sh Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/install-sh Thu Jan 03 16:13:55 2008 +0000
@@ -53,7 +53,7 @@
#
# RCSid:
-# $Id: install-sh,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+# $Id: install-sh,v 1.1 2005/10/31 21:34:24 reed Exp $
#
# @(#) Copyright (c) 1993 Simon J. Gerraty
#
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/lst.h
--- a/devel/bmake/files/lst.h Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/lst.h Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lst.h,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lst.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/lst.lib/Makefile
--- a/devel/bmake/files/lst.lib/Makefile Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/lst.lib/Makefile Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+# $NetBSD: Makefile,v 1.1 2005/10/31 21:52:25 reed Exp $
OBJ=lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o \
lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o \
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/lst.lib/lstAppend.c
--- a/devel/bmake/files/lst.lib/lstAppend.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/lst.lib/lstAppend.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lstAppend.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lstAppend.c,v 1.1 2005/10/31 21:52:25 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstAppend.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: lstAppend.c,v 1.1 2005/10/31 21:52:25 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lstAppend.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: lstAppend.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: lstAppend.c,v 1.1 2005/10/31 21:52:25 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/lst.lib/lstAtEnd.c
--- a/devel/bmake/files/lst.lib/lstAtEnd.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/lst.lib/lstAtEnd.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lstAtEnd.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lstAtEnd.c,v 1.1 2005/10/31 21:52:25 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstAtEnd.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: lstAtEnd.c,v 1.1 2005/10/31 21:52:25 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lstAtEnd.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: lstAtEnd.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: lstAtEnd.c,v 1.1 2005/10/31 21:52:25 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 3e6d0bbbb7cb -r 26a7038372b9 devel/bmake/files/lst.lib/lstAtFront.c
--- a/devel/bmake/files/lst.lib/lstAtFront.c Wed Jan 02 21:19:42 2008 +0000
+++ b/devel/bmake/files/lst.lib/lstAtFront.c Thu Jan 03 16:13:55 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lstAtFront.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lstAtFront.c,v 1.1 2005/10/31 21:52:25 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstAtFront.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: lstAtFront.c,v 1.1 2005/10/31 21:52:25 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
Home |
Main Index |
Thread Index |
Old Index