aboutsummaryrefslogtreecommitdiff
path: root/mail/libdkim
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Unbreak the build against modern versions of OpenSSLAlexey Dokuchaev2020-09-096-9/+244
| | | | | | | - While at it, provide more elaborate port description Notes: svn path=/head/; revision=548056
* Additional builds with with src r354909 applied.Brooks Davis2019-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Also GC NO_MANCOMPRESSED which doesn't do anything. In the case of devel/libpasori, this change accomplished the same thing as the change in r518434, but more directly (fix the Makefiles rather than patching them after they are installed). Notes: svn path=/head/; revision=520531
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-051-1/+8
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497931
* - fix build for FreeBSD 11.2 and FreeBSD 12.0Dirk Meyer2018-08-161-0/+1
| | | | Notes: svn path=/head/; revision=477307
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-3/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Allow staging as a regular userAntoine Brodin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367889
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* - Stage supportMartin Wilke2014-02-021-11/+1
| | | | | | | - Convert few ports to USES Notes: svn path=/head/; revision=342300
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* 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
* Reassign skv@ ports to the heapBaptiste Daroussin2013-04-221-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316230
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Update to 1.0.21Sergey Skvortsov2011-08-132-7/+8
| | | | | | | | PR: ports/159257 Submitted by: Ismail YENIGUL <ismail.yenigul@surgate.com> Notes: svn path=/head/; revision=279624
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Distfile rerolled up stream, exactly 1 fprintf() removedPhilip M. Gollucci2009-02-041-3/+3
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227583
* - Change the OpenSSL 0.9.8 check to use OSVERSIONPav Lucistnik2009-01-091-2/+4
| | | | | | | Approved by: skv (maintainer) Notes: svn path=/head/; revision=225569
* * Fix makefile: rename CFLAGS to CXXFLAGSSergey Skvortsov2008-12-283-6/+3
| | | | | | | | | * Install only "dkim.h" include file Submitted by: Bill Milford <bill xx themilfords.com> Notes: svn path=/head/; revision=224886
* Unbreak build on 6.xSergey Skvortsov2008-12-242-6/+7
| | | | | | | Submitted by: Bill Milford <bill xx themilfords.com> Notes: svn path=/head/; revision=224690
* - Mark BROKEN on FreeBSD 6.x: does not compilePav Lucistnik2008-12-191-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=224432
* Add libdkim 1.0.17, DKIM (DomainKeys Identified Mail) library.Sergey Skvortsov2008-10-035-0/+60
Notes: svn path=/head/; revision=221152