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.
This commit is contained in:
Andreas Klemm 1999-01-07 20:37:41 +00:00
parent e36b7b7732
commit a82c07a5e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15921
4 changed files with 17 additions and 31 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (knews-1.0b.0.tar.gz) = 6ce4c5abc6378cbb043735b42d65a1ad
MD5 (knews-1.0b.1.tar.gz) = 850ebff7772d576314060ebe6ef81b73

View File

@ -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
*/

View File

@ -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