FreeBSD Bugzilla – Attachment 191369 Details for
Bug 225560
devel/boehm-gc: update to 7.6.4 and etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch file
devel_boehm-gc.patch (text/plain), 13.11 KB, created by
Yasuhiro Kimura
on 2018-03-10 09:22:17 UTC
(
hide
)
Description:
updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2018-03-10 09:22:17 UTC
Size:
13.11 KB
patch
obsolete
>Index: devel/boehm-gc/Makefile >=================================================================== >--- devel/boehm-gc/Makefile (revision 464050) >+++ devel/boehm-gc/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gc >-PORTVERSION= 7.6.2 >+PORTVERSION= 7.6.4 > CATEGORIES= devel > MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \ > https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/ >@@ -36,15 +36,19 @@ > OPTIONS_DEFINE= DEBUG > > .ifdef GC_VARIANT >-INSTLIBS= cord gccpp >+CORDLIBS= cord > GCLIBS= gc >+GCCPPLIBS= gccpp > 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.3.0,} \ >+PLIST_FILES= ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ >+ ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ >+ ${CORDLIBS: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,} \ >+ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ >+ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.2,} \ >+ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ >+ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ >+ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.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 464050) >+++ devel/boehm-gc/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1514920665 >-SHA256 (gc-7.6.2.tar.gz) = bd112005563d787675163b5afff02c364fc8deb13a99c03f4e80fdf6608ad41e >-SIZE (gc-7.6.2.tar.gz) = 1119725 >+TIMESTAMP = 1517313696 >+SHA256 (gc-7.6.4.tar.gz) = b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c >+SIZE (gc-7.6.4.tar.gz) = 1120784 >Index: devel/boehm-gc/files/patch-doc_gc.man >=================================================================== >--- devel/boehm-gc/files/patch-doc_gc.man (revision 464050) >+++ devel/boehm-gc/files/patch-doc_gc.man (working copy) >@@ -1,14 +1,5 @@ > --- doc/gc.man.orig 2014-05-22 20:47:28 UTC > +++ doc/gc.man >-@@ -11,7 +11,7 @@ void GC_free(void *ptr); >- void * GC_realloc(void *ptr, size_t size); >- .br >- .sp >--cc ... gc.a >-+cc ... -lgc >- .LP >- .SH DESCRIPTION >- .I GC_malloc > @@ -88,6 +88,48 @@ This may temporarily write protect pages > .LP > Other facilities not discussed here include limited facilities to support incremental collection on machines without appropriate VM support, provisions for providing more explicit object layout information to the garbage collector, more direct support for ``weak'' pointers, support for ``abortable'' garbage collections during idle time, etc. >Index: devel/boehm-gc/files/patch-include_gc_pthread_redirects.h >=================================================================== >--- devel/boehm-gc/files/patch-include_gc_pthread_redirects.h (revision 464050) >+++ devel/boehm-gc/files/patch-include_gc_pthread_redirects.h (working copy) >@@ -1,5 +1,5 @@ >---- include/gc_pthread_redirects.h.orig 2018-01-04 15:41:42.535207000 +0100 >-+++ include/gc_pthread_redirects.h 2018-01-04 15:42:01.806411000 +0100 >+--- include/gc_pthread_redirects.h.orig 2018-01-04 14:41:42 UTC >++++ include/gc_pthread_redirects.h > @@ -44,12 +44,8 @@ > > # ifndef GC_NO_PTHREAD_SIGMASK >Index: devel/boehm-gc/pkg-plist >=================================================================== >--- devel/boehm-gc/pkg-plist (revision 464050) >+++ devel/boehm-gc/pkg-plist (working copy) >@@ -23,10 +23,10 @@ > lib/libcord.so.1 > lib/libcord.so.1.3.0 > lib/libgc.so >-lib/libgc.so.2 >-lib/libgc.so.2.2.1 >+lib/libgc.so.1 >+lib/libgc.so.1.3.2 > lib/libgccpp.so > lib/libgccpp.so.1 >-lib/libgccpp.so.1.3.0 >+lib/libgccpp.so.1.3.1 > libdata/pkgconfig/bdw-gc.pc > man/man3/gc.3.gz >Index: devel/dparser/Makefile >=================================================================== >--- devel/dparser/Makefile (revision 464050) >+++ devel/dparser/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= dparser > PORTVERSION= 1.30 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/ > DISTNAME= d-${PORTVERSION}-src >Index: devel/shards/Makefile >=================================================================== >--- devel/shards/Makefile (revision 464050) >+++ devel/shards/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= shards > DISTVERSIONPREFIX= v > DISTVERSION= 0.7.2 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= greg@unrelenting.technology >Index: devel/shedskin/Makefile >=================================================================== >--- devel/shedskin/Makefile (revision 464050) >+++ devel/shedskin/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= shedskin > PORTVERSION= 0.9.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX= v > CATEGORIES= devel python > >Index: editors/zile/Makefile >=================================================================== >--- editors/zile/Makefile (revision 464050) >+++ editors/zile/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zile > PORTVERSION= 2.4.14 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= editors > MASTER_SITES= GNU > >Index: finance/gnucash/Makefile >=================================================================== >--- finance/gnucash/Makefile (revision 464050) >+++ finance/gnucash/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gnucash > PORTVERSION= 2.6.19 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= finance gnome > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} > >Index: games/aisleriot/Makefile >=================================================================== >--- games/aisleriot/Makefile (revision 464050) >+++ games/aisleriot/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= aisleriot > PORTVERSION= 3.22.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >Index: games/trackballs/Makefile >=================================================================== >--- games/trackballs/Makefile (revision 464050) >+++ games/trackballs/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= trackballs > PORTVERSION= 1.2.4 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > > MAINTAINER= martymac@FreeBSD.org >Index: graphics/graphviz/Makefile >=================================================================== >--- graphics/graphviz/Makefile (revision 464050) >+++ graphics/graphviz/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= graphviz > PORTVERSION= 2.40.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics tk > MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ > >Index: graphics/inkscape/Makefile >=================================================================== >--- graphics/inkscape/Makefile (revision 464050) >+++ graphics/inkscape/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= inkscape > PORTVERSION= 0.92.2 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics gnome > MASTER_SITES= https://launchpadlibrarian.net/332184472/ \ > https://inkscape.org/en/gallery/item/11254/ \ >Index: lang/crystal/Makefile >=================================================================== >--- lang/crystal/Makefile (revision 464050) >+++ lang/crystal/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= crystal > DISTVERSIONPREFIX= v > DISTVERSION= 0.24.1 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap > DISTFILES= ${BOOTSTRAP_PATH}:bootstrap >@@ -45,9 +46,9 @@ > .include <bsd.port.options.mk> > > .if ${OSVERSION} >= 1200000 >-BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-1 >+BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-2 > .else >-BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1 >+BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1-2 > .endif > .if ${OSVERSION} < 1100000 > IGNORE= not supported on 10.x or older >Index: lang/crystal/distinfo >=================================================================== >--- lang/crystal/distinfo (revision 464050) >+++ lang/crystal/distinfo (working copy) >@@ -1,7 +1,7 @@ >-TIMESTAMP = 1519120378 >-SHA256 (crystal/crystal-0.24.1-freebsd12.0-1) = 005b709905677b9ce9d6e6983f416b03f8fcfeb1ced7c5b8184bd4bdf087d767 >-SIZE (crystal/crystal-0.24.1-freebsd12.0-1) = 9245712 >-SHA256 (crystal/crystal-0.24.1-freebsd11.1) = 59b0ae355d47a8d95bae75c92c9a320833a707adab6a32138990be0a4c32cf52 >-SIZE (crystal/crystal-0.24.1-freebsd11.1) = 9605928 >+TIMESTAMP = 1519683639 >+SHA256 (crystal/crystal-0.24.1-freebsd12.0-2) = 6519c01ce2c62a32c6d27705e92e01ebf973aa518d503af8c6d4736154276591 >+SIZE (crystal/crystal-0.24.1-freebsd12.0-2) = 9245808 >+SHA256 (crystal/crystal-0.24.1-freebsd11.1-2) = 654407cef39c2a465eb46f56cd58322de025b75ddb9193a8eb26b654e5c5956c >+SIZE (crystal/crystal-0.24.1-freebsd11.1-2) = 9246664 > SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8 > SIZE (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 1744210 >Index: lang/ecl/Makefile >=================================================================== >--- lang/ecl/Makefile (revision 464050) >+++ lang/ecl/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ecl > PORTVERSION= 15.3.7 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang lisp > MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/15.3/ > >Index: lang/guile2/Makefile >=================================================================== >--- lang/guile2/Makefile (revision 464050) >+++ lang/guile2/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= guile > PORTVERSION= 2.0.14 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang scheme > MASTER_SITES= GNU > PKGNAMESUFFIX= 2 >Index: lang/mdk/Makefile >=================================================================== >--- lang/mdk/Makefile (revision 464050) >+++ lang/mdk/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mdk > PORTVERSION= 1.2.9 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= lang gnome > MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} > >Index: lang/neko/Makefile >=================================================================== >--- lang/neko/Makefile (revision 464050) >+++ lang/neko/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= neko > DISTVERSIONPREFIX= v > DISTVERSION= 2-2-0 >+PORTREVISION= 1 > CATEGORIES= lang > > MAINTAINER= penzin.dev@gmail.com >Index: lang/oo2c/Makefile >=================================================================== >--- lang/oo2c/Makefile (revision 464050) >+++ lang/oo2c/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= oo2c > PORTVERSION= 2.1.11 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= lang > MASTER_SITES= SF/ooc/ooc2/${PORTVERSION} > DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION} >Index: lang/sagittarius-scheme/Makefile >=================================================================== >--- lang/sagittarius-scheme/Makefile (revision 464050) >+++ lang/sagittarius-scheme/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= sagittarius > PORTVERSION= 0.9.0.1 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ > LOCAL/ashish >Index: lang/see/Makefile >=================================================================== >--- lang/see/Makefile (revision 464050) >+++ lang/see/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= see > PORTVERSION= 3.1.1424 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang devel > MASTER_SITES= http://download.openpkg.org/components/cache/see/ \ > http://lil.fr.distfiles.macports.org/see/ \ >Index: math/asymptote/Makefile >=================================================================== >--- math/asymptote/Makefile (revision 464050) >+++ math/asymptote/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= asymptote > PORTVERSION= 2.41 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math > MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} > DISTNAME= ${PORTNAME}-${PORTVERSION}.src >Index: net-im/freetalk/Makefile >=================================================================== >--- net-im/freetalk/Makefile (revision 464050) >+++ net-im/freetalk/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= freetalk > PORTVERSION= 4.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-im > > MAINTAINER= ports@FreeBSD.org >Index: net-im/gale/Makefile >=================================================================== >--- net-im/gale/Makefile (revision 464050) >+++ net-im/gale/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gale > PORTVERSION= 0.99f >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= net-im > MASTER_SITES= http://download.ofb.net/${PORTNAME}/ > DISTNAME= ${PORTNAME}-${PORTVERSION}ruit >Index: textproc/chpp/Makefile >=================================================================== >--- textproc/chpp/Makefile (revision 464050) >+++ textproc/chpp/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= chpp > PORTVERSION= 0.3.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= textproc > MASTER_SITES= http://www.complang.tuwien.ac.at/schani/chpp/files/ \ > http://freebsd.nsu.ru/distfiles/ >Index: www/w3m/Makefile >=================================================================== >--- www/w3m/Makefile (revision 464050) >+++ www/w3m/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= w3m > PORTVERSION= 0.5.3.20180125 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES+= www ipv6 > > MAINTAINER?= nobutaka@FreeBSD.org
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 225560
:
190197
|
190304
|
190894
|
190907
|
190982
|
191031
|
191057
| 191369