aboutsummaryrefslogtreecommitdiffstats
path: root/net/howl
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-221-7/+0
|
* - USES=libtool pathfixtijl2014-07-153-27/+6
| | | | | - Add INSTALL_TARGET=install-strip - Stop using PTHREAD_CFLAGS and PTHREAD_LIBS
* - Stage supportmiwi2014-01-312-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Convert USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-08-311-6/+2
| | | | | | | | | While here: - Trim headers - Convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_PERL5 -> USES=perl5 * USE_GMAKE -> USES=gmake
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Assign maintainership to submitterglarkin2011-04-261-4/+1
| | | | | PR: ports/156635 Submitted by: Paul Donovan <freebsd@donovansbrain.co.uk>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Deprecate unmaintained ports from net where upstream disapear and/orbapt2011-03-151-0/+3
| | | | where no distfiles can be found and are not used by maintained ports
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Overhaul this script to better fit the rc.d way of doing things;dougb2009-07-161-14/+6
| | | | | | | 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.
* - USE_RC_SUBR !=yespgollucci2009-07-153-16/+7
| | | | - portlint
* Reset maintainer as I am purely an avahi guy now.marcus2008-09-011-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Register a conflict with avahi.marcus2006-05-021-0/+2
|
* Conversion to a single libtool environment.ade2006-02-232-1/+4
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | 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.
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Correct LDFLAGS after adding USE_GETOPT_LONG.marcus2005-07-041-2/+2
|
* Add USE_GETOPT_LONG to fix the build on 4.X.marcus2005-07-041-0/+1
| | | | Reported by: pointyhat via kris
* Update to 1.0.0, and change references of Rendezvous to Bonjour.marcus2005-07-034-6/+6
|
* * Update to 0.9.10marcus2005-01-304-12/+50
| | | | | | | * Add an rcNG script for starting mDNSResponder * Assume maintainership Approved by: Paul Dlug <paul@aps.org> (previous maintainer)
* Now that howl's pkg-config file has been fixed, we no longer need to hackmarcus2005-01-252-27/+26
| | | | the howl include path.
* Update to 0.9.8, and fix the build on 4.X Alpha.marcus2005-01-253-27/+27
| | | | Approved by: maintainer timeout
* BROKEN on alpha: Does not compilekris2005-01-021-1/+7
| | | | Approved by: portmgr (self)
* Update to 0.9.7 which incorporates the previously committed portabilitymarcus2004-11-024-38/+3
| | | | | | patches. Approved by: maintainer
* Add patches to fix mDNSResponder on FreeBSD. These patches have beenmarcus2004-11-013-0/+35
| | | | | | | | sent upstream, but I have not yet heard as to whether or not they have been committed. Reported by: markus Approved by: maintainer timeout
* Update to 0.9.6.marcus2004-08-188-145/+16
| | | | Approved by: maintainer
* Fix build with non-i386 architectures, and fix the installation path formarcus2004-07-216-32/+154
| | | | | | | | the headers. Most of this was adapted from the RedHat src RPMs. Approved by: maintainer timeout
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 0.9.5.marcus2004-06-243-43/+40
| | | | Approved by: maintainer
* - Use pkgconfig PREFIXkrion2004-05-313-3/+18
|
* - Fix build on 4-xkrion2004-04-152-0/+16
| | | | | | - Respect PTHREAD_CFLAGS[LIBS] Reported by: bento via kris
* - Update to 0.9.4krion2004-04-113-48/+44
| | | | | PR: ports/65418 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - Update to 0.9.1clement2004-01-173-13/+20
| | | | | | | | | While I'm here: - Use %%DATADIR%% PR: 61432 Submitted by: Paul Dlug <paul@aps.org> Approved by: erwin (mentor) (implicitly)
* - Update to 0.8.1sergei2003-11-193-30/+36
| | | | | | | | | | 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
* Set ONLY_FOR_ARCHS=i386.maho2003-10-251-0/+1
| | | | | | | | 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
* New Port: howl 0.6.1: zerconf/rendezvous implementationedwin2003-08-241-2/+2
| | | | | | | | | 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>
* Add new port:maho2003-08-114-0/+80
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>