diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-20 20:40:26 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-20 20:40:26 +0000 |
commit | 72e04ee2b8e8eb609e941000148c4e27e26b09e2 (patch) | |
tree | 31fbe679e76e25cc64489d3968ce9f9fa33a7569 /devel/strace | |
parent | - use the non-versioned URL instead (diff) |
- Update to 4.5.6
PR: ports/118891
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Notes
Notes:
svn path=/head/; revision=204231
Diffstat (limited to 'devel/strace')
-rw-r--r-- | devel/strace/Makefile | 3 | ||||
-rw-r--r-- | devel/strace/distinfo | 6 | ||||
-rw-r--r-- | devel/strace/files/patch-sock.c | 10 | ||||
-rw-r--r-- | devel/strace/pkg-descr | 3 |
4 files changed, 18 insertions, 4 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 05629ce3fa3e..6e2d59a24d59 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= strace -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= devel sysutils MASTER_SITES= SF @@ -17,6 +17,7 @@ USE_BZIP2= yes USE_PERL5= yes # for strace-graph GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/strace bin/strace-graph diff --git a/devel/strace/distinfo b/devel/strace/distinfo index 38f265ceee26..2e158a6bf2e5 100644 --- a/devel/strace/distinfo +++ b/devel/strace/distinfo @@ -1,3 +1,3 @@ -MD5 (strace-4.5.5.tar.bz2) = f7fcce6eed451482629960c04c868336 -SHA256 (strace-4.5.5.tar.bz2) = e3126a080af3c0b5c9de42170057752b2c1c51eb021985cf9449cecdbf4034ce -SIZE (strace-4.5.5.tar.bz2) = 389211 +MD5 (strace-4.5.6.tar.bz2) = 2dd9d23430957a7ee0221efb28c66d1e +SHA256 (strace-4.5.6.tar.bz2) = be4e32cdcabdf4c876ff80f68716b894ec754e200e9fc7cc26a8488e2f8a34c9 +SIZE (strace-4.5.6.tar.bz2) = 407633 diff --git a/devel/strace/files/patch-sock.c b/devel/strace/files/patch-sock.c new file mode 100644 index 000000000000..9055542ff608 --- /dev/null +++ b/devel/strace/files/patch-sock.c @@ -0,0 +1,10 @@ +--- sock.c.orig 2007-12-20 16:31:01.000000000 +0000 ++++ sock.c 2007-12-20 16:31:23.000000000 +0000 +@@ -44,6 +44,7 @@ + #include <ioctls.h> + #endif + #endif ++#include <sys/socket.h> + #include <net/if.h> + + extern struct xlat addrfams[]; diff --git a/devel/strace/pkg-descr b/devel/strace/pkg-descr index af63fcffca3e..4ec20d2d2e36 100644 --- a/devel/strace/pkg-descr +++ b/devel/strace/pkg-descr @@ -5,4 +5,7 @@ process itself or a process and its descendants. Strace is similar to the native BSD ``truss'' utility, but it's output style is more convenient in most cases. +For strace to work, procfs has to be mounted. FreeBSD does not +mount it by default. For more information, man procfs. + WWW: http://sourceforge.net/projects/strace/ |