aboutsummaryrefslogtreecommitdiff
path: root/news/slurp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-06-05 14:06:39 +0000
committerCy Schubert <cy@FreeBSD.org>2002-06-05 14:06:39 +0000
commit74551bbdb78dd6e2e2000fd68551ca7fc08773be (patch)
tree36d02e301f202d120464278e61dec67e0a7632b1 /news/slurp
parent3603088ae081403c2829de8b06018a05a9ae533a (diff)
downloadports-74551bbdb78dd6e2e2000fd68551ca7fc08773be.tar.gz
ports-74551bbdb78dd6e2e2000fd68551ca7fc08773be.zip
Notes
Diffstat (limited to 'news/slurp')
-rw-r--r--news/slurp/Makefile1
-rw-r--r--news/slurp/files/patch-misc.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/news/slurp/Makefile b/news/slurp/Makefile
index 4b6956cbdcf5..c432aefe1c31 100644
--- a/news/slurp/Makefile
+++ b/news/slurp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= slurp
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= ftp://ftp.demon.co.uk/pub/news/slurp/
EXTRACT_SUFX= .tar.Z
diff --git a/news/slurp/files/patch-misc.c b/news/slurp/files/patch-misc.c
new file mode 100644
index 000000000000..bb4de48e9238
--- /dev/null
+++ b/news/slurp/files/patch-misc.c
@@ -0,0 +1,11 @@
+--- misc.c.orig Tue Feb 7 06:32:01 1995
++++ misc.c Wed Jun 5 06:12:43 2002
+@@ -108,7 +108,7 @@
+ (void) strcat (buf, "\n");
+ #ifdef SYSLOG
+ if (!debug_flag)
+- syslog (LOG_ERR, buf);
++ syslog (LOG_ERR, "%s", buf);
+ else
+ #endif
+ (void) fprintf (stderr, "%s: %s", pname, buf);