aboutsummaryrefslogtreecommitdiffstats
path: root/mail/bincimap
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-271-1/+1
| | | | Hat: portmgr
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256 checksums to my portssergei2005-11-251-0/+1
|
* - Update to 1.2.13sergei2005-07-222-3/+3
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 1.2.12sergei2005-03-102-3/+3
|
* - Upgrade to 1.2.11sergei2004-12-282-3/+3
|
* - Update to 1.2.10sergei2004-10-143-53/+16
| | | | | | | | | - Remove dependencies: bincimap can be used in multitude of configurations, supervise/tcpserver and xinetd are two of them, but not the only ones. For example, it can be used with inetd(8) in the base system, too. [1] - Install configuration samples into EXAMPLESDIR Requested by: Paul-Andrew Joseph Miseiko <esoteric@teardrop.ca> [1]
* - Update to 1.2.9finalsergei2004-08-314-10/+14
|
* - Update to 1.2.7sergei2004-06-112-3/+3
|
* - Update to 1.2.6, the latest stable versionsergei2004-04-043-5/+6
| | | | Prompted by: Andrea Riela <ml@nesys.it>
* SIZE *DOES* MATTER.sergei2004-01-311-0/+1
|
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
| | | | Approved by: krion
* - Update to 1.2.3krion2003-10-012-15/+3
| | | | | | | | - Remove cert Makefile target - the code does not work properly on FreeBSD yet; it will be revisited later PR: 57455 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
* [MAINTAINER] mail/bincimap: update to 1.2.1edwin2003-09-084-12/+29
| | | | | | | | | - Update to 1.2.1 (see ChangeLog for list of changes) - Add distribution patch - Add Makefile target for creating SSL certificates for the port PR: ports/56550 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Update to 1.1.8leeym2003-06-125-73/+71
| | | | | | | | | | | | - Update MASTER_SITES to include official mirrors - Introduce two compile-time knobs: - WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp - WITHOUT_OPENSSL Disable OpenSSL support (enabled by default) - Install all sample configs into ${PREFIX}/etc/bincimap instead of ${EXAMPLESDIR} PR: 52904 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Fix broken on alpha.vanilla2003-05-061-0/+39
| | | | | PR: ports/51800 Submitted by: maintainer.
* Add bincimap 1.1.5, light-weight IMAP server for Maildir.vanilla2003-04-274-0/+95
PR: 50719 Submitted by: Sergei Kolobov <sergei@kolobov.com>