Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133594389
D16704.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
11 KB
Referenced Files
None
Subscribers
None
D16704.id.diff
View Options
Index: head/devel/boehm-gc/Makefile
===================================================================
--- head/devel/boehm-gc/Makefile
+++ head/devel/boehm-gc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gc
-PORTVERSION= 7.6.6
+PORTVERSION= 7.6.8
CATEGORIES= devel
MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \
https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/
@@ -11,7 +11,7 @@
PKGNAMESUFFIX= -${GC_VARIANT}
.endif
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= yasu@utahime.org
COMMENT= Garbage collection and memory leak detection for C and C++
LICENSE= BDWGC
@@ -36,46 +36,40 @@
OPTIONS_DEFINE= DEBUG
.ifdef GC_VARIANT
+INSTALL_TARGET= install-exec install-pkgconfigDATA
CORDLIBS= cord
GCLIBS= gc
GCCPPLIBS= gccpp
PLIST= ${NONEXISTENT}
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,} \
+ ${CORDLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.1,} \
${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.3,} \
+ ${GCLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.4,} \
${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,} \
+ ${GCCPPLIBS:S,^,lib/lib,:S,$,-${GC_VARIANT}.so.1.3.2,} \
libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc
RUN_DEPENDS+= ${LOCALBASE}/include/gc/gc.h:devel/boehm-gc
. if ${GC_VARIANT} == "redirect"
-CONFIGURE_ARGS+=--disable-threads --enable-redirect-malloc
+CONFIGURE_ARGS+= --disable-threads --enable-redirect-malloc
. endif
. if ${GC_VARIANT} == "threaded"
-CONFIGURE_ARGS+=--enable-threads=posix --disable-redirect-malloc
-OPTIONS_DEFINE+=PARALLEL_MARK
+CONFIGURE_ARGS+= --enable-threads=posix --disable-redirect-malloc
+OPTIONS_DEFINE+= PARALLEL_MARK
PARALLEL_MARK_DESC= Parallel-thread marking (faster for SMP)
. endif
.else
-CONFIGURE_ARGS+=--disable-threads --disable-redirect-malloc
-OPTIONS_DEFINE+=DOCS
+CONFIGURE_ARGS+= --disable-threads --disable-redirect-malloc
+OPTIONS_DEFINE+= DOCS
PORTDOCS= *
.endif
-.include <bsd.port.options.mk>
+DEBUG_CONFIGURE_WITH= --enable-gc-debug
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=--enable-gc-debug
-PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug
-.endif
-
.if defined(GC_VARIANT) && ${GC_VARIANT} == "threaded"
-. if ${PORT_OPTIONS:MPARALLEL_MARK}
-CONFIGURE_ARGS+=--enable-parallel-mark
-. endif
+PARALLEL_MARK_CONFIGURE_WITH= --enable-parallel-mark
.endif
.ifdef GC_VARIANT
@@ -88,8 +82,6 @@
's,-lgc,-lgc-${GC_VARIANT},' ${WRKSRC}/bdw-gc.pc.in
post-install:
- ${RM} -r ${STAGEDIR}${PREFIX}/include
- ${RM} -r ${STAGEDIR}${PREFIX}/share
${MV} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/bdw-gc.pc \
${STAGEDIR}${PREFIX}/libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc
@@ -101,7 +93,6 @@
${WRKSRC}/Makefile.in
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${STAGEDIR}${MAN3PREFIX}/man/man3/gc.3
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
Index: head/devel/boehm-gc/distinfo
===================================================================
--- head/devel/boehm-gc/distinfo
+++ head/devel/boehm-gc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527622888
-SHA256 (gc-7.6.6.tar.gz) = e968edf8f80d83284dd473e00a5e3377addc2df261ffb7e6dc77c9a34a0039dc
-SIZE (gc-7.6.6.tar.gz) = 1122848
+TIMESTAMP = 1534086510
+SHA256 (gc-7.6.8.tar.gz) = 040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258
+SIZE (gc-7.6.8.tar.gz) = 1128462
Index: head/devel/boehm-gc/pkg-plist
===================================================================
--- head/devel/boehm-gc/pkg-plist
+++ head/devel/boehm-gc/pkg-plist
@@ -21,12 +21,12 @@
include/gc_cpp.h
lib/libcord.so
lib/libcord.so.1
-lib/libcord.so.1.3.0
+lib/libcord.so.1.3.1
lib/libgc.so
lib/libgc.so.1
-lib/libgc.so.1.3.3
+lib/libgc.so.1.3.4
lib/libgccpp.so
lib/libgccpp.so.1
-lib/libgccpp.so.1.3.1
+lib/libgccpp.so.1.3.2
libdata/pkgconfig/bdw-gc.pc
man/man3/gc.3.gz
Index: head/devel/dparser/Makefile
===================================================================
--- head/devel/dparser/Makefile
+++ head/devel/dparser/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dparser
PORTVERSION= 1.30
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= d-${PORTVERSION}-src
Index: head/devel/shards/Makefile
===================================================================
--- head/devel/shards/Makefile
+++ head/devel/shards/Makefile
@@ -3,7 +3,7 @@
PORTNAME= shards
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= greg@unrelenting.technology
Index: head/devel/shedskin/Makefile
===================================================================
--- head/devel/shedskin/Makefile
+++ head/devel/shedskin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= shedskin
PORTVERSION= 0.9.4
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= devel python
Index: head/editors/zile/Makefile
===================================================================
--- head/editors/zile/Makefile
+++ head/editors/zile/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zile
PORTVERSION= 2.4.14
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MASTER_SITES= GNU
Index: head/finance/gnucash/Makefile
===================================================================
--- head/finance/gnucash/Makefile
+++ head/finance/gnucash/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnucash
PORTVERSION= 3.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= finance gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
Index: head/games/aisleriot/Makefile
===================================================================
--- head/games/aisleriot/Makefile
+++ head/games/aisleriot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aisleriot
PORTVERSION= 3.22.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Index: head/games/trackballs/Makefile
===================================================================
--- head/games/trackballs/Makefile
+++ head/games/trackballs/Makefile
@@ -4,7 +4,7 @@
PORTNAME= trackballs
PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MAINTAINER= martymac@FreeBSD.org
Index: head/graphics/graphviz/Makefile
===================================================================
--- head/graphics/graphviz/Makefile
+++ head/graphics/graphviz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= graphviz
PORTVERSION= 2.40.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics tk
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/
Index: head/graphics/inkscape/Makefile
===================================================================
--- head/graphics/inkscape/Makefile
+++ head/graphics/inkscape/Makefile
@@ -3,7 +3,7 @@
PORTNAME= inkscape
PORTVERSION= 0.92.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics gnome
MASTER_SITES= https://inkscape.org/en/gallery/item/12187/
Index: head/lang/crystal/Makefile
===================================================================
--- head/lang/crystal/Makefile
+++ head/lang/crystal/Makefile
@@ -2,6 +2,7 @@
PORTNAME= crystal
DISTVERSION= 0.25.1
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
DISTFILES= ${BOOTSTRAP_PATH}:bootstrap
Index: head/lang/ecl/Makefile
===================================================================
--- head/lang/ecl/Makefile
+++ head/lang/ecl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ecl
PORTVERSION= 15.3.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang lisp
MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/15.3/
Index: head/lang/guile2/Makefile
===================================================================
--- head/lang/guile2/Makefile
+++ head/lang/guile2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= guile
PORTVERSION= 2.0.14
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang scheme
MASTER_SITES= GNU
PKGNAMESUFFIX= 2
Index: head/lang/mdk/Makefile
===================================================================
--- head/lang/mdk/Makefile
+++ head/lang/mdk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mdk
PORTVERSION= 1.2.9
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang gnome
MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION}
Index: head/lang/neko/Makefile
===================================================================
--- head/lang/neko/Makefile
+++ head/lang/neko/Makefile
@@ -3,7 +3,7 @@
PORTNAME= neko
DISTVERSIONPREFIX= v
DISTVERSION= 2-2-0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= lang
MAINTAINER= penzin.dev@gmail.com
Index: head/lang/oo2c/Makefile
===================================================================
--- head/lang/oo2c/Makefile
+++ head/lang/oo2c/Makefile
@@ -3,7 +3,7 @@
PORTNAME= oo2c
PORTVERSION= 2.1.11
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= lang
MASTER_SITES= SF/ooc/ooc2/${PORTVERSION}
DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION}
Index: head/lang/sagittarius-scheme/Makefile
===================================================================
--- head/lang/sagittarius-scheme/Makefile
+++ head/lang/sagittarius-scheme/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sagittarius
PORTVERSION= 0.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \
LOCAL/ashish
Index: head/lang/see/Makefile
===================================================================
--- head/lang/see/Makefile
+++ head/lang/see/Makefile
@@ -3,7 +3,7 @@
PORTNAME= see
PORTVERSION= 3.1.1424
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang devel
MASTER_SITES= http://download.openpkg.org/components/cache/see/ \
http://lil.fr.distfiles.macports.org/see/ \
Index: head/math/asymptote/Makefile
===================================================================
--- head/math/asymptote/Makefile
+++ head/math/asymptote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asymptote
PORTVERSION= 2.44
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
Index: head/net-im/freetalk/Makefile
===================================================================
--- head/net-im/freetalk/Makefile
+++ head/net-im/freetalk/Makefile
@@ -4,7 +4,7 @@
PORTNAME= freetalk
PORTVERSION= 4.1
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-im
MAINTAINER= ports@FreeBSD.org
Index: head/net-im/gale/Makefile
===================================================================
--- head/net-im/gale/Makefile
+++ head/net-im/gale/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gale
PORTVERSION= 0.99f
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net-im
MASTER_SITES= http://download.ofb.net/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}ruit
Index: head/science/meep/Makefile
===================================================================
--- head/science/meep/Makefile
+++ head/science/meep/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meep
PORTVERSION= 1.2.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/meep/
Index: head/textproc/chpp/Makefile
===================================================================
--- head/textproc/chpp/Makefile
+++ head/textproc/chpp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= chpp
PORTVERSION= 0.3.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://www.complang.tuwien.ac.at/schani/chpp/files/ \
http://freebsd.nsu.ru/distfiles/
Index: head/www/w3m/Makefile
===================================================================
--- head/www/w3m/Makefile
+++ head/www/w3m/Makefile
@@ -3,6 +3,7 @@
PORTNAME= w3m
PORTVERSION= 0.5.3.20180520
+PORTREVISION= 1
CATEGORIES+= www ipv6
MAINTAINER?= nobutaka@FreeBSD.org
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 27, 9:50 PM (8 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24302750
Default Alt Text
D16704.id.diff (11 KB)
Attached To
Mode
D16704: devel/boehm-gc: update to 7.6.8 * Bump PORTREVISION for dependent ports.
Attached
Detach File
Event Timeline
Log In to Comment