Commit graph

14 commits

Author SHA1 Message Date
Tijl Coosemans
c60af5b21c - USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Stop using PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-14 18:41:39 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
ab95b9267a Overhaul this script to better fit the rc.d way of doing things;
1. Add a comment telling the user what to put into rc.conf
2. Instead of specifying start and stop commands, simply define command=
3. Move the default _enable assignment to after load_rc_config() and
remove the empty _flags assignment.
2009-07-15 16:39:21 +00:00
Philip M. Gollucci
5b1baa0b3e - USE_RC_SUBR !=yes
- portlint
2009-07-15 05:21:42 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Joe Marcus Clarke
866d4c7f47 Update to 1.0.0, and change references of Rendezvous to Bonjour. 2005-07-03 06:24:36 +00:00
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
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
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