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

2827 Commits

Author SHA1 Message Date
Nick Sayer
0b04168c9b 1. Update to 1.2.2
2. Don't cd in the script, use the full path to the jar instead.

3. Remove obsolete swing library md5 entry
2000-10-06 00:06:29 +00:00
Shafeeq Sinnamohideen
0bea0ee250 Updated to use coda-5.3.9 release 2000-10-05 22:41:01 +00:00
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
3707e5b740 Implment WANT_GTK. 2000-10-05 06:47:41 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Kevin Lo
3741215a77 Fix checksum error.
PR: 21738
Submitted by: MAINTAINER
2000-10-04 15:07:03 +00:00
Kevin Lo
6f7e553a69 Update to version 1.0.28
PR: 21744
Submitted by: MAINTAINER
2000-10-04 15:03:06 +00:00
David E. O'Brien
ab851a1b55 Update to 3.0 beta 2 patchlevel 6 2000-10-04 07:41:49 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Warner Losh
61722d8b0a NEC changed the distribution without updating the filename. Bad NEC.
A diff of the original .tgz file and the new one shows that they
reformatted their copyright notice, added the year 2000 to it, removed
one file that had an identical copy of the copyright notice and
license and took the opportunity to slightly reformat the copyright
notice and license.  No code changes were in evidence by this change.

