notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/archiveopteryx/Makefile
SVNWeb

Number of commits found: 43

Wed, 3 May 2023
[ 16:19 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:ee9305d0b3a6ae111bacf063944e20de2e0ec82d  commit hash:ee9305d0b3a6ae111bacf063944e20de2e0ec82d  commit hash:ee9305d0b3a6ae111bacf063944e20de2e0ec82d  ee9305d 
mail/archiveopteryx: Mark BROKEN_SSL

- Fails to build with OpenSSL 3.0.0 and later with
  error: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated
- mail/archiveopteryx-devel builds fine with OpenSSL 3.0.0 and later.
  Considering using that.

Approved by:	portmgr (blanket)
Mon, 6 Feb 2023
[ 16:43 Mark Felder (feld) search for other commits by this committer ]    commit hash:8d16699263075ffe10995d3ef2779493c60b1ff8  commit hash:8d16699263075ffe10995d3ef2779493c60b1ff8  commit hash:8d16699263075ffe10995d3ef2779493c60b1ff8  8d16699 
mail/archiveopteryx{-devel}: Fix rc script REQUIRE

LOGIN must be uppercase
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 13 Jul 2019
[ 00:07 linimon search for other commits by this committer ] Original commit   Revision:506498
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:26 linimon search for other commits by this committer ] Original commit   Revision:484994
Fix build on gcc-based archs.

Approved by:	portmgr (tier-2 blanket)
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:473699 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
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:14 feld search for other commits by this committer ] Original commit   Revision:467334
mail/archiveopteryx: Fix build with modern clang

MFH:		2018Q2
Sun, 18 Mar 2018
[ 05:27 linimon search for other commits by this committer ] Original commit   Revision:464871
Mark as broken on armvX.  This is probably a holdover from ancient code.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Thu, 14 Dec 2017
[ 13:53 amdmi3 search for other commits by this committer ] Original commit   Revision:456294
- Switch to verbose build

Approved by:	portmgr blanket
Sun, 30 Apr 2017
[ 01:12 linimon search for other commits by this committer ] Original commit   Revision:439779 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Tue, 25 Apr 2017
[ 16:10 feld search for other commits by this committer ] Original commit   Revision:439405
mail/archiveopteryx{-devel}: Use egrep to reduce reliance on GNU extensions

This is in preparation for BSD grep, PR 218385

PR:		218613
Thu, 12 Jan 2017
[ 11:30 amdmi3 search for other commits by this committer ] Original commit   Revision:431251 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Tue, 10 Jan 2017
[ 15:12 feld search for other commits by this committer ] Original commit   Revision:431089
mail/archiveopteryx{-devel}: Fix build on HEAD
Tue, 4 Oct 2016
[ 15:55 feld search for other commits by this committer ] Original commit   Revision:423276
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 search for other commits by this committer ] Original commit   Revision:423273
mail/archiveopteryx{-devel}: Only depend on Postgres client

MFH:		2016Q4
Sat, 10 Sep 2016
[ 19:37 marino search for other commits by this committer ] Original commit   Revision:421731
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 search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 21 May 2015
[ 07:06 amdmi3 search for other commits by this committer ] Original commit   Revision:386915
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
Thu, 15 Jan 2015
[ 09:05 tijl search for other commits by this committer ] Original commit   Revision:377064 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add missing USE_OPENSSL=yes

PR:		195796
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 6 May 2014
[ 18:14 feld search for other commits by this committer ] Original commit   Revision:353116
Fix support for Postgres 9.2
Mon, 10 Mar 2014
[ 19:50 feld search for other commits by this committer ] Original commit   Revision:347806
Upstream re-rolled and finally produced an official tarball.

Hopefully this means they can't re-roll again.
[ 00:33 feld search for other commits by this committer ] Original commit   Revision:347712
Fix rc script and ability to do a clean install.

Patch has been submitted upstream.
Thu, 6 Mar 2014
[ 21:13 feld search for other commits by this committer ] Original commit   Revision:347325
Update to 3.2.0
Support STAGE

aox builds with GCC on 8.x and 9.x, clang on 10.0+

Sponsored by:	SupraNet Communications, Inc
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Fri, 30 Aug 2013
[ 14:42 feld search for other commits by this committer ] Original commit   Revision:325702
- Actually commit rc script fixes
- Convert to new Perl USES
- Move pkg-install logic to @exec and post-install
- Other suggested cleanup

Approved by:	crees (mentor)
[ 01:47 feld search for other commits by this committer ] Original commit   Revision:325650
- Cleanup
- Passes rclint / portlint
- Fix permissions at install

Approved by:	swills (mentor)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 29 Jul 2013
[ 15:03 feld search for other commits by this committer ] Original commit   Revision:323891 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Fix my email address again, using proper @FreeBSD.org styling

Approved by:	swills (mentor)
Thu, 25 Jul 2013
[ 11:30 feld search for other commits by this committer ] Original commit   Revision:323636 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Update my email address throughout the tree

Approved by:	swills (mentor)
Sun, 16 Dec 2012
[ 06:12 az search for other commits by this committer ] Original commit   Revision:308985 (Only the first 10 of 113 ports in this commit are shown above. View all ports for this commit)
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
Mon, 11 Jun 2012
[ 02:30 swills search for other commits by this committer ] Original commit 
- Added proper PORTDOCS

PR:             ports/168716
Submitted by:   Mark Felder <feld@feld.me> (maintainer)
Wed, 14 Mar 2012
[ 17:55 jgh search for other commits by this committer ] Original commit 
- drop invalid post-deinstall target, and adjust pkg-{de}install, respectively

PR:     ports/166060
Submitted by:   jgh@
Approved by:    maintainer, feld@feld.me
Feature safe:   yes
Thu, 18 Aug 2011
[ 12:47 ashish search for other commits by this committer ] Original commit 
- Transfer maintainership to Mark Felder who is an active user of the
  port unlike me.
Thu, 11 Aug 2011
[ 14:02 ashish search for other commits by this committer ] Original commit 
- Unbreak on 9.x
- Fix jail permissions in pkg-install

PR:             ports/159655
Submitted by:   Mark Felder <feld@feld.me>
Sun, 1 May 2011
[ 22:29 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 9-CURRENT

Reported by:    pointyhat
Sun, 3 Oct 2010
[ 13:24 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Archiveopteryx is an Internet mail server, optimised to support
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)

Number of commits found: 43