non port: mail/dcc-dccd/Makefile |
SVNWeb
|
Number of commits found: 80 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Tue, 18 May 2021
|
[ 21:46 Piotr Kubaj (pkubaj) ] 41a1c06
mail/dcc-dccd: update to 2.3.168
|
Mon, 12 Apr 2021
|
[ 16:52 Piotr Kubaj (pkubaj) ] 57de0ec
mail/dcc-dccd: fix build on 13.0
PR: 252996
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 21 Jun 2019
|
[ 11:44 pkubaj ]
mail/dcc-dccd: reroll tarball, bump PORTREVISION
Upstream has rerolled the tarball:
"I discovered that I had made a mistake in
including files related to the old licenses in the tarball. They were
in pre-2019/LICENSE-rep,v and pre-2019/RESTRICTIONS,v"
PR: 238734
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20707
|
Wed, 19 Jun 2019
|
[ 23:11 pkubaj ]
mail/dcc-dccd: upgrade to 2.3.167
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20696
|
Fri, 14 Jun 2019
|
[ 11:12 mat ]
Really fix rc files.
Pointy hat: mat, for assuming the patch was ok and only giving it a quick
glance.
|
[ 07:17 pkubaj ]
mail/dcc-dccd: fix startup scripts
Fix startup scripts so that PREFIX is not %D.
PR: 238501
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20611
|
Tue, 11 Jun 2019
|
[ 08:44 pkubaj ]
mail/dcc-dccd: update to 2.3.165
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20593
|
Mon, 10 Jun 2019
|
[ 20:04 pkubaj ]
mail/dcc-dccd: update to 2.3.164, use /var/db/dcc instead of /var/db, various
cleanups
PR: 220978
Submitted by: kai
Reported by: mi@ALDAN.algebra.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20155
|
Sun, 1 Jul 2018
|
[ 10:17 dinoex ] (Only the first 10 of 30 ports in this commit are shown above. )
- bump MILTER_SOVER to fix linking on FREEBSD-12
- 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
|
Mon, 3 Jul 2017
|
[ 17:37 ultima ]
* Fix permissions from regression on r443717
PR: 220201
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11347
|
Sun, 25 Jun 2017
|
[ 01:46 ultima ]
* Added UPDATING entry
* Removed ALT_HOME option
* Fixed MILTER_DESC DCCM
* Changed PORTS_SENDMAIL to PORTS_MILTER
* Cleaned up old code
PR: 220070
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: matthew (mentor), Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Differential Revision: https://reviews.freebsd.org/D11248
|
Fri, 16 Jun 2017
|
[ 18:25 ultima ] (Only the first 10 of 12 ports in this commit are shown above. )
* Updated to 1.3.159
* Added upstream configure switches for DCC
* Remove gmake
* Fixed portlint items
* Install stripped
Currently, this port is out of compliance with FreeBSD porting standards
and is in desperate need to be modernized. @cwd is depricated, and will
be removed in the future. The ALT_HOME Option will also need to be
removed or reworked which changes the home directory to /var/dcc.
Libmilter nolonger depends on sendmail and various comments will also be
updated to match current FreeBSD porting practices.
PR: 216799
Submitted by: Vernon Schryver <vjs@rhyolite.com>
Reviewed by: matthew (mentor)
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11207
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 22 Aug 2016
|
[ 14:31 marino ]
mail/dcc-dccd: fix stage-qa issues
1) implements stripping of executable binaries
2) disables libedit detection and linking
dcc-dccd keeps trying to link to the base libedit instead of the
required ports version (when USES+=libedit is added). For now, just
build without until somebody finds a way get libedit linkage correct.
This solves both issues seen with stage-qa
PR: 205191
Reported by: Yuri (rawbw.com)
Utimate fix: marino@
Approved by: maintainer (conceptually)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 26 Feb 2016
|
[ 08:47 dinoex ]
- set dependency to libmilter, bump PORTREVISION
|
Fri, 8 Jan 2016
|
[ 12:21 robak ]
mail/dcc-dccd: change maintainer to Piotr Kubaj <pkubaj@anongoth.pl>
PR: 205985
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Wed, 6 Jan 2016
|
[ 16:16 mat ]
Resign from this one, I don't use it any more.
Sponsored by: Absolight
|
Fri, 3 Apr 2015
|
[ 09:22 mat ]
Update to 1.3.158.
Sponsored by: Absolight
|
Thu, 2 Apr 2015
|
[ 13:56 mat ]
Update to 1.3.156.
Sponsored by: Absolight
|
Wed, 1 Apr 2015
|
[ 10:03 mat ]
Update to 1.3.156.
Sponsored by: Absolight
|
Thu, 11 Sep 2014
|
[ 13:34 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
Add back mail/dcc-dccd
- Update to 1.3.155.
- Stage.
- Build as a user.
- Add the option back to spamassassin.
Sponsored by: Absolight
|
Sun, 27 Jul 2014
|
[ 10:37 marino ]
mail/dcc-dccd: reset maintainer, but apply ports sendmail fix
This port should have been reset with the big batches. There is a
PR to update the version (184281) but stage support is not included
and nobody is stepping up to update the PR. But while here, add a
one-line fix to support building with sendmail from ports.
PR: 188903
Submitted by: Jamie Landeg-Jones
Approved by: maintainer timeout (3 months)
Approved by: portmgr (implicit, NOT_STAGED)
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 1 Jun 2013
|
[ 23:18 bapt ]
Convert to new options framework
|
Thu, 21 Mar 2013
|
[ 16:02 eadler ]
Fix tripple quoting that will cause problems when the ports tree is switched to
bmake
PR: ports/176587
Submitted by: John Marino <draco@marino.st>
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Thu, 16 Feb 2012
|
[ 14:43 scheidell ]
- Update to 1.3.141
- Add LICENSE for interactive users
PR: ports/164762
Submitted by: scheidell (me)
Approved by: Craig Green <cgreen@sentex.net> (maintainer), gabor (mentor,
implicit)
Feature safe: yes
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Mon, 4 Jul 2011
|
[ 19:39 crees ]
- Use USERS and GROUPS
PR: ports/157608
Approved by: rene (mentor, implicit), Craig Green <cgreen@sentex.net>
(maintainer)
|
Tue, 28 Jun 2011
|
[ 13:55 miwi ]
- Update to 1.3.140
PR: 158262
Submitted by: Craig Green <cgreen@sentex.ca> (maintainer)
|
Sun, 31 Jan 2010
|
[ 03:45 pgollucci ]
- Use SUB_FILES to Update pkg-install & deinstall
PR: ports/142811
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (cgreen@sentex.net; > 2 weeks)
|
Fri, 13 Nov 2009
|
[ 00:13 sylvio ]
- Update to 1.3.116
PR: ports/140426
Submitted by: Alexey Degtyarev <alexey@renatasystems.org>
Approved by: Craig Green <cgreen@sentex.net> (maintainer), itetcu, miwi
(mentors)
|
Fri, 28 Aug 2009
|
[ 23:29 miwi ]
- Update to 1.3.115
PR: 138271
Submitted by: Craig Green <cgreen@sentex.ca> (maintainer)
|
Tue, 4 Aug 2009
|
[ 00:00 amdmi3 ]
- Update to 1.3.113
PR: 137275
Submitted by: Craig Green <cgreen@sentex.net> (maintainer)
|
Mon, 15 Jun 2009
|
[ 19:10 dhn ]
- Update to 1.3.108
PR: ports/135598
Submitted by: Craig Green <cgreen@sentex.net> (maintainer)
|
Sat, 28 Mar 2009
|
[ 12:13 dhn ]
- Update to 1.3.103
PR: ports/133137
Submitted by: Craig Green <cgreen@sentex.net> (maintainer)
Approved by: miwi (mentor)
|
Thu, 12 Feb 2009
|
[ 19:56 beat ]
- Update to 1.3.102
PR: ports/131268
Submitted by: Cristiano Rolim Pereira <cristianorolim AT hotmail.com>
Approved by: Craig Green <cgreen AT sentex.net> (maintainer), miwi (mentor)
|
Mon, 22 Dec 2008
|
[ 18:27 wxs ]
- Update to 1.3.99
- Fix WWW: in pkg-descr
PR: ports/129778
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by: Craig Green <cgreen@sentex.net> (maintainer)
|
Sun, 23 Mar 2008
|
[ 11:08 pav ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 1.3.86
- Overhaul the port a great deal
- Take maintainership
PR: ports/121840
Submitted by: Craig Green <cgreen@sentex.net>
|
Sat, 22 Mar 2008
|
[ 22:19 linimon ]
Reset maintainer at his request due to lack of time.
|
Wed, 14 Nov 2007
|
[ 04:01 tmclaugh ]
Change location of pid file from /var/run to /var/run/dcc because
application changes ownership of the rundir to the user it is running
as.
PR: 110943
Approved by: portmgr (linimon), maintainer timeout
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Wed, 7 Mar 2007
|
[ 15:20 miwi ]
- Update to 1.3.50
PR: 109039
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Wed, 2 Aug 2006
|
[ 12:59 pav ]
- Update to 1.3.42
PR: ports/101253
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Fri, 28 Jul 2006
|
[ 17:38 itetcu ]
Update to 1.3.41
Changes in this release:
o Finally fix ancient missing quote in start-dccm.
PR: ports/100977
Submitted by: Dean Hollister (maintainer)
|
Thu, 27 Jul 2006
|
[ 05:58 itetcu ]
Update to 1.3.40
Changes in this release:
- Make bad password-IDs in /var/dcc/flod a serious error that is reported even
when tracing is off.
- Fix missing ';;' in libexec/logger.
- Restore `start-dccm -c` that was removed from version 1.3.39 with the
mistaken idea that -c was not in use.
- Fix bug counting clients of public DCC servers introduced in 1.3.39.
- Adding -d to DCCD_ARGS or GREY_DCCD_ARGS causes dccd to say how it determines
the size of available memory.
- Deal with sysctl(HW_PHYSMEM) on amd64 FreeBSD 6.* need for an 8-byte value
without breaking sysctl(HW_PHYSMEM) on FreeBSD 5.* that demands a 4-byte value.
- Allow databases larger than 3 GBytes on 64-bit systems.
PR: ports/100880
Submitted by: Dean Hollister (maintainer)
|
Sat, 15 Jul 2006
|
[ 12:55 pav ]
- Update to 1.3.39
PR: ports/100340
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Fri, 23 Jun 2006
|
[ 08:31 pav ]
- Update to 1.3.38
PR: ports/99331
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Tue, 20 Jun 2006
|
[ 23:29 pav ]
- Update to 1.3.37
PR: ports/99232
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Fri, 9 Jun 2006
|
[ 20:06 pav ]
- Update to 1.3.36
PR: ports/98722
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Tue, 6 Jun 2006
|
[ 07:35 erwin ]
Update to 1.3.35
PR: 98563
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Mon, 5 Jun 2006
|
[ 10:34 pav ]
- Update to 1.3.34
PR: ports/98515
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Mon, 20 Mar 2006
|
[ 15:06 ehaupt ]
Update to 1.3.31
PR: 94713
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Wed, 15 Mar 2006
|
[ 12:16 ehaupt ]
Update to 1.3.30
PR: 94057
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Fri, 3 Mar 2006
|
[ 09:09 ehaupt ]
- Update to to 1.3.29
- Unbreak (make it fetchable again)
PR: 93415, 93881
Submitted by: ehaupt, Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
Approved by: portmgr (erwin)
|
Sat, 25 Feb 2006
|
[ 20:50 kris ]
BROKEN: Unfetchable
Approved by: portmgr (implicit)
|
Sat, 11 Feb 2006
|
[ 14:43 lawrance ]
Update to 1.3.25.
PR: ports/91704
Submitted by: ehaupt
Approved by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer, timeout
4 weeks)
|
Sat, 17 Sep 2005
|
[ 20:12 pav ]
- Update to 1.3.16
PR: ports/86247
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Tue, 30 Aug 2005
|
[ 20:52 pav ]
- Update to 1.3.12
PR: ports/84472
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Mon, 25 Jul 2005
|
[ 08:21 lesi ]
Upgrade to 1.3.9
Changes included in this update:
o Removal of all sed replace scripting, at Vendor's request.
o dcc dameons su to the dcc user correctly, now using /bin/sh
(or other default shell as defined) instead of nologin when
su'ing to the dcc user.
o Ownerships of the ${PREFIX}/bin executables fixed. Now owned
by root. Request sent to Vendor to make this a user-defined
setting.
Also remove BROKEN, DEPRECATED and EXPIRATION_DATE tags.
PR: ports/83936
Submitted by: Dean Hollister (maintainer)
|
Sat, 23 Jul 2005
|
[ 02:53 kris ] (Only the first 10 of 159 ports in this commit are shown above. )
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
|
Sun, 17 Jul 2005
|
[ 19:45 kris ]
BROKEN: incomplete pkg-plist
|
Sun, 12 Jun 2005
|
[ 06:15 pat ]
Update to 1.3.5
PR: ports/82156
Submitted by: maintainer
|
Tue, 28 Dec 2004
|
[ 17:10 pav ]
- Update to 1.2.66
PR: ports/75535
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Sun, 21 Nov 2004
|
[ 02:35 pav ]
- Update to 1.2.58
- Correct detection of sendmail port
- Don't delete config file if modified
- Use special user for setuid programs
PR: ports/74158
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
|
Sun, 23 May 2004
|
[ 21:39 sergei ]
- Update to 1.2.48
Versions prior to 1.2.46 contain a serious packet flood bug,
as indicated in the changelog:
"Fix infinite packet flood from DCC clients including dccproc
observed by Benji Spencer, Clive Cleland, and Andrew Kent.
I introduced this serious bug with the WIN32 changes in 1.2.33."
This update resolves the issue. Updating is strongly recommended
for any users currently using this port and paying for their traffic
by the byte.
PR: ports/66797
Submitted by: Dean Hollister (maintainer)
|
Sun, 2 May 2004
|
[ 02:44 petef ]
- update to 1.2.44
- add more MASTER_SITES
- sort pkg-plist
PR: 65959
Submitted by: maintainer
|
Sat, 3 Apr 2004
|
[ 22:56 pav ]
- Update to 1.2.39
- Fix linking with threading libraries
PR: ports/65029, ports/63533
Submitted by: PieterB <pieterb@gewis.nl>, Craig Rodrigues
<rodrigc@crodrigues.org>
Approved by: maintainer timeout on ports/63533 (1 month)
|
Sun, 29 Feb 2004
|
[ 04:17 petef ]
Fix typo: include a space after "@comment" in PLIST_SUB.
Submitted by: Peter Avalos <pavalos@theshell.com>
|
Thu, 19 Feb 2004
|
[ 09:41 kris ]
FORBIDDEN on 5.x: links against conflicting thread libraries
|
Mon, 16 Feb 2004
|
[ 09:52 krion ]
- Fix package build
Submitted by: bento via kris
Approved by: maintainer
|
Sat, 24 Jan 2004
|
[ 09:42 krion ]
- Update to version 1.2.28
PR: ports/61825
Submitted by: maintainer
|
Wed, 31 Dec 2003
|
[ 18:38 obrien ]
Portlint
|
Sun, 7 Sep 2003
|
[ 23:55 edwin ]
Updated Port: mail/dcc-dccd
Updated Port: mail/dcc-dccd
PR: ports/56519
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
|
Mon, 14 Apr 2003
|
[ 21:45 edwin ]
remove pkg-comment, add COMMENT.
Noticed by: lioux
|
Fri, 28 Mar 2003
|
[ 09:10 edwin ]
New Port: mail/dcc-dccd
Distributed Checksum Clearinghouse procmail, sendmail and
server support
PR: ports/43862
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
|
Number of commits found: 80 |