From owner-svn-ports-all@freebsd.org Wed Dec 26 22:35:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69C1E135ED90; Wed, 26 Dec 2018 22:35:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 507FA6FE8A; Wed, 26 Dec 2018 22:35:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EF3E208D; Wed, 26 Dec 2018 22:35:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBQMZVrY023670; Wed, 26 Dec 2018 22:35:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQMZUgq023666; Wed, 26 Dec 2018 22:35:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812262235.wBQMZUgq023666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 26 Dec 2018 22:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488476 - in head/devel/boehm-gc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/boehm-gc: . files X-SVN-Commit-Revision: 488476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 507FA6FE8A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 22:35:32 -0000 Author: swills Date: Wed Dec 26 22:35:30 2018 New Revision: 488476 URL: https://svnweb.freebsd.org/changeset/ports/488476 Log: devel/boehm-gc: Update to 8.0.2 (Use correct patch this time) PR: 233976 Submitted by: Yasuhiro KIMURA (maintainer) Pointyhat to: swills Modified: head/devel/boehm-gc/Makefile (contents, props changed) head/devel/boehm-gc/distinfo (contents, props changed) head/devel/boehm-gc/files/patch-include_gc_pthread_redirects.h (contents, props changed) head/devel/boehm-gc/pkg-plist (contents, props changed) Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Wed Dec 26 22:31:18 2018 (r488475) +++ head/devel/boehm-gc/Makefile Wed Dec 26 22:35:30 2018 (r488476) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gc -PORTVERSION= 7.6.10 +PORTVERSION= 8.0.2 CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \ https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/ @@ -22,14 +22,14 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops GNU_CONFIGURE= yes -USES= cpe libtool localbase pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig CPE_VENDOR= boehm-demers-weiser CPE_PRODUCT= garbage_collector USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check # NOTE: do not --disable-static, static is useful for e.g. lang/crystal -CONFIGURE_ARGS= --enable-cplusplus +CONFIGURE_ARGS= --enable-cplusplus --enable-static MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME:C/[a-z]$//} @@ -45,15 +45,15 @@ PLIST= ${NONEXISTENT} PLIST_FILES= ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.a,} \ ${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.2,} \ + ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.0,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.a,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so,} \ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1,} \ - ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.5,} \ + ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.2,} \ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.a,} \ ${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.2,} \ + ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.4.0,} \ libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc RUN_DEPENDS+= ${LOCALBASE}/include/gc/gc.h:devel/boehm-gc . if ${GC_VARIANT} == "redirect" Modified: head/devel/boehm-gc/distinfo ============================================================================== --- head/devel/boehm-gc/distinfo Wed Dec 26 22:31:18 2018 (r488475) +++ head/devel/boehm-gc/distinfo Wed Dec 26 22:35:30 2018 (r488476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544688613 -SHA256 (gc-7.6.10.tar.gz) = 4fc766749a974700c576bbfb71b4a73b2ed746082e2fc8388bfb0b54b636af14 -SIZE (gc-7.6.10.tar.gz) = 1143650 +TIMESTAMP = 1545608814 +SHA256 (gc-8.0.2.tar.gz) = 4e8ca4b5b72a3a27971daefaa9b621f0a716695b23baa40b7eac78de2eeb51cb +SIZE (gc-8.0.2.tar.gz) = 1159207 Modified: head/devel/boehm-gc/files/patch-include_gc_pthread_redirects.h ============================================================================== --- head/devel/boehm-gc/files/patch-include_gc_pthread_redirects.h Wed Dec 26 22:31:18 2018 (r488475) +++ head/devel/boehm-gc/files/patch-include_gc_pthread_redirects.h Wed Dec 26 22:35:30 2018 (r488476) @@ -1,9 +1,9 @@ ---- include/gc_pthread_redirects.h.orig 2018-01-04 14:41:42 UTC +--- include/gc_pthread_redirects.h.orig 2018-12-23 21:28:41 UTC +++ include/gc_pthread_redirects.h -@@ -44,12 +44,8 @@ +@@ -53,12 +53,8 @@ + # endif /* !GC_NO_DLOPEN */ # ifndef GC_NO_PTHREAD_SIGMASK - # include /* needed anyway for proper redirection */ -# if defined(GC_PTHREAD_SIGMASK_NEEDED) \ - || defined(_BSD_SOURCE) || defined(_GNU_SOURCE) \ - || (_POSIX_C_SOURCE >= 199506L) || (_XOPEN_SOURCE >= 500) Modified: head/devel/boehm-gc/pkg-plist ============================================================================== --- head/devel/boehm-gc/pkg-plist Wed Dec 26 22:31:18 2018 (r488475) +++ head/devel/boehm-gc/pkg-plist Wed Dec 26 22:35:30 2018 (r488476) @@ -17,19 +17,18 @@ include/gc/gc_typed.h include/gc/gc_version.h include/gc/javaxfc.h include/gc/leak_detector.h -include/gc/weakpointer.h include/gc_cpp.h lib/libcord.a lib/libcord.so lib/libcord.so.1 -lib/libcord.so.1.3.2 +lib/libcord.so.1.4.0 lib/libgc.a lib/libgc.so lib/libgc.so.1 -lib/libgc.so.1.3.5 +lib/libgc.so.1.4.2 lib/libgccpp.a lib/libgccpp.so lib/libgccpp.so.1 -lib/libgccpp.so.1.3.2 +lib/libgccpp.so.1.4.0 libdata/pkgconfig/bdw-gc.pc man/man3/gc.3.gz