1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
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
Dmitry Marakasov
874b6eb940 - Add NO_ARCH
- Fix shebangs

MFH:		2015Q2 (blanket)
2015-06-09 19:45:09 +00:00
Dmitry Marakasov
02ec4800c8 - Add LICENSE_FILE
- Drop @dirrm* from plist
2015-03-04 05:20:03 +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
Sunpoet Po-Chuan Hsieh
94f7f165a6 - Reset maintainership
- While I'm here:
  - Convert to new options framework
  - Support STAGEDIR

PR:		ports/189684
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2014-05-12 16:25:21 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
dcf99688a1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 07:14:12 +00:00
Doug Barton
f9b6bb72bd Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
2012-08-15 01:04:30 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Andrej Zverev
5c64b5a491 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:10:09 +00:00
Dennis Herrmann
4e496fe2b9 - Add IPv6 support
- Bump PORTREVISION

PR:		ports/164822
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2012-02-06 21:08:43 +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
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +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
Yi-Jheng Lin
51e7a23be0 - Remove unnecessary dependency (USE_APACHE)
PR:		ports/139362
Submitted by:	Alex Samorukov <samm AT os2.kiev.ua>
Approved by:	rafan (co-mentor), Larry Rosenman <ler AT lerctr.org> (maintainer)
2009-10-21 05:34:27 +00:00
Philip M. Gollucci
c876a4476b - USE_APACHE=yes is deprecated
PR:             ports/133672
Approved by:    maintainer
Submitted by:   me
2009-04-22 00:24:03 +00:00
Rong-En Fan
4f7293cc43 - Use @stopdaemon in a correct way
Noticed by:	pav
Pointy hat to:	rafan
2007-01-31 19:15:55 +00:00
Rong-En Fan
c7d76324ab - Use newly added @stopdaemon
Approved by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2007-01-31 18:59:29 +00:00
Pav Lucistnik
a7eba11936 - Fix rc script installation
- Stop daemon on deinstall
- REQUIRE/PROVIDE

PR:		ports/97327
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2006-05-19 22:50:37 +00:00
Sergey Matveychuk
ea42e87bab - Fix PostgreSQL support
- Pet portlint
- Unquote BROKEN message
- Use modern USE_RC_SUBR style

PR:		ports/97213
Submitted by:	maintainer
2006-05-15 13:27:30 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Edwin Groothuis
95146a33ab Welcome new maintainer
PR:		ports/95769
Submitted by:	Larry Rosenman <ler@lerctr.org>
2006-04-15 06:54:43 +00:00
Mark Linimon
0025f82662 Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.

Hat:		portmgr
2006-04-14 18:14:59 +00:00
Renato Botelho
45fd702df3 Fix wrong dependency: p5-DBD-pg -> p5-DBD-Pg
PR:		ports/93677
Submitted by:	Larry Rosenman <ler@lerctr.org>
Approved by:	maintainer timeout (> 1 month)
2006-03-25 11:51:16 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Vsevolod Stakhov
4577bfeee4 - Fix for the exilog.sh rc script to make "status" and "restart" command work correctly
PR:		87972
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2005-11-03 13:43:00 +00:00
Vsevolod Stakhov
48e6839924 Install exilog icons.
PR:		86164
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2005-09-15 20:10:05 +00:00
Vsevolod Stakhov
deb072054d Update to 0.5.
Approved by:	perky (mentor)
2005-09-12 10:54:07 +00:00
Vsevolod Stakhov
610a24dbac Update my email address.
Approved by:	perky (mentor)
2005-07-22 09:33:36 +00:00
Sam Lawrance
25fdebe6a2 Update to 0.3
PR:		ports/82109
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
2005-06-10 14:14:03 +00:00
Sergey Matveychuk
40765b8a02 Exilog is very nice utility to parse and visualize logs from multiply exim
servers.

PR:		ports/81899
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-05 18:22:26 +00:00