aboutsummaryrefslogtreecommitdiff
path: root/security/op
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-03 19:52:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-03 19:52:30 +0000
commit2edcbe1ff7b810bb577d4336b29580cd8a3c5721 (patch)
treea07517f02a3e47e8f88d59019492f2dd338079e0 /security/op
parent9e1721c68f45f7c6f63018fed354420671ccb1e9 (diff)
downloadports-2edcbe1ff7b810bb577d4336b29580cd8a3c5721.tar.gz
ports-2edcbe1ff7b810bb577d4336b29580cd8a3c5721.zip
Notes
Diffstat (limited to 'security/op')
-rw-r--r--security/op/Makefile2
-rw-r--r--security/op/files/patch-lex.l15
2 files changed, 6 insertions, 11 deletions
diff --git a/security/op/Makefile b/security/op/Makefile
index 49da45a21863..b67c18e87c87 100644
--- a/security/op/Makefile
+++ b/security/op/Makefile
@@ -7,7 +7,7 @@
PORTNAME= op
PORTVERSION= 1.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/%SUBDIR%/ \
ftp://ftp.rge.com/pub/security/cerias/tools/%SUBDIR%/ \
diff --git a/security/op/files/patch-lex.l b/security/op/files/patch-lex.l
index e97039574e36..293eb09be96f 100644
--- a/security/op/files/patch-lex.l
+++ b/security/op/files/patch-lex.l
@@ -1,5 +1,5 @@
---- lex.l.orig Wed Oct 15 05:58:41 2003
-+++ lex.l Wed Oct 15 06:01:15 2003
+--- lex.l.orig Thu Mar 3 20:47:59 2005
++++ lex.l Thu Mar 3 20:49:11 2005
@@ -10,10 +10,11 @@
/* +-------------------------------------------------------------------+ */
@@ -13,15 +13,15 @@
static cmd_t *newcmd();
char *savestr();
-@@ -47,20 +48,15 @@
+@@ -47,15 +48,12 @@
#include <sys/stat.h>
#include <syslog.h>
-msg(va_alist)
- va_dcl
-+msg(char *s,...)
++msg (char *s, ...)
{
--#if 0
+ #if 0
va_list ap;
- char *s;
@@ -31,8 +31,3 @@
fprintf(stderr,"line %d: ",yyline);
vfprintf(stderr, s, ap);
fputc('\n', stderr);
- va_end(ap);
--#endif
- }
-
- static addarg(state, cmd, str)