Commit Graph

45 Commits

Author SHA1 Message Date
Andreas Klemm
0bef047603 updated inn2 to last recent STABLE version
inn-STABLE_2_2-1999-02-17_03-02
introduced new variable NEWSSPOOL, which points to news spooldir...
	- can be fine-tuned in /etc/make.conf
	- can be overwritten on the commandline
	- defaults to /var/spool/news, when not set
	- is set to /var/spool/news, when in port building (BATCH) mode
bugfix: tmp- and spool-dir have to live on the same filesystem, to avoid
	this error:
	"rnews: cant rename /tmp/36d24c3ehN1072 to
	/var/spool/news/incoming/36d24c3eTg1072 Cross-device link"
	Solution -> CONFIGURE_ARGS+=--with-tmp-path=${NEWSSPOOL}/tmp
added two comments "(from the author)", to reflect that I'm not personally
	focussed on perl
Some (early) output in the pre-extract phase, to tell the admin, where
	our news-spool will live:
	@${ECHO} ">> building inn2 with NEWSSPOOL=${NEWSSPOOL}..."
Create ${PREFIX}/news and ${NEWSSPOOL}/news with proper permissions
	in pre-install target
Since we took care about creation of spool-dir in pre-install, we can
	now safely perform the ${MKDIR}'s in post-install target
${MKDIR} creates ${NEWSSPOOL}/incoming/bad and ${NEWSSPOOL}/incoming at the
	same time, so save some CPU cycles
Fixed update target, manual pages will be compressed now by performing
	a "compress-man" as well (we had "up to date" uncompressed and
	old compressed manpages, which is kinda sub-optimal ;-)

Well people, I think now we have a real fine inn port.
I'd like to ask the inn port maintainer, if we should remove
inn, since it's a bit outdated.

The new inn2 offers many new features and you have the possibility
to change inn's runtime behaviour in config files, instead of
recompiling it.

Then I think, that the old inn isn't maintained anymore by ISC.
1999-02-23 19:33:07 +00:00
Andreas Klemm
6a4c5a5acd correct path for rc.news $PREFIX/news/bin/rc.news
^^^^^^
1999-02-22 06:40:55 +00:00
Andreas Klemm
7ef9e7065f Famous last words for UUCP users, because path of rnews has changed in inn2.
So update /etc/uucp/sys with something like this:
	command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin
Document this.
1999-02-17 19:56:17 +00:00
Andreas Klemm
8b3d197e93 incoming/bad is also needed 1999-02-17 06:40:02 +00:00
Andreas Klemm
037674cce0 news.daily: an incoming spool dir is needed. 1999-02-17 06:35:44 +00:00
Andreas Klemm
ce05cfe07e grammar... 1999-02-16 22:07:51 +00:00
Andreas Klemm
11994dffd4 when having newsfeeds over UUCP rnews has to be readable for uuxqt ...
Otherwise execution of rnews fails !
1999-02-16 22:04:30 +00:00
Andreas Klemm
7cbbe38b2c New port inn2.2-stable after repository copy.
Thanks to the ports meister ;-)
The new features are really cool (cnfs,...).
BTW, why can't we use raw partitions for cnfs ???

Please read the file INSTALL carefully in the top level
dir of sources ... it explains installation step by step.

You still might have to watch for console messages,
complaining about missing file or directories (news.times
for example).

All in all. inn22 is really fun !
1999-02-16 22:01:06 +00:00
Marc G. Fournier
ebde058cc1 A couple more Y2K links I've been able to find... 1999-01-13 04:17:38 +00:00
Tim Vanderhoek
80af0678d0 Don't use a variable that conflicts with bsd.port.mk USE_PERL5.
Making perl5 support automatic on 3.0 is left for someone who feels
like testing it.

Reported-by:    jdp
1998-11-07 08:49:32 +00:00
Tim Vanderhoek
a8ad95f8bd Work with perl5.
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us> (ports/7627)
1998-08-16 18:56:32 +00:00
Steve Price
a8a005dc0d Remove leading '[ -x' so this script works as intended.
PR:		6534
Submitted by:	Vadim Chekan <vadim@gc.lviv.ua>
1998-05-10 22:08:30 +00:00
Andreas Klemm
a9575910ed fix invalid ctlinnd option (stop)
And closed PR 5620, since all things are fixed now
Submitted by:	Adrian Wontroba <aw1@stade.co.uk>
1998-02-14 14:01:33 +00:00
Andreas Klemm
0416ae8e3a correct paths to use tcl from the ports collection if tcl support is wanted
as requested by Satoshi, I hope the port maintainer agrees here.
1998-02-11 17:58:27 +00:00
Andreas Klemm
525f46b32a Add some comments for compiling the port under -current in Makefile
Add two commented out changes to scripts/configure, that easily can
be activated, to compile inn on a -current system, which doesn't
have TCL in the base OS for ports backward compatibility.
1998-02-10 06:05:23 +00:00
Torsten Blum
3af1206c91 - upgrade to 1.7.2
- install $PREFIX/etc/rc.d/innd.sh (start and stop)
- change group of $PREFIX/bin/rnews from uucp to dialer to work around
  a problem when using inn with uucp (rnews is not world-executable to prevent
  injection of faked articles)