Approved by:	Mike Tancsa <mike@sentex.net>
2000-10-04 04:44:04 +00:00
Jim Mock
bfc193c376 Add WITH_GNOME knob. Bump PORTREVISION. 2000-10-03 18:35:24 +00:00
Jim Mock
183d70e56f Fix special character support (such as umlauts, etc.). Bump PORTREVISION
to 1 (I wasn't sure if it was needed or not, so I did it anyway).

Submitted by:	Robert Lillack <rob@lillack.de>
2000-10-03 17:06:28 +00:00
David E. O'Brien
b7a6c2ce97 Fix a typo I added, and remove some cruft.
Submitted by:	Cyrille Lefevre <root@gits.dyndns.org>
2000-10-03 16:01:30 +00:00
Andreas Klemm
0c072bcf7b forgotten in previous committ: new md5 checksum 2000-10-03 13:15:12 +00:00
Andreas Klemm
11b250a50b update to newest beta release 0.89
added manpage entries in Makefile

Highlights:
o OSPF neighbor is supported.
o IPv6 inteface's address information propagation bug is fixed.
o BGP's various MED comparison methods are added.
o BGP read lock problem is fixed.

Release / contribution information (I think its maybe of interest
concerning the status of zebra):

From: Kunihiro Ishiguro <kunihiro@zebra.org>
Date: Mon, 02 Oct 2000 19:46:41 -0700

I've not yet merged below contributions as of zebra-0.89:
o OSPF Demand Circuits
  K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption.
  Magnus Ahltorp <ahltorp@nada.kth.se>
These will be merged as soon as possible.
o PIM-SM
  Robert.Olsson@data.slu.se
  Jens.Laas@data.slu.se
Will be added after zebra-1.0 release.
2000-10-03 13:14:28 +00:00
Jeremy Lea
a15603906e Supply the right magic to restart samba (using etc/rc.d/samba.sh). 2000-10-03 10:09:32 +00:00
Jeremy Lea
fc55d54372 Whitespace changes. 2000-10-03 09:28:27 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777 Maintainer is now a committer, update email accordingly
Approved by: will
2000-10-03 05:12:49 +00:00
Warner Losh
ed13219d7c Kludge rearming the signal for SIGCHLD so that we can harvest the
zombies on the system.  Without this change, the socks5 daemon would
work great for a short period of time, then hang because no more
children could be created.  It appears from debugging that this is
because gravedigger was only called once.  I reestablish the signal
handler in gravedigger to force SIGCHLD to be unmasked.

A more proper fix might be to fix Signal to have multi-shot signals,
or to see what might be broken with the signal masks.  Since I'm in a
hurry and this port's daemon is broken without this, I commit this
kludge knowing that it will live approximately forever, less three
days.
2000-10-03 03:28:46 +00:00
Trevor Johnson
14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00
Kris Kennaway
41568e8406 Checksum changed - some doc changes, and at least one bugfix.
Bump PORTREVISION.
2000-10-01 23:26:56 +00:00
Kevin Lo
0a7b023799 Update to 0.1.10
PR: 21467
Submitted by: MAINTAINER
2000-10-01 15:39:38 +00:00
Kevin Lo
c78be61c3c Update to version 0.3.0
PR: 21671
Submitted by: MAINTAINER
2000-10-01 14:49:37 +00:00
David E. O'Brien
e3598f746e Use Perl's in-place editing to do the simple search and replace that the
Makefile.dist patches were doing.  This approach will reduce the patch
breakage with each new ISC-DHCP version.
2000-09-30 19:47:32 +00:00
David E. O'Brien
2809465025 Remove dependancy on he BIND8 port. Add more manpages. Update DESCR.
Tweak more Makefiles so CFLAGS are apended to, rather than overriding ours.

PR:		21632
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2000-09-30 18:42:33 +00:00
Daniel Harris
33339b777c Bump PORTREVISION. Three commits, one PR (sigh).
Submitted by:	kris
Really pointy hat:	dannyboy
2000-09-30 14:41:46 +00:00
Daniel Harris
9860cb85ee Add two PATCHFILES.
PR:		21588
Submitted by:	MAINTAINER
2000-09-30 04:04:25 +00:00
CHOI Junho
3d5ba49705 Add RESTRICTED. I have found zmodem code is not open source.
Also add it to ports/LEGAL.
2000-09-29 14:08:37 +00:00
Akinori MUSHA
2a30b0b03b Update to 0.2. 2000-09-28 18:44:14 +00:00
Neil Blakey-Milner
d7bc60459a Remove dnscache, and add djbdns, after package changed names. 2000-09-28 18:21:30 +00:00
Neil Blakey-Milner
e0b2c29572 Update to djbdns 1.02
PR:		21510
Submitted by:	Dan Peterson <danp@danp.net>
2000-09-28 18:19:06 +00:00
David E. O'Brien
fd9d272962 Update to version 3.0 Beta 2, Patchlevel l5. 2000-09-27 10:36:13 +00:00
Ade Lovett
bb11b9f529 Add NO_LATEST_LINK
Completely forgotten by:	ade
Subtly reminded by:		Ports Wraith
2000-09-26 23:13:03 +00:00
Ade Lovett
be2cada2b9 Update to 1.83, with chat feature disabled by default.
Maintainer switch from ports@FreeBSD.org

PR:		21553
Submitted by:	new maintainer <jhp@cocoja.holywar.net>
2000-09-26 14:53:16 +00:00
Ade Lovett
85abfe1718 New maintainer (from ports@FreeBSD.org).
Update to 1.5pl9 had already been carried out by foxfair

PR:		21552 (in part)
Submitted by:	new maintainer <jhp@cocoja.holywar.net>
2000-09-26 14:50:36 +00:00
Foxfair Hu
64d46dffd0 Upgrade to tintin++ v1.5.9(pl9), the lates stable version without readline
function support.
2000-09-26 10:26:33 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Kelly Yancey
34964e42e8 Update MASTER_SITES to use local distfile; apparently Lucent reverted the
copy on their FTP server to an older version. In addition, apply some Y2K
fixes I've had in my local copy since the beginning of the year. Finally,
update my e-mail address in the MAINTAINER line.
2000-09-26 07:00:49 +00:00
Ade Lovett
2e1ac8d849 Activate tintin++-devel after repo-copy from tintin++ 2000-09-25 14:43:52 +00:00
Ade Lovett
0daa66a918 Revert commit from ports/20991. net/tintin++-devel will be
taking over that role.

Requested by:	maintainer
2000-09-25 14:42:58 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Satoshi Asami
3f53f13474 Small patch to aclocal.m4 to change qt version to look for, so this
port will still find qt2 post the USE_QT2 change.

Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
2000-09-25 08:54:15 +00:00
Akinori MUSHA
ad82bf983f Add a startup script for slapd.
Approved by:	Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
2000-09-25 05:43:46 +00:00
Akinori MUSHA
a10318dfa4 Add ruby-ldap, Ruby interface to LDAP API based on RFC1823. 2000-09-24 19:40:38 +00:00
Kris Kennaway
ebc70e68e9 Upgrade to gnut 0.4.14 2000-09-24 04:06:29 +00:00
Neil Blakey-Milner
3276d4167c Update to iplog 2.2.1.
PR:		ports/21432
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> via maintainer
Approved by:	Udo Schweigert <ust@cert.siemens.de>
2000-09-23 14:59:10 +00:00
Satoshi Asami
9c21047709 You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.
(Of course, they shouldn't have been writing "qt21" explicitly in the
 first place....)
2000-09-23 08:05:59 +00:00