aboutsummaryrefslogtreecommitdiff
path: root/dns/nss_resinit
Commit message (Collapse)AuthorAgeFilesLines
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-2/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Update "BSD" license in dns categoryMark Felder2014-12-061-1/+1
| | | | Notes: svn path=/head/; revision=374126
* Remove useless NEED_ROOT and use proper USES=uidfixBaptiste Daroussin2013-10-311-1/+1
| | | | | | | Now those ports can be packaged as a user. Notes: svn path=/head/; revision=332206
* - enable stage.Hajimu UMEMOTO2013-10-041-4/+5
| | | | | | | - add LICENCE. Notes: svn path=/head/; revision=329352
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* Update master site.Hajimu UMEMOTO2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301525
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225293
* Add WITH_COMPAT5X option. It is to build nss_resinit.so which is ableHajimu UMEMOTO2007-01-232-0/+29
| | | | | | | | | | to work with the 5.X binaries such as p4 on 6.X after importing the BIND9's resolver. Requested by: bms Notes: svn path=/head/; revision=183079
* Add new port -- Resolver re-initialization NSS module.Hajimu UMEMOTO2006-04-123-0/+40
Notes: svn path=/head/; revision=159372