FreeBSD Bugzilla – Attachment 189348 Details for
Bug 224848
devel/boehm-gc: Update to 7.6.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
boehm-gc-7.6.2.diff (text/plain), 5.09 KB, created by
Carlos J. Puga Medina
on 2018-01-02 21:25:22 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2018-01-02 21:25:22 UTC
Size:
5.09 KB
patch
obsolete
>Index: devel/boehm-gc/Makefile >=================================================================== >--- devel/boehm-gc/Makefile (revision 457850) >+++ devel/boehm-gc/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gc >-PORTVERSION= 7.6.0 >+PORTVERSION= 7.6.2 > CATEGORIES= devel > MASTER_SITES= http://www.hboehm.info/gc/gc_source/ > PKGNAMEPREFIX= boehm- >@@ -10,7 +10,7 @@ > PKGNAMESUFFIX= -${GC_VARIANT} > .endif > >-MAINTAINER= cpm@FreeBSD.org >+MAINTAINER= ports@FreeBSD.org > COMMENT= Garbage collection and memory leak detection for C and C++ > > LICENSE= BDWGC >@@ -35,11 +35,15 @@ > OPTIONS_DEFINE= DEBUG > > .ifdef GC_VARIANT >-INSTLIBS= cord gc gccpp >+INSTLIBS= cord gccpp >+GCLIBS= gc > PLIST= ${NONEXISTENT} > PLIST_FILES= ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ > ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ >- ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.0.3,} \ >+ ${INSTLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.0,} \ >+ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ >+ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.2,} \ >+ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.2.2.1,} \ > libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc > RUN_DEPENDS+= ${LOCALBASE}/include/gc/gc.h:devel/boehm-gc > . if ${GC_VARIANT} == "redirect" >Index: devel/boehm-gc/distinfo >=================================================================== >--- devel/boehm-gc/distinfo (revision 457850) >+++ devel/boehm-gc/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1470671691 >-SHA256 (gc-7.6.0.tar.gz) = a14a28b1129be90e55cd6f71127ffc5594e1091d5d54131528c24cd0c03b7d90 >-SIZE (gc-7.6.0.tar.gz) = 1111751 >+TIMESTAMP = 1514920665 >+SHA256 (gc-7.6.2.tar.gz) = bd112005563d787675163b5afff02c364fc8deb13a99c03f4e80fdf6608ad41e >+SIZE (gc-7.6.2.tar.gz) = 1119725 >Index: devel/boehm-gc/files/patch-include_private_gc__priv.h >=================================================================== >--- devel/boehm-gc/files/patch-include_private_gc__priv.h (revision 457850) >+++ devel/boehm-gc/files/patch-include_private_gc__priv.h (nonexistent) >@@ -1,11 +0,0 @@ >---- include/private/gc_priv.h.orig 2016-08-08 20:30:31 UTC >-+++ include/private/gc_priv.h >-@@ -2500,6 +2500,8 @@ GC_INNER ptr_t GC_store_debug_info(ptr_t >- # if !defined(PCR) >- # define NEED_FIND_LIMIT >- # endif >-+ GC_INNER ptr_t GC_FreeBSDGetDataStart(size_t, ptr_t); >-+# define DATASTART_IS_FUNC >- #endif /* DATASTART_USES_BSDGETDATASTART */ >- >- #if (defined(NETBSD) || defined(OPENBSD)) && defined(__ELF__) \ > >Property changes on: devel/boehm-gc/files/patch-include_private_gc__priv.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: devel/boehm-gc/files/patch-include_private_gcconfig.h >=================================================================== >--- devel/boehm-gc/files/patch-include_private_gcconfig.h (revision 457850) >+++ devel/boehm-gc/files/patch-include_private_gcconfig.h (working copy) >@@ -1,6 +1,6 @@ >---- include/private/gcconfig.h.orig 2016-08-02 19:36:14 UTC >+--- include/private/gcconfig.h.orig 2017-12-23 08:46:29 UTC > +++ include/private/gcconfig.h >-@@ -176,7 +176,7 @@ >+@@ -188,7 +188,7 @@ > # define EWS4800 > # endif > # if !defined(LINUX) && !defined(EWS4800) && !defined(NETBSD) \ >@@ -9,15 +9,3 @@ > # if defined(ultrix) || defined(__ultrix) > # define ULTRIX > # else >-@@ -2745,11 +2745,6 @@ >- # define SUNOS5SIGS >- #endif >- >--#ifdef DATASTART_USES_BSDGETDATASTART >-- GC_INNER ptr_t GC_FreeBSDGetDataStart(size_t, ptr_t); >--# define DATASTART_IS_FUNC >--#endif >-- >- #if !defined(GC_EXPLICIT_SIGNALS_UNBLOCK) && defined(SUNOS5SIGS) \ >- && !defined(GC_NO_PTHREAD_SIGMASK) >- # define GC_EXPLICIT_SIGNALS_UNBLOCK >Index: devel/boehm-gc/pkg-plist >=================================================================== >--- devel/boehm-gc/pkg-plist (revision 457850) >+++ devel/boehm-gc/pkg-plist (working copy) >@@ -21,12 +21,12 @@ > include/gc_cpp.h > lib/libcord.so > lib/libcord.so.1 >-lib/libcord.so.1.0.3 >+lib/libcord.so.1.3.0 > lib/libgc.so >-lib/libgc.so.1 >-lib/libgc.so.1.0.3 >+lib/libgc.so.2 >+lib/libgc.so.2.2.1 > lib/libgccpp.so > lib/libgccpp.so.1 >-lib/libgccpp.so.1.0.3 >+lib/libgccpp.so.1.3.0 > libdata/pkgconfig/bdw-gc.pc > man/man3/gc.3.gz >Index: devel/boehm-gc-redirect/Makefile >=================================================================== >--- devel/boehm-gc-redirect/Makefile (revision 457850) >+++ devel/boehm-gc-redirect/Makefile (working copy) >@@ -1,8 +1,6 @@ > # Created by: stas > # $FreeBSD$ > >-PORTREVISION= 1 >- > COMMENT= Garbage collection and memory leak detection for C and C++ with malloc redirection > > LICENSE= MIT >Index: devel/boehm-gc-threaded/Makefile >=================================================================== >--- devel/boehm-gc-threaded/Makefile (revision 457850) >+++ devel/boehm-gc-threaded/Makefile (working copy) >@@ -1,8 +1,6 @@ > # Created by: stas > # $FreeBSD$ > >-PORTREVISION= 1 >- > COMMENT= Garbage collection and memory leak detection for C and C++ with threading support > > LICENSE= MIT
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224848
:
189348
|
189400