Patrick Li
bf8e7c3818
Fix problem where file names get transformed
...
Submitted by: maintainer
2002-02-13 05:28:02 +00:00
Ade Lovett
90be146649
Add OpenLDAP2 support if WITH_LDAP is defined - this is a candidate for
...
turning into a WITHOUT_LDAP switch to abide by accepted GNOME bloatware
standards.
PR: 32838
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-13 05:03:22 +00:00
Ade Lovett
1d25b2294b
Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h
...
references to stdlib.h
PR: 34652
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-13 04:57:17 +00:00
Akinori MUSHA
1bd1769c7a
Update to 0.3 and make this module really work. Try the newly added
...
examples and enjoy.
2002-02-13 04:49:07 +00:00
Ade Lovett
546a2d6187
Update to 1.3.1
...
PR: 34697
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> (patch)
John Merryweather Cooper <john_m_cooper@yahoo.com> (bzip2)
2002-02-13 04:46:10 +00:00
Patrick Li
11074b85c8
- Fix mail spool directory path
...
- Bump PORTREVISION
PR: 34833, 34585
Submitted by: Dominik Brettnacher <domi@saargate.de>,
Andrey V. Pevnev <andrey@mgul.ac.ru>
2002-02-13 04:44:25 +00:00
Ade Lovett
e8ff45fadb
Update to 0.8.10p1
...
PR: 34490
Submitted by: maintainer
2002-02-13 04:44:23 +00:00
Ade Lovett
2641883c38
Add verbiage to pkg-message giving better instructions on how to enable
...
the AbiWord fonts and have a much more pleasant experience.
PR: 30912
Submitted by: Marco Molteni <molter@tin.it>
2002-02-13 04:04:56 +00:00
Dirk Meyer
9aa2e96d16
Broken is removed, Package will display the message.
...
---------------------------------------------------
To run this licq with qt and Xfree86 4.x.x
you must start it with "licq -- -noxim"
---------------------------------------------------
Problem analysed by Andriy Gapon.
PR: 34534
2002-02-13 04:00:56 +00:00
Akinori MUSHA
03a588a8cd
Repack 20020213 to slide the following change in.
...
- Make the experimental feature easier to try out. Allow defining
ENV['PKG_DBDRIVER'] in pkgtools.conf.
<ja>Irekaeru nara ima no uchi.. ;)</ja>
2002-02-13 03:48:20 +00:00
Patrick Li
630e07040e
Update to 1.3.27.j2
...
PR: 34836
Submitted by: maintainer
2002-02-13 03:30:10 +00:00
Kevin Lo
c84c3e0fad
Fix dependencies: xerces -> xerces-j
...
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
2002-02-13 03:25:30 +00:00
Patrick Li
67c0d2c934
- Fix finding the DocumentRoot value in script since it is in quotes
...
- Bump PORTREVISION
PR: 34890
Submitted by: maintainer
2002-02-13 03:21:59 +00:00
Patrick Li
c5d93040b7
Update to 373
...
PR: 34892
Submitted by: Jason Harris <jharris@widomaker.com>
2002-02-13 03:17:53 +00:00
Akinori MUSHA
80c012f48e
Update to 20020213.
...
pkgdb(1):
- Set the default answer to no when a score is under 80%.
pkgdb(1), portupgrade(1):
- Add a BUGS entry to each of the two man pages to note that a user
must run pkgdb -fu to rebuild a corrupt pkgdb.
pkgdb(3):
- Add a silly workaround against a possible bug of the dbm module to
keep a pkgdb from getting insane and rebuilt.
- [exp.] Add a knob environment variable PKG_DBDRIVER to specify an
alternative binary database format for pkgdb. The available options
are:
"bdb_btree":
DB 3.x/4.x B+tree; requires databases/ruby-bdb.
"bdb_hash" or just "bdb":
DB 3.x/4.x hash; requires databases/ruby-bdb.
"bdb1_btree" or just "btree":
DB 1.85 B+tree; requires databases/ruby-bdb1.
"bdb1_hash", or just "bdb1" or "hash":
DB 1.85 hash; requires databases/ruby-bdb1. This should be
equivalent to the default except some tuning parameters, but
it is quite possible that ruby-bdb1 is stabler than the
standard dbm module included in ruby.
default:
DB 1.85 hash; uses ruby's standard dbm module.
In principle, a B+tree database is faster to store data, a little
bit slower to extract data, and takes more space than a hash
database.
This is still an experimental/undocumented feature only for those
interested, although I don't believe it brings any unstability.
Note that you can always run pkgdb -fu to rebuild a database.
portcvsweb(1):
- Invoke browsers with system() instead of exec() so that it will
properly try every browser in turn - exec('/bin/sh', '-c', '..') may
cause an error within /bin/sh but it never returns.
Reported by: Jimmy Olgeni <olgeni@FreeBSD.org>
portsclean(1):
- Make portsclean -D remove empty directories (recursively) as well.
2002-02-13 03:06:05 +00:00
Patrick Li
719fbd8399
- Install documentation
...
- Update WWW:
PR: 34889
Submitted by: maintainer
2002-02-13 02:54:31 +00:00
Akinori MUSHA
6b4ac010d7
Build a module with a correct combination of headers and library on a
...
system where db3 and db4 are both installed.
For those who have built dysfunctional modules, bump the PORTREVISION.
2002-02-13 02:38:18 +00:00
Patrick Li
fcf4b329bb
Update to 1.8.18
...
PR: 34882
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Approved by: maintainer
2002-02-13 02:13:06 +00:00
Ade Lovett
21cb270f57
Fixing packaging error (non-existent file)
...
Found by: little script trying to make controlcenter and
xscreensaver work nicely together :)
2002-02-13 01:50:27 +00:00
MANTANI Nobutaka
b6e55fd20c
Fix build error on the Alpha platform.
...
PR: 34888
Submitted by: Matthew Luckie <kluckie@ihug.co.nz>
2002-02-13 00:32:33 +00:00
Daniel Eischen
55343ff4ae
Add a patch to replace tmpnam with mkstemp.
...
Submitted by: Samuel Tardieu <sam@ada.eu.org>
2002-02-12 23:43:24 +00:00
Anders Nordby
bf4bc8c5de
Update dante to version 1.1.12-pre1.
...
Reclaim maintainership.
2002-02-12 23:31:47 +00:00
Ade Lovett
eb35f6ef56
Update to 0.15, and forcibly use converters/libiconv (in particular giconv).
...
Requested by: roger (on gnome list)
Reviewed by: sobomax (on gnome list)
2002-02-12 23:25:33 +00:00
Maxim Sobolev
bb9bb9d9f5
Add optional GNOME support (forcefully turned on on bento). This adds more
...
GNOMish look-n-feel, gnomeprint support and other goodies.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-12 23:17:36 +00:00
David W. Chapman Jr.
58c1f4c2b6
Don't use warnings
...
BUMP PORTREVISION
PR: 34867
Submitted by: ports@geeksrus.net
2002-02-12 22:58:59 +00:00
Ade Lovett
d2f0675271
Update to 0.4.1
2002-02-12 22:39:08 +00:00
Dirk Froemberg
8c5cc7474e
Give maintainership to znerd who already maintains jakarta-tomcat.
2002-02-12 22:25:18 +00:00
Ade Lovett
b15651214d
Update to 0.4.11
2002-02-12 22:16:30 +00:00
David W. Chapman Jr.
a5c3fceedd
Update to alpha15
2002-02-12 21:48:56 +00:00
Patrick Li
d29122cfc8
Update to 0.3.0
...
PR: 34869
Submitted by: maintainer
2002-02-12 21:36:07 +00:00
Ade Lovett
14f1bab6e9
Update to 0.11.2, use MASTER_SITE_GNOME as primary location as part of
...
an ongoing attempt to ensure that ports in the GNOME metaports use
distfiles from the GNOME FTP sites for maximum (alleged :) compatibility.
2002-02-12 21:08:18 +00:00
Patrick Li
1533fedae4
Update to 0.3.5
2002-02-12 20:48:40 +00:00
Ade Lovett
3d81e8d430
The embedded mozilla component now appears to work with mozilla-0.9.8
...
(it was broken with 0.9.7)
2002-02-12 19:31:20 +00:00
Maxim Sobolev
fe1e4525a0
Update to 1.4.0.4.
2002-02-12 17:48:20 +00:00
David E. O'Brien
4ea01ba363
fix byteorder -- tcplist -n returns the IP address in network order
...
instead of host order.
PR: 34873
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-02-12 15:31:41 +00:00
Maxim Sobolev
4c2d970b9a
Update to 1.3.13.
2002-02-12 14:17:06 +00:00
Maxim Sobolev
7ff087dd4d
Add libIDL 0.7.3, a library for creating trees of CORBA Interface Definition
...
Language files.
2002-02-12 13:37:38 +00:00
Johann Visagie
a918fa6f04
- Change name of distribution tarball.
2002-02-12 13:37:09 +00:00
Maxim Sobolev
38fa0cf06d
Fix WWW.
2002-02-12 13:26:37 +00:00
Maxim Sobolev
da9abcb0d6
Add linc 0.1.16, a library for writing networked servers & clients.
2002-02-12 13:12:30 +00:00
Dirk Froemberg
bf1ea36835
Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh)
...
Submitted by: Jens Trzaska <j_trzaska@gmx.net>
2002-02-12 11:39:26 +00:00
Dmitry Sivachenko
6332bb537f
Enable TCL support.
2002-02-12 10:55:27 +00:00
Pete Fritchman
928adc0552
Update to 0.33
...
PR: 34865
Submitted by: maintainer
2002-02-12 09:34:06 +00:00
Yoichi NAKAYAMA
2df00ec11c
Update to 1.4.6.
2002-02-12 09:26:59 +00:00
Akinori MUSHA
f64fedc24d
Update lang/ruby-devel to the latest snapshot as of 2002-02-10.
2002-02-12 09:23:06 +00:00
Maxim Sobolev
71d5cfb5fe
Comment out DIST_SUBDIR=gnome pending next version update.
2002-02-12 09:21:26 +00:00
Maxim Sobolev
4e6196facf
Update to 0.10.
2002-02-12 09:08:42 +00:00
Maxim Sobolev
e58987e6a3
- Update to 0.24 - the version shipped with the GNOME2 alpha 2;
...
- swhich to .bz2 distfile;
- move distfile into gnome2 DIST_SUBDIR.
2002-02-12 09:01:09 +00:00
Trevor Johnson
7e68bdc1e9
Change maintainer's address for some ports forgotten in PR 34866.
2002-02-12 08:42:32 +00:00
Maxim Sobolev
9bdd291fb0
Comment out DIST_SUBDIR=gnome pending next version update.
2002-02-12 08:34:45 +00:00