View | Details | Raw Unified | Return to bug 225560 | Differences between
and this patch

Collapse All | Expand All

(-)devel/boehm-gc/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gc
4
PORTNAME=	gc
5
PORTVERSION=	7.6.2
5
PORTVERSION=	7.6.4
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.hboehm.info/gc/gc_source/
7
MASTER_SITES=	http://www.hboehm.info/gc/gc_source/
8
PKGNAMEPREFIX=	boehm-
8
PKGNAMEPREFIX=	boehm-
(-)devel/boehm-gc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1514920665
1
TIMESTAMP = 1517313696
2
SHA256 (gc-7.6.2.tar.gz) = bd112005563d787675163b5afff02c364fc8deb13a99c03f4e80fdf6608ad41e
2
SHA256 (gc-7.6.4.tar.gz) = b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c
3
SIZE (gc-7.6.2.tar.gz) = 1119725
3
SIZE (gc-7.6.4.tar.gz) = 1120784
(-)devel/boehm-gc/files/patch-doc_gc.man (-9 lines)
Lines 1-14 Link Here
1
--- doc/gc.man.orig	2014-05-22 20:47:28 UTC
1
--- doc/gc.man.orig	2014-05-22 20:47:28 UTC
2
+++ doc/gc.man
2
+++ doc/gc.man
3
@@ -11,7 +11,7 @@ void GC_free(void *ptr);
4
 void * GC_realloc(void *ptr, size_t size);
5
 .br
6
 .sp
7
-cc ... gc.a
8
+cc ... -lgc
9
 .LP
10
 .SH DESCRIPTION
11
 .I GC_malloc
12
@@ -88,6 +88,48 @@ This may temporarily write protect pages
3
@@ -88,6 +88,48 @@ This may temporarily write protect pages
13
 .LP
4
 .LP
14
 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.
5
 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.
(-)devel/boehm-gc/files/patch-include_gc_pthread_redirects.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- include/gc_pthread_redirects.h.orig	2018-01-04 15:41:42.535207000 +0100
1
--- include/gc_pthread_redirects.h.orig	2018-01-04 14:41:42 UTC
2
+++ include/gc_pthread_redirects.h	2018-01-04 15:42:01.806411000 +0100
2
+++ include/gc_pthread_redirects.h
3
@@ -44,12 +44,8 @@
3
@@ -44,12 +44,8 @@
4
 
4
 
5
 # ifndef GC_NO_PTHREAD_SIGMASK
5
 # ifndef GC_NO_PTHREAD_SIGMASK
(-)devel/boehm-gc/pkg-plist (-3 / +3 lines)
Lines 23-32 Link Here
23
lib/libcord.so.1
23
lib/libcord.so.1
24
lib/libcord.so.1.3.0
24
lib/libcord.so.1.3.0
25
lib/libgc.so
25
lib/libgc.so
26
lib/libgc.so.2
26
lib/libgc.so.1
27
lib/libgc.so.2.2.1
27
lib/libgc.so.1.3.2
28
lib/libgccpp.so
28
lib/libgccpp.so
29
lib/libgccpp.so.1
29
lib/libgccpp.so.1
30
lib/libgccpp.so.1.3.0
30
lib/libgccpp.so.1.3.1
31
libdata/pkgconfig/bdw-gc.pc
31
libdata/pkgconfig/bdw-gc.pc
32
man/man3/gc.3.gz
32
man/man3/gc.3.gz
(-)devel/dparser/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dparser
4
PORTNAME=	dparser
5
PORTVERSION=	1.30
5
PORTVERSION=	1.30
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	SF/${PORTNAME}/
8
MASTER_SITES=	SF/${PORTNAME}/
8
DISTNAME=	d-${PORTVERSION}-src
9
DISTNAME=	d-${PORTVERSION}-src
(-)devel/shedskin/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	shedskin
4
PORTNAME=	shedskin
5
PORTVERSION=	0.9.4
5
PORTVERSION=	0.9.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
8
CATEGORIES=	devel python
8
CATEGORIES=	devel python
9
9
(-)editors/zile/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	zile
4
PORTNAME=	zile
5
PORTVERSION=	2.4.14
5
PORTVERSION=	2.4.14
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	editors
7
CATEGORIES=	editors
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
(-)finance/gnucash/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gnucash
4
PORTNAME=	gnucash
5
PORTVERSION=	2.6.19
5
PORTVERSION=	2.6.19
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	finance gnome
7
CATEGORIES=	finance gnome
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
9
9
(-)games/aisleriot/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	aisleriot
4
PORTNAME=	aisleriot
5
PORTVERSION=	3.22.2
5
PORTVERSION=	3.22.2
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games gnome
7
CATEGORIES=	games gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
(-)games/trackballs/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	trackballs
4
PORTNAME=	trackballs
5
PORTVERSION=	1.2.4
5
PORTVERSION=	1.2.4
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	games
8
CATEGORIES=	games
9
9
10
MAINTAINER=	martymac@FreeBSD.org
10
MAINTAINER=	martymac@FreeBSD.org
(-)graphics/inkscape/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	inkscape
4
PORTNAME=	inkscape
5
PORTVERSION=	0.92.2
5
PORTVERSION=	0.92.2
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	graphics gnome
7
CATEGORIES=	graphics gnome
8
MASTER_SITES=	https://launchpadlibrarian.net/332184472/ \
8
MASTER_SITES=	https://launchpadlibrarian.net/332184472/ \
9
		https://inkscape.org/en/gallery/item/11254/ \
