aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-callback
Commit message (Collapse)AuthorAgeFilesLines
* Conditionalize the inclusion of the -fnested-functions flag on GCC.Mark Linimon2019-10-151-8/+8
| | | | | | | | Approved by: portmgr (tier-2 blanket) Differential Revision: D22026 Notes: svn path=/head/; revision=514519
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-6/+6
| | | | Notes: svn path=/head/; revision=508882
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build with GCC-based architectures. GCC architectures requireEmanuel Haupt2018-10-261-4/+6
| | | | | | | | | | | CFLAGS+=-fnested-functions. PR: 232646 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 (blanket) Notes: svn path=/head/; revision=483035
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-2/+4
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-2/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439779
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376399
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-1/+0
| | | | Notes: svn path=/head/; revision=370444
* mail/libspf2:Tijl Coosemans2014-08-171-4/+2
| | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip (Also some white space fixes in dependent ports) Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=365196
* Remove the final usages of USE_XZ from the tree, and replace them withAdam Weinberger2014-07-291-1/+1
| | | | | | | | | USES=tar:xz. Approved by: portmgr (most of them) Notes: svn path=/head/; revision=363395
* Quiesce mkdirEmanuel Haupt2014-03-181-1/+1
| | | | Notes: svn path=/head/; revision=348550
* Use new LIB_DEPENDS regimeEmanuel Haupt2013-12-181-1/+1
| | | | Notes: svn path=/head/; revision=336836
* Support staging.Emanuel Haupt2013-10-272-6/+5
| | | | Notes: svn path=/head/; revision=331771
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* Fix build on HEAD by setting USE_GCC=any which I believe is better than markingEmanuel Haupt2013-05-291-4/+15
| | | | | | | | | it BROKEN if clang is detected. In order to do that handle do-build target since the distribution Makefile includes <bsd.prog.mk> which does not handle USE_GCC=any well. Notes: svn path=/head/; revision=319384
* The previous commit (r316786) broke 'extract' since it redefined WRKSRC.Emanuel Haupt2013-05-082-5/+5
| | | | | | | | | | Setting WRKSRC to WRKDIR would also not work as the subr script would overwrite a binary file with the same name. Cleanup, repack and self host this abomination of a flat distfile in order to avoid ugly extract hacks. While here also mark MAKE_JOBS_SAFE. Notes: svn path=/head/; revision=317647
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-4/+0
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - Update to 1.6.0Emanuel Haupt2012-11-102-11/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307270
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* - Use OPTIONSngEmanuel Haupt2012-09-091-9/+5
| | | | | | | - Remove deprecated header information Notes: svn path=/head/; revision=303941
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* Add LICENSEEmanuel Haupt2011-08-291-0/+2
| | | | Notes: svn path=/head/; revision=280693
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Update to 1.5.10Emanuel Haupt2010-07-172-4/+4
| | | | Notes: svn path=/head/; revision=257886
* Add an option to build the milter with SPF support.Emanuel Haupt2010-07-081-1/+10
| | | | | | | | Wished by: author Feature safe: yes Notes: svn path=/head/; revision=257512
* Update to 1.5.8Emanuel Haupt2010-07-052-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257406
* Update to 1.5.7Emanuel Haupt2010-06-292-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257134
* Remove the remaining examples of quotes around /etc/rc.subrDoug Barton2010-03-271-1/+1
| | | | Notes: svn path=/head/; revision=251564
* Add milter-callback, a sendmail milter to perform a envelope-from senderEmanuel Haupt2010-02-116-0/+101
verification on target MX. Notes: svn path=/head/; revision=249576