diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-23 15:11:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-23 15:11:54 +0000 |
commit | 1057e078f90913308ebac88e00abfbe7f94447d3 (patch) | |
tree | 13bc46cd962bafd50eabc9b7a9348d2d01e00f7e /security/ssdeep | |
parent | 6d9c43d8ebe4a9c7065fdc233b4b80763e8add0f (diff) | |
download | pkgsrc-1057e078f90913308ebac88e00abfbe7f94447d3.tar.gz |
Don't forcefully build only a static library. Bump revision.
Diffstat (limited to 'security/ssdeep')
-rw-r--r-- | security/ssdeep/Makefile | 3 | ||||
-rw-r--r-- | security/ssdeep/distinfo | 3 | ||||
-rw-r--r-- | security/ssdeep/patches/patch-Makefile.in | 18 |
3 files changed, 22 insertions, 2 deletions
diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile index 4d373b110d4..9bf4a211e6f 100644 --- a/security/ssdeep/Makefile +++ b/security/ssdeep/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2014/09/16 18:45:10 khorben Exp $ +# $NetBSD: Makefile,v 1.4 2014/09/23 15:11:54 joerg Exp $ # DISTNAME= ssdeep-2.11 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ssdeep/} diff --git a/security/ssdeep/distinfo b/security/ssdeep/distinfo index 38f46029095..83681734484 100644 --- a/security/ssdeep/distinfo +++ b/security/ssdeep/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2014/09/16 18:45:10 khorben Exp $ +$NetBSD: distinfo,v 1.4 2014/09/23 15:11:54 joerg Exp $ SHA1 (ssdeep-2.11.tar.gz) = f44db91fda437f36626eefd8e649ed8d5aea0e1b RMD160 (ssdeep-2.11.tar.gz) = a8039749d5344910b0fba146059c96ab3e755833 Size (ssdeep-2.11.tar.gz) = 376529 bytes +SHA1 (patch-Makefile.in) = d3740c2d7f58e3757b3551a53ab1cf731d5e5650 diff --git a/security/ssdeep/patches/patch-Makefile.in b/security/ssdeep/patches/patch-Makefile.in new file mode 100644 index 00000000000..ee46364620d --- /dev/null +++ b/security/ssdeep/patches/patch-Makefile.in @@ -0,0 +1,18 @@ +$NetBSD: patch-Makefile.in,v 1.1 2014/09/23 15:11:54 joerg Exp $ + +--- Makefile.in.orig 2014-09-22 12:23:20.000000000 +0000 ++++ Makefile.in +@@ -369,11 +369,11 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ssdeep_LDADD = libfuzzy.la +-ssdeep_LDFLAGS = -static ++ssdeep_LDFLAGS = + ACLOCAL_AMFLAGS = -I m4 + lib_LTLIBRARIES = libfuzzy.la + libfuzzy_la_SOURCES = fuzzy.c edit_dist.c find-file-size.c +-libfuzzy_la_LDFLAGS = -static -no-undefined -version-info 2:0:0 ++libfuzzy_la_LDFLAGS = -rpath ${PREFIX}/lib -no-undefined -version-info 2:0:0 + include_HEADERS = fuzzy.h + man_MANS = ssdeep.1 + ssdeep_SOURCES = main.cpp match.cpp engine.cpp filedata.cpp \ |