1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Klemm
d3cd9678d8 Update inn-stable to latest version inn-STABLE_2_2-1999-07-24_03-02 1999-07-25 10:20:19 +00:00
Andreas Klemm
45529779c2 Update inn stable to inn-STABLE_2_2-1999-04-08_03-01 1999-04-10 19:57:59 +00:00
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
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
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
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
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
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
Gary Palmer
bc2efc5c4d Next batch of MD5 checksum files 1995-01-04 01:44:04 +00:00