pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ssdeep Don't forcefully build only a static l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d2f21aafb4c
branches:  trunk
changeset: 639702:4d2f21aafb4c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Sep 23 15:11:54 2014 +0000

description:
Don't forcefully build only a static library. Bump revision.

diffstat:

 security/ssdeep/Makefile                  |   3 ++-
 security/ssdeep/distinfo                  |   3 ++-
 security/ssdeep/patches/patch-Makefile.in |  18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r eda951b63a49 -r 4d2f21aafb4c security/ssdeep/Makefile
--- a/security/ssdeep/Makefile  Tue Sep 23 15:09:54 2014 +0000
+++ b/security/ssdeep/Makefile  Tue Sep 23 15:11:54 2014 +0000
@@ -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 -r eda951b63a49 -r 4d2f21aafb4c security/ssdeep/distinfo
--- a/security/ssdeep/distinfo  Tue Sep 23 15:09:54 2014 +0000
+++ b/security/ssdeep/distinfo  Tue Sep 23 15:11:54 2014 +0000
@@ -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 -r eda951b63a49 -r 4d2f21aafb4c security/ssdeep/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ssdeep/patches/patch-Makefile.in Tue Sep 23 15:11:54 2014 +0000
@@ -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           \



Home | Main Index | Thread Index | Old Index