aboutsummaryrefslogtreecommitdiff
path: root/mail/gnarwl
Commit message (Collapse)AuthorAgeFilesLines
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-10/+12
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* 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
* Finish stage supportAntoine Brodin2014-06-092-0/+15
| | | | Notes: svn path=/head/; revision=357207
* 1: Stagify.Vanilla I. Shu2014-06-083-21/+50
| | | | | | | 2: convert to new LIB_DEPENDS format. Notes: svn path=/head/; revision=357012
* - Convert gmake to USESMartin Wilke2014-05-291-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355689
* 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
* Make CONFIGURE_ARGS shorter and look betterAntoine Brodin2013-06-211-1/+1
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=321445
* - Trim Makefile headerAntoine Brodin2013-06-202-8/+6
| | | | | | | | | - Trim version in LIB_DEPENDS - No need to set --prefix with GNU_CONFIGURE - Add 2 missings directories to pkg-plist Notes: svn path=/head/; revision=321427
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - Update to 3.6Pav Lucistnik2009-07-289-540/+3536
| | | | | | | | PR: ports/137174 Submitted by: Johan Strom <johan@headweb.com> Notes: svn path=/head/; revision=238492
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - Reset maintainer at his requestDmitry Marakasov2008-09-231-1/+1
| | | | | | | | PR: 127234 Submitted by: Xavier Beaudouin <kiwi at oav dot net> (maintainer) Notes: svn path=/head/; revision=220524
* 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
* Fix master site and WWW.Sam Lawrance2006-02-082-2/+2
| | | | | | | | | PR: ports/92768 Submitted by: Jean Milanez Melo Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=155530
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* 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
* Add gnarwl, the email autoresponder.Pav Lucistnik2004-04-015-0/+611
Unlike the original vacation(1) program, gnarwl is based on LDAP. Traditionally you had to give every user, who wanted to use autoreply facilities full fledged system accounts (trusting them to set their forwarding up properly, cursing when they didn't). With gnarwl this is history. User information is now stored in LDAP. Thats right, no more messing around with system accounts or homedirs for users who just want their email working, but don't care to fuss around with shell commands. WWW: http://www.oss.billiton.de/software.shtml PR: ports/64895 Submitted by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=105895