1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Pawel Pekala
2283ee33fc - Add staging support
- Use options helpers, subs
2014-06-04 11:16:58 +00:00
Baptiste Daroussin
e306e79fcb Fix unterminated quoted string (this fix build on current) 2013-05-27 09:39:48 +00:00
Pawel Pekala
5a2770ba38 - Fix build with clang
- Add LICENSE

PR:		ports/172719
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-29 17:29:56 +00:00
Ed Schouten
b8705d21af Make metamail compile after the sgtty removal.
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)
2008-06-19 08:43:39 +00:00
Erwin Lansing
78dee16f38 make package would fail when /usr/X11R6 not present (guess)
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>
2008-06-16 05:41:38 +00:00
Pav Lucistnik
a4f7a538a2 - Fix build on -CURRENT (untested)
PR:		ports/114599
Submitted by:	Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
2007-07-29 01:30:33 +00:00
Martin Wilke
1692907d73 - USE termios.h
PR:		110435
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer
2007-04-15 19:07:22 +00:00
Rong-En Fan
ce64dc58a7 - Make gcc4 happy
PR:		ports/106818
Submitted by:	Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
2006-12-19 01:48:53 +00:00
Rong-En Fan
4f0cc5947d - Rename patch filenames to match new style
This is mainly for ports/106818.

Submitted by:	Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer.
2006-12-19 01:47:36 +00:00
Volker Stolz
1502660c61 Correctly handle difference between gets() and fgets(): The latter retains
the trailing newline.

PR:		ports/78662
Submitted by:	Mats Peterson
2005-03-10 13:53:57 +00:00
Christian Weisgerber
d110f60435 Fix incorrect buffer overflow fix: pass the size of the target
buffer rather than taking the size of the pointer.
2004-02-29 16:41:07 +00:00
Jacques Vidrine
ee71d98820 Correct two format string vulnerabilities and two buffer overflows in
metamail (CVE names CAN-2004-0104 and CAN-2004-0104).

Submitted by:	Ulf Härnhammar <Ulf.Harnhammar.9485@student.uu.se>
2004-02-18 21:47:18 +00:00
Chris Piazza
e6569620df Respect CC
PR:		16213
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-01-22 02:09:05 +00:00
Warner Losh
cfc9596205 Fix problem related to a forth coming CERT advisory wrt quoting of
strings in csh shell scripts.
Obtained from: Description of patch in CERT advisory
1997-05-22 04:35:44 +00:00
Andrey A. Chernov
38b6a2b56d Change all gets -> fgets(stdin)
Add koi8-r support
1995-11-19 22:42:38 +00:00
Andrey A. Chernov
763816bd36 Use CFLAGS from make.conf
Strip binaries on install
Change all gets -> fgets(stdin)
Add koi8-r support
1995-11-19 22:41:31 +00:00
Adam David
6119263e8e install fonts.alias file 1995-08-21 16:04:32 +00:00
Torsten Blum
e919ee086b change usr/lib/sendmail to /usr/sbin/sendmail 1995-06-18 11:55:43 +00:00
Torsten Blum
0c0a4b01bf use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dir
Reviewed by:	asami
1995-05-19 23:54:43 +00:00
Torsten Blum
735281f59a install fonts
(I forgot this one in my previous commit - sorry)
1995-05-06 11:24:53 +00:00
Torsten Blum
0d4e81215e install fonts in ${PREFIX}/lib/metamail/fonts 1995-05-06 11:09:55 +00:00
Torsten Blum
0d2aedff3c remove -g from CFLAGS 1995-05-06 00:23:25 +00:00
Andreas Schulz
01aefb6a4d Add a patch for the sun2mime command to use /usr/bin/awk instead of
the non-existant /bin/nawk.
1994-12-12 09:39:23 +00:00
Andreas Schulz
1176dfd04c Delete the strip flag from the install. Otherwise the install falls
over in the installation of the shell scripts.
1994-11-19 23:22:28 +00:00
Torsten Blum
74fda86565 Reviewed by:
Submitted by:	
Obtained from:
metamail - implementation of MIME, the Multipurpose Internet Mail Extensions
1994-10-23 01:19:51 +00:00