Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whoa there, boy, that's a mighty big commit y'all have there... | ade | 2004-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. | ||||
* | SIZEify. | trevor | 2004-01-29 | 1 | -0/+1 |
| | |||||
* | Fix build on -CURRENT. | fjoe | 2003-10-28 | 7 | -49/+58 |
| | | | | Bump PORTREVISION. | ||||
* | BROKEN on 5.x: does not compile | kris | 2003-10-16 | 1 | -1/+7 |
| | |||||
* | Use CONFLICTS. | ume | 2003-08-30 | 1 | -0/+2 |
| | | | | PR: ports/56118 | ||||
* | cyrus port should add periodic file to prune deliverdb | edwin | 2003-04-06 | 3 | -1/+28 |
| | | | | | | | | | | | | The cyrus port takes no steps to insure the deliver databases are properly pruned. This can be quite easily accomplished on a daily basis by adding a periodic file to take care of this. This should be a model for other ports that require daily/weekly/monthly actions. Why else did we bother to break up the cron jobs into the /etc/periodic* structure? PR: ports/26801 Submitted by: Nick Sayer <nsayer@quack.kfu.com> | ||||
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-11 | 2 | -2/+1 |
| | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | adamw | 2002-11-07 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | ${PERL} -> ${REINPLACE_CMD} | dwcjr | 2002-09-02 | 1 | -1/+2 |
| | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net | ||||
* | moving saslv1 includes files to make it easier to add saslv2 | ume | 2002-07-29 | 1 | -1/+1 |
| | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu | ||||
* | Make this port add shell to cyrus user | dwcjr | 2002-05-24 | 3 | -51/+33 |
| | | | | | PR: 38435 Submitted by: Scot W. Hetzel <hetzels@westbend.net> | ||||
* | Fix a typo. PKG_PREIFX -> PKG_PREFIX | jim | 2002-02-07 | 1 | -1/+1 |
| | | | | Submitted by: Krzysztof Stryjek <wtp@mud.pl> on -ports | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -18/+18 |
| | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. | ||||
* | o remove etc/imap/mailboxes only if empty. | sf | 2001-06-30 | 2 | -5/+6 |
| | | | | | | | | | o successfully exits even if etc/imap directory fails to remove. o do not overwrite mailboxes at pkg_add. o and then bump PORTREVISION. PR: 28496 Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> | ||||
* | fix pkg-plist. | sf | 2001-06-29 | 1 | -0/+1 |
| | | | | | PR: 28496 Submitted by: Pete Fritchman <petef@databits.net> | ||||
* | add imapd.conf to pkg-plist | ijliao | 2001-05-20 | 1 | -0/+1 |
| | | | | | PR: 27354 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> | ||||
* | Spaces->tabs in the mail category. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | | | | (I know, I look boring and pedant :o) | ||||
* | Don't automatically delete etc/imap.conf and etc/mailboxes | kris | 2001-01-28 | 1 | -2/+0 |
| | | | | | | | on deinstallation - the package deinstall script takes care of this if appropriate PR: ports/20888 | ||||
* | typo fix. | sf | 2001-01-19 | 1 | -1/+1 |
| | | | | Submitted by: Mathieu Mourez <matt@m2.qc.ca> | ||||
* | add missing manpages. | sf | 2001-01-18 | 2 | -16/+18 |
| | | | | | | sort pkg-plist. Submitted by: bento | ||||
* | Goodbye, YEAR2000. Hello, 2001. | will | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Obey portlint better, and use sensible defaults in configure args. | will | 2000-12-22 | 1 | -13/+13 |
| | | | | | PR: 23680 Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net> | ||||
* | (Oops, forgot this file with the 1.6.24 update): | will | 2000-12-21 | 1 | -0/+10 |
| | | | | | | | | | | | | Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net> | ||||
* | Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the | will | 2000-12-21 | 9 | -41/+125 |
| | | | | | | | | | | | security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net> | ||||
* | pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so | asami | 2000-11-14 | 1 | -1/+1 |
| | | | | | | spell out the whole path. Submitted by: bento | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -2/+2 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Fix homepage link. | wosch | 2000-09-04 | 2 | -2/+2 |
| | | | | Submitted by: Alec Berry <alec@exit1.com> | ||||
* | Move the stragler's www.freebsd.org/~user distfiles to the offical | obrien | 2000-06-29 | 1 | -1/+2 |
| | | | | MASTER_SITE_LOCAL site. | ||||
* | Update PLIST | paul | 2000-05-14 | 1 | -13/+16 |
| | |||||
* | This now port depends on SASL. | paul | 2000-05-14 | 1 | -1/+2 |
| | |||||
* | Update port to 1.6.22 | paul | 2000-05-14 | 9 | -32/+80 |
| | |||||
* | Update port to release 1.6.22 | paul | 2000-05-14 | 2 | -5/+5 |
| | |||||
* | Patch `configure' by hand for a much smaller patch. | nectar | 2000-04-16 | 1 | -2014/+6 |
| | | | | Bogusness pointed out by: asami | ||||
* | Fix my borked patches. | nectar | 2000-04-14 | 2 | -1068/+2031 |
| | | | | Reported by: Paul Richards <paul@originative.co.uk> | ||||
* | Update to use PORTNAME/PORTVERSION | cpiazza | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Fix packaging: if you are going to link with Kerberos IV you will have | nectar | 2000-03-31 | 2 | -0/+1068 |
| | | | | to link with com_err too | ||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | peter | 2000-02-08 | 1 | -1/+1 |
| | | | | | | as the days of the former are numbered. Reviewed by: asami | ||||
* | Make sure all the directories needed by this port are created on install. | steve | 1999-12-29 | 1 | -1/+21 |
| | | | | | PR: 12584 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> | ||||
* | Make sure a couple of more echo(1)s get to the temporary PLIST. Also | steve | 1999-11-27 | 2 | -7/+7 |
| | | | | | | | update to use Tk8.2. PR: 14452 Submitted by: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu> | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -2/+2 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 2 | -2/+2 |
| | |||||
* | sed -> ${SED} | mharo | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 1 | -3/+3 |
| | | | | chown -> ${CHOWN} | ||||
* | Provide correct argv[0] for pop3d | stb | 1999-07-13 | 1 | -2/+2 |
| | | | | PR: ports/12580 | ||||
* | s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored | nectar | 1999-05-29 | 1 | -2/+2 |
| | |||||
* | Add example for inetd.conf (forgotten in last commit). | stb | 1999-05-10 | 1 | -0/+12 |
| | |||||
* | - Update to 1.5.19 | stb | 1999-05-10 | 7 | -57/+81 |
| | | | | | | - Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT | ||||
* | Move URL to pkg/DESCR. | stb | 1999-04-21 | 2 | -3/+2 |
| | |||||
* | Update MASTER_SITES | stb | 1999-04-21 | 1 | -2/+3 |
| | | | | ADD WWW_SITE (for net/netatalk) | ||||
* | Proper URLs that reference directories end in '/' | billf | 1999-04-09 | 1 | -2/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-12 | 1 | -1/+2 |
| | |||||
* | More Y2K Statement Links... | scrappy | 1999-01-13 | 1 | -1/+3 |
| | |||||
* | Added a second master site. | stb | 1998-12-22 | 1 | -2/+3 |
| | |||||
* | Fix the name of the created partition directory to agree with the | jdp | 1998-11-04 | 1 | -2/+2 |
| | | | | name in the supplied configuration file. | ||||
* | Update "Version required" comment. | jdp | 1998-11-04 | 1 | -2/+2 |
| | |||||
* | The last line of this file didn't have a terminating newline. Add one. | jdp | 1998-11-04 | 1 | -2/+2 |
| | |||||
* | tcl80 has been ELFized. | asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | Will work better with this one... | stb | 1998-09-23 | 1 | -0/+62 |
| | |||||
* | Update to 1.5.14 | stb | 1998-09-23 | 8 | -73/+125 |
| | | | | | PR: ports/7789 Submitted by: Hans Huebner <hans@artcom.de> | ||||
* | Remove more manpages, as part of the great manpage removal project. | hoek | 1998-08-17 | 1 | -12/+0 |
| | |||||
* | ${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter | asami | 1998-02-25 | 1 | -5/+5 |
| | | | | actually fixes a reinstall problem. | ||||
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-25 | 2 | -5/+5 |
| | |||||
* | More tcl/tk virtual category fixups. | fenner | 1998-02-22 | 1 | -2/+2 |
| | |||||
* | Unbreak cyrus port. | jkh | 1998-02-15 | 6 | -18/+62 |
| | | | | | Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com> PR: 4729 | ||||
* | Mark the ports that were broken in one way or another by the recent tcl | asami | 1997-11-22 | 1 | -1/+3 |
| | | | | change "BROKEN". | ||||
* | List makedepend in BUILD_DEPENDS. | max | 1997-09-02 | 1 | -1/+3 |
| | | | | Suggested by: i.vaudrey@cableinet.co.uk | ||||
* | Import of the Cyrus IMAPd package | jfitz | 1997-05-31 | 8 | -0/+322 |