1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

36610 Commits

Author SHA1 Message Date
Kevin Lo
f2d0fe556a Upgrade to 1.1a
PR: 24209
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by: MAINTAINER
2001-01-12 15:46:03 +00:00
Kevin Lo
d104a9eda5 files/patch-Generate is no longer needed
PR: 24274
Submitted by: MAINTAINER
2001-01-12 15:40:20 +00:00
Alexander Langer
0da9215ad3 Port depends on tiff.4
Submitted by:	bento
2001-01-12 15:38:49 +00:00
Alexander Langer
1fb2b12ef6 Port needs TCL.
Submitted by:	bento
2001-01-12 15:32:28 +00:00
Alexander Langer
4e1787ab09 This port needs PGP. Add GnuPG as dependency.
Submitted by:	bento
2001-01-12 15:10:54 +00:00
Maxim Sobolev
6d8df1a5f4 Reduce default/minumal window size from 830x670 to 630x470. 2001-01-12 15:08:08 +00:00
Alexander Langer
f3fe1f940f Don't include the Rcs-id line from the to-be-patched file in the patch,
since $FreeBSD$ is expanded and the patch fails.

Submitted by:	bento
2001-01-12 14:57:40 +00:00
Maxim Sobolev
af6d08d902 Update to 0.0.10112. 2001-01-12 14:21:39 +00:00
Maxim Sobolev
ed0efa313b Fix several hardcoded paths. This should improve port's behaviour, so bump
PORTREVISION.
2001-01-12 14:20:34 +00:00
David E. O'Brien
975ccd4f0b Update to version 0.4. 2001-01-12 10:52:01 +00:00
Jeroen Ruigrok van der Werven
17301e95a2 Apply iso639 to the variable names I introduced the last few days.
Afrikaans is now ISPELL_AF, and Danish is ISPELL_DA, as per iso639.
[pointed out by markm]

Also bumped the PORTREVISION belatedly due to introducing three new
languages.
2001-01-12 07:50:49 +00:00
Peter Wemm
529787e5c4 Pass the maintainership bit to adrian (who happens to be a squid committer) 2001-01-12 06:46:04 +00:00
Akinori MUSHA
7a981c1892 Update to knu-cvsweb 1.104.1.63.
2001-01-12 08:42  knu

	* cvsweb.cgi, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd: Clean up URI parser.

	Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser.

	Requested by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

	Allow downloading a single port/pkgsrc in tarball by default.
2001-01-12 04:14:36 +00:00
Masafumi Max NAKANE
50a95b1a8c Upgrade to 2.3.2. 2001-01-12 03:01:31 +00:00
Jun Kuriyama
66e5f4287d Add 3 "@unexec rmdir"s.
Reported by:	bento
2001-01-12 02:06:40 +00:00
Jun Kuriyama
72b30e7f2a Add 2 "@unexec rmdir"s.
Reported by:	bento
2001-01-12 02:05:06 +00:00
Jean-Marc Zucconi
2788e4c947 Add 2 extra files in plist; remove all @exec/@unexec lines and replace them
by the list of files (pkg_* programs have no problem with symlinks)
2001-01-12 01:53:02 +00:00
Jun Kuriyama
f5e9c0eef8 Add @unexec rmdir.
Reported by:	bento
2001-01-12 01:49:54 +00:00
Jun Kuriyama
b3b982ba9c Add dependencies on p5-URI and p5-HTML-Parser.
Found by:	bento
2001-01-12 01:47:44 +00:00
Jun Kuriyama
46b53beed9 Unbreak and upgrade to 3.1.0.
Use PERL_CONFIGURE and "make test" friendly.
2001-01-12 01:32:54 +00:00
Bill Fenner
f88da33da2 Update distfile location. 2001-01-12 01:32:05 +00:00
Masafumi Max NAKANE
574ff2689b Upgrade to 3.0.70. 2001-01-12 00:52:22 +00:00
Jun Kuriyama
1be3b796ff Add @unexec rmdir.
Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net> (maintainer)
PR:		ports/24241
2001-01-12 00:14:36 +00:00
Jean-Marc Zucconi
8400046413 Dont make 'World' with the -k flag. I want the compilation to stop as soon
as an error is encountered rather than at the make install phase.
2001-01-11 23:18:44 +00:00
Dima Ruban
e40294f732 Fix typo @{$SED} -> @${SED}
Submitted by:	rich@math.missouri.edu
2001-01-11 22:19:38 +00:00
Andreas Klemm
6e2dbdc869 upgrade to new zebra version 0.90
- removed PORTREVISION (new version)
- new configure script: dialog menue allows you to set different zebra
  compile time options (if ! BATCH), currently supported:
  --with-libpam         = enable PAM authentication for vtysh
  --enable-nssa         = enable OSPF NSSA
  --enable-snmp         = enable SNMP support
- please note: port compiles fine when all options are set, but
  functionality has not been tested by me.
