non port: mail/archiveopteryx-devel/Makefile |
SVNWeb
|
Number of commits found: 30 |
Mon, 6 Feb 2023
|
[ 16:43 Mark Felder (feld) ] 8d16699
mail/archiveopteryx{-devel}: Fix rc script REQUIRE
LOGIN must be uppercase
|
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 )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
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.
|
Sat, 13 Jul 2019
|
[ 00:07 linimon ]
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".
Approved by: portmgr (tier-2 blanket)
|
Thu, 15 Nov 2018
|
[ 03:33 linimon ]
Fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket)
|
Wed, 31 Oct 2018
|
[ 12:59 dvl ]
Upgrade to include PostgreSQL 10 support
re: https://github.com/aox/aox/commit/96ab17efa36b51fed0ec9aef8b96c038ed285c28
Approved by: feld (maintainer)
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Mon, 2 Jul 2018
|
[ 04:00 linimon ] (Only the first 10 of 60 ports in this commit are shown above. )
Mark ports broken on mips64 that are already broken on powerpc64. In
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)
|
Sat, 14 Apr 2018
|
[ 17:19 feld ]
mail/archiveopteryx-devel: Update to latest snapshot
|
Thu, 31 Aug 2017
|
[ 15:31 feld ]
mail/archiveopteryx-devel: Update to latest git HEAD commit
|
Sun, 30 Apr 2017
|
[ 01:12 linimon ] (Only the first 10 of 21 ports in this commit are shown above. )
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Tue, 25 Apr 2017
|
[ 16:10 feld ]
mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensions
This is in preparation for BSD grep, PR 218385
PR: 218613
|
Sat, 8 Apr 2017
|
[ 11:05 amdmi3 ]
- Remove bogus (in presence of USE_GITHUB) USES=tar*
|
Thu, 12 Jan 2017
|
[ 11:30 amdmi3 ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Tue, 10 Jan 2017
|
[ 15:12 feld ]
mail/archiveopteryx{-devel}: Fix build on HEAD
|
Tue, 4 Oct 2016
|
[ 15:55 feld ]
mail/archiveopteryx{-devel}: Remove Postgres client requirement
Aox does not actually use libpq, so it doesn't need this as a build or
runtime dependency.
MFH: 2016Q4
|
[ 15:46 feld ]
mail/archiveopteryx{-devel}: Only depend on Postgres client
MFH: 2016Q4
|
Sat, 10 Sep 2016
|
[ 19:37 marino ]
mail/archiveopteryx(-devel): document SSL requirement, sed in related flags
While here, couple OSVERSION with OPSYS
Approved by: SSL blanket
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
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, 29 Jan 2016
|
[ 17:12 feld ]
mail/archiveopteryx-devel: Update to newer git snapshot
- Better interaction with Horde and Nginx IMAP proxy
- Improvements to QRESYNC extension
|
Tue, 1 Dec 2015
|
[ 20:47 feld ]
mail/archiveopteryx-devel: Update to new snapshot
Notable improvement: PGP mail is now stored correctly!
|
Thu, 21 May 2015
|
[ 07:06 amdmi3 ]
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Thu, 7 May 2015
|
[ 16:32 mat ] (Only the first 10 of 109 ports in this commit are shown above. )
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 15 Jan 2015
|
[ 09:05 tijl ] (Only the first 10 of 102 ports in this commit are shown above. )
Add missing USE_OPENSSL=yes
PR: 195796
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Wed, 30 Jul 2014
|
[ 13:07 feld ]
Copy archiveopteryx to -devel to make it easy to track development
progress.
Historically aox development is very reliable, but please be aware that
this port does not track stable releases.
|
Number of commits found: 30 |