Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.10.2_10 09 Jun 2024 15:44:49 |
Vladimir Druzenko (vvd) |
mail/dspam: fix configure with modern MariaDB
1) Configure fails with error message:
checking for MySQL client version >= 5.0.0... no
configure: error: Required version of libmysqlclient not found
It check "mysql_get_client_info() > 5", but modern MariaDB return
Connector/C's version 3.x instead of MariaDB version.
How to get the correct version found here:
https://github.com/pali/DBD-MariaDB/commit/9743bec52db5e8f1beb2b31e4a55d6ea1a4edcdd
While here:
2) remove GNU_CONFIGURE_MANPREFIX
3) fix make check-plist if build with MYSQL option ON only:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir lib/%%DSPAM_OWNER%%
PR: 279253
Approved by: danny@dannywarren.com (maintainer, timeout 17 days) |
3.10.2_10 24 Feb 2024 17:02:55 |
Muhammad Moinur Rahman (bofh) |
mail/dspam: Moved man to share/man
Approved by: portmgr (blanket) |
3.10.2_9 29 Dec 2023 18:24:39 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket) |
3.10.2_9 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
3.10.2_9 25 Jul 2023 19:07:21 |
Dima Panov (fluffy) |
mail/dspam: adjust SHEBANG_FILES masks to cover *.pl.in template
Bump PORTREVISION to force reroll with correct configure script
Reported by: poudriere bulk -t
Approved by: portmgr blanket
Sponsored by: Serenity Cybersecurity, LLC |
3.10.2_8 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
3.10.2_8 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
3.10.2_8 29 Nov 2022 04:51:14 |
Yasuhiro Kimura (yasu) |
security/clamav: Update to 1.0.0
* Switch to use bundled TomsFastMath library. Upstream made
incompatible change to bundled copy and this makes it impossible to
use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
stays in 0.103.x until either next regular feature release (probably
1.1.0) is released or 0.103.x reaches its EoL.
ReleaseNotes: https://blog.clamav.net/2022/11/clamav-100-lts-released.html |
3.10.2_7 14 Sep 2022 07:50:12 |
Alexey Dokuchaev (danfe) |
mail/dspam: convert UPDATING file to UTF-8 and trim EOL whitespace. |
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) |
3.10.2_7 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 ) |
3.10.2_7 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 ) |
3.10.2_7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: 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) |
3.10.2_7 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
3.10.2_7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.10.2_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.10.2_7 28 Aug 2020 20:11:49 |
tcberner |
mail/dspam: fix build on recent current
- this seems to be abandonware, and should likely be removed. |
3.10.2_7 22 Jul 2020 14:20:57 |
danfe |
Unbreak the build against MariaDB and MySQL 8.0 (the latter replaced
my_bool with C99 bool, while earlier versions used typedef to char).
PR: 243035 |
3.10.2_7 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
3.10.2_6 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
3.10.2_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.10.2_5 16 Mar 2019 09:00:10 |
tobik |
Fix more daemon typos |
3.10.2_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.10.2_4 11 Mar 2018 18:36:16 |
brnrd |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
3.10.2_4 07 Aug 2017 21:44:01 |
adamw |
Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.
It might be necessary to manually remove and reinstall the package under
the new name.
Discussed with: ler |
3.10.2_3 31 Jul 2017 19:17:10 |
rene |
Remove optional dependencies on mail/dovecot.
Change the default for sysutils/froxlor to mail/dovecot2. |
3.10.2_3 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
3.10.2_3 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
3.10.2_2 01 May 2016 21:07:06 |
junovitch |
mail/dspam: fix build; remove duplicate patch hunks in to files
PR: 209184
Submitted by: Danny Warren <danny@dannywarren.com> (maintainer)
Pointy hat to: junovitch |
3.10.2_2 01 May 2016 01:13:06 |
junovitch |
mail/dspam: implement privilege separation (resolves bug running with suexec)
- Runs as dspam:dspam instead of root:mail. The dspam UID/GID were created
in r168311 when the UIDs/GIDs files were added but the port had always
used root:mail. This had prevented running the dspam webUI under Apache
with suexec due to a minimal requirement of UID/GID of 100. The original
unsecure behavior is available with the SETUID option.
- Default run directory is now /var/run/dspam. This follows the default
upstream behavior and removes the patch to dspam.c as a result. Use
RUN_DIR and correct the dspam.conf.sample file accordingly.
- Default daemon/client communication port is now 2424.
- Regen patches while here (portlint)
UPDATING: Document privilege separated dspam
PR: 115957
Reported by: tedm@ipinc.net, support@ipinc.net
Submitted by: Danny Warren <danny@dannywarren.com> (maintainer) |
3.10.2_1 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
3.10.2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.10.2_1 21 Sep 2015 09:47:27 |
amdmi3 |
- Clean up plist user/group/mode handling [1]
- Add DSPAM_SAMPLE_MODE variable
PR: 203200
Submitted by: amdmi3 [1]
Approved by: danny@dannywarren.com (maintainer) |
3.10.2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.10.2 22 Nov 2014 22:32:46 |
crees |
Fix some USE_PGSQL that were missed before
Submitted by: antoine |
3.10.2 20 Oct 2014 18:48:32 |
pi |
mail/dspam: 3.9.0 -> 3.10.2
Upstream Changes:
- Support for Postgresql 9.1 added
- Support for Postgresql <8.1 dropped (EOL)
- Support for MySQL 5.5 added
- Support for MySQL <5.0 dropped
- Updated license from GPLv2 to AGPLv3
- Bug in RSET handling during LHLO phase
- Location of configuration files in dspam home (/var/dspam) can be changed
through dspam.conf
- Various fixes to the webui templates
- Various small bugs and memleaks
- Missing documentation added to tarball
- Many bugfixes (Only the first 15 lines of the commit message are shown above ) |
3.9.0_8 17 Sep 2014 20:43:12 |
cs |
Danny takes maintainership |
3.9.0_8 11 Sep 2014 21:54:45 |
tijl |
databases/sqlite2:
- Convert to USES=libtool and bump dependent ports |
3.9.0_7 10 Sep 2014 22:27:48 |
adamw |
Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so that
future updates won't trigger the NOPORT* commit hook checks. |
3.9.0_7 06 Aug 2014 04:34:23 |
adamw |
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option. |
3.9.0_7 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
3.9.0_6 16 Jul 2014 08:13:59 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
3.9.0_6 15 Jul 2014 16:14:15 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
3.9.0_6 04 Jul 2014 20:40:46 |
rakuco |
Fix installation with the WEBUI option enabled.
PR: 191610
Submitted by: mtomasek4@gmail.com
MFH: 2014Q3 |
3.9.0_6 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
3.9.0_5 30 Jun 2014 09:19:36 |
rene |
Reset due to multiple maintainer timeouts.
Approved by: portmgr (bapt) |
3.9.0_5 30 Jun 2014 09:17:47 |
rene |
mail/dspam: remove support for expired cyrus 2.1 / 2.2
Approved by: bapt |
3.9.0_5 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
3.9.0_5 16 May 2014 18:46:49 |
garga |
Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.
Approved by: portmgr (implict) |
3.9.0_5 14 May 2014 17:48:25 |
garga |
Add patch forgotten on last commit
Approved by: portmgr (blanket) |
3.9.0_5 14 May 2014 17:47:41 |
garga |
. Move USE_AUTOTOOLS=libtool to USES=libtool
. Drop .la files
. Use shebangfix for necessary files
. Use @sample, @owner, @group and @mode to modernize plist
. Try to remove LOG_DIR on pkg-plist
Approved by: portmgr (blanket) |
3.9.0_4 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.9.0_4 29 Dec 2013 17:37:35 |
crees |
Clean up the Makefile and OPTIONS.
Remove multiple MySQL version selection and leave it to the global
system settings. This implicitly enables support for MariaDB and
Percona in addition to all the versions of MySQL while simplifying
the Makefile at the same time.
Add Cyrus24 and Dovecot LDA options.
Regroup OPTIONS so all the DB related choices appear together.
Otherwise the resulting build should remain the same as before.
PR: ports/180704
Submitted by: Yarema <yds@CoolRat.org>
Submitted by: Radim Kolar <hsn@sendmail.cz>
While here, stage
Approved by: maintainer timeout (itetcu, 6 months) |
3.9.0_3 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
3.9.0_3 16 Sep 2013 17:29:09 |
az |
- convert to the new perl5 framework
- remove redundant perl usage, since we use it already in global context
Approved by: portmgr (bapt@, blanket) |
3.9.0_3 09 Aug 2013 14:05:53 |
dinoex |
- update libdg to 2.1.0 |
3.9.0_2 10 Jul 2013 17:04:49 |
bapt |
Mark as job unsafe |
3.9.0_2 07 Jun 2013 11:57:45 |
ohauer |
- fix PORT_OPTIONS s/)/}/ |
3.9.0_2 06 Jun 2013 01:12:56 |
bdrewery |
Fix options conversion with bmake |
3.9.0_2 05 Jun 2013 18:23:43 |
jgh |
- adoption of optionsNG
Approved by: portmgr (bapt) |
3.9.0_2 04 Jun 2013 18:01:47 |
flo |
Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years
Approved by: ale (maintainer) |
3.9.0_2 26 Apr 2013 19:52:02 |
flo |
Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.
Approved by: ale |
3.9.0_2 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
3.9.0_2 30 Jun 2012 13:10:10 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
3.9.0_2 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. |
3.9.0_2 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
3.9.0_2 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 |
3.9.0_2 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
3.9.0_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
3.9.0_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.9.0_1 06 Apr 2010 12:01:57 |
garga |
Chase clamav's lib bump |
3.9.0 03 Apr 2010 09:11:09 |
itetcu |
Shorten an OPTION description.
PR: 145090
Submitted by: olli hauer <ohauer@gmx.de> |
3.9.0 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.9.0 06 Mar 2010 18:42:46 |
itetcu |
- Add support for MySQL 5.5 (default: off)
PR: 143730
Submitted by: Joe Horn
Feature safe: yes |
3.9.0 19 Jan 2010 18:25:27 |
itetcu |
Update to 3.9.0.
Yes, after a long hiatus and a year of development and testing, bug fixes and
improvements bu the new devel team, a new version is ready for use.
There are too many change to mention here, please see: files/UPDATING.
You will need to modify your dspam.conf and database structure, as described in
the UPGRADING from the tarball (installed in share/doc/dspam).
Tested by: supsonic#dspam on irc.freenode.net |
3.6.8_5 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.6.8_5 27 Mar 2009 11:53:07 |
garga |
- Bump necessary PORTREVISIONS and fix some ports to new clamav API |
3.6.8_4 15 Sep 2008 19:56:38 |
garga |
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav) |
3.6.8_3 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.8_3 14 Aug 2008 09:28:12 |
itetcu |
Unbreak, testing is finished. |
3.6.8_3 14 Aug 2008 09:17:26 |
itetcu |
test again |
3.6.8_3 14 Aug 2008 09:08:03 |
itetcu |
Break it again |
3.6.8_3 14 Aug 2008 09:02:32 |
itetcu |
Unbreak it. |
3.6.8_3 14 Aug 2008 08:58:39 |
itetcu |
Break this port for a few minutes to test some QA Tindy changes. |
3.6.8_3 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.8_2 25 Mar 2008 09:31:12 |
itetcu |
Remove extra '\' |
3.6.8_2 25 Mar 2008 09:29:04 |
itetcu |
Adjust MASTER_SITES to an other server of mine |
3.6.8_2 13 Mar 2007 20:11:19 |
garga |
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer |
3.6.8_1 12 Nov 2006 16:06:04 |
itetcu |
Fix an other typo |
3.6.8_1 12 Nov 2006 16:05:21 |
itetcu |
- add SAFECAT_LDA OPTION
- fix a typo |
3.6.8_1 12 Nov 2006 15:56:58 |
itetcu |
- added safecat as LDA [1]
- give user the possibility to configure where dspam.conf is [1]
- bump PORTVERSION for OPTIONS chage for [1]
- display UPDATING entry smarter [2]
Submitted by: Emil Isberg <emil@pyttemjuk.se> [1]
Phil Pennock <pdp@spodhuis.demon.nl> [2] (suggestion by vd@) |
3.6.8 09 Oct 2006 22:41:39 |
itetcu |
Fix some typos. |
3.6.8 08 Oct 2006 07:41:42 |
itetcu |
Added CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA", defaults to off
PR: ports/103910
Submitted by: Steffen Rick <srick@srick.org> |
3.6.8 08 Jul 2006 22:42:06 |
itetcu |
Fix typos.
Submitted by: brueffer |
3.6.8 07 Jul 2006 21:19:05 |
itetcu |
Fix CLAMAV[_DEVEL][_LOCAL] logic so one can use clamav w/o CLAMAV_LOCAL.
PR: ports/98709
Submitted by: Artis Caune <Artis.Caune@latnet.lv> |
3.6.8 09 Jun 2006 05:06:43 |
itetcu |
Fix plist; I commited the right file to my cvs, but forgot to commit it here
also :(
Submitted by: krismail
Pointyhat: me
Approved by: lawrance (mentor, implicit) |
3.6.8 07 Jun 2006 23:44:38 |
itetcu |
Bugfixes:
- PostgreSQL fails to connect (always)
- LDAP client will not build due to header missing from makefile
Approved by: lawrance (mentor, implicit) |
3.6.7 05 Jun 2006 09:43:27 |
itetcu |
Fix typo and unbreak.
Submited by: FreshPorts Daemon.
Approved by: lawrance (mentor, implicit) |
3.6.7 05 Jun 2006 09:35:19 |
itetcu |
Update to 3.6.7, a bugfix release; see files/UPDATING for details.
Drop old sql migration scripts.
Approved by: lawrance (mentor, implicit) |
3.6.6 14 May 2006 23:48:07 |
itetcu |
Update to dspam-3.6.6 release:
Removed feature:
- Phased out deprecated Berkeley DB drivers
- Phased out legacy tools (dspam_corpus, dspam_genaliases)
Bugfixes:
- trainPristine preference turned "off" now overrides config turned "on"
- segfault fix for when correcting messages using UIDInSignature with MySQL
- when using logfile, write errors result in segfault
Approved by: lawrance (mentor) |