1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
Commit Graph

443 Commits

Author SHA1 Message Date
Satoshi Asami
a4544a7283 This port hangs during parallel package build.... 1999-04-23 11:36:51 +00:00
Marc G. Fournier
a05c0a07b8 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... 1999-04-22 00:17:18 +00:00
Michael Haro
526b853c2f upgrade dejanews to 1.2
PR:		11230
Submitted by:	Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
1999-04-20 05:46:01 +00:00
Michael Haro
b5836e35bd Split up patchfiles. Add patch from PR 9710. Update md5 file so it
no longer needs to be marked as broken.

PR:		9710
Submitted by:	Boris Staeblow <balu@dva.in-berlin.de>
1999-04-16 08:52:25 +00:00
Michael Haro
0a7e32ef96 Add p5-libwww to dependency list and remove dead MASTER_SITE.
PR:		11154
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-04-16 03:30:24 +00:00
David E. O'Brien
faee8bf89f Upgrade Styrofoam to Endemoniada 1999-04-15 05:53:44 +00:00
Justin M. Seger
4f7b912f41 Upgrade news/suck to 4.1.1
PR:		ports/11062
Submitted by:	mharo
1999-04-11 21:47:46 +00:00
Andreas Klemm
ffff0a8ff2 remove manpages from PLIST
remove one unnecessary empty line at the end of PLIST
1999-04-11 12:02:06 +00:00
Andreas Klemm
740e0ba8a7 Oops, remove manpages from PLIST as requested from Satoshi.
BTW, does somebody know, how to recover the overview database
if you use storage api ? ;-)
1999-04-11 11:19:07 +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
Andrey A. Chernov
a3a3855270 don't include realname from passwd to Sender field, can contain illegal chars 1999-04-10 13:43:53 +00:00
Justin M. Seger
7bb929a4bc If not upgrading from a previous version of Leafnode or Leafnode+,
incorrect installation instructions are displayed. This fixes that,
and makes some other minor changes.

PR:		ports/10982
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-04-07 18:21:51 +00:00
Brian Somers
c1870b7217 Remove extraneous VAR setting (forgotten from testing) 1999-04-04 22:48:29 +00:00
Steve Price
07601d1674 Update to version 2.6.
PR:		9865
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-04-03 01:01:15 +00:00
Andrey A. Chernov
89f1b34d04 restore bzip depends 1999-03-26 16:07:27 +00:00
Justin M. Seger
349428ef26 Upgrade to suck-4.1.0 1999-03-24 19:26:33 +00:00
Satoshi Asami
af958bff2d Add PKGNAME, no - allowed in version number part. 1999-03-22 11:47:34 +00:00
Brian Somers
df38b0230a leafnode-1.4 -> leafnode-1.9.2 1999-03-22 01:25:42 +00:00
Andrey A. Chernov
2c623414d3 don't depend on bzip and gmake 1999-03-20 12:41:29 +00:00
Kris Kennaway
3ed9965d47 Activate dejasearch. 1999-03-14 12:35:58 +00:00
Kris Kennaway
4fd1397773 Oops, use USE_PERL5. 1999-03-14 12:33:56 +00:00
Kris Kennaway
1968f57dcf DejaSearch is a frontend script to the DejaNews service which allows
you to submit search queries and collates the returned articles.
PR:		9992
1999-03-14 12:31:27 +00:00
David E. O'Brien
a76e3c5bb3 Upgrade to the 19990216 tin-pre 1.4 release 1999-03-02 12:02:57 +00:00
Andreas Klemm
da29c2e7a8 Step III:
remove inn2 and activate inn-stable
1999-03-01 11:59:24 +00:00
Andreas Klemm
ae7699bc5f Added COPYRIGHT file 1999-02-24 23:30:24 +00:00
Andreas Klemm
9af56cc0b3 Copyright notice added
Last changes
1999-02-24 23:27:16 +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
6a4c5a5acd correct path for rc.news $PREFIX/news/bin/rc.news
^^^^^^
1999-02-22 06:40:55 +00:00
Steve Price
7a50a29db6 Add a bunch of new patches.
PR:		10000
Submitted by:	maintainer
1999-02-22 03:56:56 +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
459ea4b311 Enable new inn2 port 1999-02-16 22:05:34 +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
Seiichirou Hiraoka
996a5f98fb Update to 1.19
patches/patch-* in this PR was miss included.
PR: ports/10043
Submitted-by: dirk.meyer@dinoex.sub.org
1999-02-12 23:23:30 +00:00
Seiichirou Hiraoka
fa82160a0d Update to 3.10.4.
PR: ports/9996
Submitted-by: kkennawa@physics.adelaide.edu.au
1999-02-12 12:06:19 +00:00
Andrey A. Chernov
e5daca6886 fix configure mistakes
use uulib
1999-02-11 11:13:54 +00:00
Matthew Hunt
f21b34b039 Correct distfile fennerage by upgrading to 4.0b70. 1999-02-09 17:48:55 +00:00
John Polstra
3da079c100 Use double quotes rather than single quotes in the pre-configure
script, so that ${PREFIX} gets replaced with its expansion.
1999-01-30 06:51:19 +00:00
Steve Price
6e72530ba3 Activate the newsfish port. 1999-01-26 03:41:06 +00:00
Steve Price
5d1d5e5efe Initial import of newsfish version 1.0.1.
A batch USENET news reader with filter capabilities.

PR:		9549
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
1999-01-26 03:39:07 +00:00
Steve Price
c91527e914 Get rid of a couple of defunct MASTER_SITES.
PR:		9620
Submitted by:	maintainer
1999-01-26 02:25:35 +00:00
Steve Price
d8d0d6f5d3 Update MASTER_SITES and checksum.
PR:		9645
Submitted by:	maintainer
1999-01-26 02:08:27 +00:00
Steve Price
9154aba3d7 Update to version 1.07. Also use ${PERL5} to find the perl binary.
PR:		9646
Submitted by:	maintainer
1999-01-26 02:07:01 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Steve Price
d548950f89 Use the version number pmapp.c since the distfile doesn't have a version.
PR:		9525
Submitted by:	maintainer
1999-01-18 02:37:39 +00:00
Steve Price
93647a73ef Honor PREFIX and install documentation.
PR:		9527
Submitted by:	maintainer
1999-01-18 02:35:15 +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