aboutsummaryrefslogtreecommitdiffstats
path: root/mail/metamail/files
Commit message (Collapse)AuthorAgeFilesLines
* mail/metamail: fix build with X11 option enabledpi2018-02-042-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>
* mail/metamail: document and fix ncurses supportmarino2016-08-232-0/+22
|
* Prevent collision with getline(3)bapt2016-05-1420-120/+143
| | | | While here, regenerate patches
* - Add staging supportpawel2014-06-041-6/+27
| | | | - Use options helpers, subs
* Fix unterminated quoted string (this fix build on current)bapt2013-05-271-3/+8
|
* - Fix build with clangpawel2012-10-306-8/+191
| | | | | | | | - Add LICENSE PR: ports/172719 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Make metamail compile after the sgtty removal.ed2008-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)
* make package would fail when /usr/X11R6 not present (guess)erwin2008-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>
* - Fix build on -CURRENT (untested)pav2007-07-291-1/+13
| | | | | PR: ports/114599 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
* - USE termios.hmiwi2007-04-161-0/+42
| | | | | | PR: 110435 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
* - Make gcc4 happyrafan2006-12-1910-0/+179
| | | | | PR: ports/106818 Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
* - Rename patch filenames to match new stylerafan2006-12-1918-813/+589
| | | | | | This is mainly for ports/106818. Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer.
* Correctly handle difference between gets() and fgets(): The latter retainsvs2005-03-101-17/+92
| | | | | | | the trailing newline. PR: ports/78662 Submitted by: Mats Peterson
* Fix incorrect buffer overflow fix: pass the size of the targetnaddy2004-03-011-5/+44
| | | | buffer rather than taking the size of the pointer.
* Correct two format string vulnerabilities and two buffer overflows innectar2004-02-192-4/+78
| | | | | | metamail (CVE names CAN-2004-0104 and CAN-2004-0104). Submitted by: Ulf Härnhammar <Ulf.Harnhammar.9485@student.uu.se>
* Respect CCcpiazza2000-01-221-2/+19
| | | | | PR: 16213 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Fix problem related to a forth coming CERT advisory wrt quoting ofimp1997-05-221-0/+260
| | | | | strings in csh shell scripts. Obtained from: Description of patch in CERT advisory
* Change all gets -> fgets(stdin)ache1995-11-201-0/+129
| | | | Add koi8-r support
* Use CFLAGS from make.confache1995-11-201-4/+4
| | | | | | Strip binaries on install Change all gets -> fgets(stdin) Add koi8-r support
* install fonts.alias fileadam1995-08-221-1/+1
|
* change usr/lib/sendmail to /usr/sbin/sendmailtorstenb1995-06-181-0/+21
|
* use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dirtorstenb1995-05-201-3/+4
| | | | Reviewed by: asami
* install fontstorstenb1995-05-061-0/+34
| | | | (I forgot this one in my previous commit - sorry)
* install fonts in ${PREFIX}/lib/metamail/fontstorstenb1995-05-061-1/+28
|
* remove -g from CFLAGStorstenb1995-05-061-1/+1
|
* Add a patch for the sun2mime command to use /usr/bin/awk instead ofats1994-12-121-0/+19
| | | | the non-existant /bin/nawk.
* Delete the strip flag from the install. Otherwise the install fallsats1994-11-201-4/+10
| | | | over in the installation of the shell scripts.
* Reviewed by: torstenb1994-10-232-0/+111
Submitted by: Obtained from: metamail - implementation of MIME, the Multipurpose Internet Mail Extensions