View | Details | Raw Unified | Return to bug 259224
Collapse All | Expand All

(-)b/devel/valgrind/Makefile (-9 / +9 lines)
Lines 1-12 Link Here
1
# Created by: Simon Barner <barner@gmx.de>
1
# Created by: Simon Barner <barner@gmx.de>
2
2
3
PORTNAME=	valgrind
3
PORTNAME=	valgrind
4
PORTVERSION=	3.17.0.g20210319
4
PORTVERSION=	3.18.1
5
DISTVERSIONPREFIX=	freebsd-
5
#DISTVERSIONPREFIX=	freebsd-
6
PORTREVISION=	0
6
PORTREVISION=	0
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	https://valgrind.org/
9
MASTER_SITES=	SOURCEWARE/valgrind
10
10
11
MAINTAINER=	pjfloyd@wanadoo.fr
11
MAINTAINER=	pjfloyd@wanadoo.fr
12
COMMENT=	Memory debugging and profiling tool
12
COMMENT=	Memory debugging and profiling tool
Lines 16-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
16
16
17
ONLY_FOR_ARCHS=	amd64 i386
17
ONLY_FOR_ARCHS=	amd64 i386
18
18
19
USES=		cpe pathfix pkgconfig gmake perl5 shebangfix autoreconf
19
USES=		cpe pathfix pkgconfig gmake perl5 shebangfix autoreconf tar:bz2
20
USE_PERL5=	build
20
USE_PERL5=	build
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
Lines 24-35 SHEBANG_FILES= callgrind/callgrind_annotate.in callgrind/callgrind_control.in Link Here
24
SSP_UNSAFE=	yes
24
SSP_UNSAFE=	yes
25
LIB32_PATH?=	/usr/lib32/libc.so
25
LIB32_PATH?=	/usr/lib32/libc.so
26
26
27
CONFLICTS=	valgrind-[0-9]*
27
CONFLICTS=	valgrind-devel-[0-9]*
28
28
29
USE_GITHUB=	yes
29
#USE_GITHUB=	yes
30
GH_ACCOUNT=	paulfloyd
30
#GH_ACCOUNT=	paulfloyd
31
GH_PROJECT=	freebsd_valgrind
31
#GH_PROJECT=	freebsd_valgrind
32
GH_TAGNAME=	d333c54
32
#GH_TAGNAME=	d333c54
33
33
34
CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL}
34
CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL}
35
35
(-)b/devel/valgrind/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1616493211
1
TIMESTAMP = 1634460994
2
SHA256 (paulfloyd-freebsd_valgrind-freebsd-3.17.0.g20210319-d333c54_GH0.tar.gz) = 2f631d7768fda08a62d6327cea0ea56062becad0083ba2751262215c2390387e
2
SHA256 (valgrind-3.18.1.tar.bz2) = 00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5
3
SIZE (paulfloyd-freebsd_valgrind-freebsd-3.17.0.g20210319-d333c54_GH0.tar.gz) = 15796240
3
SIZE (valgrind-3.18.1.tar.bz2) = 16149159
(-)b/devel/valgrind/pkg-descr (-1 lines)
Lines 16-20 The Valgrind distribution includes 10 tools: Link Here
16
16
17
Valgrind was initially ported to FreeBSD by Doug Rabson.
17
Valgrind was initially ported to FreeBSD by Doug Rabson.
18
18
19
WWW: https://github.com/paulfloyd/freebsd_valgrind
20
WWW: http://www.valgrind.org/
19
WWW: http://www.valgrind.org/
(-)a/devel/valgrind/pkg-message (-15 lines)
Removed Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
	Known problems:
5
	1) DRD/Helgrind tool gives excessive false-positivies for the
6
	   internals of pthreads library.  This is now under
7
	   investigation.
8
	2) exp-ptrcheck tool doesn't work on FreeBSD now
9
10
	If you'll encounter any problems when using Valgrind do not
11
	hesitate to contact the maintainer with the description of
12
	these problems.
13
EOM
14
}
15
]

Return to bug 259224