Commit Graph

700 Commits

Author SHA1 Message Date
Doug Barton
e07b5e38d2 Argh. Fix plist by not clobbering PLIST_SUB. 2004-03-21 07:40:45 +00:00
Doug Barton
71405bf674 Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicit
variable for replacing includes as well. Users who replaced the base
BIND and then attempted to compile other software with -D_REENTRANT
were having problems because netdb.h has a different definition for
h_errno.

The idea of replacing includes originated with users who wanted to
compile apps against the libbind installed by the port, however those
"power users" can either add the switch to replace includes, or modify
their own includes slightly to use the "safe" location for the port
include files (PREFIX/include/bind).

The PR mentions the problem, along with a cast of thousands. :)

Other tuneups for the port are just portlint appeasements.

PR:		ports/64449
Submitted by:	eik
2004-03-20 22:16:03 +00:00
Dirk Meyer
6251752627 - change default LDAP_PORT to 2.1 2004-03-20 20:37:36 +00:00
Trevor Johnson
488e7fe939 Add size data, approved by maintainers. 2004-03-19 01:51:15 +00:00
Kirill Ponomarev
7e6b0aeaaa - Cosmetic changes 2004-03-18 23:03:09 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Jacques Vidrine
da5243d880 Add SIZE.
Submitted by:	trevor
2004-03-18 14:46:23 +00:00
Munechika SUMIKAWA
ae56725187 Add SIZE.
Submitted by:	trevor
2004-03-18 10:59:01 +00:00
Kirill Ponomarev
7b41c6545c - Update to version 2.5
PR:		ports/64407
Submitted by:	maintainer
2004-03-18 09:16:01 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Dirk Meyer
0dbaf9bc90 - add SIZE
Submitted by:	trevor
2004-03-18 04:28:29 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Bill Fumerola
ef78fdf6ad this perl module creates/parses 'dynamic' updates, not 'dymanic' ones. 2004-03-17 00:36:11 +00:00
Doug Barton
23f07f556e DISTNAME is a slightly less painful way of dealing with wacky
version numbers.
2004-03-14 23:06:52 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Doug Barton
eade3ab710 Now that the SIZE thing has stabilized, add it to the ports I maintain. 2004-03-14 00:17:57 +00:00
Doug Barton
5ac398ba00 Update to 0.46, which has better IPv6 reverse DNS handling, and
all known 'taint mode' problems fixed.

PR:		ports/63841
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-03-14 00:09:04 +00:00
Alex Dupre
f6a3975985 Update to 0.10.3 release. 2004-03-12 22:20:53 +00:00
Edwin Groothuis
91256c15ab Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change

The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.

Submitted by:	Roman Shterenzon <romanbsd@yahoo.com>
2004-03-12 00:32:23 +00:00
Kirill Ponomarev
4af832000b - Fix build on 4.x
Noticed by:	bento via kris
2004-03-11 12:01:00 +00:00
Peter Pentchev
8e20c4dd05 Add Russ Nelson's ignoreip2 patch [1][2].
Add distribution site grouping for all the patches [1].

PR:		56951 [1], 64062 [2].
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz> [1],
		Thomas Vogt <thomas@bsdunix.ch> [2]
2004-03-11 07:45:27 +00:00
Kirill Ponomarev
c4074fd782 - Update to version 0.4.1 2004-03-09 09:46:58 +00:00
Mark Linimon
5a2f005719 Mark as DEPRECATED, per maintainer. The corresponding server software
has been switched to an incompatible protocol.  The port will be removed
in one month unless someone objects.
2004-03-08 05:17:16 +00:00
Pav Lucistnik
7a59b9247f - Add WITH_SQLITE knob to enable SQLite backend
PR:		ports/63817
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-06 12:44:50 +00:00
Kris Kennaway
ea11ccf49e Fix checksum mismatch by adding html docs to IGNOREFILES. 2004-03-06 11:33:55 +00:00
Kirill Ponomarev
364d3f74cd - Mark BROKEN: Checksum mismatch
- Maintainer informed
2004-03-04 08:47:58 +00:00
Pav Lucistnik
e8bb7e6833 - Some small fixes to startup-script (fixed by Dirk Meyer and Ralf vd Enden).
- $PREFIX no longer hardcoded (fixed by Dirk Meyer).
- Pet portlint a bit

PR:		ports/63530
Submitted by:	maintainer
2004-03-02 19:27:59 +00:00
Pav Lucistnik
651411a118 Add crossip, a Cross Platform DNS update client, written in java. CrossIP uses the
ThatIP protocol version 1.1 to send DNS update requests.  It manages DNS
records, update history, and allows for per record configuration.  It also
includes a wizard for generation of configuration files.

PR:		ports/62760
Submitted by:	Dan Smith <dan@algenta.com>
2004-03-02 17:17:21 +00:00
Pav Lucistnik
1897b2fe65 - Update to 2.9.16
PR:		ports/63530
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-01 09:57:34 +00:00
Kirill Ponomarev
0f411bc34d - Update to version 0.4.0 2004-02-29 14:29:31 +00:00
Pav Lucistnik
605eb95c62 - Add sample startup script
PR:		ports/62344
Submitted by:	maintainer
2004-02-28 20:03:50 +00:00
Dirk Meyer
c632a7f258 - fix MASTER_SITE_SUBDIR
Reported by: Nicolas Strina
Suggested by:
2004-02-23 20:02:11 +00:00
Kris Kennaway
1229221cf3 BROKEN on alpha 5.x: does not compile 2004-02-23 05:42:31 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Kris Kennaway
805608ac9a Don my portmgr hat and return dirk@FreeBSD.org's ports back to the
unmaintained pool.  He has not committed in over a year and has been
unresponsive to emails over a similar time period.
2004-02-22 01:40:47 +00:00
Kris Kennaway
ff3a9599f0 BROKEN: Unfetchable 2004-02-16 08:59:34 +00:00
Dirk Meyer
18f2f42c17 - fix last commit. 2004-02-14 18:14:54 +00:00
Dirk Meyer
11c8d4ba5c - add support for BerkleyDB42
Submitted by:	Michael Schout
2004-02-14 18:14:26 +00:00
Pav Lucistnik
c0215b5087 - Update to 1.1.10
PR:		ports/62666
Submitted by:	hrs
Approved by:	maintainer
2004-02-12 14:01:02 +00:00
Alex Dupre
9c902952a6 Update to 0.10.2 release.
Submitted by:	Liam J. Foy <liamfoy@sepulcrum.org>
Approved by:	nork (mentor/implicitly)
2004-02-11 22:35:34 +00:00
Kirill Ponomarev
27bfb5725e - Fix build on AMD64
Approved by:	maintainer informed
2004-02-09 18:48:54 +00:00
Sergey Skvortsov
dc86deae89 Updated to 0.97 2004-02-09 10:30:21 +00:00
Doug Barton
af7eeffdf1 Upgrade to 0.45. This version has major speed enhancements,
better handling of classes, and other cleanups.
2004-02-08 08:06:00 +00:00
Doug Barton
5d67613a02 Upgrade to 8.4.4, which fixes the nasty bugs from previous versions. 2004-02-08 05:46:24 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Clement Laforet
3b8591d72d - SIZEify distinfo 2004-02-07 17:16:21 +00:00
Clement Laforet
d898766515 - Drop maintainership
- SIZEify distinfo
2004-02-07 16:57:28 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00