non port: mail/dspam/Makefile |
SVNWeb
|
Number of commits found: 132 (showing only 100 on this page) |
Tue, 25 Jul 2023
|
[ 19:07 Dima Panov (fluffy) ] 072e5c1
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
|
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
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
|
Wed, 25 Jan 2023
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 40843b1 (Only the first 10 of 106 ports in this commit are shown above. )
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
|
Tue, 29 Nov 2022
|
[ 04:51 Yasuhiro Kimura (yasu) ] f7bcd43 (Only the first 10 of 27 ports in this commit are shown above. )
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
|
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 )
|
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, 19 Oct 2021
|
[ 08:36 Tobias Kortkamp (tobik) ] ce1af7f (Only the first 10 of 154 ports in this commit are shown above. )
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
|
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.
|
Fri, 28 Aug 2020
|
[ 20:11 tcberner ]
mail/dspam: fix build on recent current
- this seems to be abandonware, and should likely be removed.
|
Wed, 22 Jul 2020
|
[ 14:20 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
|
Mon, 4 May 2020
|
[ 21:31 dinoex ] (Only the first 10 of 72 ports in this commit are shown above. )
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 11 Mar 2018
|
[ 18:36 brnrd ] (Only the first 10 of 22 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
Mon, 7 Aug 2017
|
[ 21:44 adamw ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Mon, 31 Jul 2017
|
[ 19:17 rene ]
Remove optional dependencies on mail/dovecot.
Change the default for sysutils/froxlor to mail/dovecot2.
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Wed, 20 Jul 2016
|
[ 09:33 dinoex ] (Only the first 10 of 77 ports in this commit are shown above. )
- 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
|
Sun, 1 May 2016
|
[ 01:13 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)
|
Mon, 25 Apr 2016
|
[ 16:13 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
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
|
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
|
Mon, 21 Sep 2015
|
[ 09:47 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)
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Sat, 22 Nov 2014
|
[ 22:32 crees ]
Fix some USE_PGSQL that were missed before
Submitted by: antoine
|
Mon, 20 Oct 2014
|
[ 18:48 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 )
|
Wed, 17 Sep 2014
|
[ 20:43 cs ]
Danny takes maintainership
|
Thu, 11 Sep 2014
|
[ 21:54 tijl ] (Only the first 10 of 18 ports in this commit are shown above. )
databases/sqlite2:
- Convert to USES=libtool and bump dependent ports
|
Wed, 10 Sep 2014
|
[ 22:27 adamw ]
Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so that
future updates won't trigger the NOPORT* commit hook checks.
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
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 )
|
Wed, 16 Jul 2014
|
[ 08:13 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Tue, 15 Jul 2014
|
[ 16:14 adamw ] (Only the first 10 of 44 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Fri, 4 Jul 2014
|
[ 20:40 rakuco ]
Fix installation with the WEBUI option enabled.
PR: 191610
Submitted by: mtomasek4@gmail.com
MFH: 2014Q3
|
[ 09:41 tijl ] (Only the first 10 of 116 ports in this commit are shown above. )
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)
|
Mon, 30 Jun 2014
|
[ 09:19 rene ]
Reset due to multiple maintainer timeouts.
Approved by: portmgr (bapt)
|
[ 09:17 rene ]
mail/dspam: remove support for expired cyrus 2.1 / 2.2
Approved by: bapt
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Fri, 16 May 2014
|
[ 18:46 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)
|
Wed, 14 May 2014
|
[ 17:47 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)
|
Sun, 29 Dec 2013
|
[ 17:37 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)
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Mon, 16 Sep 2013
|
[ 17:29 az ]
- convert to the new perl5 framework
- remove redundant perl usage, since we use it already in global context
Approved by: portmgr (bapt@, blanket)
|
Fri, 9 Aug 2013
|
[ 14:05 dinoex ] (Only the first 10 of 86 ports in this commit are shown above. )
- update libdg to 2.1.0
|
Wed, 10 Jul 2013
|
[ 17:04 bapt ]
Mark as job unsafe
|
Fri, 7 Jun 2013
|
[ 11:57 ohauer ]
- fix PORT_OPTIONS s/)/}/
|
Thu, 6 Jun 2013
|
[ 01:12 bdrewery ]
Fix options conversion with bmake
|
Wed, 5 Jun 2013
|
[ 18:23 jgh ]
- adoption of optionsNG
Approved by: portmgr (bapt)
|
Tue, 4 Jun 2013
|
[ 18:01 flo ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years
Approved by: ale (maintainer)
|
Fri, 26 Apr 2013
|
[ 19:52 flo ]
Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.
Approved by: ale
|
Sat, 18 Aug 2012
|
[ 14:29 ohauer ] (Only the first 10 of 188 ports in this commit are shown above. )
- 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@
|
Sat, 30 Jun 2012
|
[ 13:10 az ] (Only the first 10 of 39 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Sun, 1 Jan 2012
|
[ 16:47 ohauer ] (Only the first 10 of 64 ports in this commit are shown above. )
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 20 Aug 2011
|
[ 17:27 ohauer ] (Only the first 10 of 152 ports in this commit are shown above. )
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 6 Apr 2010
|
[ 12:01 garga ] (Only the first 10 of 28 ports in this commit are shown above. )
Chase clamav's lib bump
|
Sat, 3 Apr 2010
|
[ 09:11 itetcu ]
Shorten an OPTION description.
PR: 145090
Submitted by: olli hauer <ohauer@gmx.de>
|
Sat, 6 Mar 2010
|
[ 18:42 itetcu ]
- Add support for MySQL 5.5 (default: off)
PR: 143730
Submitted by: Joe Horn
Feature safe: yes
|
Tue, 19 Jan 2010
|
[ 18:25 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
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Fri, 27 Mar 2009
|
[ 11:53 garga ] (Only the first 10 of 33 ports in this commit are shown above. )
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
|
Mon, 15 Sep 2008
|
[ 19:56 garga ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Thu, 14 Aug 2008
|
[ 09:28 itetcu ]
Unbreak, testing is finished.
|
[ 09:17 itetcu ]
test again
|
[ 09:08 itetcu ]
Break it again
|
[ 09:02 itetcu ]
Unbreak it.
|
[ 08:58 itetcu ]
Break this port for a few minutes to test some QA Tindy changes.
|
Fri, 6 Jun 2008
|
[ 13:43 edwin ] (Only the first 10 of 159 ports in this commit are shown above. )
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)
|
Tue, 25 Mar 2008
|
[ 09:31 itetcu ]
Remove extra '\'
|
[ 09:29 itetcu ]
Adjust MASTER_SITES to an other server of mine
|
Tue, 13 Mar 2007
|
[ 20:11 garga ] (Only the first 10 of 24 ports in this commit are shown above. )
- 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
|
Sun, 12 Nov 2006
|
[ 16:06 itetcu ]
Fix an other typo
|
[ 16:05 itetcu ]
- add SAFECAT_LDA OPTION
- fix a typo
|
[ 15:56 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@)
|
Sun, 8 Oct 2006
|
[ 07:41 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>
|
Fri, 7 Jul 2006
|
[ 21:19 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>
|
Wed, 7 Jun 2006
|
[ 23:44 itetcu ]
Bugfixes:
- PostgreSQL fails to connect (always)
- LDAP client will not build due to header missing from makefile
Approved by: lawrance (mentor, implicit)
|
Mon, 5 Jun 2006
|
[ 09:43 itetcu ]
Fix typo and unbreak.
Submited by: FreshPorts Daemon.
Approved by: lawrance (mentor, implicit)
|
[ 09:35 itetcu ]
Update to 3.6.7, a bugfix release; see files/UPDATING for details.
Drop old sql migration scripts.
Approved by: lawrance (mentor, implicit)
|
Sun, 14 May 2006
|
[ 23:48 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)
|
Mon, 1 May 2006
|
[ 14:55 pav ]
- Update to 3.6.5
- Default MySQL backend is now 5.0
PR: ports/96541
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
|
Fri, 17 Feb 2006
|
[ 16:50 garga ]
- Update to stable 3.6.4 release:
- Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always
installed and depend on PERL5 for it).
- Fix removal of EXAMPLESDIR on pkg-plist
- Fix spelling in pkg-message and UPDATING
- Some Makefile cleanup
- drop RC_SUFX in Makefile, USE_RC_SUBR= ${PORTNAME} and move
files/dspam.sh.in ---> files/dspam.in
PR: ports/93361
Submitted by: maintainer
|
Fri, 10 Feb 2006
|
[ 17:06 garga ]
- Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS
where set in /var/db/ports/PORTNAME/options.
- Drop old knobs check, hard to maintain and conflicting with KNOBS.
- Fix brain-dead CONFLICTS from MFD.
PR: ports/93109
Submitted by: maintainer
|
Mon, 6 Feb 2006
|
[ 12:36 erwin ]
Replace a call to pkg_version without full path with ${PKG_VERSION}
Approved by: Ion-Mihai Tetcu (maintainer)
|
Sat, 4 Feb 2006
|
[ 13:26 garga ]
- files/patch-scripts_train.pl was missed in the last commit.
- Small Makefile cleanup.
- Insist dspam.conf should be updated to include the new directives.
- Fix typo in files/UPDATING [1]
PR: ports/92762
Submitted by: maintainer
Obtained from: edwin [1]
|
Thu, 2 Feb 2006
|
[ 19:00 erwin ]
Update to 3.6.3
PR: 92659
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer)
|
Thu, 17 Nov 2005
|
[ 14:45 pav ]
- Fix WITH_CGI knob (convert to new USE_APACHE)
PR: ports/89150
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Mon, 11 Jul 2005
|
[ 18:55 pav ]
- Update to 3.4.8
PR: ports/83250
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
|
Fri, 27 May 2005
|
[ 10:24 netchild ]
Fix sed script, no portrevision bump since the previous version should
result in an error.
Submitted by: maintainer
|
Thu, 26 May 2005
|
[ 20:33 pav ]
- Update to 20050523.0845 snapshot
- Fix WITH_DAEMON
- Update RC infrastructure
PR: ports/81527
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
|
Mon, 16 May 2005
|
[ 11:28 jylefort ]
- Update to 3.4.6.20050512.1145 [1]
- Fix CONFLICTS
PR: ports/81079 [1]
Submitted by: maintainer [1]
|
Mon, 9 May 2005
|
[ 15:53 vanilla ]
Update to dspam-3.4.6
- BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions
when the loose signature was provided without the appropriate delimiter
- BUG FIX: fix sqlite3 dependency check [2]
- BUG FIX: don't strip binary if we want GDB suport
- BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this
before ./cofigure fails [3]
[1] "Obscure" = it took me about 4 hours and a 500 queue processed one by
one by hand to catch and reproduce the problem after 7 days of mail
processing w/o error
[2] Pointed out by vanilla@
[3] Pointed out by Arvinn Lokkebakken <arvinn@whitebird.no> for
PR: ports/80790
Submitted by: maintainer
|
Thu, 5 May 2005
|
[ 21:03 pav ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 3.4.5
PR: ports/80442
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 6 Mar 2005
|
[ 23:00 pav ]
- Update to 3.2.7.20050302.1330
PR: ports/78402
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
|
Fri, 25 Feb 2005
|
[ 03:05 leeym ]
Update to 3.2.7
BUGFIX: Signature not written to some email, making them untrainable
PR: 77802
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
Tue, 15 Feb 2005
|
[ 08:15 vs ]
pdate to 20050128.1500 snapshot
- disable ORACLE DB back-end; it's unmaintained and hasn't worked on FreeBSD
- drop USE_GNOME as per PH 6.6
- drop merged up-stream files/patch-dspam.c
- kinldy ask non-maintainer-approved commits to be logged in files/UPDATING if
they contain user-visible changes
( like the change of POSTGRESQL* to POSTGRESQL because of "Split the postgresql
ports into a server and a client part" )
PR: ports/77449
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
|
Number of commits found: 132 (showing only 100 on this page) |