| non port: mail/anubis/pkg-plist |
Number of commits found: 15 |
|
Saturday, 11 Apr 2026
|
16:03 Joseph Mingrone (jrm)
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard
cache under the user's home directory.
This matches the behavior of GNU ELPA packages and generally results
in a faster experience. Speedups vary depending on the
characteristics of the elisp code, but are often reported to be 2.5
to 5 times faster than byte-compiled code.
3. Perform byte compilation on the target host, but only when native
compilation is unavailable. Compilation is initiated when Emacs
starts, and the resulting .elc files are cached under the user's
home directory.
4. Load all autoload files installed by FreeBSD elisp ports. This
mirrors what package.el does for ELPA packages, ensuring that
autoloaded functions are available without requiring users to
explicitly load each package.
Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.
Reviewed by: ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex,
mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>,
rhurlin
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56001
bc45b7e |
|
Sunday, 10 Mar 2024
|
09:55 Nuno Teixeira (eduardo)
mail/anubis: Move man pages to share/man
Approved by: portmgr (blanket)
9f35e8b |
|
Monday, 8 Jan 2024
|
23:05 Jason E. Hale (jhale)
mail/anubis: Update to 4.3
It's been almost a decade since the last release of Anubis, but the
Egyptian god of the underworld has finally reemerged to greet the
living and bestow upon us the following changes:
- Fix compilation with GDBM 1.18.1
- Support for Guile version 2.2.0 and later
* Support for prior versions has been withdrawn.
- anubisusr requires GnuTLS
- New configuration statement: use-pam
* Used in CONTROL section, this boolean statement enables or disables
the use of the Pluggable Authentication Module interface for
accounting and session management.
- New configuration statement: identd-keyfile
* Sets the name of the file with shared keys used for decryting replies
from the auth service. It is used in traditional mode if anubis
receives an encrypted response from the client's identd server
(e.g. if they are running pidentd with encryption).
- Bugfixes
Remove the GNUTLS and GSASL options, which were previously ON by default,
and make them required due to upstream changes and to simplify the port.
2d49f96 |
|
Wednesday, 9 Nov 2016
|
15:28 jhale
Add TEST option to toggle regression tests. They were previously running
by default and causing aarch64 builds to fail, presumably due to an emulation
issue. [1]
Add EMACS option to install emacs lisp files. Previously, if emacs was
already installed on the system, it would install these files in STAGEDIR
and would cause check-plist to error.
Convert USE_MYSQL to USES=mysql
Convert CPPFLAGS/LDFLAGS to USES=localbase
Add some missing dependencies reported by stage-qa
Remake patches
Bump PORTREVISION
Reported by: linimon (via private mail) [1]
 |
|
Monday, 22 Sep 2014
|
13:07 jhale
- Trim @dirrm and @stopdaemon from pkg-plist
 |
|
Wednesday, 23 Jul 2014
|
09:54 tijl
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
|
Tuesday, 3 Jun 2014
|
13:52 amdmi3
- Stagify
- Use new LIB_DEPENDS syntax
- Fix shebang
Approved by: portmgr blanket
 |
|
Monday, 14 Feb 2011
|
21:38 dhn
- Update to 4.1.1
- Pass maintainership to submitter
- Remove MD5 checksum
- Mark MAKE_JOBS_UNSAFE
- Add LICENSE
PR: ports/154641
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
 |
|
Wednesday, 13 Oct 2004
|
12:34 sergei
- This port installs GNU message catalogs, so add explicit USE_GETTEXT
and USE_ICONV, respect WITHOUT_NLS knob
- Bump PORTREVISION
PR: ports/71575
Submitted by: leeym
 |
|
Wednesday, 6 Aug 2003
|
21:44 krion
Use INFO, DOCSDIR and EXAMPLESDIR macros
PR: 55321
Submitted by: maintainer
 |
|
Tuesday, 7 Jan 2003
|
14:09 edwin
[MAINTAINER] Update mail/anubis to 3.6.2
PR: ports/46669
Submitted by: Sergei Kolobov <sergei@kolobov.com>
 |
|
Tuesday, 15 Oct 2002
|
15:08 naddy
- Update port to 3.5.0.
- Remove pkg-message; display compile-time options dynamically in pre-fetch
target (a la apache port).
PR: 44086
Submitted by: Sergei Kolobov <sergei@kolobov.com>
 |
|
Thursday, 19 Sep 2002
|
21:09 ijliao
- Update to 3.4.6
- Add several compile-time knobs:
- WITHOUT_OPENSSL=yes Disable the OpenSSL library support
- WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support
- WITH_PCRE=yes Enable the PCRE library support
- WITH_PAM=yes Enable the Pluggable Authentication Modules support
- WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support
- Take maintainership
PR: 42746
Submitted by: Sergei Kolobov <sergei@kolobov.com> (new maintainer)
 |
|
Saturday, 31 Aug 2002
|
17:45 dwcjr
- Update anubis to 3.4.2
- Install .info and addition documentation
- Fix Makefile to install the startup script and examples even if
NOPORTDOCS is defined (those items are NOT documentation)
PR: 42215
Submitted by: sergei@kolobov.com
 |
|
Wednesday, 31 Jul 2002
|
18:52 ijliao
add anubis 3.3.0
An outgoing mail processor
 |
Number of commits found: 15 |