--- ltrace/Makefile Sun Jul 30 14:17:28 2006 +++ ltrace/Makefile Sun Aug 20 17:46:50 2006 @@ -7,17 +7,16 @@ # PORTNAME= ltrace -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= sysutils -MASTER_SITES= http://utopia.knoware.nl/users/driehuis/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-fbsd +MASTER_SITES= http://www.cs.huji.ac.il/~bla/ports/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bla@cs.huji.ac.il COMMENT= Dynamic Library Tracer -- similar to strace, but trace library calls -# Although there is sparc code under the Linux/ directory, there is nothing -# other than i386 in the FreeBSD/ directory as of 2003-18-06. +LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf + +# The FreeBSD port exists only for i386 ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes @@ -29,9 +28,6 @@ MAN1= ltrace.1 post-patch: - ${REINPLACE_CMD} \ - -e 's|"/etc/ltrace.conf"|"${PREFIX}/etc/ltrace.conf"|g' \ - ${WRKSRC}/ltrace.c ${REINPLACE_CMD} -e 's|^\(CC\)|#\1|' ${WRKSRC}/Makefile.in do-install: @@ -39,9 +35,4 @@ ${INSTALL_DATA} ${WRKSRC}/etc/ltrace.conf ${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/ltrace.1 ${PREFIX}/man/man1 -UP != uname -p -.if ${UP} == "i386" -CXXFLAGS += -O3 -funroll-loops -mtune=pentiumpro -fomit-frame-pointer -pipe -CFLAGS += -O3 -funroll-loops -mtune=pentiumpro -fomit-frame-pointer -pipe -.endif .include --- ltrace/distinfo Wed Nov 30 12:31:19 2005 +++ ltrace/distinfo Sun Aug 20 17:28:52 2006 @@ -1,3 +1,3 @@ -MD5 (ltrace-0.3.6-fbsd.tar.gz) = 305157fa70baaa10e917f5537ce47d1f -SHA256 (ltrace-0.3.6-fbsd.tar.gz) = be1e51eca2ed41d76f7cfa3091a79cb0098c197c9e4f8ab30e234a97897def04 -SIZE (ltrace-0.3.6-fbsd.tar.gz) = 56425 +MD5 (ltrace-0.4.tar.gz) = 31da81c12ef3fc976c374b3a0cd1494f +SHA256 (ltrace-0.4.tar.gz) = 22886749d621277adda5d404dedbb807a78d850c8246d35cb8cb491724d6d2c7 +SIZE (ltrace-0.4.tar.gz) = 155468 --- ltrace/pkg-descr Mon Oct 15 22:07:30 2001 +++ ltrace/pkg-descr Sun Aug 20 17:27:21 2006 @@ -1,4 +1,4 @@ ltrace is a dynamic library tracer. ltrace is a debugging tool, similar to strace, but it traces library calls instead of system calls. -WWW: http://utopia.knoware.nl/users/driehuis/ +WWW: http://packages.debian.org/unstable/utils/ltrace.html