aboutsummaryrefslogtreecommitdiff
path: root/sysutils/boxbackup
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/boxbackup*: use anticongestion sleep in the periodic jobAlan Somers2018-05-212-1/+19
| | | | | | | | | | | | Use an anticongestion sleep in the periodic job to prevent the thundering herd problem when many systems' cron jobs fire off at once. PR: 218448 PR: 218449 Approved by: portmaster@bsdforge.com (maintainer) Notes: svn path=/head/; revision=470559
* Convert to USES=autoreconf.Tijl Coosemans2017-12-232-3/+11
| | | | Notes: svn path=/head/; revision=457059
* Cleanup after removal of libexecinfo from ports.Mathieu Arnold2017-09-221-5/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450353
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* sysutils/boxbackup: document SSL requirement and set flags accordinglyJohn Marino2016-09-101-2/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421664
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* sysutils/boxbackup: fix maintainerKurt Jaeger2015-11-131-1/+1
| | | | | | | | PR: 194223 Submitted by: marino Notes: svn path=/head/; revision=401526
* sysutils/boxbackup: Fix on F10+John Marino2015-11-131-0/+4
| | | | | | | | | | If the base libexecinfo is used, the LDFLAGS must contain -lexecinfo (as was seen before my previous commit). I'll use the same check as USES=execinfo to determine base and set LDFLAGS conditionally to avoid another OPSYS check. Notes: svn path=/head/; revision=401482
* sysutils/boxbackup: Fix libexecinfo handling, remove FreeBSD checksJohn Marino2015-11-121-10/+1
| | | | | | | | USES=libexecinfo works fine. Moreover, it builds on FreeBSD 9 without GCC, so remove all the unnecessary FreeBSD checks. Notes: svn path=/head/; revision=401464
* Drop 8 support.Mathieu Arnold2015-10-151-1/+1
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* - Strip binariesDmitry Marakasov2015-03-091-3/+4
| | | | | | | - Don't show pkg-message from Makefile Notes: svn path=/head/; revision=380819
* Revive ports: sysutils/boxbackup, sysutils/boxbackup-develKurt Jaeger2014-12-119-0/+304
| | | | | | | | | | | | | - revived - stage support added - compilation issues fixed PR: 194223 Submitted by: Hrant Dadivanyan <hrant@dadivanyan.net>, Chris Hutchinson <portmaster@bsdforge.com> Notes: svn path=/head/; revision=374512
* Second run at cleaning out non staged ports without pending PRBaptiste Daroussin2014-09-029-291/+0
| | | | Notes: svn path=/head/; revision=366995
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360930
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327370
* Convert to OPTIONSngChris Rees2013-02-235-39/+39
| | | | | | | | | | | | Use SUB_FILES for pkg-message processing Use ETCDIR where appropriate PR: ports/176334 Approved by: James O'Gorman <james@netinertia.co.uk> (maintainer) Notes: svn path=/head/; revision=312808
* Add missed change in r311807, the rc.d files need to point at the new configAndrew Thompson2013-02-213-3/+3
| | | | | | | | | | location. PR: ports/175497 Approved by: bdrewery Notes: svn path=/head/; revision=312733
* Various spelling correctionsChris Rees2013-02-091-1/+1
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* - Always use /var/run/bbackupd.pid for the server pidfileBryan Drewery2013-02-075-13/+29
| | | | | | | | | | | | - The default configuration directory has moved from /usr/local/etc/box to /usr/local/etc/boxbackup PR: ports/175497 Submitted by: thompsa@ Approved by: James O'Gorman <james@netinertia.co.uk> (maintainer) Notes: svn path=/head/; revision=311807
* - Fix rc scripts looking for their commands in the wrongBryan Drewery2013-02-063-8/+4
| | | | | | | | | | | | place, broken since r280414 - Trim header PR: ports/175497 Reported by: thompsa@ Approved by: James O'Gorman <james@netinertia.co.uk> (maintainer) Notes: svn path=/head/; revision=311799
* 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
* Fix COMMENTRyan Steinmetz2011-08-313-19/+22
| | | | | | | | | | Fix rc.d scripts Reported by: dougb@ Approved by: wxs (mentor) Notes: svn path=/head/; revision=280884
* Update to 0.11.1Ryan Steinmetz2011-08-2513-230/+129
| | | | | | | | | | | | Pacify portlint(1) Use USERS/GROUPS PR: ports/159399 Submitted by: James O'Gorman <james@netinertia.co.uk> (maintainer) Approved by: wxs (mentor) Notes: svn path=/head/; revision=280414
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* RESTRICTED is not necessary in the readline case, since it just meansKris Kennaway2006-09-031-1/+0
| | | | | | | | | | | that the entire package becomes GPLed, which is not a concern; the software is under a modified BSDL and we distribute the source code anyway. Approved by: maintainer Notes: svn path=/head/; revision=172087
* RESTRICTED is intended here instead of NO_PACKAGE.Kris Kennaway2006-09-031-1/+1
| | | | | | | | XXX I think this is incorrect though: "GNU GPL prevents distributing binaries linked against GNU readline". Notes: svn path=/head/; revision=172071
* - Add autoconf patchesMarcus Alves Grando2006-05-152-17/+55
| | | | | | | | | | - Reorganize Makefile PR: 96692 Submitted by: maintainer Notes: svn path=/head/; revision=162388
* - Update to 0.10 [1]Marcus Alves Grando2006-03-247-51/+133
| | | | | | | | | | - Fix hard-coded g++ to USE_GCC=3.2+ PR: 94752 [1] Submitted by: maintainer Notes: svn path=/head/; revision=158080
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | | | | 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
* - Fix USE_RC_SUBR to use bb{ackup,store}d.sh.inSam Lawrance2005-12-145-81/+58
| | | | | | | | | | | | | | - Rename files/bb{ackup,store}d.sh as above to .sh.in, add appropriate substitutions - Add SHA256 - OPTIONSify - Some general reorganisation and cleanup of whitespace PR: ports/90166 Submitted by: James O'Gorman <james@netinertia.co.uk> (maintainer) Notes: svn path=/head/; revision=151162
* - Avoid hardcoding path to perl binarySimon Barner2005-03-131-0/+5
| | | | | | | | | | | | | | - Point port to OpenSSL installation. This fixes the build on systems where _only_ the OpenSSL library from the ports collection is available. PR: ports/78192 Submitted by: maintainer Approved by: arved (mentor), maintainer timeout (9 days): I replaced the fix from the PR with an superior one Notes: svn path=/head/; revision=131114
* - This port depends on perlSergey Matveychuk2005-02-281-0/+1
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=129991
* - the port tried write to pkg-message. fixed (1)Sergey Matveychuk2005-02-263-11/+6
| | | | | | | | | | - fixed OpenSSL dependency - fixed home dir name for user. /nonexistent is right one (2) Reported by: krion via pointyhat (1) and via IRC (2) Notes: svn path=/head/; revision=129819
* This is a new port for BoxBackup, an on-line backup system.Sergey Matveychuk2005-02-2512-0/+282
PR: ports/75990 Submitted by: James O'Gorman <james (at) netinertia.co.uk> Notes: svn path=/head/; revision=129733