| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=336229
|
|
|
|
| |
Notes:
svn path=/head/; revision=331895
|
|
|
|
|
|
|
| |
- use OPTIONS_DEFINE
Notes:
svn path=/head/; revision=331810
|
|
|
|
| |
Notes:
svn path=/head/; revision=327804
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=305832
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=289167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=226286
|
|
|
|
| |
Notes:
svn path=/head/; revision=213955
|
|
|
|
| |
Notes:
svn path=/head/; revision=182276
|
|
|
|
| |
Notes:
svn path=/head/; revision=176927
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
| |
Notes:
svn path=/head/; revision=148088
|
|
|
|
| |
Notes:
svn path=/head/; revision=134215
|
|
|
|
|
|
|
| |
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
Notes:
svn path=/head/; revision=124245
|
|
|
|
| |
Notes:
svn path=/head/; revision=124228
|
|
|
|
|
|
|
|
| |
- fix build with sendmail 8.13 mfapi.h
- switch default to sendmail 8.13
Notes:
svn path=/head/; revision=119059
|
|
|
|
| |
Notes:
svn path=/head/; revision=113930
|
|
|
|
| |
Notes:
svn path=/head/; revision=102162
|
|
|
|
|
|
|
| |
Submitted by: mark@remotelab.org
Notes:
svn path=/head/; revision=96057
|
|
|
|
| |
Notes:
svn path=/head/; revision=94863
|
|
|
|
| |
Notes:
svn path=/head/; revision=94265
|
|
|
|
|
|
|
| |
- make sure it links with the latest libmilter.a by default.
Notes:
svn path=/head/; revision=92514
|
|
|
|
| |
Notes:
svn path=/head/; revision=91691
|
|
|
|
| |
Notes:
svn path=/head/; revision=90903
|
|
|
|
|
|
|
| |
- update Usage.
Notes:
svn path=/head/; revision=89422
|
|
|
|
| |
Notes:
svn path=/head/; revision=89374
|
|
|
|
| |
Notes:
svn path=/head/; revision=89259
|
|
|
|
|
|
|
|
| |
fix a buffer overflow in the return message generation
- set PORTVERSION 1.1.1 to avoid future conflicts
Notes:
svn path=/head/; revision=87547
|
|
|
|
| |
Notes:
svn path=/head/; revision=76006
|
|
|
|
| |
Notes:
svn path=/head/; revision=75965
|
|
|
|
|
|
|
|
| |
PR: 46737
Submitted by: oli@isnic.is
Notes:
svn path=/head/; revision=72505
|
|
|
|
|
|
|
| |
- allow to build port with base sendamil
Notes:
svn path=/head/; revision=68884
|
|
|
|
|
|
|
|
|
| |
This does not build yet, as the ports need more than libmilter.
PR: 37908
Notes:
svn path=/head/; revision=58846
|
|
|
|
|
|
|
|
| |
PR: 37487
Submitted by: oli@isnic.is
Notes:
svn path=/head/; revision=58300
|
|
|
|
|
|
|
|
|
|
| |
With the new version there is a man page wich should now be installed.
PR: 37082
Submitted by: oli@isnic.is
Notes:
svn path=/head/; revision=57706
|
|
|
|
|
|
|
|
|
|
|
| |
if you have some sendmail compiled with LDAP support the
configure fails because -ldap -llber are not used in the
sm_snprintf test.
Submitted by: Stephane.Lentz@ansf.alcatel.fr
Notes:
svn path=/head/; revision=57139
|
|
|
|
|
|
|
| |
- Make startupscript smarter
Notes:
svn path=/head/; revision=56770
|
|
|
|
| |
Notes:
svn path=/head/; revision=56267
|
|
|
|
|
|
|
|
|
|
| |
- syncronize sample startup-scripts
PR: 36005
Submitted by: oli@amun.isnic.is
Notes:
svn path=/head/; revision=56261
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup in Makefile
PR: 34980
Submitted by: oli@isnic.is
Notes:
svn path=/head/; revision=54820
|
|
|
|
|
|
|
|
| |
PR: 34852
Submitted by: oli@isnic.is
Notes:
svn path=/head/; revision=54588
|
|
A attatchment filter for Sendmail
There really isn't much to say, noattach is a milter that parses the body
of email messages from sendmail and checks if the filename of attachments
matches one of the regular expressions in a given pattern file and rejects
those emails that match.
Filenames are MIME decoded if needed.
This program needs sendmail version 8.12.1 or newer to be compiled with
libsm and libmilter.
WWW: http://freshmeat.net/projects/noattach/
Notes:
svn path=/head/; revision=54469
|