summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-04-22 06:29:01 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-04-22 06:29:01 +0000
commit42c44957e8c26fc7c9ac04f5c8befd5d95773b96 (patch)
treec62abfed881e7d5866c7327a217af4057712b6b8 /news
parentUpdate qhacc to 0.5. This fixes the fennerism. (diff)
disable compface, knews dumps core when trying to post new article in newsgroup
Notes
Notes: svn path=/head/; revision=27882
Diffstat (limited to 'news')
-rw-r--r--news/knews/Makefile6
-rw-r--r--news/knews/files/patch-aa2
2 files changed, 4 insertions, 4 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 58dd0d10d036..5de45f376e4d 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -14,9 +14,9 @@ MAINTAINER= andreas@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png \
- compface:${PORTSDIR}/mail/faces
-RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
+ png.3:${PORTSDIR}/graphics/png
+# compface:${PORTSDIR}/mail/faces
+RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
diff --git a/news/knews/files/patch-aa b/news/knews/files/patch-aa
index ebc00fe1fa1f..ebcb21145c1b 100644
--- a/news/knews/files/patch-aa
+++ b/news/knews/files/patch-aa
@@ -18,7 +18,7 @@
-#define HAVE_COMPFACE 0
+#define HAVE_JPEG 1
+#define HAVE_PNG 1
-+#define HAVE_COMPFACE 1
++#define HAVE_COMPFACE 0