- don't install binaries in $PREFIX/etc
- use /var/{spool,}/news/tmp instead of /var/tmp for rnews, otherwise
  rename will fail
1998-01-25 21:41:03 +00:00
Torsten Blum
d2277adf70 Upgrade to 1.5.1sec2 1997-09-15 20:11:48 +00:00
Philippe Charnier
3373e4deb6 Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR:		ports/3125
1997-05-29 06:38:42 +00:00
Torsten Blum
ab58b4a30f Upgrade to 1.5.1 1996-12-18 23:32:28 +00:00
Satoshi Asami
b7a86be739 Add files/md5 entries for files whose checksum should be ignored as well.
Requires rev. 1.239 of bsd.port.mk.
1996-12-17 12:33:56 +00:00
Masafumi Max NAKANE
40c0995b40 Ooops, there was a backslash missing for continuing line. 1996-12-08 05:13:24 +00:00
Masafumi Max NAKANE
da24912162 mkdir -> ${MKDIR}
Use MAN[1358] variables to compress man pages.
1996-12-08 05:08:58 +00:00
Masafumi Max NAKANE
86913ca557 No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami
1996-12-08 01:45:16 +00:00
Masafumi Max NAKANE
3e17de1c73 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
1996-12-07 11:26:58 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Torsten Blum
40f02df961 patch file has been renamed on PATH_SITE
OK'ed by: asami
1996-07-08 22:55:17 +00:00
Torsten Blum
348c92577c Back out Pauls update to unoff4
OK'ed by: gpalmer
1996-06-24 21:52:30 +00:00
Paul Traina
91af19b340 Update to inn1.4unoff4 1996-06-20 21:40:12 +00:00
Torsten Blum
a922e85ca2 - use systems CFLAGS
- fix the load average check in nnrpd

Approved By: asami
1995-10-25 02:12:08 +00:00
Satoshi Asami
3597efba4b Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
1995-10-10 07:24:14 +00:00
Torsten Blum
dce243e0ee add libinn.a and it's header files to the package list 1995-10-06 14:38:53 +00:00
Torsten Blum
ddd2e38f20 - add an `update' target (won't overwrite configuration files
- install libinn.a and it's header files
1995-10-06 14:33:05 +00:00
Torsten Blum
34750bc348 the patches has been moved to another directory... 1995-08-08 21:50:39 +00:00
Torsten Blum
32827e75fd add a NO_PACKAGE=yes 1995-07-02 10:08:13 +00:00
Satoshi Asami
9fe6ec35b8 Fix these bugs.
- The expiration processing fails when attempting to store a long message-id
  in the new DBZ database. If left uncorrected, a disk full condition is
  likely to occur.
- When innxmit (on the master) encounters a news article that is
  cross-posted to LOTS of other newsgroups it segmentation faults.

Submitted by:	torstenb
1995-06-05 13:45:08 +00:00
Satoshi Asami
cf06af978e Add public patch for select loop problem.
Submitted by:	torstenb
1995-05-30 09:56:20 +00:00
Satoshi Asami
c3ef9a1872 Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solves
the packaging problem.
1995-05-09 00:48:44 +00:00
Satoshi Asami
a580214845 Fix the post-install target (gzipping manpages). inews.1 was missing
the ".1" suffix and something apperaed twice.  It still doesn't
package though (distrib.pats.5.gz and passwd.nntp.5.gz are
missing).
1995-05-05 09:21:43 +00:00
Torsten Blum
bdafc1dbf9 manpages are compressed now... 1995-05-04 22:51:58 +00:00
Torsten Blum
7d6e6ba0ad - add myself as MAINTAINER 1995-05-04 22:39:46 +00:00
Satoshi Asami
e87af43c40 Makefiles of news ports cleaned up! 1995-04-11 23:29:46 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
bc2efc5c4d Next batch of MD5 checksum files 1995-01-04 01:44:04 +00:00
Torsten Blum
5a5eb3ab3f Reviewed by:
Submitted by:	
Obtained from:
inn - Internet News
1994-10-23 01:42:21 +00:00