| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=482846
|
|
|
|
|
|
|
| |
- fix build on FreeBSD-12
Notes:
svn path=/head/; revision=482452
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
Notes:
svn path=/head/; revision=473663
|
|
|
|
|
|
|
|
| |
PR: 196756
Submitted by: jvp@lateapex.net
Notes:
svn path=/head/; revision=459031
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
Notes:
svn path=/head/; revision=408774
|
|
|
|
| |
Notes:
svn path=/head/; revision=402189
|
|
|
|
| |
Notes:
svn path=/head/; revision=388043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382203
|
|
|
|
| |
Notes:
svn path=/head/; revision=363922
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363374
|
|
|
|
| |
Notes:
svn path=/head/; revision=361961
|
|
|
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=361099
|
|
|
|
| |
Notes:
svn path=/head/; revision=349366
|
|
|
|
| |
Notes:
svn path=/head/; revision=347572
|
|
|
|
|
|
|
|
| |
- use OPT_* flags
- use SHEBANG_FILES
Notes:
svn path=/head/; revision=335656
|
|
|
|
| |
Notes:
svn path=/head/; revision=335053
|
|
|
|
| |
Notes:
svn path=/head/; revision=327804
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=305832
|
|
|
|
|
|
|
|
| |
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
Notes:
svn path=/head/; revision=302555
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
| |
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
Notes:
svn path=/head/; revision=292531
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=263061
|
|
|
|
| |
Notes:
svn path=/head/; revision=256352
|
|
|
|
| |
Notes:
svn path=/head/; revision=255749
|
|
|
|
| |
Notes:
svn path=/head/; revision=243879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=236410
|
|
|
|
|
|
|
| |
Submitted by: Paul Koene
Notes:
svn path=/head/; revision=233345
|
|
|
|
| |
Notes:
svn path=/head/; revision=226286
|
|
|
|
| |
Notes:
svn path=/head/; revision=226285
|
|
|
|
|
|
|
| |
MAKE_ENV
Notes:
svn path=/head/; revision=217477
|
|
|
|
| |
Notes:
svn path=/head/; revision=200775
|
|
|
|
|
|
|
| |
no longer depend on the sendmail source in base
Notes:
svn path=/head/; revision=187567
|
|
|
|
|
|
|
| |
Approved by: dinoex (maintainer)
Notes:
svn path=/head/; revision=184264
|
|
|
|
| |
Notes:
svn path=/head/; revision=182276
|
|
|
|
|
|
|
| |
Submitted by: ume (Hajimu UMEMOTO)
Notes:
svn path=/head/; revision=168206
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO
Notes:
svn path=/head/; revision=162450
|
|
|
|
| |
Notes:
svn path=/head/; revision=160937
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO
Notes:
svn path=/head/; revision=158456
|
|
|
|
|
|
|
| |
- new options WITH_PAM SMTP_AFTER_POP3
Notes:
svn path=/head/; revision=151366
|
|
|
|
| |
Notes:
svn path=/head/; revision=151168
|
|
|
|
| |
Notes:
svn path=/head/; revision=148088
|
|
|
|
|
|
|
| |
Submitted by: Pav Lucistnik
Notes:
svn path=/head/; revision=147560
|