1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
7ec4b3d1a2 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 07:47:02 +00:00
Chris Rees
d23826998f 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)
2013-02-23 12:30:08 +00:00
Andrew Thompson
7e435857eb Add missed change in r311807, the rc.d files need to point at the new config
location.

PR:		ports/175497
Approved by:	bdrewery
2013-02-21 18:56:13 +00:00
Chris Rees
0dd7579209 Various spelling corrections
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
2013-02-09 12:00:52 +00:00
Bryan Drewery
a6ba17e7b8 - 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)
2013-02-07 00:22:55 +00:00
Bryan Drewery
dd65474f37 - 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)
2013-02-06 21:56:48 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Ryan Steinmetz
8949a54a45 Fix COMMENT
Fix rc.d scripts

Reported by:	dougb@
Approved by:	wxs (mentor)
2011-08-31 19:15:09 +00:00
Ryan Steinmetz
ae1dfec64a 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)
2011-08-25 16:03:49 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pav Lucistnik
efa63f6ba4 - 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
2008-07-25 14:34:52 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Kris Kennaway
70db55f9db 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
2006-09-03 19:53:54 +00:00
Kris Kennaway
113a89ec7d RESTRICTED is intended here instead of NO_PACKAGE.
XXX I think this is incorrect though: "GNU GPL prevents distributing
binaries linked against GNU readline".
2006-09-03 17:39:15 +00:00
Marcus Alves Grando
3e37f6d2cf - Add autoconf patches
- Reorganize Makefile

PR:		96692
Submitted by:	maintainer
2006-05-15 01:37:46 +00:00
Marcus Alves Grando
a36e51250b - Update to 0.10 [1]
- Fix hard-coded g++ to USE_GCC=3.2+

PR:		94752 [1]
Submitted by:	maintainer
2006-03-24 19:31:14 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Sam Lawrance
e333dd136a - 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)
2005-12-14 13:40:07 +00:00
Simon Barner
6ad1f46248 - 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
2005-03-13 17:19:14 +00:00
Sergey Matveychuk
f90d3276c3 - This port depends on perl
Reported by:	kris via pointyhat
2005-02-28 06:48:49 +00:00
Sergey Matveychuk
942abc0e87 - 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)
2005-02-26 06:05:28 +00:00
Sergey Matveychuk
549964a2dc 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>
2005-02-25 09:09:51 +00:00