ports/188320: [devel/boehm-gc] update to 7.4

Oleksii Tsai oleksii.tsai at googlemail.com
Sun Apr 6 17:40:02 UTC 2014


>Number:         188320
>Category:       ports
>Synopsis:       [devel/boehm-gc] update to 7.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 06 17:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Oleksii Tsai
>Release:        FreeBSD 10
>Organization:
>Environment:
FreeBSD 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260975: Mon Jan 20 23:05:19 PST 2014 user at nb:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
Provided patch updates the port to the latest stable release 7.4
>How-To-Repeat:
# cd /usr/ports/devel/boehm-gc && make
# cd /usr/ports/devel/boehm-gc-redirect && make
# cd /usr/ports/devel/boehm-gc-threaded && make
>Fix:
Patch is in the attachment.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 350374)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gc
-PORTVERSION=	7.2e
+PORTVERSION=	7.4.0
 PORTREVISION?=	0
 CATEGORIES=	devel
 MASTER_SITES=	http://www.hboehm.info/gc/gc_source/
@@ -16,7 +16,7 @@
 
 LICENSE=	BDWGC
 LICENSE_NAME=	Boehm-Demers-Weiser Garbage Collector License
-LICENSE_FILE=	${WRKSRC}/doc/README
+LICENSE_FILE=	${WRKSRC}/README.QUICK
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 GNU_CONFIGURE=	yes
@@ -25,6 +25,7 @@
 CONFIGURE_ARGS=	--enable-cplusplus --disable-static
 MAKE_JOBS_UNSAFE=	yes
 
+BUILD_DEPENDS+=	libatomic_ops:${PORTSDIR}/devel/libatomic_ops
 WRKSRC=		${WRKDIR}/${DISTNAME:C/[a-z]$//}
 
 OPTIONS_DEFINE=	DEBUG
Index: distinfo
===================================================================
--- distinfo	(revision 350374)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (gc-7.2e.tar.gz) = 09315b48a82d600371207691126ad058c04677281ac318d86fa84c98c3c9af4b
-SIZE (gc-7.2e.tar.gz) = 1291186
+SHA256 (gc-7.4.0.tar.gz) = 61f8fc6991f8cb003a0d3c7d251c5b9a76093615ef793e0c588a4661e0b5e283
+SIZE (gc-7.4.0.tar.gz) = 1060884
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 350374)
+++ pkg-plist	(working copy)
@@ -2,10 +2,10 @@
 include/gc/cord.h
 include/gc/gc.h
 include/gc/gc_allocator.h
-include/gc/gc_amiga_redirects.h
 include/gc/gc_backptr.h
 include/gc/gc_config_macros.h
 include/gc/gc_cpp.h
+include/gc/gc_disclaim.h
 include/gc/gc_gcj.h
 include/gc/gc_inline.h
 include/gc/gc_mark.h
@@ -13,8 +13,8 @@
 include/gc/gc_tiny_fl.h
 include/gc/gc_typed.h
 include/gc/gc_version.h
+include/gc/javaxfc.h
 include/gc/leak_detector.h
-include/gc/new_gc_alloc.h
 include/gc/weakpointer.h
 include/gc_cpp.h
 lib/libcord.so


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list