summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-11-24 09:32:26 +0000
committertron <tron@pkgsrc.org>2013-11-24 09:32:26 +0000
commit119cf5f24296f157b7e7c617935e05c4d22875f5 (patch)
tree6bfb68a62c04aa4f56488898c80feb81d744cc1b /security
parent84921732048f874d65187b28445ca32bdc1a847b (diff)
downloadpkgsrc-119cf5f24296f157b7e7c617935e05c4d22875f5.tar.gz
Fix build under Mac OS X.
Diffstat (limited to 'security')
-rw-r--r--security/sslscan/Makefile5
-rw-r--r--security/sslscan/distinfo4
-rw-r--r--security/sslscan/patches/patch-Makefile4
3 files changed, 8 insertions, 5 deletions
diff --git a/security/sslscan/Makefile b/security/sslscan/Makefile
index 2a5c1c5e422..570dfc1e4e1 100644
--- a/security/sslscan/Makefile
+++ b/security/sslscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2013/11/19 12:46:07 tron Exp $
+# $NetBSD: Makefile,v 1.2 2013/11/24 09:32:26 tron Exp $
DISTNAME= sslscan-1.8.2
CATEGORIES= security
@@ -13,5 +13,8 @@ LICENSE= gnu-gpl-v3
INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+pre-install:
+ ${RM} -f ${WRKSRC}/INSTALL
+
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/sslscan/distinfo b/security/sslscan/distinfo
index a311735a7b0..0f4d41385fc 100644
--- a/security/sslscan/distinfo
+++ b/security/sslscan/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2013/11/19 13:00:10 tron Exp $
+$NetBSD: distinfo,v 1.3 2013/11/24 09:32:26 tron Exp $
SHA1 (sslscan-1.8.2.tgz) = 4982ff622ca1f05829a3910be5e3903e91cfdd68
RMD160 (sslscan-1.8.2.tgz) = a048d3a29d56b34a0fb2ea8e5a5dc2ba3e773d76
Size (sslscan-1.8.2.tgz) = 22176 bytes
-SHA1 (patch-Makefile) = e5d8432701891c3c4f7b2f5065a19a6aad0860a6
+SHA1 (patch-Makefile) = 63970211058937fbb1f8dc97b62949b5a7f25788
SHA1 (patch-sslscan.c) = 8415623420c1052a305e3ce485776ae9fcc3df42
diff --git a/security/sslscan/patches/patch-Makefile b/security/sslscan/patches/patch-Makefile
index 4a6c5e77244..38d5e1dc2cb 100644
--- a/security/sslscan/patches/patch-Makefile
+++ b/security/sslscan/patches/patch-Makefile
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.2 2013/11/19 13:00:10 tron Exp $
+$NetBSD: patch-Makefile,v 1.3 2013/11/24 09:32:26 tron Exp $
Use appropriate commands for build and installation.
@@ -13,7 +13,7 @@ Use appropriate commands for build and installation.
all:
- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
-+ $(CC) -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
++ $(CC) -Wall -o sslscan $(SRCS) $(LDFLAGS) -lssl -lcrypto $(CFLAGS)
install:
- cp sslscan $(BINPATH)