aboutsummaryrefslogtreecommitdiff
path: root/mail/spamprobe
Commit message (Collapse)AuthorAgeFilesLines
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-261-0/+14
| | | | Notes: svn path=/head/; revision=375618
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* - Set USE_GCC=any to fix build on FreeBSD 10 and HEAD.Stefan Walter2014-01-041-2/+3
| | | | | | | - Drop maintainership since I lack the time to properly maintain this port. Notes: svn path=/head/; revision=338647
* Use OPTIONS instead of WITH_XYZ'sAdam Weinberger2013-12-152-39/+50
| | | | | | | | | | | | Default to PBL as the data store (per the author's recommendations) Use OPTIONS helpers where possible Fix with clang PR: ports/184579 Approved by: stefan (maintainer) Notes: svn path=/head/; revision=336581
* Unbreak on 10 by patching missing #includes into source files.Stefan Walter2013-11-0415-1/+141
| | | | Notes: svn path=/head/; revision=332774
* - Enable staging.Stefan Walter2013-11-031-4/+8
| | | | | | | - Mark as BROKEN on 10 as it doesn't currently compile with clang. Notes: svn path=/head/; revision=332623
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-12/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Use giflib instead of the now obsolte libungif.Stefan Walter2012-02-241-4/+4
| | | | | | | | PR: 165374 Submitted by: swills Notes: svn path=/head/; revision=292149
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Remove databases/db3. All users were using db3+Matthias Andree2011-05-231-2/+1
| | | | | | | | | and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57). Chase upgrade in dependent ports and change USE_BDB to 40+. Notes: svn path=/head/; revision=274509
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+23
| | | | Notes: svn path=/head/; revision=251734
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Update databases/libpbl to 1.04, fix compile-time warnings, declare as safeStefan Walter2009-10-062-1/+22
| | | | | | | | | | | | | for parallel building and run bundled self-tests after building. - Patch mail/spamprobe to make it work with libpbl on amd64. PR: 130236 Submitted by: Kenji Rikitake <kenji.rikitake@acm.org> Patch by: mi Approved by: Zach Thompson <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=242517
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Set USE_GCC=3.2+ to fix build on 4.x.Stefan Walter2007-01-231-0/+1
| | | | | | | Reported by: Chad R. Larson Notes: svn path=/head/; revision=183107
* - Update mail/spamprobe to 1.4d.Stefan Walter2007-01-072-14/+51
| | | | | | | - Add an UPDATING entry to point out changes regarding the database backend(s). Notes: svn path=/head/; revision=181693
* Utilize USE_BDB.Stefan Walter2007-01-011-3/+4
| | | | | | | | PR: 107110 Submitted by: leeym Notes: svn path=/head/; revision=181213
* Convert MAINTAINER to my freebsd.org account.Stefan Walter2006-05-071-1/+1
| | | | Notes: svn path=/head/; revision=161594
* Drop USE_GCC: No longer necessary (reported by Mikhail Teterin)Volker Stolz2006-04-091-1/+0
| | | | | | | | PR: ports/94094 Submitted by: maintainer Notes: svn path=/head/; revision=159209
* - Update to 1.4bMarcus Alves Grando2006-02-182-4/+4
| | | | | | | | PR: 93532 Submitted by: maintainer Notes: svn path=/head/; revision=156321
* - Update to 1.4aRenato Botelho2006-02-012-4/+4
| | | | | | | | PR: ports/92567 Submitted by: maintainer Notes: svn path=/head/; revision=154986
* Remove empty pkg-messageEdwin Groothuis2006-01-031-0/+0
| | | | | | | Noticed by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=152684
* [PATCH] mail/spamprobe: update to 1.4, take maintainershipEdwin Groothuis2006-01-025-133/+16
| | | | | | | | | | | | | | | | | | | - Update to 1.4 - Take maintainership - Optionally depend on libungif - Remove local patch for gcc 2.x; instead, depend on gcc 3.2+ (untested on 4.x - I hope it makes it work without any patches there). - Remove local patch for using OpenSSL's MD5 implementation. Removed file(s): - files/patch-md5 - files/patch-strings PR: ports/91232 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=152618
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Update to 1.2aPav Lucistnik2005-08-312-4/+4
| | | | | | | | | | - More download locations PR: ports/85343 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=141561
* Update from 1.0a to 1.2. Fix to use OpenSSL's (optimized) md5 routinesMikhail Teterin2005-06-235-46/+115
| | | | | | | | instead of compiling the vendor's (as every other package seems to be doing now) -- again. Notes: svn path=/head/; revision=137927
* Update to 1.0aPatrick Li2005-06-103-8/+14
| | | | | | | | PR: ports/82077 Submitted by: ports fury Notes: svn path=/head/; revision=137158
* Remove 1-line plists in favour of PLIST_FILESVolker Stolz2005-03-142-1/+1
| | | | Notes: svn path=/head/; revision=131221
* With portmgr hat on, reset maintainership of ports whose committer hasMark Linimon2004-12-051-1/+1
| | | | | | | | been inactive for more than 6 months and who has not responded to email about his status. Notes: svn path=/head/; revision=123198
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 0.9h.Maxim Sobolev2004-02-196-61/+23
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=101361
* And I missed setting the correct version.Matthew N. Dodd2003-04-291-2/+2
| | | | | | | | Reminded gently by: Andrew Stuart <elitetek@tekrealm.net> Jim Mock <jim@FreeBSD.org> Notes: svn path=/head/; revision=79843
* Omitted in previous update.Matthew N. Dodd2003-04-291-6/+12
| | | | Notes: svn path=/head/; revision=79842
* Update to 0.8bMatthew N. Dodd2003-04-297-407/+41
| | | | Notes: svn path=/head/; revision=79817
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Pass MAKE_ENV to post-build and post-install MAKE invocations to ensureMikhail Teterin2002-10-091-3/+4
| | | | | | | | the things like PREFIX are correct. BTW, this software compiles/link with db4 as well as db3 now, but the port unconditionally uses db3. Notes: svn path=/head/; revision=67673
* Update to 0.7c. Respect C(XX)FLAGS. The new version uses md5 checksumsMikhail Teterin2002-10-085-7/+87
| | | | | | | | | | | | | | | | to identify messages -- force it to use our -lmd instead of letting it install the N+1st implementation. Use the tiny piece of sprint(3) to convert the 16-byte digest into the printable 32-char string (the wisdom of storing such a string instead of the raw digest discussed with the author already). Don't copy the manpage from FILESDIR -- compress and/or install it directly from FILESDIR. Approved by: maintainer timeout Notes: svn path=/head/; revision=67672
* Update to 0.7a.Matthew N. Dodd2002-09-167-11/+107
| | | | | | | WARNING! Database format has changed. Rebuild required. Notes: svn path=/head/; revision=66458
* Spam detector using Bayesian analysis of word counts.Matthew N. Dodd2002-09-057-0/+310
Notes: svn path=/head/; revision=65700