FreeBSD Bugzilla – Attachment 45042 Details for
Bug 69554
[maintainer]: ports/valgrind-snapshot: update to version 352
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.81 KB, created by
Simon Barner
on 2004-07-25 10:00:40 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Simon Barner
Created:
2004-07-25 10:00:40 UTC
Size:
1.81 KB
patch
obsolete
>diff -ruN valgrind-snapshot.orig/Makefile valgrind-snapshot/Makefile >--- valgrind-snapshot.orig/Makefile Sun May 23 19:40:32 2004 >+++ valgrind-snapshot/Makefile Sun Jul 25 10:33:14 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= valgrind >-PORTVERSION= 337 >+PORTVERSION= 352 > CATEGORIES= devel > MASTER_SITES= http://www.rabson.org/ > PKGNAMESUFFIX= -snapshot >@@ -15,7 +15,7 @@ > MAINTAINER= barner@gmx.de > COMMENT= A (memory) debugging and profiling tool > >-CONFLICTS= valgrind-32* >+CONFLICTS= valgrind-352 > LATEST_LINK= valgrind-snapshot > > ONLY_FOR_ARCHS= i386 >@@ -31,6 +31,7 @@ > .include <bsd.port.pre.mk> > > PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}' >+GMAKE_VER!= gmake -v | ${AWK} ' NR == 1 { print $$3 } ' > > pre-everything:: > >@@ -50,12 +51,23 @@ > @${FALSE} > .endif > >+.if ${GMAKE_VER} < 3.80 >+ @${ECHO_CMD} "" >+ @${ECHO_CMD} "All gmake versions < 3.80 are affected by a bug that makes the" >+ @${ECHO_CMD} "valgrind port fail. Please update your gmake installation." >+ @${ECHO_CMD} "" >+ @${FALSE} >+.endif >+ > .if ${PERL_LEVEL} < 500601 >+ @${ECHO_CMD} "" > @${ECHO_CMD} "Your Perl version is too old. You will need at least Perl 5.6.1" > @${ECHO_CMD} "in order to build valgrind." > @${ECHO_CMD} "" > @${ECHO_CMD} "Please use the lang/perl5 or the lang/perl5.8 to upgrade your" > @${ECHO_CMD} "Perl installation to version 5.6.1 or 5.8.2 respectively." >+ @${ECHO_CMD} "" >+ @${FALSE} > .endif > > pre-patch: >diff -ruN valgrind-snapshot.orig/distinfo valgrind-snapshot/distinfo >--- valgrind-snapshot.orig/distinfo Sun May 23 19:40:32 2004 >+++ valgrind-snapshot/distinfo Sun Jul 25 10:06:12 2004 >@@ -1,2 +1,2 @@ >-MD5 (valgrind-current-337.tar.gz) = 7b000f7de6bd6b9e9213b719299cf48a >-SIZE (valgrind-current-337.tar.gz) = 1335664 >+MD5 (valgrind-current-352.tar.gz) = 4ed43827c2ee1d2ce2b629594b9aa910 >+SIZE (valgrind-current-352.tar.gz) = 1405656
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69554
: 45042