aboutsummaryrefslogtreecommitdiff
path: root/mail/drac
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2019-01-168-249/+0
| | | | | | | 2019-01-15 mail/drac: Unmaintained upstream since 2003 Notes: svn path=/head/; revision=490471
* Deprecate mail/dracTobias Kortkamp2018-12-251-0/+3
| | | | | | | | | | Upstream appears to be gone and the last release was in 2003. PR: 218723 Submitted by: w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=488296
* Add IPV6 option to ports using it but not defining it.Mathieu Arnold2018-09-101-1/+1
| | | | Notes: svn path=/head/; revision=479426
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-0/+0
| | | | Notes: svn path=/head/; revision=363275
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* mail/drac: Nope, it's still not jobs safeJohn Marino2014-05-061-0/+1
| | | | | | | | | | | | | The referenced PR removed the NOT_JOBS_SAFE designation introduced by r329631 without an explanation from the submitter. How do I know this? Because it promptly broke on the very next bulk run. This port simply requires a serial -j1 build. I can reproduce spurious failures in Redports as well. Failures may be easier to reproduce with ccache... PR: ports/187438 Notes: svn path=/head/; revision=353109
* - Add stage supportRene Ladan2014-04-044-59/+61
| | | | | | | | | | - Reorganize option support PR: ports/187438 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=350171
* Mark seven unmaintained ports as jobs unsafe.John Marino2013-10-061-0/+2
| | | | Notes: svn path=/head/; revision=329631
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove ftp.parodius.com from MASTER_SITES due to its forthcomingJase Thew2012-07-071-1/+0
| | | | | | | | | | | closure. We thank Parodius for the hosting services they provided. PR: ports/169570 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: culot (mentor) Notes: svn path=/head/; revision=300607
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Maintainer moved to ports@FreeBSD.org.Jeremy Chadwick2008-11-201-1/+1
| | | | Notes: svn path=/head/; revision=223081
* - Cleanup compile warning (implicit exit(3); needs stdlib.h)Jeremy Chadwick2008-06-042-1/+13
| | | | | | | | | - Fix plist errors when NOPORTDOCS is used Reported by: itetcu Notes: svn path=/head/; revision=214300
* Accidental removal of bsd.port.pre.mk include. Restoring...Jeremy Chadwick2008-06-041-0/+2
| | | | Notes: svn path=/head/; revision=214298
* Cleanup for 5.x.Jeremy Chadwick2008-06-041-3/+0
| | | | Notes: svn path=/head/; revision=214296
* - Fixups for rc.subr dracd script (likely did not work withoutJeremy Chadwick2006-11-224-29/+25
| | | | | | | | | | | | | | | some dracd_xxx variables already defined in rc.conf) - Add new FTP mirror, since mirrors for this are few - Remove pkg-message; that notice has been around long enough :) - Grammatical fixes/wording in pkg-descr - Take over as maintainer of this port PR: ports/105722 Reviewed by: philip Approved by: philip Notes: svn path=/head/; revision=177776
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Add knob WITH_POSTFIX_DB41 to use with postfix/db41.Jun Kuriyama2006-03-272-3/+11
| | | | | | | | This port shoud support more flavors of databases/db*, but I just only use db41 with postfix in my environment. Notes: svn path=/head/; revision=158241
* Remove dracd_flags completely since it's used automatically.Florent Thoumie2006-03-232-2/+2
| | | | | | | Noticed by: mnag Notes: svn path=/head/; revision=158015
* Fix quote issue in the startup script.Florent Thoumie2006-03-232-2/+2
| | | | | | | | Noticed by: Troy <troy@twisted.net> Fix by: Jeremy Chadwick <freebsd@jdc.parodius.com> Notes: svn path=/head/; revision=158013
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149429
* - Add dracd_flags to rc script, useful for changing the default dracdb path andPav Lucistnik2005-05-202-2/+3
| | | | | | | | | | expire time. PR: ports/81222 Submitted by: Shane Wadleigh <jondoor@udor.net> Notes: svn path=/head/; revision=135707
* No need to substitute variables in rc-script by handVolker Stolz2005-04-223-8/+1
| | | | Notes: svn path=/head/; revision=133937
* - Install sample configuration filePav Lucistnik2004-11-012-1/+3
| | | | | | | | PR: ports/73370 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> Notes: svn path=/head/; revision=120618
* Fix the way rc.d default values are initialized so that drac will startupJoe Marcus Clarke2004-07-262-3/+2
| | | | | | | | | with the new localpkg on -CURRENT. Submitted by: mtm Notes: svn path=/head/; revision=114794
* o rcNG-fy.Norikatsu Shigemura2004-05-041-0/+5
| | | | | | | | | | | | | + Display pkg-message after install, warning admins of the rc.conf(5) variable name change. PR: ports/66234 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Pointed out by: ume Pointy hat to: myself Notes: svn path=/head/; revision=108381
* o Minor text formatting changes when spitting out WITH_* tweaks;Norikatsu Shigemura2004-05-042-35/+35
| | | | | | | | | | | | | | | use spaces, not tabs. o rcNG-fy. + Rename rc.conf(5) variable "drac_flags" to "dracd_flags". + Display pkg-message after install, warning admins of the rc.conf(5) variable name change. o Bump PORTREVISION accordingly. PR: ports/66234 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Notes: svn path=/head/; revision=108366
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-11/+11
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* o Update to 1.12[1].Norikatsu Shigemura2003-03-265-27/+42
| | | | | | | | | | | o Clean up rc script to rc.conf configuratable. Acording to the POLA, if you don't set it, this feature will have no effect (same behavior before now). Pointed out by: Mats Dufberg <dufberg@narnia.pp.se> [1] Notes: svn path=/head/; revision=77467
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Resign maintainership from a few ports I don't care for anymore.Anders Nordby2002-12-151-1/+1
| | | | Notes: svn path=/head/; revision=71662
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69416
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-222-4/+4
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* [1] Fix pre-everything target specifier.Will Andrews2002-03-161-5/+6
| | | | | | | | | [2] Cosmetic fix: no lines longer than 80 characters (8-char tab). Submitted by: [1] Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=56216
* Master site updates: www.freenix.no => atreides.freenix.no for theseAnders Nordby2002-03-151-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=56112
* Correct MAINTAINER e-mail address for ports I maintain.Anders Nordby2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=56047
* Correct typo.Anders Nordby2002-01-021-2/+1
| | | | | | | Submitted by: Jan Demter <jan@demter.de> Notes: svn path=/head/; revision=52516
* Add support for Postfix DB3 maps.Anders Nordby2002-01-022-6/+21
| | | | | | | Requested by: jeremy@external.org Notes: svn path=/head/; revision=52511
* Add dracd.sh startup scriptDavid W. Chapman Jr.2001-08-234-5/+36
| | | | | | | | | | | Make the rpc.dracd daemon detach upon start Bump PORTREVISION PR: 29474 Submitted by: maintainer Notes: svn path=/head/; revision=46734
* Use the latest patch from maintainer to make this work on -CURRENT.Alexander Langer2001-05-093-16/+29
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> (maintainer) Notes: svn path=/head/; revision=42454
* Add -b option to rpcgen calls to make this work on -CURRENT.Alexander Langer2001-05-092-1/+9
| | | | | | | | | | Add Name of Maintainer to pkg-descr. PR: 26545 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=42447