1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrading to release 1.6. This one builds fine against inn-2.4.0

PR:		52544
Submitted by:	Thierry Thomas <thierry@pompo.net>
This commit is contained in:
Yen-Ming Lee 2003-06-13 17:35:00 +00:00
parent 9af1c3f6fe
commit c3975016d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82941
5 changed files with 9 additions and 24 deletions

View File

@ -7,10 +7,9 @@
PORTNAME= newsx
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= news
#MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
MASTER_SITES= http://home.powertech.no/egilkv/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/pre/}
MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
MAINTAINER= thierry@pompo.net
COMMENT= A program to fetch news from and post news to a remote NNTP server

View File

@ -1 +1 @@
MD5 (newsx-1.6pre.tar.gz) = f22bc3e86bf1cc6f4c1a8368a477df9d
MD5 (newsx-1.6.tar.gz) = ad9c76c53d5c7d21d86bec805fe8cd34

View File

@ -1,5 +1,5 @@
--- configure.orig Wed Jan 22 09:15:31 2003
+++ configure Sat May 17 23:22:41 2003
--- configure.orig Sun May 18 19:25:34 2003
+++ configure Sun May 18 23:45:15 2003
@@ -253,7 +253,7 @@
#
# Initializations.
@ -9,7 +9,7 @@
ac_config_libobj_dir=.
cross_compiling=no
subdirs=
@@ -1710,15 +1710,15 @@
@@ -1712,15 +1712,15 @@
VISIT="/usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
@ -19,7 +19,7 @@
+ %%LOCALBASE%%/news/bin/control %%LOCALBASE%%/lib/news /news %%LOCALBASE%%/inn \
/var/lib/news /usr/lib /var/spool/news"
NEWSUMASK=002
INN_NEWSUMASK=002
INN_EXTENDEDDBZ=0
-RNEWS_PATH=/usr/bin/rnews

View File

@ -1,14 +0,0 @@
--- src/putarticle.c.orig Wed Jan 22 08:30:59 2003
+++ src/putarticle.c Sat May 17 21:43:03 2003
@@ -128,6 +128,11 @@
#define MAILFOLDER_TAG "From "
#define MAILFOLDER_TAG_LEN 5
+/*
+ * fix for inn-2.4.0 (it has been removed from inn/config.h)
+ */
+typedef int BOOL;
+
/* for log etc. */
static char msgid[NNTP_STRLEN];
static char msgsender[NNTP_STRLEN];

View File

@ -10,5 +10,5 @@ bin/newsq
%%PORTDOCS%%share/doc/newsx/TODO
%%PORTDOCS%%@dirrm share/doc/newsx
@dirrm news/spool/inhosts
@dirrm news/spool
@dirrm news
@unexec rmdir %D/news/spool 2> /dev/null || true
@unexec rmdir %D/news 2> /dev/null || true