Date: Sun, 19 Oct 2014 22:53:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371218 - head/sysutils/sleuthkit Message-ID: <201410192253.s9JMrw4E015266@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Oct 19 22:53:58 2014 New Revision: 371218 URL: https://svnweb.freebsd.org/changeset/ports/371218 QAT: https://qat.redports.org/buildarchive/r371218/ Log: - Drop la file - Strip shared library Modified: head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/pkg-plist Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Sun Oct 19 22:43:00 2014 (r371217) +++ head/sysutils/sleuthkit/Makefile Sun Oct 19 22:53:58 2014 (r371218) @@ -3,7 +3,7 @@ PORTNAME= sleuthkit PORTVERSION= 4.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils security MASTER_SITES= SF @@ -26,8 +26,9 @@ CONFLICTS= ja-ls-[0-9]* icat-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" -USES= libtool:keepla perl5 +USES= libtool perl5 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/tsk PORTDOCS= NEWS.txt README.txt Modified: head/sysutils/sleuthkit/pkg-plist ============================================================================== --- head/sysutils/sleuthkit/pkg-plist Sun Oct 19 22:43:00 2014 (r371217) +++ head/sysutils/sleuthkit/pkg-plist Sun Oct 19 22:53:58 2014 (r371218) @@ -50,7 +50,6 @@ include/tsk/vs/tsk_mac.h include/tsk/vs/tsk_sun.h include/tsk/vs/tsk_vs.h lib/libtsk.a -lib/libtsk.la lib/libtsk.so lib/libtsk.so.10 lib/libtsk.so.10.2.0 @@ -87,12 +86,3 @@ man/man1/tsk_recover.1.gz %%DATADIR%%/sorter/openbsd.sort %%DATADIR%%/sorter/solaris.sort %%DATADIR%%/sorter/windows.sort -@dirrm include/tsk/vs -@dirrm include/tsk/img -@dirrm include/tsk/hashdb -@dirrm include/tsk/fs -@dirrm include/tsk/base -@dirrm include/tsk/auto -@dirrm include/tsk -@dirrm %%DATADIR%%/sorter -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410192253.s9JMrw4E015266>