aboutsummaryrefslogtreecommitdiff
path: root/mail/archiveopteryx
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
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* Prepare for powerpc-on-clang by deleting hard-coded tests for architectureMark Linimon2019-07-131-2/+2
| | | | | | | | | as a stand-in for "are we running on gcc". Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506498
* Fix build on gcc-based archs.Mark Linimon2018-11-151-5/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=484994
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | 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
* mail/archiveopteryx: Fix build with modern clangMark Felder2018-04-142-6/+22
| | | | | | | MFH: 2018Q2 Notes: svn path=/head/; revision=467334
* Mark as broken on armvX. This is probably a holdover from ancient code.Mark Linimon2018-03-181-2/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464871
* - Switch to verbose buildDmitry Marakasov2017-12-141-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=456294
* 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
* mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensionsMark Felder2017-04-251-1/+1
| | | | | | | | | This is in preparation for BSD grep, PR 218385 PR: 218613 Notes: svn path=/head/; revision=439405
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-121-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431251
* mail/archiveopteryx{-devel}: Fix build on HEADMark Felder2017-01-102-1/+12
| | | | Notes: svn path=/head/; revision=431089
* mail/archiveopteryx{-devel}: Remove Postgres client requirementMark Felder2016-10-041-2/+2
| | | | | | | | | | Aox does not actually use libpq, so it doesn't need this as a build or runtime dependency. MFH: 2016Q4 Notes: svn path=/head/; revision=423276
* mail/archiveopteryx{-devel}: Only depend on Postgres clientMark Felder2016-10-041-1/+2
| | | | | | | MFH: 2016Q4 Notes: svn path=/head/; revision=423273
* mail/archiveopteryx(-devel): document SSL requirement, sed in related flagsJohn Marino2016-09-101-4/+7
| | | | | | | | | While here, couple OSVERSION with OPSYS Approved by: SSL blanket Notes: svn path=/head/; revision=421731
* 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
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-225-13/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-211-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386915
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Finally retire USE_PGSQLChris Rees2014-11-221-3/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistAntoine Brodin2014-11-221-4/+1
| | | | Notes: svn path=/head/; revision=373086
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Fix support for Postgres 9.2Mark Felder2014-05-062-1/+12
| | | | Notes: svn path=/head/; revision=353116
* Upstream re-rolled and finally produced an official tarball.Mark Felder2014-03-103-29/+5
| | | | | | | Hopefully this means they can't re-roll again. Notes: svn path=/head/; revision=347806
* Fix rc script and ability to do a clean install.Mark Felder2014-03-103-2/+20
| | | | | | | Patch has been submitted upstream. Notes: svn path=/head/; revision=347712
* Update to 3.2.0Mark Felder2014-03-0610-72/+107
| | | | | | | | | | | Support STAGE aox builds with GCC on 8.x and 9.x, clang on 10.0+ Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=347325
* 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
* - Actually commit rc script fixesMark Felder2013-08-305-37/+25
| | | | | | | | | | | - Convert to new Perl USES - Move pkg-install logic to @exec and post-install - Other suggested cleanup Approved by: crees (mentor) Notes: svn path=/head/; revision=325702
* - CleanupMark Felder2013-08-304-31/+16
| | | | | | | | | | - Passes rclint / portlint - Fix permissions at install Approved by: swills (mentor) Notes: svn path=/head/; revision=325650
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* Update my email address throughout the treeMark Felder2013-07-251-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Added proper PORTDOCSSteve Wills2012-06-112-8/+6
| | | | | | | | PR: ports/168716 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=298995
* - drop invalid post-deinstall target, and adjust pkg-{de}install, respectivelyJason Helfman2012-03-143-27/+4
| | | | | | | | | | PR: ports/166060 Submitted by: jgh@ Approved by: maintainer, feld@feld.me Feature safe: yes Notes: svn path=/head/; revision=293309
* 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
* - Transfer maintainership to Mark Felder who is an active user of theAshish SHUKLA2011-08-181-1/+1
| | | | | | | port unlike me. Notes: svn path=/head/; revision=279969
* - Unbreak on 9.xAshish SHUKLA2011-08-113-6/+14
| | | | | | | | | | - Fix jail permissions in pkg-install PR: ports/159655 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=279493
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Mark BROKEN on 9-CURRENTPav Lucistnik2011-05-011-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=273415
* Archiveopteryx is an Internet mail server, optimised to supportAshish SHUKLA2010-10-0313-0/+365
long-term archival storage. It seeks to make it practical not only to manage large archives, but to use the information therein on a daily basis instead of relegating it to offline storage. WWW: http://www.archiveopteryx.org/ Approved by: pgj (mentor) Notes: svn path=/head/; revision=262347