Commit graph

20 commits

Author SHA1 Message Date
Joe Marcus Clarke
b25dc0767d * Update to 0.9.10
* Add an rcNG script for starting mDNSResponder
* Assume maintainership

Approved by:	Paul Dlug <paul@aps.org> (previous maintainer)
2005-01-30 04:03:36 +00:00
Joe Marcus Clarke
61b5ce720e Now that howl's pkg-config file has been fixed, we no longer need to hack
the howl include path.
2005-01-24 22:28:37 +00:00
Joe Marcus Clarke
423fe4c405 Update to 0.9.8, and fix the build on 4.X Alpha.
Approved by:	maintainer timeout
2005-01-24 20:10:58 +00:00
Kris Kennaway
502f124782 BROKEN on alpha: Does not compile
Approved by:    portmgr (self)
2005-01-02 01:07:46 +00:00
Joe Marcus Clarke
37b91421ca Update to 0.9.7 which incorporates the previously committed portability
patches.

Approved by:	maintainer
2004-11-01 18:09:01 +00:00
Joe Marcus Clarke
2b54e91c09 Add patches to fix mDNSResponder on FreeBSD. These patches have been
sent upstream, but I have not yet heard as to whether or not they have
been committed.

Reported by:	markus
Approved by:	maintainer timeout
2004-10-31 20:44:26 +00:00
Joe Marcus Clarke
8345f97840 Update to 0.9.6.
Approved by:	maintainer
2004-08-17 20:22:24 +00:00
Joe Marcus Clarke
90ba67f079 Fix build with non-i386 architectures, and fix the installation path for
the headers.

Most of this was adapted from the RedHat src RPMs.

Approved by:	maintainer timeout
2004-07-21 02:02:02 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
bba6442507 Update to 0.9.5.
Approved by:	maintainer
2004-06-24 00:08:35 +00:00
Kirill Ponomarev
89059bb996 - Use pkgconfig PREFIX 2004-05-31 12:15:55 +00:00
Kirill Ponomarev
6fdc4e6b80 - Fix build on 4-x
- Respect PTHREAD_CFLAGS[LIBS]

Reported by:	bento via kris
2004-04-15 08:45:06 +00:00
Kirill Ponomarev
f8c296625d - Update to 0.9.4
PR:		ports/65418
Submitted by:	maintainer
2004-04-11 14:12:03 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
57c7a1f84d - Update to 0.9.1
While I'm here:
- Use %%DATADIR%%

PR:                 61432
Submitted by:       Paul Dlug <paul@aps.org>
Approved by:        erwin (mentor) (implicitly)
2004-01-16 17:12:57 +00:00
Sergei Kolobov
3dedea3469 - Update to 0.8.1
While I'm here:
- Remove GNU_CONFIGURE - implied by USE_LIBTOOL
- Add CONFIGURE_TARGET to silence a warning
- Use VERSION macro instead of explicit version number in pkg-plist

PR:		59424
Submitted by:	maintainer
2003-11-18 17:41:27 +00:00
Maho Nakata
03a1782e9b Set ONLY_FOR_ARCHS=i386.
Regarding from the source, only endianness seems
to be the problem, so supporting other archs can be
achieved by quick hack, though.

Submitted by:	kris via bento
2003-10-25 01:01:18 +00:00
Edwin Groothuis
81a44e879c New Port: howl 0.6.1: zerconf/rendezvous implementation
Paul Dlug also submitted a PR with the howl port, but kept
	his name in the MAINTAINER field, so I assign him as the
	maintainer for this port.

PR:		ports/55291
Submitted by:	Paul Dlug <paul@aps.org>
2003-08-24 06:34:06 +00:00
Maho Nakata
2337495c1c Add new port:
Howl is a cross-platform implementation of the Zeroconf networking
standard. Zeroconf brings a new ease of use to IP networking.

PR:		54717
Submitted by:	David Magda <dmagda@magda.ca>
2003-08-10 22:29:22 +00:00