- silence portlint, trim pkg-comment to <=70 columns
- remove unneeded patch patch, 0.90 now contains fix for memory leak
- cosmetic: add patch for Makefile.in (don't link with -g)
- portlint: o.k.

In this BETA --enable-unixdomain and --enable-newrib became default !
To get old implementation back use the following configure options:
--enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
--enable-oldrib    # Turn on old RIB implementation.
Note: I didn't add these options to configure script, so that people
      don't choose the wrong thing !

Some milestones of this release (see file NEWS for complete list):
- access-lists can have remarks
- memory leak with access-list and prefix-list name fixed
- UNIX domain socket server of zebra protocol is added
- PointoPoint interface network bug fixed
- Metric value is reflected to kernel routing table
- New RIB implementation has been added:
- BGP passive peer support problem is fixed
- Redistributed IGP nexthop is passed to BGP nexthop
- Fix bug of holdtimer is not reset when bgp cleared
- BGP-MIB implementation is finished
- When BGP connection comes from unconfigured IP address, close socket
  immediately.
- BGP flap dampening feature is added
* RIP
- Fix bug of refreshing default route
* OSPF
- Fix bug of Hello packet's option is not properly set when interface comes up
- Reduce unconditional logging
- New command for virtual-link configuration
- Memory leak related classfull network generation is fixed
2001-01-11 21:45:05 +00:00
Akinori MUSHA
070b9cadbc Update to 0.1.2. 2001-01-11 20:39:53 +00:00
Akinori MUSHA
a047053c55 Update to knu-cvsweb 1.104.1.62.
2001-01-12 03:17  knu

	* cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
	`uname`.

	Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-01-11 18:20:24 +00:00
Trevor Johnson
dba2d499c1 Update opmixer to 0.55. This version mentions the license, so it
does not need to be restricted (I meant to have a RESTRICTED line
before, but forgot).  Remove it from ports/legal.  Add MASTER_SITE_LOCAL
because the real master site seems to be offline most of the time.
2001-01-11 18:10:49 +00:00
Roger Hardiman
6fb976323b Upgrade from to version 0.9a3.m09 2001-01-11 17:15:45 +00:00
Ade Lovett
3c000e6a29 Update to 1.8.11 2001-01-11 16:45:02 +00:00
Kevin Lo
a2bdd04a6f Update to 1.06
PR: 24247
Submitted by: MAINTAINER
2001-01-11 16:12:29 +00:00
Kevin Lo
ce1bef48cc Upgrade to 0.3.5
PR: 24245
Submitted by: MAINTAINER
2001-01-11 16:08:22 +00:00
Kevin Lo
4c2e95dd97 Update to 2.04
PR: 24244
Submitted by: MAINTAINER
2001-01-11 16:01:59 +00:00
Kevin Lo
af48bd5ff7 Update to 2.14
PR: 24243
Submitted by: MAINTAINER
2001-01-11 15:57:37 +00:00
Kevin Lo
1363f0f74c Upgrade to 1.04.03b
PR: 24242
Submitted by: MAINTAINER
2001-01-11 15:54:05 +00:00
Jim Mock
75cba1c7de Update to 1.6.3. 2001-01-11 15:50:04 +00:00
Chris D. Faulhaber
b65ec87afa Mark as FORBIDDEN due to back door
Submitted by:	CERT advisory CA-2001-01
2001-01-11 15:21:56 +00:00
Akinori MUSHA
491ee08e1a Set DIST_SUBDIR to "vje30" to cooperate with japanese/vje30. 2001-01-11 15:02:28 +00:00
Akinori MUSHA
e8a49fd3ff Applying the patch posted on unix-ml@vacs.co.jp mailing list by
Hiroyuki Aizu <aizu@jaist.ac.jp>, build `vje' executable from the
source.

This should finally fix the memory leakage problem that has been
reported by many users. :)
2001-01-11 12:52:12 +00:00
Maxim Sobolev
ef3541be00 Update to 0.8.4. 2001-01-11 09:02:30 +00:00
Bill Fumerola
d83930aac9 Update to 1.6.4 2001-01-11 07:59:56 +00:00
Steve Price
ef77816e02 Update to version 5.2.7.
PR:		24094
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-11 05:19:46 +00:00
Greg Lehey
9616b3620e Correct names of some executables.
Add a bare-bones document (gmat.sgm) describing how to use gmat.
Catch 22: to read this, you need to format it with gmat.  To format it
with gmat, you need first to read it.
2001-01-11 03:42:48 +00:00
Akinori MUSHA
d7d50312b5 Update to knu-cvsweb 1.104.1.61.
2001-01-11 11:00  knu

	* cvsweb.cgi, cvsweb.conf: Oops.

2001-01-11 10:52  knu

	* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
	zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
	with the block size, which is just garbage for a receiver.

	Noted by:	Katsuyuki Komatsu <komatsu@sarion.co.jp>

	Have $uname variable to hold the OS implementation name.

	Move %CMD's initialization part to the beginning of cvsweb.conf so
	it can use $uname and configure properly for the OS.

	Wrap FreeBSD or OpenBSD specific features in conditional blocks
	using $uname.

	Fix some open() calls in good manners.
2001-01-11 03:41:57 +00:00
Greg Lehey
27a740e0af Add more dependencies (ghostview, DocBook 3.1)
Add longer descriptions.
2001-01-11 03:37:02 +00:00
David E. O'Brien
8c1558cbbc Install fixed up BSD headers that are palatable to the Compaq CC.
Make the include directory search path match what exists.
Make the lib directory search path match what exists.

Submitted by:	gallatin (partially)
2001-01-11 02:55:55 +00:00
Jun Kuriyama
832998939f Fix argument order of FreeBSD specific configuration. 2001-01-11 01:54:36 +00:00
Trevor Johnson
60aa694e5f Update to 1.1.2.
Submitted by:		Joseph Scott <joseph@randomnetworks.com>
2001-01-11 01:35:35 +00:00
Trevor Johnson
ac6956550b Bump PORTREVISION for the name change to gpatch. 2001-01-11 01:22:11 +00:00