newer snapshot, and enough for SHARED_LIBS...
This commit is contained in:
parent
b7dd99b956
commit
006a247aad
@ -1,12 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2005/10/20 23:28:02 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2006/01/09 15:31:47 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
|
||||
|
||||
V=4.0.3
|
||||
FULL_VERSION=4.0-20050929
|
||||
FULL_PKGVERSION=4.0.20050929
|
||||
FULL_VERSION=4.0-20060105
|
||||
FULL_PKGVERSION=4.0.20060105
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
SHARED_LIBS= mudflap 0.0 \
|
||||
mudflapth 0.0 \
|
||||
estdc++ 6.7 \
|
||||
gfortran 0.0 \
|
||||
objc 1.0 \
|
||||
objc_gc 1.0
|
||||
|
||||
MAKE_GXX=Yes
|
||||
MAKE_FORTRAN=Yes
|
||||
@ -100,7 +106,7 @@ MAKE_ENV=ADAC=${WRKDIR}/bin/egcc GNATBIND=${WRKDIR}/bin/gnatbind
|
||||
CC=${WRKDIR}/bin/egcc
|
||||
|
||||
post-extract:
|
||||
.for f in egcc gnatbind gnatmake gnatlink
|
||||
.for f in egcc gnatbind gnatmake gnatlink gnatls
|
||||
echo "#! /bin/sh" >${WRKDIR}/bin/$f
|
||||
echo 'GNAT_ROOT=${WRKDIR}/bootstrap GCC_ROOT=${WRKDIR}/bootstrap exec ${WRKDIR}/bootstrap/bin/$f "$$@"' >>${WRKDIR}/bin/$f
|
||||
chmod a+x ${WRKDIR}/bin/$f
|
||||
|
@ -1,8 +1,8 @@
|
||||
MD5 (gcc/adastrap-i386-3.3.6-2.tgz) = b68d09a90e69302eb53d2d405eae256f
|
||||
MD5 (gcc/gcc-4.0-20050929.tar.bz2) = 19bb371e47320bda2cd8bf13752cc02c
|
||||
MD5 (gcc/gcc-4.0-20060105.tar.bz2) = a2c47477cb53255ca0f277fde535ae1c
|
||||
RMD160 (gcc/adastrap-i386-3.3.6-2.tgz) = 9ccdebefa77ff0d8efaaa02f1f8775bca6065870
|
||||
RMD160 (gcc/gcc-4.0-20050929.tar.bz2) = 5c11068a980f90d0baaad083f971f23f3be0dfc4
|
||||
RMD160 (gcc/gcc-4.0-20060105.tar.bz2) = d1e103e11b4f59767fabdf5330ddac01eecaac0b
|
||||
SHA1 (gcc/adastrap-i386-3.3.6-2.tgz) = 752b7fd114dce04291a02210e9a64d56c72f47b4
|
||||
SHA1 (gcc/gcc-4.0-20050929.tar.bz2) = b3028d717062c2c4736a651efec97e9bfce11412
|
||||
SHA1 (gcc/gcc-4.0-20060105.tar.bz2) = 1b90b32e2fa81fdb21cd53d17be27f056ce53d76
|
||||
SIZE (gcc/adastrap-i386-3.3.6-2.tgz) = 16737593
|
||||
SIZE (gcc/gcc-4.0-20050929.tar.bz2) = 29699172
|
||||
SIZE (gcc/gcc-4.0-20060105.tar.bz2) = 31052006
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_call_c,v 1.7 2005/10/20 23:28:02 espie Exp $
|
||||
--- gcc/cp/call.c.orig Tue Sep 6 17:00:57 2005
|
||||
+++ gcc/cp/call.c Tue Oct 4 02:01:17 2005
|
||||
@@ -5188,7 +5188,7 @@ name_as_c_string (tree name, tree type,
|
||||
$OpenBSD: patch-gcc_cp_call_c,v 1.8 2006/01/09 15:31:47 espie Exp $
|
||||
--- gcc/cp/call.c.orig Thu Nov 3 02:30:53 2005
|
||||
+++ gcc/cp/call.c Mon Jan 9 13:36:27 2006
|
||||
@@ -5193,7 +5193,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.7 2005/10/20 23:28:02 espie Exp $
|
||||
/* Remember that we need to free the memory allocated. */
|
||||
*free_p = true;
|
||||
}
|
||||
@@ -5198,7 +5198,7 @@ name_as_c_string (tree name, tree type,
|
||||
@@ -5203,7 +5203,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.9 2005/10/20 23:28:02 espie Exp $
|
||||
--- gcc/cp/parser.c.orig Fri Sep 16 20:35:31 2005
|
||||
+++ gcc/cp/parser.c Tue Oct 4 02:01:17 2005
|
||||
@@ -15711,7 +15711,7 @@ cp_parser_require (cp_parser* parser,
|
||||
$OpenBSD: patch-gcc_cp_parser_c,v 1.10 2006/01/09 15:31:47 espie Exp $
|
||||
--- gcc/cp/parser.c.orig Wed Jan 4 19:50:07 2006
|
||||
+++ gcc/cp/parser.c Mon Jan 9 13:36:27 2006
|
||||
@@ -15797,7 +15797,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.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
|
||||
$OpenBSD: patch-gcc_gcc_c,v 1.8 2006/01/09 15:31:47 espie Exp $
|
||||
--- gcc/gcc.c.orig Fri Oct 21 15:10:17 2005
|
||||
+++ gcc/gcc.c Mon Jan 9 13:36:28 2006
|
||||
@@ -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)
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
: xstrdup (spec));
|
||||
|
||||
#ifdef DEBUG_SPECS
|
||||
@@ -2465,10 +2465,10 @@ find_a_file (struct path_prefix *pprefix
|
||||
@@ -2471,10 +2471,10 @@ find_a_file (struct path_prefix *pprefix
|
||||
len += len1 > len2 ? len1 : len2;
|
||||
if (multilib_dir)
|
||||
multilib_name = ACONCAT ((multilib_dir, dir_separator_str, name,
|
||||
@ -41,7 +41,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
}
|
||||
|
||||
temp = xmalloc (len);
|
||||
@@ -2627,8 +2627,8 @@ add_sysrooted_prefix (struct path_prefix
|
||||
@@ -2633,8 +2633,8 @@ add_sysrooted_prefix (struct path_prefix
|
||||
if (target_system_root)
|
||||
{
|
||||
if (target_sysroot_suffix)
|
||||
@ -52,7 +52,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
|
||||
/* We have to override this because GCC's notion of sysroot
|
||||
moves along with GCC. */
|
||||
@@ -3200,7 +3200,7 @@ process_command (int argc, const char **
|
||||
@@ -3205,7 +3205,7 @@ process_command (int argc, const char **
|
||||
break;
|
||||
new_argv0 = xmemdup (progname, baselen,
|
||||
baselen + concat_length (new_version, new_machine,
|
||||
@ -61,7 +61,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
strcpy (new_argv0 + baselen, new_machine);
|
||||
strcat (new_argv0, "-gcc-");
|
||||
strcat (new_argv0, new_version);
|
||||
@@ -3227,7 +3227,7 @@ process_command (int argc, const char **
|
||||
@@ -3232,7 +3232,7 @@ process_command (int argc, const char **
|
||||
standard_bindir_prefix,
|
||||
standard_libexec_prefix);
|
||||
if (gcc_exec_prefix)
|
||||
@ -70,7 +70,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
}
|
||||
else
|
||||
gcc_libexec_prefix = make_relative_prefix (gcc_exec_prefix,
|
||||
@@ -3274,7 +3274,7 @@ process_command (int argc, const char **
|
||||
@@ -3279,7 +3279,7 @@ process_command (int argc, const char **
|
||||
{
|
||||
strncpy (nstore, startp, endp - startp);
|
||||
if (endp == startp)
|
||||
@ -79,7 +79,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
else if (!IS_DIR_SEPARATOR (endp[-1]))
|
||||
{
|
||||
nstore[endp - startp] = DIR_SEPARATOR;
|
||||
@@ -3308,7 +3308,7 @@ process_command (int argc, const char **
|
||||
@@ -3313,7 +3313,7 @@ process_command (int argc, const char **
|
||||
{
|
||||
strncpy (nstore, startp, endp - startp);
|
||||
if (endp == startp)
|
||||
@ -88,7 +88,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
else if (!IS_DIR_SEPARATOR (endp[-1]))
|
||||
{
|
||||
nstore[endp - startp] = DIR_SEPARATOR;
|
||||
@@ -3341,7 +3341,7 @@ process_command (int argc, const char **
|
||||
@@ -3346,7 +3346,7 @@ process_command (int argc, const char **
|
||||
{
|
||||
strncpy (nstore, startp, endp - startp);
|
||||
if (endp == startp)
|
||||
@ -97,7 +97,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
else if (!IS_DIR_SEPARATOR (endp[-1]))
|
||||
{
|
||||
nstore[endp - startp] = DIR_SEPARATOR;
|
||||
@@ -3809,7 +3809,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
@@ -3815,7 +3815,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
PREFIX_PRIORITY_LAST, 1, 0);
|
||||
|
||||
tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
|
||||
@ -106,7 +106,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
|
||||
/* If tooldir is relative, base it on exec_prefixes. A relative
|
||||
tooldir lets us move the installed tree as a unit.
|
||||
@@ -3824,28 +3824,28 @@ warranty; not even for MERCHANTABILITY o
|
||||
@@ -3830,28 +3830,28 @@ warranty; not even for MERCHANTABILITY o
|
||||
{
|
||||
char *gcc_exec_tooldir_prefix
|
||||
= concat (gcc_exec_prefix, spec_machine, dir_separator_str,
|
||||
@ -141,7 +141,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
"BINUTILS", PREFIX_PRIORITY_LAST, 0, 1);
|
||||
|
||||
#if defined(TARGET_SYSTEM_ROOT_RELOCATABLE) && !defined(VMS)
|
||||
@@ -3968,7 +3968,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
@@ -3974,7 +3974,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
{ /* POSIX allows separation of -l and the lib arg;
|
||||
canonicalize by concatenating -l with its arg */
|
||||
infiles[n_infiles].language = "*";
|
||||
@ -150,7 +150,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
}
|
||||
else if (strncmp (argv[i], "-l", 2) == 0)
|
||||
{
|
||||
@@ -5920,11 +5920,11 @@ is_directory (const char *path1, const c
|
||||
@@ -5926,11 +5926,11 @@ is_directory (const char *path1, const c
|
||||
if (linker
|
||||
&& ((cp - path == 6
|
||||
&& strcmp (path, concat (dir_separator_str, "lib",
|
||||
@ -164,7 +164,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.7 2005/06/14 19:33:11 espie Exp $
|
||||
return 0;
|
||||
|
||||
return (stat (path, &st) >= 0 && S_ISDIR (st.st_mode));
|
||||
@@ -6111,8 +6111,8 @@ main (int argc, const char **argv)
|
||||
@@ -6117,8 +6117,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.7 2005/06/14 19:33:11 espie Exp $
|
||||
|
||||
specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, 0);
|
||||
/* Read the specs file unless it is a default one. */
|
||||
@@ -6217,12 +6217,12 @@ main (int argc, const char **argv)
|
||||
@@ -6223,12 +6223,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.7 2005/06/14 19:33:11 espie Exp $
|
||||
NULL, PREFIX_PRIORITY_LAST, 0, 1);
|
||||
}
|
||||
|
||||
@@ -6248,7 +6248,7 @@ main (int argc, const char **argv)
|
||||
@@ -6254,7 +6254,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-gcc_varasm_c,v 1.5 2005/10/20 23:28:02 espie Exp $
|
||||
--- gcc/varasm.c.orig Fri Jul 22 21:32:58 2005
|
||||
+++ gcc/varasm.c Tue Oct 4 02:01:18 2005
|
||||
@@ -1220,7 +1220,7 @@ assemble_start_function (tree decl, cons
|
||||
$OpenBSD: patch-gcc_varasm_c,v 1.6 2006/01/09 15:31:47 espie Exp $
|
||||
--- gcc/varasm.c.orig Thu Oct 6 20:54:12 2005
|
||||
+++ gcc/varasm.c Mon Jan 9 13:36:29 2006
|
||||
@@ -1226,7 +1226,7 @@ assemble_start_function (tree decl, cons
|
||||
unlikely_text_section_name = NULL;
|
||||
|
||||
unlikely_section_label = reconcat (unlikely_section_label,
|
||||
|
13
lang/gcc/4.0/patches/patch-libgfortran_Makefile_in
Normal file
13
lang/gcc/4.0/patches/patch-libgfortran_Makefile_in
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-libgfortran_Makefile_in,v 1.1 2006/01/09 15:31:47 espie Exp $
|
||||
--- libgfortran/Makefile.in.orig Mon Jan 9 16:25:06 2006
|
||||
+++ libgfortran/Makefile.in Mon Jan 9 16:25:55 2006
|
||||
@@ -309,7 +309,8 @@ toolexecdir = @toolexecdir@
|
||||
toolexeclibdir = @toolexeclibdir@
|
||||
ACLOCAL_AMFLAGS = -I ../config
|
||||
toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la
|
||||
-libgfortran_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` -lm $(extra_ldflags_libgfortran)
|
||||
+include $(top_srcdir)/../libversions
|
||||
+libgfortran_la_LDFLAGS = $(LIBgfortran_LTVERSION) -lm $(extra_ldflags_libgfortran)
|
||||
libgfortranbegin_la_SOURCES = fmain.c
|
||||
libgfortranbegin_la_LDFLAGS = -static
|
||||
AM_CPPFLAGS = -iquote$(srcdir)/io
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libgfortran_io_list_read_c,v 1.2 2005/10/20 23:28:02 espie Exp $
|
||||
--- libgfortran/io/list_read.c.orig Mon Sep 5 23:14:36 2005
|
||||
+++ libgfortran/io/list_read.c Tue Oct 4 02:01:18 2005
|
||||
@@ -1665,8 +1665,8 @@ nml_touch_nodes (namelist_info * nl)
|
||||
$OpenBSD: patch-libgfortran_io_list_read_c,v 1.3 2006/01/09 15:31:47 espie Exp $
|
||||
--- libgfortran/io/list_read.c.orig Sat Nov 12 23:22:53 2005
|
||||
+++ libgfortran/io/list_read.c Mon Jan 9 13:36:29 2006
|
||||
@@ -1666,8 +1666,8 @@ nml_touch_nodes (namelist_info * nl)
|
||||
index_type len = strlen (nl->var_name) + 1;
|
||||
int dim;
|
||||
char * ext_name = (char*)get_mem (len + 1);
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-libgfortran_io_list_read_c,v 1.2 2005/10/20 23:28:02 espie Exp $
|
||||
for (nl = nl->next; nl; nl = nl->next)
|
||||
{
|
||||
if (strncmp (nl->var_name, ext_name, len) == 0)
|
||||
@@ -1909,8 +1909,8 @@ nml_read_obj (namelist_info * nl, index_
|
||||
@@ -1910,8 +1910,8 @@ nml_read_obj (namelist_info * nl, index_
|
||||
case GFC_DTYPE_DERIVED:
|
||||
obj_name_len = strlen (nl->var_name) + 1;
|
||||
obj_name = get_mem (obj_name_len+1);
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-libgfortran_io_list_read_c,v 1.2 2005/10/20 23:28:02 espie Exp $
|
||||
|
||||
/* Now loop over the components. Update the component pointer
|
||||
with the return value from nml_write_obj. This loop jumps
|
||||
@@ -2117,11 +2117,11 @@ get_name:
|
||||
@@ -2118,11 +2118,11 @@ get_name:
|
||||
|
||||
if (component_flag)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libgfortran_io_open_c,v 1.1 2005/06/16 18:04:41 espie Exp $
|
||||
--- libgfortran/io/open.c.orig Thu Jun 16 19:33:08 2005
|
||||
+++ libgfortran/io/open.c Thu Jun 16 19:35:41 2005
|
||||
@@ -316,7 +316,7 @@ new_unit (unit_flags * flags)
|
||||
$OpenBSD: patch-libgfortran_io_open_c,v 1.2 2006/01/09 15:31:47 espie Exp $
|
||||
--- libgfortran/io/open.c.orig Fri Nov 18 13:40:42 2005
|
||||
+++ libgfortran/io/open.c Mon Jan 9 13:36:29 2006
|
||||
@@ -317,7 +317,7 @@ new_unit (unit_flags * flags)
|
||||
break;
|
||||
|
||||
ioparm.file = tmpname;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libgfortran_io_transfer_c,v 1.2 2005/10/20 23:28:02 espie Exp $
|
||||
--- libgfortran/io/transfer.c.orig Thu Sep 29 17:41:00 2005
|
||||
+++ libgfortran/io/transfer.c Tue Oct 4 02:01:18 2005
|
||||
@@ -1721,7 +1721,7 @@ st_set_nml_var (void * var_addr, char *
|
||||
$OpenBSD: patch-libgfortran_io_transfer_c,v 1.3 2006/01/09 15:31:47 espie Exp $
|
||||
--- libgfortran/io/transfer.c.orig Tue Dec 20 07:06:28 2005
|
||||
+++ libgfortran/io/transfer.c Mon Jan 9 13:36:29 2006
|
||||
@@ -1739,7 +1739,7 @@ st_set_nml_var (void * var_addr, char *
|
||||
nml->mem_pos = var_addr;
|
||||
|
||||
nml->var_name = (char*) get_mem (strlen (var_name) + 1);
|
||||
|
22
lang/gcc/4.0/patches/patch-libmudflap_Makefile_in
Normal file
22
lang/gcc/4.0/patches/patch-libmudflap_Makefile_in
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-libmudflap_Makefile_in,v 1.1 2006/01/09 15:31:47 espie Exp $
|
||||
--- libmudflap/Makefile.in.orig Mon Jan 9 16:21:46 2006
|
||||
+++ libmudflap/Makefile.in Mon Jan 9 16:23:00 2006
|
||||
@@ -236,7 +236,8 @@ libmudflap_la_SOURCES = \
|
||||
|
||||
libmudflap_la_LIBADD =
|
||||
libmudflap_la_DEPENDENCIES = $(libmudflap_la_LIBADD)
|
||||
-libmudflap_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
||||
+include $(top_srcdir)/../libversions
|
||||
+libmudflap_la_LDFLAGS = $(LIBmudflap_LTVERSION)
|
||||
libmudflapth_la_SOURCES =
|
||||
libmudflapth_la_LIBADD = \
|
||||
pth/mf-runtime.lo \
|
||||
@@ -246,7 +247,7 @@ libmudflapth_la_LIBADD = \
|
||||
pth/mf-hooks3.lo
|
||||
|
||||
libmudflapth_la_DEPENDENCIES = $(libmudflapth_la_LIBADD)
|
||||
-libmudflapth_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
||||
+libmudflapth_la_LDFLAGS = $(LIBmudflapth_LTVERSION)
|
||||
|
||||
# XXX hack alert
|
||||
# From libffi/Makefile.am
|
23
lang/gcc/4.0/patches/patch-libobjc_Makefile_in
Normal file
23
lang/gcc/4.0/patches/patch-libobjc_Makefile_in
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-libobjc_Makefile_in,v 1.1 2006/01/09 15:31:47 espie Exp $
|
||||
--- libobjc/Makefile.in.orig Mon Jan 9 16:26:02 2006
|
||||
+++ libobjc/Makefile.in Mon Jan 9 16:26:39 2006
|
||||
@@ -267,15 +267,17 @@ exception_gc.lo: exception.c
|
||||
|
||||
doc: info dvi html
|
||||
|
||||
+include $(toplevel_srcdir)/libversions
|
||||
+
|
||||
libobjc$(libext).la: $(OBJS)
|
||||
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \
|
||||
-rpath $(toolexeclibdir) \
|
||||
- -version-info $(LIBOBJC_VERSION)
|
||||
+ $(LIBobjc_LTVERSION)
|
||||
|
||||
libobjc_gc$(libext).la: $(OBJS_GC)
|
||||
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS_GC) \
|
||||
-rpath $(toolexeclibdir) \
|
||||
- -version-info $(LIBOBJC_GC_VERSION)
|
||||
+ $(LIBobjc_gc_LTVERSION)
|
||||
|
||||
#
|
||||
# FIXME -- The following part does not fit in the libtool context.
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-libstdc++-v3_src_Makefile_in,v 1.4 2005/10/20 23:28:02 espie Exp $
|
||||
--- libstdc++-v3/src/Makefile.in.orig Wed Jun 22 22:39:26 2005
|
||||
+++ libstdc++-v3/src/Makefile.in Tue Oct 4 02:01:18 2005
|
||||
$OpenBSD: patch-libstdc++-v3_src_Makefile_in,v 1.5 2006/01/09 15:31:48 espie Exp $
|
||||
--- libstdc++-v3/src/Makefile.in.orig Wed Jun 22 22:39:38 2005
|
||||
+++ libstdc++-v3/src/Makefile.in Mon Jan 9 16:24:22 2006
|
||||
@@ -273,7 +273,7 @@ WARN_CXXFLAGS = \
|
||||
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
||||
|
||||
@ -10,7 +10,18 @@ $OpenBSD: patch-libstdc++-v3_src_Makefile_in,v 1.4 2005/10/20 23:28:02 espie Exp
|
||||
@GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@version_arg =
|
||||
|
||||
# Symbol versioning for shared libraries.
|
||||
@@ -468,7 +468,7 @@ clean-toolexeclibLTLIBRARIES:
|
||||
@@ -356,8 +356,9 @@ libstdc___la_LIBADD = \
|
||||
$(top_builddir)/libsupc++/libsupc++convenience.la
|
||||
|
||||
libstdc___la_DEPENDENCIES = ${version_dep} $(libstdc___la_LIBADD)
|
||||
+include $(toplevel_srcdir)/libversions
|
||||
libstdc___la_LDFLAGS = \
|
||||
- -version-info $(libtool_VERSION) ${version_arg} -lm
|
||||
+ $(LIBestdc++_LTVERSION) ${version_arg} -lm
|
||||
|
||||
|
||||
# Use special rules for the deprecated source files so that they find
|
||||
@@ -468,7 +469,7 @@ clean-toolexeclibLTLIBRARIES:
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/01/06 19:36:28 espie Exp $
|
||||
@lib lib/libmudflap.so.0.0
|
||||
@lib lib/libmudflapth.so.0.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2006/01/09 15:31:48 espie Exp $
|
||||
@lib lib/libmudflap.so.${LIBmudflap_VERSION}
|
||||
@lib lib/libmudflapth.so.${LIBmudflapth_VERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared-estdc,v 1.3 2005/10/20 23:28:03 espie Exp $
|
||||
@lib lib/libestdc++.so.6.6
|
||||
@comment $OpenBSD: PFRAG.shared-estdc,v 1.4 2006/01/09 15:31:48 espie Exp $
|
||||
@lib lib/libestdc++.so.${LIBestdc++_VERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared-f95,v 1.1 2005/01/06 19:36:29 espie Exp $
|
||||
@lib lib/libgfortran.so.0.0
|
||||
@comment $OpenBSD: PFRAG.shared-f95,v 1.2 2006/01/09 15:31:48 espie Exp $
|
||||
@lib lib/libgfortran.so.${LIBgfortran_VERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared-objc,v 1.1 2005/01/06 19:36:29 espie Exp $
|
||||
@lib lib/libobjc.so.1.0
|
||||
@comment $OpenBSD: PFRAG.shared-objc,v 1.2 2006/01/09 15:31:48 espie Exp $
|
||||
@lib lib/libobjc.so.${LIBobjc_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2005/05/16 11:14:36 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2006/01/09 15:31:48 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/ecpp
|
||||
bin/egcc
|
||||
@ -17,8 +17,6 @@ lib/gcc/${CONFIG}/
|
||||
lib/gcc/${CONFIG}/${V}/
|
||||
lib/gcc/${CONFIG}/${V}/include/
|
||||
lib/gcc/${CONFIG}/${V}/include/README
|
||||
lib/gcc/${CONFIG}/${V}/include/arpa/
|
||||
lib/gcc/${CONFIG}/${V}/include/arpa/nameser.h
|
||||
lib/gcc/${CONFIG}/${V}/include/com_err.h
|
||||
lib/gcc/${CONFIG}/${V}/include/limits.h
|
||||
lib/gcc/${CONFIG}/${V}/include/math.h
|
||||
@ -30,7 +28,6 @@ lib/gcc/${CONFIG}/${V}/include/stdlib.h
|
||||
lib/gcc/${CONFIG}/${V}/include/sys/
|
||||
lib/gcc/${CONFIG}/${V}/include/sys/types.h
|
||||
lib/gcc/${CONFIG}/${V}/include/syslimits.h
|
||||
lib/gcc/${CONFIG}/${V}/include/unistd.h
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/gsyslimits.h
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/include/
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-f95,v 1.1 2005/01/06 19:36:29 espie Exp $
|
||||
@comment $OpenBSD: PLIST-f95,v 1.2 2006/01/09 15:31:48 espie Exp $
|
||||
bin/${CONFIG}-egfortran
|
||||
bin/egfortran
|
||||
@info info/gfortran.info
|
||||
lib/libgfortran.a
|
||||
|
Loading…
Reference in New Issue
Block a user