summaryrefslogtreecommitdiff
path: root/news/knews
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-01-07 20:37:41 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-01-07 20:37:41 +0000
commita82c07a5e38028b07ef167cd5297d4eefda33683 (patch)
tree9cfc86b6108fefa6be483bcc86c64fe0859cb8bf /news/knews
parentUpdated URL to http://www.bochs.com/ (diff)
Update to new knews version 1.0b.1.
From the Home Page: The only changes from version 1.0b.0 are XFace support and a few bug fixes. XFace support isn't enabled in the port, didn't have the time and need.
Notes
Notes: svn path=/head/; revision=15921
Diffstat (limited to 'news/knews')
-rw-r--r--news/knews/Makefile5
-rw-r--r--news/knews/distinfo2
-rw-r--r--news/knews/files/patch-aa24
-rw-r--r--news/knews/files/patch-ac17
4 files changed, 17 insertions, 31 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 81ad500c99e8..d61bef9794d8 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -3,10 +3,10 @@
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.21 1998/11/20 06:36:20 asami Exp $
+# $Id: Makefile,v 1.22 1998/11/21 07:27:39 steve Exp $
#
-DISTNAME= knews-1.0b.0
+DISTNAME= knews-1.0b.1
CATEGORIES= news
MASTER_SITES= http://www.matematik.su.se/~kjj/
@@ -17,7 +17,6 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
png.2:${PORTSDIR}/graphics/png
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
-WRKSRC= ${WRKDIR}/knews
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
diff --git a/news/knews/distinfo b/news/knews/distinfo
index 37a9f0bd4f75..a62f0c868d73 100644
--- a/news/knews/distinfo
+++ b/news/knews/distinfo
@@ -1 +1 @@
-MD5 (knews-1.0b.0.tar.gz) = 6ce4c5abc6378cbb043735b42d65a1ad
+MD5 (knews-1.0b.1.tar.gz) = 850ebff7772d576314060ebe6ef81b73
diff --git a/news/knews/files/patch-aa b/news/knews/files/patch-aa
index 12431f599109..ae4180b0b4b2 100644
--- a/news/knews/files/patch-aa
+++ b/news/knews/files/patch-aa
@@ -1,5 +1,5 @@
---- configure.h.orig Fri Jan 9 18:16:11 1998
-+++ configure.h Sat Mar 14 16:36:46 1998
+--- configure.h.orig Tue Dec 29 11:47:02 1998
++++ configure.h Thu Jan 7 21:02:56 1999
@@ -14,7 +14,7 @@
*
* If you don't have sendmail, use /bin/false :-).
@@ -9,30 +9,18 @@
/* #define MAIL_COMMAND "/usr/lib/sendmail -t" */
-@@ -34,7 +34,10 @@
- /* #define DOMAIN_FILE "/your/file/here" */
- /* #define DOMAIN_NAME "your_domain_here" */
-
--#define DOMAIN_HACK 1
-+#define DOMAIN_HACK 0 /* if set to 1 and if you have a dialup
-+ connection to internet and use the
-+ resolver, then knews causes a dialup
-+ on start */
-
-
-
-@@ -86,8 +89,8 @@
- * library search paths in knews.tmpl for libjpeg and libpng.
+@@ -84,8 +84,8 @@
+ * libcompface.
*/
-#define HAVE_JPEG 0
-#define HAVE_PNG 0
+#define HAVE_JPEG 1
+#define HAVE_PNG 1
+ #define HAVE_COMPFACE 0
-
-@@ -139,7 +142,7 @@
+@@ -138,7 +138,7 @@
*
* Knews*backgroundPixmap: ~/dir/texture.xpm
*/
diff --git a/news/knews/files/patch-ac b/news/knews/files/patch-ac
index 77f24a3774a9..6b2a2acfbfc1 100644
--- a/news/knews/files/patch-ac
+++ b/news/knews/files/patch-ac
@@ -1,18 +1,17 @@
---- knews.tmpl.orig Sat Mar 21 14:23:28 1998
-+++ knews.tmpl Sat Mar 21 14:24:52 1998
-@@ -74,12 +74,12 @@
- * be changed to -lz.
+--- knews.tmpl.orig Tue Dec 29 12:14:55 1998
++++ knews.tmpl Thu Jan 7 21:30:06 1999
+@@ -74,7 +74,7 @@
+ * be changed to -lgz.
*/
-JPEG_LIB = -ljpeg
--PNG_LIB = -lpng -lgz -lm
+JPEG_LIB = -L!!LOCALBASE!!/lib -ljpeg
-+PNG_LIB = -lpng -lz -lm
+ PNG_LIB = -lpng -lz -lm
+ COMPFACE_LIB = -lcompface
-
- /*
+@@ -83,4 +83,4 @@
* If you need to add include paths for e.g. libjpeg, libpng or libzlib
* include files, do it here.
*/
-KNEWS_INCLUDES =
-+KNEWS_INCLUDES = -I!!LOCALBASE!!/include
++KNEWS_INCLUDES = -I!!LOCALBASE!!/include