aboutsummaryrefslogtreecommitdiff
path: root/mail/pfqueue
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2015-02-221-0/+4
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=379573
* - Convert to USES=libtool and disable static pluginsTijl Coosemans2014-08-173-28/+8
| | | | | | | | - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Remove redundant patch Notes: svn path=/head/; revision=365197
* - Stage supportMartin Wilke2014-02-022-4/+2
| | | | Notes: svn path=/head/; revision=342323
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* 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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.5.6Marcus Alves Grando2007-03-062-4/+6
| | | | | | | | PR: 109578 (based on) Submitted by: Richard Tector<richardtector___thekeelecentre.com> Notes: svn path=/head/; revision=186730
* - Update to 0.5.3Marcus Alves Grando2006-10-083-6/+16
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=174884
* - Fix name on load shared lib.Marcus Alves Grando2006-02-231-2/+5
| | | | | | | | | | - Bump PORTREVISION Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Approved by: portmgr (clement) Notes: svn path=/head/; revision=156760
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 0.5.2Marcus Alves Grando2006-02-182-8/+4
| | | | | | | | PR: 93493 Submitted by: leeym Notes: svn path=/head/; revision=156249
* Update to 0.5.1Marcus Alves Grando2006-01-174-15/+22
| | | | | | | Reorganize Makefile Notes: svn path=/head/; revision=153738
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-162-4/+4
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Update to 0.5.0Yen-Ming Lee2005-09-063-9/+12
| | | | | | | | PR: 85773 Submitted by: maintainer Notes: svn path=/head/; revision=142040
* Update to 0.4.2Jean-Yves Lefort2005-07-062-3/+3
| | | | | | | | PR: ports/83027 Submitted by: maintainer Notes: svn path=/head/; revision=138589
* Update to 0.4.1.Roman Bogorodskiy2005-06-172-4/+3
| | | | | | | | PR: 82358 Submitted by: Marcus Grando (maintainer) Notes: svn path=/head/; revision=137632
* [1]:Jean-Yves Lefort2005-06-144-34/+22
| | | | | | | | | | | | | | - Update to 0.4.0 Moreover: - Reword COMMENT and pkg-descr - Use ${PTHREAD_CFLAGS} PR: ports/82203 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=137451
* - Fix build with gcc-2.95Pav Lucistnik2005-05-201-0/+14
| | | | Notes: svn path=/head/; revision=135718
* - Update to 0.3.8Pav Lucistnik2005-05-202-3/+3
| | | | | | | | PR: ports/81314 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=135717
* Upgrade to 0.3.6.Vanilla I. Shu2005-05-032-3/+3
| | | | | | | | PR: ports/80569 Submitted by: maintainer Notes: svn path=/head/; revision=134537
* - Update to 0.3.5Yen-Ming Lee2005-04-043-14/+3
| | | | | | | | PR: 79453 Submitted by: maintainer Notes: svn path=/head/; revision=132485
* - Update to 0.3.4.Florent Thoumie2005-03-143-3/+14
| | | | | | | | PR: ports/78803 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=131167
* - Update to 0.3.3Pav Lucistnik2005-02-272-3/+3
| | | | | | | | PR: ports/77985 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=129925
* - Update to 0.3.2Pav Lucistnik2005-02-172-3/+7
| | | | | | | | | PR: ports/77647 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=129118
* - Update to 0.3.0Pav Lucistnik2005-01-292-3/+4
| | | | | | | | | PR: ports/76826 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=127661
* New port: mail/pfqueue A console-based tool for handling postfix queuesEdwin Groothuis2005-01-133-0/+42
pfqueue is an effort to give postqueue/mailq/postsuper a console (ncurses) interface: it won't add any particular functionality to those provided with postfix itself, but will hopefully make them to use. It's a real-time queue scanner, that show per-queue lists of existing messages; the messages can be deleted, put on hold or released Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding you deferred queue PR: ports/76203 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=126377