| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 198399
|
| |
|
|
|
|
|
|
|
|
| |
- Avoid USE_AUTOTOOLS
- Fix build with clang
- Add missing -lcourierauth [1]
Reported by: antoine [1]
|
|
|
|
|
|
| |
PR: 190209
Submitted by: maintainer (Milan Obuch)
Verified by: Redports 8x pass
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
|
|
|
| |
in the base rcorder
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/158669
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
| |
PR: ports/143974
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
|
|
|
|
|
| |
PR: ports/143974
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
|
|
|
|
|
| |
PR: ports/137582
Submitted by: Milan Obuch <bsd at dino.sk> (maintainer)
|
|
|
|
|
| |
PR: ports/137112
Submitted by: Milan Obuch <bsd at dino.sk> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
|
|
|
| |
PR: 132228
Submitted by: Milan Obuch <bsd at dino dot sk> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 130035
Submitted by: Milan Obuch <bsd at dino dot sk>
|
|
|
|
|
|
|
|
|
|
| |
- Add RUN_DEPENDS on security/ca_root_nss.
- Remove scripts/c_rehash.
- Sort CONFLICTS alphabetically and add couriermlm-0.*.
PR: 126228
Submitted by: Yarema <yds@CoolRat.org>
Approved by: maintainer timeout (2 months)
|
|
|
|
|
| |
PR: 107375
Submitted by: Milan Obuch<bsd@dino.sk> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- Patch for function name collision (fam support)
- Remove deprecated USE_RCORDER
- Pass maintainership to submitter
- portlint(1)
PR: ports/105573
Submitted by: Milan Obuch<bsd@dino.sk>
Approved by: erwin (mentor), maintainer timeout
|
|
|
|
|
|
|
| |
PR: ports/98878
Submitted by: Milan Obuch <bsd@dino.sk>
Approved by: maintainer timeout (17 days)
Security: CVE-2006-2659
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
Add 'sharedindexupdate' srcipt.
Use 'exec' in shell scripts.
PR: ports/93269
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
|
|
|
|
|
| |
PR: ports/83548
Submitted by: Yarema <yds@CoolRat.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Remove FORBIDDEN
- Convert to OPTIONS
- Hand maintainership to submitter
PR: ports/65093
Submitted by: Yarema <yds@CoolRat.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix LDAP support build problems
- CONFLICTS has been expanded
- WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT
- WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system
and NOUUCP is no longer a /etc/make.conf tunable for buildworld
- WITH_EXPECT not being set now adds --disable-changepass which causes the suid
authdaemon.passwd to not be installed.
- devel/fam dependency is now non-optional since the port will use the library
if it finds it regardless of one's intention to use it or not. For instance
if libfam is installed and one doe not want it used by courier but chosses
the WITH_LDAP support than libfam will get sucked in as well. Then the user
deletes fam and courier breaks because the user had no idea courier depended
on it. So until courier gets a configure --without-fam tunable this should
be a mandatory dependency.
- and last but not least etc/rc.d/courier.sh startup script has been rewritten
to work with rc.subr which allows one to move it to /etc/rc.d/courier and
have it just work. :)
PR: 61112
Submitted by: Yarema <yds@CoolRat.org>
|
|
|
|
|
|
|
|
|
| |
- fix BROKEN
- reset MAINTAINER to ports. Original maintainer doesn't respond to mails
over a long time period
PR: ports/55427
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
|
|
|
|
|
| |
PR: 41832
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 40319
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
fix deinstall problem
PR: 39003
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34398
Submitted by: maintainer
|
|
|
|
|
|
| |
knob for NOUUCP.
PR: 34145
|
|
PR: 31473
Submitted by: Yarema <yds@CoolRat.org>
|