aboutsummaryrefslogtreecommitdiffstats
path: root/dns/nss_mdns
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to OptionsNGmiwi2013-03-081-10/+10
| | | | | | - Trim header Reviewed by: bapt
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to final (for now) bsd.autotools.mkade2010-12-232-2/+3
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-062-1/+17
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Change my maintainer address.ashish2010-06-111-1/+1
| | | | Approved by: pgj (mentor)
* Remove bms from the pkg-descr's of ports he no longer maintains.dougb2010-06-071-3/+0
|
* -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
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* - Build and install the nss_mdns_minimal module. This module only performspav2008-11-145-25/+159
| | | | | | | | | | lookups for the .local domain and self assigned IP addresses, rejecting others. This can be used to speed up the resolution of non mdns registered host names. PR: ports/128107 Submitted by: Andrew <andrew@ugh.net.au> Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer)
* Update dns/nss_mdns to v0.10edwin2008-09-017-663/+63
| | | | | | | | | | Updates dns/nss_mdns port to v0.10 and changes MAINTAINER field (as per bms's suggestion). This PR fixes the issue reported in PR ports/123169, so that PR can be closed. PR: ports/126952 Submitted by: Ashish Shukla <wahjava@gmail.com> Approved by: bms@
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Fix dependency list.bms2008-01-031-2/+2
| | | | | PR: ports/119029 Submitted by: Dima Panov
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Fix nss_mdns when used from applications other than ssh.bms2007-04-122-41/+7
| | | | Bump PORTREVISION.
* - Fix plist if NOPORTDOCS is definedmarkus2007-02-031-8/+3
| | | | | | - Bump PORTREVISION Approved by: bms (maintainer)
* Add USE_GMAKE.bms2007-01-251-0/+1
| | | | Submitted by: pav
* Really fix the getaddrinfo() interface. Now 'ssh foo.local' should work.bms2007-01-211-15/+47
|
* Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, becausebms2007-01-201-10/+7
| | | | the BSD NSS interface does not yet support dynamic getnameinfo().
* Add new port nss_mdns, a libc name service switch module for resolvingbms2007-01-208-0/+746
hostnames via Avahi's implementation of Multicast DNS. With help from: flameeyes at gentoo dot org