Index: head/news/knews/Makefile =================================================================== --- head/news/knews/Makefile (revision 27881) +++ head/news/knews/Makefile (revision 27882) @@ -1,25 +1,25 @@ # New ports collection makefile for: knews # Date created: Sun Apr 14 09:23:59 MET DST 1996 # Whom: Andreas Klemm # # $FreeBSD$ # PORTNAME= knews PORTVERSION= 1.0b.1 CATEGORIES= news MASTER_SITES= http://www.matematik.su.se/~kjj/ 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 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f .include Property changes on: head/news/knews/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/news/knews/files/patch-aa =================================================================== --- head/news/knews/files/patch-aa (revision 27881) +++ head/news/knews/files/patch-aa (revision 27882) @@ -1,33 +1,33 @@ --- configure.h.orig Tue Dec 29 11:47:02 1998 +++ configure.h Sun Apr 16 18:48:00 2000 @@ -14,7 +14,7 @@ * * If you don't have sendmail, use /bin/false :-). */ -/* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */ +#define MAIL_COMMAND "/usr/sbin/sendmail -t" /* #define MAIL_COMMAND "/usr/lib/sendmail -t" */ @@ -84,9 +84,9 @@ * libcompface. */ -#define HAVE_JPEG 0 -#define HAVE_PNG 0 -#define HAVE_COMPFACE 0 +#define HAVE_JPEG 1 +#define HAVE_PNG 1 -+#define HAVE_COMPFACE 1 ++#define HAVE_COMPFACE 0 @@ -138,7 +138,7 @@ * * Knews*backgroundPixmap: ~/dir/texture.xpm */ -#define HAVE_XPM 0 +#define HAVE_XPM 1 /* If your system doesn't have the POSIX sigaction() function, defining Property changes on: head/news/knews/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property