aboutsummaryrefslogtreecommitdiff
path: root/mail/tpop3d
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517643
* mail/tpop3d: remove support for expired mail/dracRene Ladan2019-01-162-8/+1
| | | | Notes: svn path=/head/; revision=490467
* Add forgotten patches by previous commit.Kirill Ponomarev2018-12-093-0/+87
| | | | | | | Pointy hat to: krion Notes: svn path=/head/; revision=487040
* Add patches to avoid accessing unallocated memory.Kirill Ponomarev2018-12-091-1/+4
| | | | | | | | | | | | buffer_consume_to_mark() was trying to use Boyer-Moore search to find specified mark string but implementation was walking through unallocated memory. PR: 227543 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=487039
* Update `databases/gdbm' to version 1.18.1, an important bugfix releaseAlexey Dokuchaev2018-11-111-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=484696
* mail/tpop3d: Configure SSL library properlyJohn Marino2016-09-101-1/+2
| | | | Notes: svn path=/head/; revision=421746
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* - Fix build when GDBMAUTH=on [1]Pawel Pekala2015-03-301-31/+10
| | | | | | | | | | | | - Use options helpers - Correct CFLAGS handling - don't append "-g -O2" to our flags - Remove optional installation of DOCS, staging takes care of that PR: 198918 [1] Reported by: vas@mpeks.tomsk.su [1] Notes: svn path=/head/; revision=382701
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362049
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* mail/tpop3d: stage and explicitly link libcrypto (dports)John Marino2014-07-052-49/+28
| | | | | | | | | * Use modern options for configuration and dependencies * Use @sample keyword * Use PORTDOCS unconditionally Notes: svn path=/head/; revision=360835
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360579
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327333
* Convert to new options frameworkBaptiste Daroussin2013-06-041-32/+26
| | | | Notes: svn path=/head/; revision=319871
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-4/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-0/+1
| | | | Notes: svn path=/head/; revision=281668
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.5.5.Marcelo Araujo2009-08-312-4/+4
| | | | | | | | | PR: ports/138329 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=240627
* 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
* - Update to 1.5.4Beech Rintoul2008-07-035-21/+25
| | | | | | | | | PR: ports/125145 Submitted by: Bartlomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl> Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=216190
* - Add "Save mbox indices" optionMartin Wilke2007-04-241-2/+7
| | | | | | | | | | - Accomodate OPTIONS algorithm change PR: 112070 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=190831
* - Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA/Li-Wen Hsu2007-04-201-4/+4
| | | | | | | | | | | | - Bump PORTREVISION PR: 111845 Submitted by: Alexander Logvinov <ports AT logvinov.com> Approved by: Boris Kovalenko <boris AT tagnet.ru> (maintainer), clsung (mentor) Notes: svn path=/head/; revision=190403
* - Add /etc/passwd authentication method supportLi-Wen Hsu2007-04-181-2/+7
| | | | | | | | | | | | - Bump PORTREVISION PR: 111806 Submitted by: Alexander Logvinov <ports AT logvinov.com> Approved by: Boris Kovalenko <boris AT tagnet.ru> (maintainer), clsung (mentor) Notes: svn path=/head/; revision=190264
* This update contains extra patch which is not approved by Chris LightfootFrank J. Laszlo2006-12-052-1/+22
| | | | | | | | | | | | (the tpop3d author) as he is unreachable for a long time period. Indeed this patch may help people who have coredumps with auth-perl and multithreaded perl. Big thanks to George A Eliseeff <kuzmich at inbox.ru>. PR: ports/106365 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=178959
* - Proper startup order for rcNG scriptMartin Wilke2006-11-051-1/+1
| | | | | | | | | PR: ports/103133 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176471
* - Change the way OPTIONS is checked as suggested by Porters HandbookRong-En Fan2006-07-121-8/+8
| | | | | | | | PR: ports/100158 Submitted by: Boris Kovalenko <boris tagnet.ru> (maintainer) Notes: svn path=/head/; revision=167582
* - Update rcNG script to allow startup on 6.1-RELEASE.Rong-En Fan2006-06-282-9/+8
| | | | | | | | | | | | Bump PORTREVISION. - Cosmetic fixes PR: ports/99537 Submitted by: maintainer Approved by: delphij (mentor) Notes: svn path=/head/; revision=166483
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* - Add option for optional DRAC RFC for POP-before-SMTP relaying (default off)Pav Lucistnik2005-08-311-1/+8
| | | | | | | | PR: ports/85518 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=141627
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Remove unnecessary IS_INTERACTIVE from MakefileSergey Matveychuk2005-04-032-2/+12
| | | | | | | | | | - Added patch to prevent crashing whith nonexistent maildir PR: ports/79495 Submitted by: maintainer Notes: svn path=/head/; revision=132313
* Second patch form the PR was missedSergey Matveychuk2005-03-122-2/+8
| | | | | | | | | | - Found serious OPTIONS interaction errors. Fixed. PR: ports/78723 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=131028
* - Minor changes to be sure Maildir will be properly compiledSergey Matveychuk2005-03-121-2/+2
| | | | | | | | | | | | if options was changed. -Pass maintainership to submitter PR: ports/78723 Submitted by: Boris Kovalenko <boris@tagnet.ru> Approved by: Chris Elsworth <chris@shagged.org> (maintainer) Notes: svn path=/head/; revision=131025
* - Use OPTIONS, add more optionsPav Lucistnik2005-03-114-69/+70
| | | | | | | | | | | | - Provide RCng script - Tweaks PR: ports/78659 Submitted by: Boris Kovalenko <boris@tagnet.ru> Approved by: Chris Elsworth <chris@shagged.org> (maintainer) Notes: svn path=/head/; revision=130947
* - Add missing TLS supportSergey Matveychuk2004-12-211-0/+2
| | | | | | | | | PR: ports/75331 Submitted by: Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw> Approved by: maintainer Notes: svn path=/head/; revision=124671
* - Change optional LDAP dependency from openldap20-client which is gone,Pav Lucistnik2004-11-151-1/+1
| | | | | | | | | to openldap22-client. Bumped into by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=121713
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747