bump to new snapshot
This commit is contained in:
parent
3045c822ce
commit
425bdb763d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2005/05/16 11:14:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2005/06/14 19:33:11 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
|
||||
|
||||
V=4.0.0
|
||||
FULL_VERSION=4.0-20050402
|
||||
V=4.0.1
|
||||
FULL_VERSION=4.0-20050609
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
@ -58,7 +58,7 @@ BUILD_DEPENDS+=:bison-*:devel/bison
|
||||
|
||||
|
||||
DISTNAME= gcc-${FULL_VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}
|
||||
|
||||
|
||||
DISTFILES= ${DISTNAME}.tar.bz2
|
||||
|
@ -1,2 +1,8 @@
|
||||
SHA1 (gcc/gcc-4.0-20050402.tar.bz2) = 38785ac4d4a47925c49e7157148078c67e7dcd1d
|
||||
SHA1 (gcc/adastrap-i386-3.3.5-1.tgz) = 4c26ff21dcecbc37afa31b8ef63d5cdd7fe65d7e
|
||||
MD5 (gcc/adastrap-i386-3.3.6-1.tgz) = 25523c49f52c3c683143cc4da464f0f6
|
||||
MD5 (gcc/gcc-4.0-20050609.tar.bz2) = 3ba660302e1c4c09c878dcab822c9e3c
|
||||
RMD160 (gcc/adastrap-i386-3.3.6-1.tgz) = 5da199ba8fabe3c7790602361f2e23a21bbc47f6
|
||||
RMD160 (gcc/gcc-4.0-20050609.tar.bz2) = 804ce9664970a471629a2bbf9ef5cfeb3b3c0c8e
|
||||
SHA1 (gcc/adastrap-i386-3.3.6-1.tgz) = 92f68923281bc65f71608574822456ba56f3c92b
|
||||
SHA1 (gcc/gcc-4.0-20050609.tar.bz2) = d6288a1c39a65e78da6e3e21a33ba4469b626cdc
|
||||
SIZE (gcc/adastrap-i386-3.3.6-1.tgz) = 16737430
|
||||
SIZE (gcc/gcc-4.0-20050609.tar.bz2) = 29683443
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
--- gcc/collect2.c.orig Mon Jan 17 16:23:51 2005
|
||||
+++ gcc/collect2.c Mon Jan 17 16:24:43 2005
|
||||
$OpenBSD: patch-gcc_collect2_c,v 1.5 2005/06/14 19:33:11 espie Exp $
|
||||
--- gcc/collect2.c.orig Mon Jun 6 21:20:26 2005
|
||||
+++ gcc/collect2.c Tue Jun 14 12:40:27 2005
|
||||
@@ -779,19 +779,19 @@ main (int argc, char **argv)
|
||||
qualify the program name with the target machine. */
|
||||
|
||||
@ -27,7 +27,7 @@ $OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
#else
|
||||
const char *const full_ld_suffix = ld_suffix;
|
||||
const char *const full_nm_suffix = nm_suffix;
|
||||
@@ -981,7 +981,7 @@ main (int argc, char **argv)
|
||||
@@ -984,7 +984,7 @@ main (int argc, char **argv)
|
||||
if (c_file_name == 0)
|
||||
{
|
||||
#ifdef CROSS_COMPILE
|
||||
@ -36,7 +36,7 @@ $OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
#else
|
||||
c_file_name = "gcc";
|
||||
#endif
|
||||
@@ -1258,7 +1258,7 @@ main (int argc, char **argv)
|
||||
@@ -1261,7 +1261,7 @@ main (int argc, char **argv)
|
||||
|
||||
if (exports.first)
|
||||
{
|
||||
@ -45,7 +45,7 @@ $OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
|
||||
*ld1++ = buf;
|
||||
*ld2++ = buf;
|
||||
@@ -1423,7 +1423,7 @@ main (int argc, char **argv)
|
||||
@@ -1426,7 +1426,7 @@ main (int argc, char **argv)
|
||||
/* Tell the linker that we have initializer and finalizer functions. */
|
||||
#ifdef LD_INIT_SWITCH
|
||||
#ifdef COLLECT_EXPORT_LIST
|
||||
@ -54,7 +54,7 @@ $OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
#else
|
||||
*ld2++ = LD_INIT_SWITCH;
|
||||
*ld2++ = initname;
|
||||
@@ -1438,7 +1438,7 @@ main (int argc, char **argv)
|
||||
@@ -1441,7 +1441,7 @@ main (int argc, char **argv)
|
||||
/* If we did not add export flag to link arguments before, add it to
|
||||
second link phase now. No new exports should have been added. */
|
||||
if (! exports.first)
|
||||
@ -63,7 +63,7 @@ $OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
|
||||
#ifndef LD_INIT_SWITCH
|
||||
add_to_list (&exports, initname);
|
||||
@@ -1590,7 +1590,7 @@ collect_execute (const char *prog, char
|
||||
@@ -1593,7 +1593,7 @@ collect_execute (const char *prog, char
|
||||
dup2 (redir_handle, STDERR_FILENO);
|
||||
}
|
||||
|
||||
@ -72,7 +72,7 @@ $OpenBSD: patch-gcc_collect2_c,v 1.4 2005/01/31 09:47:34 espie Exp $
|
||||
(PEXECUTE_FIRST | PEXECUTE_LAST | PEXECUTE_SEARCH));
|
||||
|
||||
if (redir)
|
||||
@@ -1845,8 +1845,8 @@ write_c_file_stat (FILE *stream, const c
|
||||
@@ -1848,8 +1848,8 @@ write_c_file_stat (FILE *stream, const c
|
||||
notice ("\nwrite_c_file - output name is %s, prefix is %s\n",
|
||||
output_file, prefix);
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_call_c,v 1.5 2005/02/27 21:27:12 espie Exp $
|
||||
--- gcc/cp/call.c.orig Thu Feb 24 22:55:10 2005
|
||||
+++ gcc/cp/call.c Sun Feb 27 19:09:06 2005
|
||||
@@ -5184,7 +5184,7 @@ name_as_c_string (tree name, tree type,
|
||||
$OpenBSD: patch-gcc_cp_call_c,v 1.6 2005/06/14 19:33:11 espie Exp $
|
||||
--- gcc/cp/call.c.orig Thu May 26 15:36:31 2005
|
||||
+++ gcc/cp/call.c Tue Jun 14 12:40:28 2005
|
||||
@@ -5170,7 +5170,7 @@ name_as_c_string (tree name, tree type,
|
||||
|| name == base_dtor_identifier
|
||||
|| name == deleting_dtor_identifier)
|
||||
{
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-gcc_cp_call_c,v 1.5 2005/02/27 21:27:12 espie Exp $
|
||||
/* Remember that we need to free the memory allocated. */
|
||||
*free_p = true;
|
||||
}
|
||||
@@ -5194,7 +5194,7 @@ name_as_c_string (tree name, tree type,
|
||||
@@ -5180,7 +5180,7 @@ name_as_c_string (tree name, tree type,
|
||||
pretty_name = concat ("operator ",
|
||||
type_as_string (TREE_TYPE (name),
|
||||
TFF_PLAIN_IDENTIFIER),
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_parser_c,v 1.7 2005/04/03 15:40:19 espie Exp $
|
||||
--- gcc/cp/parser.c.orig Wed Mar 23 00:02:57 2005
|
||||
+++ gcc/cp/parser.c Sun Apr 3 16:25:39 2005
|
||||
@@ -15618,7 +15618,7 @@ cp_parser_require (cp_parser* parser,
|
||||
$OpenBSD: patch-gcc_cp_parser_c,v 1.8 2005/06/14 19:33:11 espie Exp $
|
||||
--- gcc/cp/parser.c.orig Sun Jun 5 18:46:54 2005
|
||||
+++ gcc/cp/parser.c Tue Jun 14 12:40:28 2005
|
||||
@@ -15677,7 +15677,7 @@ cp_parser_require (cp_parser* parser,
|
||||
/* Output the MESSAGE -- unless we're parsing tentatively. */
|
||||
if (!cp_parser_simulate_error (parser))
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-gcc_gcc_c,v 1.6 2005/02/27 21:27:12 espie Exp $
|
||||
--- gcc/gcc.c.orig Thu Feb 24 00:11:06 2005
|
||||
+++ gcc/gcc.c Sun Feb 27 19:09:07 2005
|
||||
$OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
--- gcc/gcc.c.orig Mon Jun 6 21:20:29 2005
|
||||
+++ gcc/gcc.c Tue Jun 14 12:40:29 2005
|
||||
@@ -1293,7 +1293,7 @@ translate_options (int *argcp, const cha
|
||||
/* Store the translation as one argv elt or as two. */
|
||||
if (arg != 0 && strchr (arginfo, 'j') != 0)
|
||||
@ -164,7 +164,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.6 2005/02/27 21:27:12 espie Exp $
|
||||
return 0;
|
||||
|
||||
return (stat (path, &st) >= 0 && S_ISDIR (st.st_mode));
|
||||
@@ -6108,8 +6108,8 @@ main (int argc, const char **argv)
|
||||
@@ -6111,8 +6111,8 @@ main (int argc, const char **argv)
|
||||
/* Read specs from a file if there is one. */
|
||||
|
||||
machine_suffix = concat (spec_machine, dir_separator_str,
|
||||
@ -175,7 +175,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.6 2005/02/27 21:27:12 espie Exp $
|
||||
|
||||
specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, 0);
|
||||
/* Read the specs file unless it is a default one. */
|
||||
@@ -6214,12 +6214,12 @@ main (int argc, const char **argv)
|
||||
@@ -6217,12 +6217,12 @@ main (int argc, const char **argv)
|
||||
if (gcc_exec_prefix)
|
||||
add_prefix (&startfile_prefixes,
|
||||
concat (gcc_exec_prefix, machine_suffix,
|
||||
@ -190,7 +190,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.6 2005/02/27 21:27:12 espie Exp $
|
||||
NULL, PREFIX_PRIORITY_LAST, 0, 1);
|
||||
}
|
||||
|
||||
@@ -6245,7 +6245,7 @@ main (int argc, const char **argv)
|
||||
@@ -6248,7 +6248,7 @@ main (int argc, const char **argv)
|
||||
/* If we have a GCC_EXEC_PREFIX envvar, modify it for cpp's sake. */
|
||||
if (gcc_exec_prefix)
|
||||
gcc_exec_prefix = concat (gcc_exec_prefix, spec_machine, dir_separator_str,
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltcf-c_sh,v 1.2 2004/11/23 18:17:34 espie Exp $
|
||||
--- ltcf-c.sh.orig Sat Oct 2 18:33:06 2004
|
||||
+++ ltcf-c.sh Tue Nov 23 12:44:34 2004
|
||||
@@ -513,10 +513,13 @@ else
|
||||
$OpenBSD: patch-ltcf-c_sh,v 1.3 2005/06/14 19:33:11 espie Exp $
|
||||
--- ltcf-c.sh.orig Sat May 14 02:42:34 2005
|
||||
+++ ltcf-c.sh Tue Jun 14 12:40:30 2005
|
||||
@@ -514,10 +514,13 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltcf-cxx_sh,v 1.1.1.1 2004/09/23 22:13:31 espie Exp $
|
||||
--- ltcf-cxx.sh.orig Tue Aug 3 02:52:06 2004
|
||||
+++ ltcf-cxx.sh Tue Sep 14 01:24:15 2004
|
||||
@@ -452,6 +452,19 @@ case $host_os in
|
||||
$OpenBSD: patch-ltcf-cxx_sh,v 1.2 2005/06/14 19:33:11 espie Exp $
|
||||
--- ltcf-cxx.sh.orig Sat May 14 02:42:34 2005
|
||||
+++ ltcf-cxx.sh Tue Jun 14 12:40:30 2005
|
||||
@@ -453,6 +453,19 @@ case $host_os in
|
||||
netbsd* | knetbsd*-gnu)
|
||||
# NetBSD uses g++ - do we need to do anything?
|
||||
;;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltcf-gcj_sh,v 1.1.1.1 2004/09/23 22:13:31 espie Exp $
|
||||
--- ltcf-gcj.sh.orig Tue Apr 27 08:14:30 2004
|
||||
+++ ltcf-gcj.sh Tue Sep 14 01:24:24 2004
|
||||
@@ -488,10 +488,13 @@ else
|
||||
$OpenBSD: patch-ltcf-gcj_sh,v 1.2 2005/06/14 19:33:11 espie Exp $
|
||||
--- ltcf-gcj.sh.orig Sat May 14 02:42:34 2005
|
||||
+++ ltcf-gcj.sh Tue Jun 14 12:40:30 2005
|
||||
@@ -489,10 +489,13 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltconfig,v 1.2 2005/02/27 21:27:12 espie Exp $
|
||||
--- ltconfig.orig Sat Oct 2 18:33:06 2004
|
||||
+++ ltconfig Sun Feb 27 19:13:08 2005
|
||||
@@ -625,7 +625,12 @@ old_postuninstall_cmds=
|
||||
$OpenBSD: patch-ltconfig,v 1.3 2005/06/14 19:33:11 espie Exp $
|
||||
--- ltconfig.orig Sat May 14 02:42:34 2005
|
||||
+++ ltconfig Tue Jun 14 12:40:30 2005
|
||||
@@ -626,7 +626,12 @@ old_postuninstall_cmds=
|
||||
|
||||
if test -n "$RANLIB"; then
|
||||
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
||||
@ -15,7 +15,7 @@ $OpenBSD: patch-ltconfig,v 1.2 2005/02/27 21:27:12 espie Exp $
|
||||
fi
|
||||
|
||||
# Source the script associated with the $tagname tag configuration.
|
||||
@@ -1305,8 +1310,11 @@ openbsd*)
|
||||
@@ -1306,8 +1311,11 @@ openbsd*)
|
||||
need_version=no
|
||||
fi
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
|
Loading…
Reference in New Issue
Block a user