summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.4.Steve Price1998-11-217-57/+59
| | | | | | | | PR: 8760 Submitted by: maintainer Notes: svn path=/head/; revision=14741
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-214-8/+8
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Duh!Mark Murray1998-11-189-15/+30
| | | | | | | | Previous commit taught exim to use ``configure.sample'' as its default configuration file instead of ``configure''. Fix that and a PLIST nit. Notes: svn path=/head/; revision=14640
* Unbreak.Mark Murray1998-11-173-12/+15
| | | | | | | Added some more reliable mirrors (well-spread across earth masses). Notes: svn path=/head/; revision=14600
* Mark broken, can't fetch from single master site.Satoshi Asami1998-11-173-3/+9
| | | | Notes: svn path=/head/; revision=14592
* declare "extern char *optarg".Jun-ichiro itojun Hagino1998-11-162-7/+6
| | | | | | | | | (I can't blindly include getopt.h since older FreeBSD doesn't have one) remove BROKEN mark (could someone check this?). Notes: svn path=/head/; revision=14570
* Mark BROKEN:Justin M. Seger1998-11-161-1/+3
| | | | | | | | | | | | | | | ===> Building for rblcheck-1.4 cc -O -pipe -Wall -s rblcheck.c -o rblcheck rblcheck.c: In function `main': rblcheck.c:333: warning: implicit declaration of function `getopt' rblcheck.c:351: `optarg' undeclared (first use this function) rblcheck.c:351: (Each undeclared identifier is reported only once rblcheck.c:351: for each function it appears in.) rblcheck.c:383: warning: suggest parentheses around assignment used as truth value *** Error code 1 Notes: svn path=/head/; revision=14557
* Upgrade to version 2.053 (test release), which includes embedded perlMark Murray1998-11-1618-312/+393
| | | | | | | support and incorporates some FreeBSD-specific patches. Notes: svn path=/head/; revision=14556
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-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. Notes: svn path=/head/; revision=14512
* Allow a non-root user to build this port if the majordom user andSteve Price1998-11-091-5/+7
| | | | | | | group already exist. Notes: svn path=/head/; revision=14413
* Activate mew-{emacs20,xemacs20,xemacs-mule}.Jun Kuriyama1998-11-051-1/+4
| | | | Notes: svn path=/head/; revision=14366
* Message interface to Emacs Window(for xemacs20)Jun Kuriyama1998-11-056-0/+76
| | | | | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of) Notes: svn path=/head/; revision=14365
* Message interface to Emacs Window(for xemacs-mule)Jun Kuriyama1998-11-054-0/+51
| | | | | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of) Notes: svn path=/head/; revision=14364
* Message interface to Emacs Window(for emacs20)Jun Kuriyama1998-11-053-0/+37
| | | | | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of) Notes: svn path=/head/; revision=14363
* Upgrade to v1.93Jun Kuriyama1998-11-056-78/+33
| | | | | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> PR: ports/8233 (part of) Notes: svn path=/head/; revision=14361
* obey CFLAGS and CC defintion from bsd.port.mk.Jun-ichiro itojun Hagino1998-11-051-0/+8
| | | | | | | | Submitted by: Mikhail Teterin <mi@video-collage.com> email Message-Id: <199811042059.PAA03130@video-collage.com> Notes: svn path=/head/; revision=14360
* Fix the name of the created partition directory to agree with theJohn Polstra1998-11-046-12/+12
| | | | | | | name in the supplied configuration file. Notes: svn path=/head/; revision=14337
* Update "Version required" comment.John Polstra1998-11-046-12/+12
| | | | Notes: svn path=/head/; revision=14336
* The last line of this file didn't have a terminating newline. Add one.John Polstra1998-11-046-12/+12
| | | | Notes: svn path=/head/; revision=14335
* Add additional MASTER_SITEBill Fenner1998-10-281-1/+2
| | | | | | | Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de> Notes: svn path=/head/; revision=14239
* The imap-uw port is fixed now.Steve Price1998-10-262-12/+2
| | | | Notes: svn path=/head/; revision=14201
* Fix a braino I introduced that made this fail in -stable.Steve Price1998-10-262-7/+3
| | | | Notes: svn path=/head/; revision=14200
* imap-uw took this one with it when it died.Satoshi Asami1998-10-262-2/+12
| | | | Notes: svn path=/head/; revision=14182
* The previous commit broke this for a.out.Satoshi Asami1998-10-231-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. Notes: svn path=/head/; revision=14164
* Move manpages from pkg/PLIST to Makefile.Steve Price1998-10-2010-12/+13
| | | | Notes: svn path=/head/; revision=14107
* Remove empty directories on deinstall.Steve Price1998-10-207-0/+8
| | | | Notes: svn path=/head/; revision=14106
* Make this port reinstall friendly.Steve Price1998-10-201-4/+3
| | | | Notes: svn path=/head/; revision=14105
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14094
* upgrade original distribution (1.4)Jun-ichiro itojun Hagino1998-10-193-4/+142
| | | | | | | | patched the source code so that we can specify the target by FQDN. (the patch is sent to the original author) Notes: svn path=/head/; revision=14081
* Unbreak for elf after imap fix.Justin M. Seger1998-10-142-6/+2
| | | | | | | Pointed out by: steve Notes: svn path=/head/; revision=13975
* Unbreak.Justin M. Seger1998-10-133-16/+36
| | | | | | | Subbmitted by: steve Notes: svn path=/head/; revision=13959
* Unbreak for ELF.Justin M. Seger1998-10-135-86/+56
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13944
* Unbreak.Justin M. Seger1998-10-131-2/+2
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13929
* Unbreak for ELF.Justin M. Seger1998-10-131-7/+1
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13925
* Mark BROKEN for ELF:Justin M. Seger1998-10-122-2/+6
| | | | | | | depends on imap-uw Notes: svn path=/head/; revision=13921
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | g++ -o mmr main.o rcfile.o listing.o handlemail.o commands.o terminal.o mailmsg.o mime.o mimetype.o base64.o filemap.o iobottle.o my_regex.o outgoing.o md5/libmd5.a -lncurses -lcompat cc: md5/libmd5.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13916
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-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 Notes: svn path=/head/; revision=13915
* Mark BROKEN for ELF:Justin M. Seger1998-10-123-3/+9
| | | | | | | | | | | gcc -o eximon.bin -L/usr/X11R6/lib dummies.o os.o spool_in.o store.o string.o tree.o em_StripChart.o em_TextPop.o em_globals.o em_init.o em_log.o em_main.o em_menu.o em_queue.o em_strip.o em_text.o em_xs.o em_version.o -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a -lc /usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath) /usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone' /usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber' Notes: svn path=/head/; revision=13913
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | cc coolmail.o display_list.o render1.o colors.o -L/usr/X11R6/lib -lXt -lX11 -lm -lXext -o coolmail /usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) /usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone' /usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber' Notes: svn path=/head/; revision=13911
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | ===> Installing for bulk_mailer-1.11 ===> Generating temporary packing list -s: not found *** Error code 1 also remove patch-ac which is no longer neccessary Notes: svn path=/head/; revision=13909
* Update to version 4.6.0.Steve Price1998-10-103-4/+4
| | | | | | | | PR: 8238 Submitted by: maintainer Notes: svn path=/head/; revision=13838
* Update version required to 2.05.Steve Price1998-10-103-6/+6
| | | | | | | | PR: 8209 Submitted by: maintainer Notes: svn path=/head/; revision=13826
* Sync with maintainer's local copy by adding SIZE to files/md5Steve Price1998-10-102-12/+13
| | | | | | | | | and fixing up a new patch. Submitted by: maintainer Notes: svn path=/head/; revision=13809
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-095-10/+10
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
* Escape single-quote in BROKEN string.Satoshi Asami1998-10-091-2/+2
| | | | Notes: svn path=/head/; revision=13769
* Updated the port im-100(mail/im).Jun Kuriyama1998-10-094-49/+80
| | | | | | | | PR: ports/8008 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=13767
* Update to 2.05: Major bugfixesMark Murray1998-10-086-12/+12
| | | | Notes: svn path=/head/; revision=13737
* Upgrade to v1.11.Joseph Koshy1998-10-083-6/+6
| | | | | | | Submitted by: Studded <Studded@dal.net> Notes: svn path=/head/; revision=13728
* Update to 2.02; set Sheldon Hearn as maintainer.Mark Murray1998-10-0718-198/+1386
| | | | | | | | *NOTE* Configure file is not backward compatible!! The new configure file is installed as configure.sample. Notes: svn path=/head/; revision=13706
* Use PERL variable for scriptAndrey A. Chernov1998-10-072-4/+4
| | | | Notes: svn path=/head/; revision=13704