summaryrefslogtreecommitdiff
path: root/dns/posadis/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak dns/posadis and its dependency devel/poslibSergei Kolobov2004-10-111-1/+2
| | | | | | | | | | with the new PTHREAD_LIBS in 5.x and -CURRENT by changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER (this also removes .la files) - Bump PORTREVISION due to changed packages Suggested by: marcus Approved by: portmgr (marcus)
* - Unbreak dns/posadis build under 5.x and -CURRENTSergei Kolobov2004-10-061-15/+8
| | | | | | | | | by upgrading to the latest version (0.60.5) - Update its dependency devel/poslib to 1.0.5 (prerequisite) PR: ports/72308 Submitted by: sergei Approved by: portsmgr (will)
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+3
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | Approved by: krion
* - Add dependency on devel/libltdl forgotten by adeSergey A. Osokin2003-10-141-4/+14
| | | | | | | | | | - 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
* Remove use/install of embedded libltdl, using devel/libltdl instead.Ade Lovett2003-10-131-2/+4
| | | | | | | | | | | 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>
* - Update to 0.60.1Kirill Ponomarev2003-10-091-10/+11
| | | | | | | - Add missing dependency on poslib PR: 57719 Submitted by: maintainer
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* net/posadis, another DNS server implementationEdwin Groothuis2003-04-011-0/+35
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>