Commit Graph

9 Commits

Author SHA1 Message Date
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +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
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Sergey A. Osokin
942c5b1b4c - Add dependency on devel/libltdl forgotten by ade
- Do not explicitly add --disable-ltdl-install to CONFIGURE_ARGS as configure DTRT now
- Add optional dependency on devel/fam
- Sort pkg-plist
- Bump PORTREVISION

Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR:		58005
2003-10-14 14:39:55 +00:00
Ade Lovett
22f2d92343 Remove use/install of embedded libltdl, using devel/libltdl instead.
Port seems to be broken either way, though:

  ===>  Building for posadis-0.60.1_1
  make: don't know how to make all. Stop

An empty Makefile is generated.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-13 20:36:36 +00:00
Kirill Ponomarev
005437f6be - Update to 0.60.1
- Add missing dependency on poslib

PR:		57719
Submitted by:	maintainer
2003-10-09 12:29:20 +00:00
Edwin Groothuis
fa1ac61168 Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 04:54:37 +00:00
Edwin Groothuis
670cf0c020 net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server
	implementation being actively developed at SourceForge.

	Posadis is a DNS server project with the goal to create a
	free, reliable, portable, fast, lightweight, easy to use,
	standards compliant, and functionally complete, Domain Name
	System server implementation.

PR:		ports/48872
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-04-01 02:38:25 +00:00