diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 11:17:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 11:17:11 +0800 |
commit | 1a4c9df6c030dc0e0bf55494ced883656aa35fdc (patch) | |
tree | ce56092c57c240bc3596fac9be396f2a34291f33 /security/scanssh/files | |
parent | d4b98b894309c41824196721006cb763198d8b40 (diff) | |
download | freebsd-ports-gnome-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.tar.gz freebsd-ports-gnome-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.tar.zst freebsd-ports-gnome-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.zip |
Update to scanssh 1.5 and portlint
Submitted by: bento
Diffstat (limited to 'security/scanssh/files')
-rw-r--r-- | security/scanssh/files/patch-aa | 1 | ||||
-rw-r--r-- | security/scanssh/files/patch-ab | 11 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa index 68c74afd64de..a55565066b0b 100644 --- a/security/scanssh/files/patch-aa +++ b/security/scanssh/files/patch-aa @@ -8,4 +8,3 @@ +char *excludefile = PREFIX "/share/scanssh/exclude.list"; struct exclude_list excludequeue; struct exclude_list rndexclqueue; - diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab index c023b2cb32db..c3a71a9d1cde 100644 --- a/security/scanssh/files/patch-ab +++ b/security/scanssh/files/patch-ab @@ -1,11 +1,10 @@ ---- Makefile.in.orig Sun Oct 8 08:36:26 2000 -+++ Makefile.in Fri Nov 3 10:58:43 2000 +--- Makefile.in.orig Fri Mar 9 19:07:36 2001 ++++ Makefile.in Fri Mar 9 19:07:57 2001 @@ -6,7 +6,7 @@ VPATH= @srcdir@ CC= @CC@ --CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" +-CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE ++CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE -DPREFIX=\"@prefix@\" LDFLAGS= @LDFLAGS@ - - prefix= @prefix@ + LIBS= @LIBS@ @PCAPLIB@ |