1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

37750 Commits

Author SHA1 Message Date
Jun Kuriyama
57bbbd361d Treat shlib number and libtool as our way.
Approved by:	maintainer
2001-02-08 02:39:58 +00:00
Ade Lovett
d45a2548be Update to 0.35 2001-02-08 00:21:54 +00:00
Jean-Marc Zucconi
25db1e389f Honor $(PREFIX) for include files. 2001-02-07 23:34:54 +00:00
Jean-Marc Zucconi
e5711333c5 Upgrade to version 2.11.2
Update MASTER_SITES
2001-02-07 23:34:20 +00:00
Dirk Froemberg
840aec531e Install mysql-client.sh as 00mysql-client.sh so the included
ldconfig is run earlier.

PR:		ports/24924
Submitted by:	jeh
2001-02-07 23:02:26 +00:00
Mikhail Teterin
23ec0ac52e Commited, thanks.
PR:		ports/24506
Submitted by:	mi
2001-02-07 23:00:00 +00:00
Akinori MUSHA
a5755c0ac0 Add ruby-reference, Ruby Class and Module Reference, in HTML format.
This really is a great work.  Every Ruby user should have this
installed to help them hack Ruby. :)
2001-02-07 22:51:54 +00:00
Mikhail Teterin
5bb98992bf This should remove the problems of using various make-targets before
installing the TCL port, which is required to install and use this
one, but is not required for some of the other bsd.ports.mk targets.
2001-02-07 22:45:36 +00:00
Mikhail Teterin
cf390065f5 Bring to the latest version. Link all of the little external libraries
needed by the tclhttpd into one file. I submitted this back in December,
but nobody cared since. Now I can commit this myself :)

PR:		ports/23310
Submitted by:	mi
2001-02-07 22:36:13 +00:00
Akinori MUSHA
09be483e35 Clean up more.. 2001-02-07 22:15:13 +00:00
Akinori MUSHA
90b304e8f7 Clean up. 2001-02-07 22:12:20 +00:00
Maxim Sobolev
66d3ee50ec Unmark as BROKEN. Will recently reenabled qtgl extension in the qt22 port. 2001-02-07 20:56:21 +00:00
David E. O'Brien
e4e109fdf7 Update to the 6.2.9.506-1 of the Compaq Alpha C compiler. 2001-02-07 20:53:43 +00:00
Kenneth D. Merry
2f23784cc1 Add a couple of fixes for compiler warnings from PR 23755, which also
addresses the core dump problem I fixed in the last version of this patch.

PR:		ports/23755
Submitted by:	Kentaro Inagaki <inagaki@tg.rim.or.jp>
2001-02-07 20:35:55 +00:00
Doug Barton
53414b33c4 I knew I forgot something... the patch is reported to substantially
improve the resistance to DOS, so this is worth a portrevision bump.
2001-02-07 20:34:50 +00:00
Kris Kennaway
d8f67662da Fix overflows and bump PORTREVISION.
Reviewed by:	jedgar
2001-02-07 20:33:48 +00:00
Kenneth D. Merry
664211684a Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about two
months.)

The problem is in resolve_extension().  strncpy() will only null-terminate
the destination string if it has enough room, according to the given
length.

In this implementation, there will never be enough room to null-terminate
the string, from what I can tell.  So if the memory in 'tmpstr' contains
non-nulls, you'll get a core-dump in the subsequent strcat().
2001-02-07 20:19:53 +00:00
Akinori MUSHA
5f46ac1988 Add ruby-libglade, a wrapper library of libglade for Ruby. 2001-02-07 20:00:57 +00:00
Akinori MUSHA
fc8e4f049f Update MASTER_SITES.
Noticed by:	fenner's portsurvey
2001-02-07 19:26:42 +00:00
Akinori MUSHA
c97460e880 Update MASTER_SITES and WWW.
Noticed by:	fenner's portsurvey
2001-02-07 19:14:19 +00:00
Akinori MUSHA
29e7b5e5c1 Update the English version to 20010131.
De-slave japanese/ruby-usersguide since the differences between two
has grown bigger.
2001-02-07 19:11:03 +00:00
Andrey A. Chernov
93277a0513 Upgrade to 5.42 2001-02-07 18:48:58 +00:00
Maxim Sobolev
7b845747c7 Home page has been moved.
Submitted by:	fenner's distfiles survey
2001-02-07 18:30:01 +00:00
Chris D. Faulhaber
41ffcfb70e Use mkstemp() instead of tempnam() 2001-02-07 18:27:06 +00:00
Chris D. Faulhaber
6abf0ab008 Update port to 1.14 2001-02-07 18:26:11 +00:00
Akinori MUSHA
e7cb00253d Upgrade with Amos Gouaux's version of the Syslog module which was
recently registered on Ruby Application Archive.
2001-02-07 18:17:57 +00:00
Ade Lovett
3a976e9d1b Gah. Fix pkg-descr to point to the new location, too, along with a
few other cleanups.
2001-02-07 18:17:36 +00:00
Ade Lovett
16b74b4839 MASTER_SITE moved.
Submitted by:	distfile survey
2001-02-07 18:13:52 +00:00
Akinori MUSHA
ef7bd45d50 Update MASTER_SITES and WWW.
Noticed by:	fenner's portsurvey
2001-02-07 18:09:55 +00:00
Jeroen Ruigrok van der Werven
d233a797a8 Update epic4 to 0.9.16:
* Try to add some stuff that helps epic cope with server disconnections
* better.
* Add /on error, hooks on an irc protocol ERROR message.
* Fix window.c:get_boolean(), passing unitialized 'newval' integer.
* Fix path_search() to not blithely assume path != NULL (whitedragon)
* New version of the 'hybrid6' script, from is.
* Axe the broken "input_timeout" feature that hasn't worked in 6 years.
* Add, but #ifdef'd out, a delayed-free mechanism -- strictly
* experimental.
* Add the /defer command, to perform dangerous operations when it's
* safe.
* Many changes from robohak to fix /on channel_* bogons I introduced.
* ;-)
* Lice should now work again with 0.9.16.

