aboutsummaryrefslogtreecommitdiff
path: root/mail/masqmail
Commit message (Collapse)AuthorAgeFilesLines
* - Enable support OPTIONSAndrey Slusar2009-05-241-4/+14
| | | | | | | | PR: ports/134539 Submitted by: Nick Hibma <nick@anywi.com> Notes: svn path=/head/; revision=234476
* 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
* - Respect NO_INSTALL_MANPAGESAndrey Slusar2008-07-183-24/+15
| | | | | | | | | | | | | | - files/masqmail.sh -> files/masqmail.in itectu@: no more .sh dougb@: move load_config above variables checks - use PORTDOCS - Bump PORTREVISION PR: ports/125652 Submitted by: Philip M. Gollucci pgollucci at p6m7g8.com Notes: svn path=/head/; revision=217069
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Fix glib depends. Needs glib20 instead of glib12.Andrey Slusar2006-03-311-1/+1
| | | | | | | Reported by: kris(pointyhat) Notes: svn path=/head/; revision=158493
* Update to 0.2.21Andrey Slusar2006-03-282-7/+7
| | | | Notes: svn path=/head/; revision=158324
* I'm hosted distfile for this port on http://santinel.bas-net.by/ports/.Andrey Slusar2006-03-221-1/+2
| | | | | | | | | Developers site now is disappeared. Reported by: fenner portsurvey Notes: svn path=/head/; revision=157970
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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
* * Remove NO_LATEST_LINK.Andrey Slusar2005-12-282-1/+1
| | | | | | | * Add SHA256 checksum. Notes: svn path=/head/; revision=152266
* Update to 0.2.20Andrey Slusar2005-12-2611-81/+79
| | | | Notes: svn path=/head/; revision=152088
* Change email address for all my ports.Andrey Slusar2005-12-151-2/+2
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151262
* [PATCH] change MAINTAINER email address for all my ports.Edwin Groothuis2004-12-301-1/+1
| | | | | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=125497
* Change maintainer's email.Kirill Ponomarev2004-08-071-1/+1
| | | | | | | | PR: ports/70138 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=115587
* Utilize CONFLICTSSergey Matveychuk2004-07-311-0/+3
| | | | | | | | | | Fix trigraphs warnings PR: ports/69844 Submitted by: maintainer Notes: svn path=/head/; revision=115147
* - Fix plist for NOPORTDOCS casePav Lucistnik2004-07-141-9/+9
| | | | | | | | PR: ports/69014 Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer) Notes: svn path=/head/; revision=113659
* Add MasqMail, a mail server designed for hosts that do not have a permanentPav Lucistnik2004-05-0210-0/+232
internet connection eg. a home network or a single host at home. It has special support for connections to different ISPs. It replaces sendmail or other MTAs such as qmail or exim. PR: ports/65178 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=108202