Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151777229
D6791.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D6791.id.diff
View Options
Index: head/devel/boehm-gc/Makefile
===================================================================
--- head/devel/boehm-gc/Makefile
+++ head/devel/boehm-gc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gc
-PORTVERSION= 7.4.2
-PORTREVISION= 5
+PORTVERSION= 7.4.4
CATEGORIES= devel
MASTER_SITES= http://www.hboehm.info/gc/gc_source/
PKGNAMEPREFIX= boehm-
Index: head/devel/boehm-gc/distinfo
===================================================================
--- head/devel/boehm-gc/distinfo
+++ head/devel/boehm-gc/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gc-7.4.2.tar.gz) = 63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2
-SIZE (gc-7.4.2.tar.gz) = 1082597
+TIMESTAMP = 1465514922
+SHA256 (gc-7.4.4.tar.gz) = e5ca9b628b765076b6ab26f882af3a1a29cde786341e08b9f366604f74e4db84
+SIZE (gc-7.4.4.tar.gz) = 1103245
Index: head/devel/boehm-gc/files/patch-include_gc__config__macros.h
===================================================================
--- head/devel/boehm-gc/files/patch-include_gc__config__macros.h
+++ head/devel/boehm-gc/files/patch-include_gc__config__macros.h
@@ -1,25 +0,0 @@
---- include/gc_config_macros.h.orig 2014-06-03 06:08:02 UTC
-+++ include/gc_config_macros.h
-@@ -242,13 +242,17 @@
- #ifndef GC_ATTR_ALLOC_SIZE
- /* 'alloc_size' attribute improves __builtin_object_size correctness. */
- /* Only single-argument form of 'alloc_size' attribute is used. */
--# if defined(__GNUC__) && (__GNUC__ > 4 \
-- || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3 && !defined(__ICC)) \
-- || __clang_major__ > 3 \
-- || (__clang_major__ == 3 && __clang_minor__ >= 2))
-+# ifdef __clang__
-+# if __has_attribute(__alloc_size__)
-+# define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum)))
-+# else
-+# define GC_ATTR_ALLOC_SIZE(argnum) /* empty */
-+# endif
-+# elif __GNUC__ > 4 \
-+ || (__GNUC__ == 4 && __GNUC_MINOR__ >=3 && !defined(__ICC))
- # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum)))
- # else
--# define GC_ATTR_ALLOC_SIZE(argnum)
-+# define GC_ATTR_ALLOC_SIZE(argnum) /* empty */
- # endif
- #endif
-
Index: head/devel/boehm-gc/pkg-plist
===================================================================
--- head/devel/boehm-gc/pkg-plist
+++ head/devel/boehm-gc/pkg-plist
@@ -1,5 +1,7 @@
include/gc.h
include/gc/cord.h
+include/gc/cord_pos.h
+include/gc/ec.h
include/gc/gc.h
include/gc/gc_allocator.h
include/gc/gc_backptr.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 2:48 PM (14 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31233921
Default Alt Text
D6791.id.diff (2 KB)
Attached To
Mode
D6791: devel/boehm-gc: update to 7.4.4
Attached
Detach File
Event Timeline
Log In to Comment