Submitted by:	MAINTAINER (Anders Andersson <anders@codefactory.se>)
2001-02-07 15:33:40 +00:00
Maxim Sobolev
5449161a2c Update to 200101251009. 2001-02-07 15:15:07 +00:00
David E. O'Brien
bb9b725c29 Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
David E. O'Brien
410e37c2c2 The notes.html documentation file changed. 2001-02-07 14:32:27 +00:00
Maxim Sobolev
f36ad2e384 Update to 0.0.10207. 2001-02-07 13:56:49 +00:00
Doug Barton
e77ea8ac3f Major overhaul, including an updated man/plist, patching the man pages
to make the location of etc/ files prefix-safe. Install a sample
rndc.conf file. Since rndc won't start without one the user should have
an example to work from. Add the installation of various docs wrapped
in a NOPORTDOCS test.

Last but not least, add a patch that turns off the debugging code ISC
left on by default. This should help solve the problems with
misbehaving assert's, related to nmap and other causes.
2001-02-07 12:36:27 +00:00
Maxim Sobolev
b188ac4586 Update to 1.1.1. 2001-02-07 12:30:13 +00:00
David E. O'Brien
a4936ec170 teTeX Vietnamese language + font support 2001-02-07 11:34:36 +00:00
Maxim Sobolev
26787fb1d6 Correct message wordng.
Prompted by:	Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
2001-02-07 08:06:13 +00:00
Akinori MUSHA
421c3d766d Update to 0.6.2. 2001-02-07 07:34:05 +00:00
Akinori MUSHA
1ea4811e3c Update to 0.4.4. 2001-02-07 06:50:35 +00:00
Akinori MUSHA
d55947f311 Add ruby-qt2gl, Qt2 GL extension for Ruby. 2001-02-07 06:37:01 +00:00
Akinori MUSHA
1f2963d9ed Replace /usr/X11 in qt2.rb with ${X11BASE}. This was somehow dropped
in one of the previous updates.
2001-02-07 06:33:32 +00:00
Akinori MUSHA
687834ccf7 ruby-qt2 itself shouldn't really require Mesa. It will be required by
the forthcoming ruby-qt2gl.
2001-02-07 06:21:21 +00:00
Joseph Koshy
d1adf71b54 Add x11-toolkits/blt as a dependency to the Pmw port.
Reviewed by:	tg (MAINTAINER)
2001-02-07 04:37:53 +00:00
Dirk Froemberg
4dc0a9162d Add YP support. 2001-02-06 22:28:00 +00:00
Dirk Froemberg
480809e4bd Add support for YP and BCMath.
Submitted by:	Marius Strom <marius@marius.org>
2001-02-06 22:26:23 +00:00
Archie Cobbs
2a07ab6ab5 Be sure to recompute m->m_pkthdr.len after encrypting packet.
PR:		ports/24723
2001-02-06 18:43:21 +00:00
Archie Cobbs
a63c3f332c Put back together a line that somehow got split in two. 2001-02-06 18:07:28 +00:00
Bruce A. Mah
e878c1beb3 Update net/pchar port.
pchar changes:  Update to 1.3.1, adding new analysis algorithms and
network probe types, an option to set the outgoing interface of probe
packets, and a new "tiny traceroute" mode.

Port-related changes:  patch-pchar.8 folded into distribution, thus
no longer required.  Take over the port since I'm the developer of
the original software.

Approved by:	obrien (original maintainer)
2001-02-06 17:47:14 +00:00
Munechika SUMIKAWA
7db017ce32 Upgrade to 1.3.17. 2001-02-06 17:34:32 +00:00