aboutsummaryrefslogtreecommitdiff
path: root/dns/maradns
Commit message (Collapse)AuthorAgeFilesLines
* dns/maradns: Add CPE informationBernhard Froehlich2021-09-211-1/+1
| | | | Approved by: portmgr (blanket)
* Clean up some thingsTobias Kortkamp2021-05-011-1/+0
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-9/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/maradns: remove CONV option which depended on expired Python 2.7Rene Ladan2021-01-012-7/+1
| | | | | | | | PR: 249676 Submitted by: swills Notes: svn path=/head/; revision=559835
* Update to 2.0.15.Mathieu Arnold2018-05-034-24/+21
| | | | | | | | | PR: 227802 Submitted by: new maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=468929
* I no longer use those, give them back.Mathieu Arnold2018-03-261-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465596
* - Add missing python run-dependencyDmitry Marakasov2018-03-011-2/+3
| | | | | | | | | - Fix shebang Approved by: portmgr blanket Notes: svn path=/head/; revision=463305
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 2.0.14.Mathieu Arnold2017-11-202-4/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454571
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update to 2.0.13.Mathieu Arnold2015-10-165-25/+41
| | | | | | | | PR: 203810 Sponsored by: Absolight Notes: svn path=/head/; revision=399477
* Update to 2.0.12.Mathieu Arnold2015-09-282-4/+4
| | | | | | | | | PR: 203213 Submitted by: olgeni Sponsored by: Absolight Notes: svn path=/head/; revision=398112
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsDmitry Marakasov2015-08-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393596
* Update to 2.0.11.Mathieu Arnold2015-03-112-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381010
* Update to 2.0.10.Mathieu Arnold2015-01-262-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=377938
* Cleanup @dirrm* from my ports.Mathieu Arnold2014-10-021-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369839
* Update MASTER_SITES, remove OPTIONS_DEFAULT, IPv6 is already default on.Mathieu Arnold2014-08-011-3/+1
| | | | | | | | | PR: 192288 Submitted by: takefu Sponsored by: Absolight Notes: svn path=/head/; revision=363696
* Convert to USES=tarBryan Drewery2014-04-241-1/+1
| | | | Notes: svn path=/head/; revision=352056
* Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.Mathieu Arnold2014-04-121-9/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=351124
* Respect CC, cleanup some patch.Mathieu Arnold2014-02-212-9/+1
| | | | | | | | Submitted by: takefu (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345480
* Update dns/maradns to 2.0.09.Mathieu Arnold2014-02-2014-320/+121
| | | | | | | | | Copy maradns 1.4.14 to dns/maradns1. Sponsored by: Absolight Notes: svn path=/head/; revision=345251
* Update to 1.4.14.Mathieu Arnold2014-02-132-3/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344104
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Update to 1.4.13Mathieu Arnold2013-12-272-7/+9
| | | | | | | | PR: ports/185224 Submitted by: Takefu Notes: svn path=/head/; revision=337734
* - Convert to staging.Mathieu Arnold2013-11-252-134/+138
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=334859
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)Pietro Cerutti2013-02-071-3/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311830
* - Convert to OptionsNGBernhard Froehlich2012-10-243-27/+18
| | | | | | | | | | | | | | - Shrink pkg-desc to make portlint happy - Trim Makefile headers - Cleanup CLANG patch - Drop maintainership PR: ports/172949 Submitted by: Takefu <takefu@airport.fm> Feature safe: yes Notes: svn path=/head/; revision=306338
* - Update to 1.4.12Bernhard Froehlich2012-08-044-10/+25
| | | | | | | | | | | | - Whitespace fixes in pkg-descr - Remove SF from MASTER_SITES - Fix CC definition (fixes CLANG builds) PR: ports/170322 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=302012
* - Update to 1.4.10Bernhard Froehlich2012-01-172-3/+3
| | | | | | | | PR: ports/164233 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=289368
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Update to 1.4.07Bernhard Froehlich2011-12-202-4/+7
| | | | | | | | | | - Add LICENSE PR: ports/163325 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=287739
* - Add missing USERS/GROUPS for bindBernhard Froehlich2011-04-122-4/+33
| | | | | | | | | | - Improve ident for syslog messages to only show "maradns:" instead of "/usr/local/sbin/maradns:" - Bump PORTREVISION Submitted by: n j <nino80@gmail.com> Notes: svn path=/head/; revision=272599
* - Update to 1.4.06Bernhard Froehlich2011-01-312-4/+3
| | | | | | | | | | | - Remove MD5 checksum Submitted by: n j <nino80 at gmail dot com> Security: 8015600f-2c80-11e0-9cc1-00163e5bf4f9 Feature safe: yes Notes: svn path=/head/; revision=268473
* - Update to 1.4.05Bernhard Froehlich2010-09-272-4/+4
| | | | | | | Approved by: beat (co-mentor, implicit) Notes: svn path=/head/; revision=261945
* - Update to 1.4.04Bernhard Froehlich2010-08-052-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=258802
* - Change to my FreeBSD email addressBernhard Froehlich2010-04-011-1/+1
| | | | | | | Approved by: miwi (mentor), beat (co-mentor) Notes: svn path=/head/; revision=251968
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.4.03Martin Wilke2010-02-084-6/+6
| | | | | | | | PR: 143534 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) Notes: svn path=/head/; revision=249438
* - Update to 1.4.02Martin Wilke2010-01-184-21/+9
| | | | | | | | | | - Pass maintainership to submitter PR: 142723 Submitted by: Bernhard Froehlich <decke@bluelife.at> Notes: svn path=/head/; revision=248088
* - Fix startup scriptMartin Wilke2009-10-073-7/+13
| | | | | | | | | - Fix config path Reported by: Bernhard Frohelich, Martin Tournoij <carpetsmoker@rwxrwxrwx.net> Notes: svn path=/head/; revision=242545
* - Add missing patch from previous commitMartin Wilke2009-09-232-0/+12
| | | | | | | | | - Fix build if NOPORT* enabled is Feature safe: yes Notes: svn path=/head/; revision=241965
* - Update to 1.3.07.09Martin Wilke2009-09-235-158/+140
| | | | | | | | | PR: 139074 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> Feature safe: yes Notes: svn path=/head/; revision=241962
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-07-155-83/+77
| | | | | | | | | - clean up rc scripts - portlint - honor NOPORTEXAMPLES Notes: svn path=/head/; revision=237854
* - Update to 1.2.12.10Martin Wilke2009-04-112-6/+5
| | | | | | | | PR: 133471 Submitted by: Bernhard Froehlich <decke@bluelife.at> Notes: svn path=/head/; revision=232064
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225293
* - Update to 1.2.12.08Martin Wilke2008-01-102-5/+5
| | | | | | | | | | | | - Drop Maintainership PR: 119470 Submitted by: Mark D. Foster <mark@foster.cc> Approved by: Alex Kapranoff <alex@kapranoff.ru> Security: http://www.vuxml.org/freebsd/f358de71-bf64-11dc-928b-0016179b2dd5.html Notes: svn path=/head/; revision=205399
* - Ignore on FreeBSD 5.XPav Lucistnik2007-07-221-1/+7
| | | | Notes: svn path=/head/; revision=196054