pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/portsentry Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3416578520b
branches:  trunk
changeset: 504309:a3416578520b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 08 19:21:57 2005 +0000

description:
Add DragonFly support.

diffstat:

 security/portsentry/distinfo         |   4 ++--
 security/portsentry/patches/patch-ac |  19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r e73f1ad98823 -r a3416578520b security/portsentry/distinfo
--- a/security/portsentry/distinfo      Thu Dec 08 19:14:47 2005 +0000
+++ b/security/portsentry/distinfo      Thu Dec 08 19:21:57 2005 +0000
@@ -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 -r e73f1ad98823 -r a3416578520b security/portsentry/patches/patch-ac
--- a/security/portsentry/patches/patch-ac      Thu Dec 08 19:14:47 2005 +0000
+++ b/security/portsentry/patches/patch-ac      Thu Dec 08 19:21:57 2005 +0000
@@ -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 @@
  
  # 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 @@
  
  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 @@
                @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 \



Home | Main Index | Thread Index | Old Index