mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
boehm_gc: bump to 7.6.10 (#3466)
This commit is contained in:
committed by
waddlesplash
parent
93b912744f
commit
b758ab5e2f
@@ -15,18 +15,19 @@ COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers
|
||||
2004-2005 Andrei Polushin
|
||||
2007 Free Software Foundation, Inc.
|
||||
2008-2018 Ivan Maidanski
|
||||
2011 Ludovic Courtes"
|
||||
2011 Ludovic Courtes
|
||||
2018 Petter A. Urkedal"
|
||||
LICENSE="Boehm"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/ivmai/bdwgc/releases/download/v$portVersion/gc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258"
|
||||
CHECKSUM_SHA256="4fc766749a974700c576bbfb71b4a73b2ed746082e2fc8388bfb0b54b636af14"
|
||||
SOURCE_DIR="gc-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libcordVersion=1.3.1
|
||||
libgcVersion=1.3.4
|
||||
libcordVersion=1.3.2
|
||||
libgcVersion=1.3.5
|
||||
libcordVersionCompat="$libcordVersion compat >= ${libcordVersion%%.*}"
|
||||
libgcVersionCompat="$libgcVersion compat >= ${libgcVersion%%.*}"
|
||||
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
|
||||
@@ -1,14 +1,27 @@
|
||||
Copyright (c) 1988, 1989 Hans-J. Boehm, Alan J. Demers
|
||||
Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved.
|
||||
Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
|
||||
Copyright (c) 1999-2004 Hewlett-Packard Development Company, L.P.
|
||||
Copyright (c) 1999-2011 Hewlett-Packard Development Company.
|
||||
Copyright (c) 2008-2018 Ivan Maidanski
|
||||
|
||||
The file linux_threads.c is also
|
||||
The files pthread_stop_world.c, pthread_support.c and some others are also
|
||||
Copyright (c) 1998 by Fergus Henderson. All rights reserved.
|
||||
|
||||
The files Makefile.am, and configure.in are
|
||||
The file include/gc.h is also
|
||||
Copyright (c) 2007 Free Software Foundation, Inc
|
||||
|
||||
The files Makefile.am and configure.ac are
|
||||
Copyright (c) 2001 by Red Hat Inc. All rights reserved.
|
||||
|
||||
The files extra/msvc_dbg.c and include/private/msvc_dbg.h are
|
||||
Copyright (c) 2004-2005 Andrei Polushin
|
||||
|
||||
The file tests/initsecondarythread.c is
|
||||
Copyright (c) 2011 Ludovic Courtes
|
||||
|
||||
The file tests/disclaim_weakmap_test.c is
|
||||
Copyright (c) 2018 Petter A. Urkedal
|
||||
|
||||
Several files supporting GNU-style builds are copyrighted by the Free
|
||||
Software Foundation, and carry a different license from that given
|
||||
below.
|
||||
|
||||
Reference in New Issue
Block a user