non port: sysutils/boxbackup/Makefile |
SVNWeb
|
Number of commits found: 41 |
Sun, 7 Apr 2019
|
[ 07:43 antoine ] (Only the first 10 of 48 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Sun, 4 Nov 2018
|
[ 13:09 antoine ]
Mark BROKEN: fails to build
BackupStoreInfo.cpp:154:3: error: non-constant-expression cannot be narrowed
from type 'unsigned int' to 'int32_t' (aka 'int') in initializer list
[-Wc++11-narrowing]
htonl(AccountID), // mAccountID
^~~~~~~~~~~~~~~~
Reported by: pkg-fallout
|
Thu, 28 Jun 2018
|
[ 14:15 tz ]
sysutils/boxbackup: pet pkg-fallout
Fix build by using -std=c++98
Also regenerate patch with make makepatch
PR: 229128
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
|
Mon, 21 May 2018
|
[ 16:02 asomers ]
sysutils/boxbackup*: use anticongestion sleep in the periodic job
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)
|
Sat, 23 Dec 2017
|
[ 15:13 tijl ]
Convert to USES=autoreconf.
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 38 ports in this commit are shown above. )
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sat, 10 Sep 2016
|
[ 04:48 marino ]
sysutils/boxbackup: document SSL requirement and set flags accordingly
Approved by: SSL blanket
|
Fri, 13 Nov 2015
|
[ 18:35 pi ]
sysutils/boxbackup: fix maintainer
PR: 194223
Submitted by: marino
|
[ 07:52 marino ]
sysutils/boxbackup: Fix on F10+
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.
|
Thu, 12 Nov 2015
|
[ 23:02 marino ]
sysutils/boxbackup: Fix libexecinfo handling, remove FreeBSD checks
USES=libexecinfo works fine. Moreover, it builds on FreeBSD 9 without
GCC, so remove all the unnecessary FreeBSD checks.
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Mon, 9 Mar 2015
|
[ 00:58 amdmi3 ]
- Strip binaries
- Don't show pkg-message from Makefile
|
Thu, 11 Dec 2014
|
[ 05:49 pi ] (Only the first 10 of 13 ports in this commit are shown above. )
Revive ports: sysutils/boxbackup, sysutils/boxbackup-devel
- revived
- stage support added
- compilation issues fixed
PR: 194223
Submitted by: Hrant Dadivanyan <hrant@dadivanyan.net>,
Chris Hutchinson <portmaster@bsdforge.com>
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 6 Jul 2014
|
[ 15:52 bapt ] (Only the first 10 of 47 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Mon, 16 Sep 2013
|
[ 07:47 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Sat, 23 Feb 2013
|
[ 12:30 crees ]
Convert to OPTIONSng
Use SUB_FILES for pkg-message processing
Use ETCDIR where appropriate
PR: ports/176334
Approved by: James O'Gorman <james@netinertia.co.uk> (maintainer)
|
Thu, 21 Feb 2013
|
[ 18:56 thompsa (src committer) ]
Add missed change in r311807, the rc.d files need to point at the new config
location.
PR: ports/175497
Approved by: bdrewery
|
Thu, 7 Feb 2013
|
[ 00:22 bdrewery ]
- Always use /var/run/bbackupd.pid for the server pidfile
- 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)
|
Wed, 6 Feb 2013
|
[ 21:56 bdrewery ]
- Fix rc scripts looking for their commands in the wrong
place, broken since r280414
- Trim header
PR: ports/175497
Reported by: thompsa@
Approved by: James O'Gorman <james@netinertia.co.uk> (maintainer)
|
Wed, 31 Aug 2011
|
[ 19:15 zi ]
Fix COMMENT
Fix rc.d scripts
Reported by: dougb@
Approved by: wxs (mentor)
|
Thu, 25 Aug 2011
|
[ 16:03 zi ] (Only the first 10 of 15 ports in this commit are shown above. )
Update to 0.11.1
Pacify portlint(1)
Use USERS/GROUPS
PR: ports/159399
Submitted by: James O'Gorman <james@netinertia.co.uk> (maintainer)
Approved by: wxs (mentor)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Sun, 3 Sep 2006
|
[ 19:53 kris ]
RESTRICTED is not necessary in the readline case, since it just means
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
|
[ 17:39 kris ]
RESTRICTED is intended here instead of NO_PACKAGE.
XXX I think this is incorrect though: "GNU GPL prevents distributing
binaries linked against GNU readline".
|
Mon, 15 May 2006
|
[ 01:37 mnag ]
- Add autoconf patches
- Reorganize Makefile
PR: 96692
Submitted by: maintainer
|
Fri, 24 Mar 2006
|
[ 19:31 mnag ]
- Update to 0.10 [1]
- Fix hard-coded g++ to USE_GCC=3.2+
PR: 94752 [1]
Submitted by: maintainer
|
Wed, 14 Dec 2005
|
[ 13:40 lawrance ]
- Fix USE_RC_SUBR to use bb{ackup,store}d.sh.in
- 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)
|
Sun, 13 Mar 2005
|
[ 17:19 barner ]
- Avoid hardcoding path to perl binary
- 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
|
Mon, 28 Feb 2005
|
[ 06:48 sem ]
- This port depends on perl
Reported by: kris via pointyhat
|
Sat, 26 Feb 2005
|
[ 06:05 sem ]
- the port tried write to pkg-message. fixed (1)
- fixed OpenSSL dependency
- fixed home dir name for user. /nonexistent is right one (2)
Reported by: krion via pointyhat (1) and via IRC (2)
|
Fri, 25 Feb 2005
|
[ 09:09 sem ] (Only the first 10 of 13 ports in this commit are shown above. )
This is a new port for BoxBackup, an on-line backup system.
PR: ports/75990
Submitted by: James O'Gorman <james (at) netinertia.co.uk>
|
Number of commits found: 41 |