summaryrefslogtreecommitdiff
path: root/security/portsentry
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-08 19:21:57 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-08 19:21:57 +0000
commit2140a7b8336709f8f5529aff161cacc9b1d45f1f (patch)
tree96ac0bca902ffa091eac83c8b23fef1e3a3cc92f /security/portsentry
parentacc26f4f54c1a4a1d76acfaa6c62318d7119a70d (diff)
downloadpkgsrc-2140a7b8336709f8f5529aff161cacc9b1d45f1f.tar.gz
Add DragonFly support.
Diffstat (limited to 'security/portsentry')
-rw-r--r--security/portsentry/distinfo4
-rw-r--r--security/portsentry/patches/patch-ac19
2 files changed, 16 insertions, 7 deletions
diff --git a/security/portsentry/distinfo b/security/portsentry/distinfo
index 95887be62c5..0e53808fd46 100644
--- a/security/portsentry/distinfo
+++ b/security/portsentry/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 13:10:11 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/12/08 19:21:57 joerg Exp $
SHA1 (portsentry-1.2.tar.gz) = 091124db3f9ccc29afae08d6ab1fdd073b789d0a
RMD160 (portsentry-1.2.tar.gz) = 8bf4bce18229a7ebff47e7fe50493738ae818085
Size (portsentry-1.2.tar.gz) = 48054 bytes
SHA1 (patch-aa) = eea7602eaed3d065b4ec6002dff524bdcd846e9f
SHA1 (patch-ab) = 76d9062ba8fd205b05d64ce8485e1c6c294bed1a
-SHA1 (patch-ac) = eec6acd40439fff51744feb1b15e07ff0bc1d196
+SHA1 (patch-ac) = 8b00f1dde9f6203a958d2a7b5d6a2efa1a904753
SHA1 (patch-ad) = 7e79e119eda32e4e2f53f878ea1b24afdce2ee54
diff --git a/security/portsentry/patches/patch-ac b/security/portsentry/patches/patch-ac
index 9a8f747600b..600efb497f0 100644
--- a/security/portsentry/patches/patch-ac
+++ b/security/portsentry/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.3 2004/01/22 10:08:19 agc Exp $
+$NetBSD: patch-ac,v 1.4 2005/12/08 19:21:57 joerg Exp $
---- Makefile 2000/02/07 15:16:12 1.1
-+++ Makefile 2000/02/07 15:17:47
+--- Makefile.orig 2003-05-23 18:10:13.000000000 +0000
++++ Makefile
@@ -20,7 +20,7 @@
#
#
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.3 2004/01/22 10:08:19 agc Exp $
# GNU..
#CC = gcc
-@@ -37,8 +37,8 @@
+@@ -37,8 +37,8 @@ CFLAGS = -O -Wall
#CFLAGS = -pg -O -Wall -DNODAEMON
#LIBS = /usr/lib/libefence.a
@@ -22,7 +22,7 @@ $NetBSD: patch-ac,v 1.3 2004/01/22 10:08:19 agc Exp $
all:
@echo "Usage: make <systype>"
-@@ -69,21 +69,17 @@
+@@ -69,21 +69,17 @@ uninstall:
install:
@echo "Creating psionic directory $(INSTALLDIR)"
@if [ ! -d $(INSTALLDIR) ]; then /bin/mkdir $(INSTALLDIR); fi
@@ -48,3 +48,12 @@ $NetBSD: patch-ac,v 1.3 2004/01/22 10:08:19 agc Exp $
@echo ""
@echo ""
@echo "Edit $(INSTALLDIR)$(CHILDDIR)/portsentry.conf and change"
+@@ -125,7 +121,7 @@ openbsd:
+ ./portsentry_io.c ./portsentry_util.c
+
+
+-freebsd:
++freebsd dragonfly:
+ SYSTYPE=freebsd
+ @echo "Making $(SYSTYPE)"
+ $(CC) $(CFLAGS) -DBSD44 -o ./portsentry ./portsentry.c \