aboutsummaryrefslogtreecommitdiffstats
path: root/mail/imap-uw
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.4.steve1998-11-227-57/+59
| | | | | PR: 8760 Submitted by: maintainer
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-8/+10
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Fix a braino I introduced that made this fail in -stable.steve1998-10-262-7/+3
|
* The previous commit broke this for a.out.asami1998-10-241-1/+5
| | | | | | | | | | === cc -fpic -DPIC -c -O -pipe -DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS mx.c -o mx.so ld -Bshareable -x -soname libc-client.so.2.1 -o libc-client.so.2.1 mail.so misc.so newsrc.so smanager.so osdep.so utf8.so siglocal.so dummy.so pseudo.so netmsg.so flstring.so fdstring.so rfc822.so nntp.so smtp.so imap4r1.so pop3.so unix.so mbox.so mbx.so mmdf.so tenex.so mtx.so news.so phile.so mh.so mx.so ld: libc-client.so.2.1: No such file or directory *** Error code 1 Stop.
* Unbreak.jseger1998-10-143-16/+36
| | | | Subbmitted by: steve
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | | | cd mtest;make `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c mtest.c `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o -L../c-client -lc-client `cat ../c-client/LDFLAGS` /usr/libexec/elf/ld: cannot open -lc-client: No such file or directory *** Error code 1
* Don't forget the trailing '/'.steve1998-09-221-2/+2
| | | | | PR: 8019 Submitted by: maintainer
* Find the master site again. Also put this version back on mysteve1998-09-201-2/+3
| | | | | | | | homepage again so that we can go at least a week without the distfile dropping off the face of the earth. :) PR: 7991 Submitted by: maintainer
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-2/+0
|
* Upgrade to 4.2.tg1998-07-313-15/+14
| | | | | PR: 7452 Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
* Update to the latest release including the fix that wassteve1998-07-182-7/+9
| | | | | | found in patch-ad. Submitted by: maintainer
* Put a copy of the distfile in my home directory untilsteve1998-06-081-2/+3
| | | | | | the stable 4.1 sources are released. Suggested by: asami
* Argh! The checksum changed again!steve1998-06-051-1/+1
|
* Update to match the latest release.steve1998-06-052-12/+12
| | | | | PR: 6839 Submitted by: maintainer
* This port's is now maintained by Penisoara Adrian.steve1998-05-311-2/+2
|
* Chase the constantly changing checksum for this portsteve1998-05-254-17/+17
| | | | | | | one more time. PR: 6740 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Archive has been changed w/o changing version number.dima1998-03-261-1/+1
|
* Make this port compile again with changed source files.pst1998-02-243-142/+97
| | | | | | This port needs to be converted to getting source files from a more stable cache at FreeBSD, Inc. but I don't recall how to do it, so I just did the annoying bits of making this damn thing compile again.
* Remove myself as maintainer in hopes that Bruce Gingerly will take it over,pst1998-01-011-2/+2
| | | | since he has different requirements for this port.
* Remove IGNOREFILES. This port works fine if you have the latest distfile.asami1997-12-092-4/+2
| | | | pst will put it somewhere he can control and change MASTER_SITES accordingly.
* Mark this port broken, it does not even patch.asami1997-12-091-1/+2
|
* Upgrade to match current again (groan)pst1997-12-075-43/+63
|
* Bezerkproto is obsolete, use unixproto -- fixes shared libarary breakage.pst1997-11-201-1/+1
| | | | | PR: 5017 Submitted by: Bradley Dunn
* make patch-ab work again.andreas1997-11-171-120/+96
| | | | | DonĀ“t know, why this worked at home on my -current system. This is now tested on a -stable system ...
* Patch didn't apply anymore because of changes in the Makefile.andreas1997-11-151-19/+19
| | | | Produced only a new working patchfile.
* Regenerate this patch as the distribution file changed slightly.max1997-09-291-6/+6
|
* repeat after me... I will test all changes fully...pst1997-06-031-2/+2
|
* Correct way to say "ignore checksum" is to set IGNOREFILES. NO_CHECKSUMasami1997-06-032-4/+4
| | | | is for the user, not the porter.
* Upgrade to latest version.pst1997-06-035-76/+51
| | | | | | I'm really really really unhappy about these shared library patches. This code changes WAY too fast to screw with shared libraries. If they cause massive breakage again, they're history.
* The distfile has been changed on the master_site.max1997-05-043-27/+27
|
* Distfile has been changed.max1997-04-212-13/+13
|
* Distfile changed on master site.asami1997-04-152-5/+5
| | | | | PR: 3273 Submitted by: "Justin M. Seger" <jseger@scds.ziplink.net>
* Original author made a security fix without changing filename.asami1997-03-151-1/+1
| | | | Submitted by: pst
* What do you know. The checksum changed again.asami1997-02-061-1/+1
|
* The distfile has been changed.max1997-02-041-1/+1
| | | | | Pointed-out by: James FitzGibbon <james@nexis.net> (Closing PR #2651.)
* Build/install/use c-client shared and normal librariesache1997-01-135-47/+220
| | | | | | Install mtest as mboxtest Use INSTALL_* macros Use ${PREFIX}/etc instead of /etc
* Move up MAINTAINER a little.asami1997-01-101-4/+3
|
* University of Washinton IMAP v4r1 serverpst1997-01-106-0/+117