15 Commits

Author SHA1 Message Date
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
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
2016-07-19 11:04:13 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Antoine Brodin
efc5cc0e55 Cleanup plist 2014-11-24 22:35:08 +00:00
Adam Weinberger
0a68394133 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:44:50 +00:00
Mark Felder
8e12dbc4b0 Support STAGE
Move pid dir creation to rc script
Clean up rc script a bit, add some consistency
change command_interpreter to /usr/local/bin/perl to avoid warnings

Sponsored by:	SupraNet Communications, Inc
2014-05-12 18:15:08 +00:00
Mark Felder
ca988f626d Fix shebang of devmon script
Approved by:	swills (mentor,implicit)
2014-02-07 19:12:49 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
bd628ddcbf - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 16:38:28 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Steve Wills
8f3d176f7e - Fix pidfile issues
PR:		ports/179145
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-06-03 13:32:53 +00:00
Steve Wills
a4f007326e - rc script passes rclint
- Runs as its own user
- Switch to @unexec rmdir since portlint warns about absolute path in @dirrmtry
  not working

PR:		ports/178834
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-05-27 02:29:49 +00:00
Steve Wills
c4a7ff67b3 Devmon is a Perl daemon designed to supplement and enhance the monitoring
capabilities of a server running either the BigBrother or Hobbit monitoring
software.

WWW: http://devmon.sourceforge.net/

PR:		ports/176427
Submitted by:	Mark Felder <feld@feld.me>
2013-03-02 20:20:12 +00:00