aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/boxbackup-devel
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=autoreconf.tijl2018-02-042-3/+11
|
* sysutils/boxbackup-devel: document SSL requirement and set flags accordinglymarino2016-09-101-2/+3
| | | | Approved by: SSL blanket
* When there is a do-install target, do not use a post-install target, domat2016-07-191-1/+0
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-2/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Revive ports: sysutils/boxbackup, sysutils/boxbackup-develpi2014-12-1114-0/+396
| | | | | | | | | | - revived - stage support added - compilation issues fixed PR: 194223 Submitted by: Hrant Dadivanyan <hrant@dadivanyan.net>, Chris Hutchinson <portmaster@bsdforge.com>
* Remove non staged ports without pending PR from s*bapt2014-09-029-282/+0
|
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)marino2014-07-071-0/+3
| | | | Approved by: portmgr (implicit, NOT_STAGED)
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-061-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* - convert to the new perl5 frameworkaz2013-09-161-1/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Fix build by switching from SINGLE to MULTI optionsbapt2013-05-051-2/+2
|
* Convert left sysutils ports to new options frameworkbapt2013-04-291-24/+19
|
* Various spelling correctionscrees2013-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
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Update to SVN Version 0.11_trunk_2979zi2011-09-1713-253/+157
| | | | | | | | | | | | - Fix and rename rc scripts - Pacify portlint(1) - Use USERS/GROUPS - Add LICENSE - Fix COMMENT PR: ports/159966 ports/160618 Submitted by: James O'Gorman <james@netinertia.co.uk> (maintainer) Approved by: wxs (mentor)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Force PKGNAMESUFFIX to -devel to unbreak INDEX.erwin2011-01-251-0/+1
| | | | Feature safe: yes
* Define NO_LATEST_LINK to unbreak INDEX.sahil2011-01-251-0/+2
| | | | | | | Reported by: erwin Pointyhat to: myself Feature safe: yes
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-272-2/+2
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with P,R,S
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2
| | | | | PR: ports/116639 Submitted by: aDe
* RESTRICTED is not necessary in the readline case, since it just meanskris2006-09-041-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
* RESTRICTED is intended here instead of NO_PACKAGE.kris2006-09-041-1/+1
| | | | | XXX I think this is incorrect though: "GNU GPL prevents distributing binaries linked against GNU readline".
* - Add autoconf patchesmnag2006-05-152-17/+55
| | | | | | | - Reorganize Makefile PR: 96692 Submitted by: maintainer
* - Update to 0.10 [1]mnag2006-03-257-51/+133
| | | | | | | - Fix hard-coded g++ to USE_GCC=3.2+ PR: 94752 [1] Submitted by: maintainer
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-212-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.
* - Fix USE_RC_SUBR to use bb{ackup,store}d.sh.inlawrance2005-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)
* - Avoid hardcoding path to perl binarybarner2005-03-141-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
* - This port depends on perlsem2005-02-281-0/+1
| | | | Reported by: kris via pointyhat
* - the port tried write to pkg-message. fixed (1)sem2005-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)
* This is a new port for BoxBackup, an on-line backup system.sem2005-02-2512-0/+282
PR: ports/75990 Submitted by: James O'Gorman <james (at) netinertia.co.uk>