Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3_5 04 Jul 2024 21:31:24 |
Joseph Mingrone (jrm) |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
4.3_4 23 Jun 2024 22:10:50 |
Joseph Mingrone (jrm) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
4.3_3 26 Mar 2024 22:51:47 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
4.3_2 10 Mar 2024 09:55:36 |
Nuno Teixeira (eduardo) |
mail/anubis: Move man pages to share/man
Approved by: portmgr (blanket) |
4.3_1 27 Jan 2024 22:33:05 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
4.3 08 Jan 2024 23:05:02 |
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. |
4.2_17 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
4.2_16 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
4.2_15 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2_14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.2_14 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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 ) |
4.2_14 21 Jun 2022 20:57:59 |
Po-Chuan Hsieh (sunpoet) |
security/libgsasl: Update to 2.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS |
4.2_13 18 Aug 2021 09:57:41 |
Alexey Dokuchaev (danfe) |
mail/anubis: the port had been improved (+)
- Unbreak the build against recent gdbm based on the patch provided by
the upstream maintainer*; this breakage went unnoticed for a while
because GDBM option was disabled by default -- enable it so we would
notice similar breakages next time (most of other ports by the same
upstream author/maintainer already default to it; this is very light
dependency yet useful enough as default database backend)
- Drop MAKE_JOBS_UNSAFE which had been added back in r269161 ten years
ago for version 4.1.1 and never properly explained; even though the
ChangeLog does not explicitly mention parallel build-related fixes,
the author confirmed that he does not recall any problems regarding
parallel builds; assume that it either was fixed in the meantime, or
would manifest itself again, only this time we'd catch the bug and,
at the very least, would properly document it (but ideally fix)
*) https://mail.gnu.org/archive/html/bug-anubis/2020-06/msg00004.html |
4.2_13 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.2_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2_13 26 Mar 2021 00:40:45 |
jrm |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
4.2_12 07 Mar 2021 16:45:49 |
tobik |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan |
4.2_12 15 Feb 2021 23:02:18 |
bofh |
mail/anubis: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X |
4.2_11 27 Aug 2020 18:31:09 |
tcberner |
mail/anubis: fix build on recent current |
4.2_11 12 Aug 2020 18:30:07 |
jrm |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
4.2_10 23 Feb 2020 08:07:39 |
sunpoet |
Update LIB_DEPENDS after splitting gsasl library into libgsasl
- Bump PORTREVISION for dependency change |
4.2_9 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
4.2_8 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.2_7 14 Jun 2018 12:47:58 |
tijl |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.2_7 31 May 2018 01:18:05 |
jrm |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
4.2_6 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
4.2_6 26 Nov 2016 23:41:17 |
jhale |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
4.2_5 09 Nov 2016 15:28:55 |
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] |
4.2_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.2_4 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.2_3 17 Mar 2016 09:09:06 |
tijl |
security/gpgme: put header back in normal location.
This used to cause a conflict with security/gpgme03 but this port has been
removed many years ago now.
Approved by: jhale (maintainer) |
4.2_3 07 Jan 2016 17:26:33 |
jhale |
- Convert to OPTIONS helpers where possible
- Rename GPGME option to GNUPG as it better describes the functionality
provided
- Bump PORTREVISION due to option name change |
4.2_2 21 Jun 2015 13:49:57 |
bapt |
Convert to USES=autoreconf |
4.2_2 05 Mar 2015 09:12:56 |
jhale |
- Add CPE support [1]
- Tab -> space in WWW line [2]
PR: 198181 [1], 198182 [2]
Submitted by: shun <shun.fbsd.pr@dropcut.net> |
4.2_2 08 Oct 2014 20:55:56 |
bapt |
Convert to USES=pgsql |
4.2_2 22 Sep 2014 13:07:01 |
jhale |
- Trim @dirrm and @stopdaemon from pkg-plist |
4.2_2 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
4.2_1 05 Aug 2014 22:13:29 |
tijl |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
4.2 23 Jul 2014 09:54:02 |
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) |
4.1.1_10 26 Jun 2014 13:51:14 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
4.1.1_10 03 Jun 2014 13:58:33 |
amdmi3 |
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket |
4.1.1_9 03 Jun 2014 13:52:59 |
amdmi3 |
- Stagify
- Use new LIB_DEPENDS syntax
- Fix shebang
Approved by: portmgr blanket |
4.1.1_9 20 Oct 2013 19:20:16 |
jhale |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
4.1.1_8 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
4.1.1_8 13 Sep 2013 01:21:56 |
marino |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit) |
4.1.1_8 23 Jul 2013 21:39:07 |
ade |
Hack around fallout from recent update to automake-1.14 |
4.1.1_8 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
4.1.1_8 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.1.1_8 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
4.1.1_7 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
4.1.1_6 13 Sep 2012 04:45:59 |
jhale |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
4.1.1_6 09 Jul 2012 12:58:55 |
jase |
- Convert to optionsNG
- Remove LICENSE_FILE
- Remove shlib version from LIB_DEPENDS
PR: ports/169575
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Approved by: flo (mentor) |
4.1.1_6 03 Jun 2012 13:54:48 |
johans |
Chase security/gsasl library update |
4.1.1_5 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
4.1.1_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
4.1.1_5 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
4.1.1_4 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
4.1.1_3 21 Jul 2011 12:43:39 |
jlaffaye |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe |
4.1.1_2 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
4.1.1_1 25 Feb 2011 14:08:31 |
johans |
Chase security/gsasl update |
4.1.1 14 Feb 2011 21:38:40 |
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> |
3.6.2_10 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.6.2_9 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
3.6.2_8 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.6.2_8 27 Jul 2008 04:30:53 |
linimon |
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
3.6.2_8 06 Jun 2008 13:43:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.6.2_7 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.6.2_7 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
3.6.2_6 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
3.6.2_5 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
3.6.2_4 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
3.6.2_4 09 Jan 2006 16:34:19 |
novel |
Chase gnutls update. |
3.6.2_3 25 Nov 2005 14:05:38 |
sergei |
- Add SHA256 checksums to my ports |
3.6.2_3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.6.2_3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.6.2_3 21 Dec 2004 08:59:42 |
clement |
- Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)
Approved by: portmgr (marcus) |
3.6.2_3 11 Dec 2004 05:31:22 |
marcus |
Switch gpgme dependency to gpgme03. |
3.6.2_3 13 Oct 2004 12:34:06 |
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 |
3.6.2_2 07 Mar 2004 20:49:32 |
naddy |
Buffer overflow and format string fixes.
(Also don't put several patches in a single file.)
Approved by: sergei
Obtained from: upstream
Reported by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se> |
3.6.2_1 30 Jan 2004 16:03:29 |
sergei |
SIZE *DOES* MATTER. |
3.6.2_1 25 Oct 2003 22:41:49 |
sergei |
- Convert USE_* variables to WITH_*
PR: 58525
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: krion (implicit) |
3.6.2_1 23 Oct 2003 10:09:43 |
sergei |
- Apply vendor's security patch
- Bump PORTREVISION
Submitted by: Wojciech Polak <polak@gnu.org>
Approved by: krion (implicitly) |
3.6.2 23 Oct 2003 05:42:49 |
sergei |
Change to my @FreeBSD.org address.
Approved by: krion |
3.6.2 06 Aug 2003 21:44:23 |
krion |
Use INFO, DOCSDIR and EXAMPLESDIR macros
PR: 55321
Submitted by: maintainer |
3.6.2 18 Apr 2003 05:39:42 |
edwin |
[MAINTAINER] mail/anubis: USE_GETOPT_LONG, cosmetique
- Convert to USE_GETOPT_LONG
- Cosmetique: whitespace changes
- Cosmetique: unroll .for loop in post-install
PR: ports/51094
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
3.6.2 21 Feb 2003 12:42:26 |
knu |
De-pkg-comment. |
3.6.2 07 Jan 2003 14:09:18 |
edwin |
[MAINTAINER] Update mail/anubis to 3.6.2
PR: ports/46669
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
3.6.0 11 Nov 2002 08:27:46 |
ijliao |
- Update to 3.6.0
- Project moved to GNU - update MASTER_SITE and pkg-descr
- Even though Anubis now uses GnuTLS by default, the port still
default to using OpenSSL instead (GnuTLS support will come later)
PR: 45174
Submitted by: maintainer |
3.5.0 05 Nov 2002 21:12:58 |
obraun |
Use PORTCOMMENT variable instead of pkg-comment file.
PR: ports/44937,ports/44938,ports/44939,ports/44940,ports/44941,
ports/44942,ports/44943,ports/44944,ports/44945
Submitted by: maintainer |
3.5.0 15 Oct 2002 16:53:00 |
naddy |
Oops, forgotten in previous update to 3.5.0.
Submitted by: Sergei Kolobov <skolobov@globcon.net> |
3.5.0 15 Oct 2002 15:08:36 |
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> |
3.4.6_1 29 Sep 2002 05:47:33 |
ijliao |
forgot bump port revision last commit... |
3.4.6 29 Sep 2002 05:46:40 |
ijliao |
forgot to add pkg-message last commit |
3.4.6 29 Sep 2002 05:08:14 |
kris |
Remove reference to pkg-message, which is not present in the repo
(accidentally not committed?) |
3.4.6 19 Sep 2002 21:09:12 |
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) |
3.4.2 31 Aug 2002 17:45:36 |
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 |
3.4.1 19 Aug 2002 07:51:15 |
ijliao |
upgrade to 3.4.1 |
3.4.0 16 Aug 2002 13:36:29 |
ijliao |
upgrade to 3.4.0 |
3.3.0 31 Jul 2002 18:52:14 |
ijliao |
add anubis 3.3.0
An outgoing mail processor |