aboutsummaryrefslogtreecommitdiff
path: root/mail/metamail/files
Commit message (Collapse)AuthorAgeFilesLines
* mail/metamail: fix build with X11 option enabledKurt Jaeger2018-01-012-0/+110
| | | | | | | | | | | - It has been broken for more than one year. r412348 was the last buildable version PR: 224794 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=457758
* mail/metamail: document and fix ncurses supportJohn Marino2016-08-232-0/+22
| | | | Notes: svn path=/head/; revision=420686
* Prevent collision with getline(3)Baptiste Daroussin2016-05-1320-120/+143
| | | | | | | While here, regenerate patches Notes: svn path=/head/; revision=415139
* - Add staging supportPawel Pekala2014-06-041-6/+27
| | | | | | | - Use options helpers, subs Notes: svn path=/head/; revision=356467
* Fix unterminated quoted string (this fix build on current)Baptiste Daroussin2013-05-271-3/+8
| | | | Notes: svn path=/head/; revision=319197
* - Fix build with clangPawel Pekala2012-10-296-8/+191
| | | | | | | | | | | - Add LICENSE PR: ports/172719 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306624
* Make metamail compile after the sgtty removal.Ed Schouten2008-06-191-0/+27
| | | | | | | | | | | | The metamail port was patched to use termios a long time ago. Unforunately, the patch left some calls to stty() and gtty(). Change these calls to tcgetattr() and tcsetattr(). PR: 124462 Approved by: philip (mentor) Notes: svn path=/head/; revision=215245
* make package would fail when /usr/X11R6 not present (guess)Erwin Lansing2008-06-161-1/+1
| | | | | | | | | | | Testing for /usr/X11R6 is unnecessary because this part is only done if WITHOUT_X11 is undefined PR: 124356 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> <maintainer> Notes: svn path=/head/; revision=214933
* - Fix build on -CURRENT (untested)Pav Lucistnik2007-07-291-1/+13
| | | | | | | | PR: ports/114599 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer) Notes: svn path=/head/; revision=196537
* - USE termios.hMartin Wilke2007-04-151-0/+42
| | | | | | | | | PR: 110435 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer Notes: svn path=/head/; revision=190025
* - Make gcc4 happyRong-En Fan2006-12-1910-0/+179
| | | | | | | | PR: ports/106818 Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer) Notes: svn path=/head/; revision=180113
* - Rename patch filenames to match new styleRong-En Fan2006-12-1918-813/+589
| | | | | | | | | This is mainly for ports/106818. Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer. Notes: svn path=/head/; revision=180112
* Correctly handle difference between gets() and fgets(): The latter retainsVolker Stolz2005-03-101-17/+92
| | | | | | | | | | the trailing newline. PR: ports/78662 Submitted by: Mats Peterson Notes: svn path=/head/; revision=130799
* Fix incorrect buffer overflow fix: pass the size of the targetChristian Weisgerber2004-02-291-5/+44
| | | | | | | buffer rather than taking the size of the pointer. Notes: svn path=/head/; revision=102549
* Correct two format string vulnerabilities and two buffer overflows inJacques Vidrine2004-02-182-4/+78
| | | | | | | | | metamail (CVE names CAN-2004-0104 and CAN-2004-0104). Submitted by: Ulf Härnhammar <Ulf.Harnhammar.9485@student.uu.se> Notes: svn path=/head/; revision=101354
* Respect CCChris Piazza2000-01-221-2/+19
| | | | | | | | PR: 16213 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=24887
* Fix problem related to a forth coming CERT advisory wrt quoting ofWarner Losh1997-05-221-0/+260
| | | | | | | | strings in csh shell scripts. Obtained from: Description of patch in CERT advisory Notes: svn path=/head/; revision=6530
* Change all gets -> fgets(stdin)Andrey A. Chernov1995-11-191-0/+129
| | | | | | | Add koi8-r support Notes: svn path=/head/; revision=2436
* Use CFLAGS from make.confAndrey A. Chernov1995-11-191-4/+4
| | | | | | | | | Strip binaries on install Change all gets -> fgets(stdin) Add koi8-r support Notes: svn path=/head/; revision=2435
* install fonts.alias fileAdam David1995-08-211-1/+1
| | | | Notes: svn path=/head/; revision=2096
* change usr/lib/sendmail to /usr/sbin/sendmailTorsten Blum1995-06-181-0/+21
| | | | Notes: svn path=/head/; revision=1839
* use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dirTorsten Blum1995-05-191-3/+4
| | | | | | | Reviewed by: asami Notes: svn path=/head/; revision=1790
* install fontsTorsten Blum1995-05-061-0/+34
| | | | | | | (I forgot this one in my previous commit - sorry) Notes: svn path=/head/; revision=1652
* install fonts in ${PREFIX}/lib/metamail/fontsTorsten Blum1995-05-061-1/+28
| | | | Notes: svn path=/head/; revision=1651
* remove -g from CFLAGSTorsten Blum1995-05-061-1/+1
| | | | Notes: svn path=/head/; revision=1639
* Add a patch for the sun2mime command to use /usr/bin/awk instead ofAndreas Schulz1994-12-121-0/+19
| | | | | | | the non-existant /bin/nawk. Notes: svn path=/head/; revision=559
* Delete the strip flag from the install. Otherwise the install fallsAndreas Schulz1994-11-191-4/+10
| | | | | | | over in the installation of the shell scripts. Notes: svn path=/head/; revision=416
* Reviewed by: Torsten Blum1994-10-232-0/+111
Submitted by: Obtained from: metamail - implementation of MIME, the Multipurpose Internet Mail Extensions Notes: svn path=/head/; revision=266