9
		https://inkscape.org/en/gallery/item/11254/ \
(-)lang/ecl/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ecl
4
PORTNAME=	ecl
5
PORTVERSION=	15.3.7
5
PORTVERSION=	15.3.7
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	lang lisp
7
CATEGORIES=	lang lisp
8
MASTER_SITES=	SF/${PORTNAME}s/${PORTNAME}s/15.3/
8
MASTER_SITES=	SF/${PORTNAME}s/${PORTNAME}s/15.3/
9
9
(-)lang/guile2/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	guile
4
PORTNAME=	guile
5
PORTVERSION=	2.0.14
5
PORTVERSION=	2.0.14
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	lang scheme
7
CATEGORIES=	lang scheme
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
PKGNAMESUFFIX=	2
9
PKGNAMESUFFIX=	2
(-)lang/mdk/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mdk
4
PORTNAME=	mdk
5
PORTVERSION=	1.2.9
5
PORTVERSION=	1.2.9
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	lang gnome
7
CATEGORIES=	lang gnome
8
MASTER_SITES=	GNU/${PORTNAME}/v${PORTVERSION}
8
MASTER_SITES=	GNU/${PORTNAME}/v${PORTVERSION}
9
9
(-)lang/neko/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	neko
3
PORTNAME=	neko
4
PORTVERSION=	2.1.0
4
PORTVERSION=	2.1.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
7
8
MAINTAINER=	penzin.dev@gmail.com
8
MAINTAINER=	penzin.dev@gmail.com
(-)lang/oo2c/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	oo2c
4
PORTNAME=	oo2c
5
PORTVERSION=	2.1.11
5
PORTVERSION=	2.1.11
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	SF/ooc/ooc2/${PORTVERSION}
8
MASTER_SITES=	SF/ooc/ooc2/${PORTVERSION}
9
DISTNAME=	${PORTNAME}_${BITS}-${PORTVERSION}
9
DISTNAME=	${PORTNAME}_${BITS}-${PORTVERSION}
(-)lang/sagittarius-scheme/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sagittarius
4
PORTNAME=	sagittarius
5
PORTVERSION=	0.8.8
5
PORTVERSION=	0.8.8
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \
8
MASTER_SITES=	https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \
9
		LOCAL/ashish
9
		LOCAL/ashish
(-)lang/see/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	see
4
PORTNAME=	see
5
PORTVERSION=	3.1.1424
5
PORTVERSION=	3.1.1424
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	lang devel
7
CATEGORIES=	lang devel
8
MASTER_SITES=	http://download.openpkg.org/components/cache/see/ \
8
MASTER_SITES=	http://download.openpkg.org/components/cache/see/ \
9
		http://lil.fr.distfiles.macports.org/see/ \
9
		http://lil.fr.distfiles.macports.org/see/ \
(-)math/asymptote/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	asymptote
4
PORTNAME=	asymptote
5
PORTVERSION=	2.41
5
PORTVERSION=	2.41
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
9
DISTNAME=	${PORTNAME}-${PORTVERSION}.src
9
DISTNAME=	${PORTNAME}-${PORTVERSION}.src
(-)net-im/freetalk/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	freetalk
4
PORTNAME=	freetalk
5
PORTVERSION=	4.1
5
PORTVERSION=	4.1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	2
7
PORTREVISION=	3
8
CATEGORIES=	net-im
8
CATEGORIES=	net-im
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
(-)net-im/gale/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gale
4
PORTNAME=	gale
5
PORTVERSION=	0.99f
5
PORTVERSION=	0.99f
6
PORTREVISION=	8
6
PORTREVISION=	9
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
MASTER_SITES=	http://download.ofb.net/${PORTNAME}/
8
MASTER_SITES=	http://download.ofb.net/${PORTNAME}/
9
DISTNAME=	${PORTNAME}-${PORTVERSION}ruit
9
DISTNAME=	${PORTNAME}-${PORTVERSION}ruit
(-)textproc/chpp/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	chpp
4
PORTNAME=	chpp
5
PORTVERSION=	0.3.5
5
PORTVERSION=	0.3.5
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://www.complang.tuwien.ac.at/schani/chpp/files/ \
8
MASTER_SITES=	http://www.complang.tuwien.ac.at/schani/chpp/files/ \
9
		http://freebsd.nsu.ru/distfiles/
9
		http://freebsd.nsu.ru/distfiles/
(-)www/w3m/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	w3m
4
PORTNAME=	w3m
5
PORTVERSION=	0.5.3.20180125
5
PORTVERSION=	0.5.3.20180125
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES+=	www ipv6
7
CATEGORIES+=	www ipv6
8
8
9
MAINTAINER?=	nobutaka@FreeBSD.org
9
MAINTAINER?=	nobutaka@FreeBSD.org

Return to bug 225560