aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/files
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak on 9.x with utmpx.Jimmy Olgeni2011-11-202-0/+66
| | | | | | | | | | mgetty already has utmpx support for SVR4; we can borrow it with a few changes to make utmpx work. Feature safe: yes Notes: svn path=/head/; revision=286124
* Remove CONFLICTS with graphics/netpbm: do not install link fromJimmy Olgeni2011-04-011-0/+16
| | | | | | | | | | | g32pbm to g3topbm, which already exists in netpbm. The g3topbm alias is intended for 3rd party fax viewers, however no ports depend on comms/mgetty+sendfax. g3topbm is also not referenced anywhere in lib/mgetty+sendfax. Notes: svn path=/head/; revision=272103
* Remove pkg-install, which is now replaced by mgettycfg with the same code.Jimmy Olgeni2010-08-082-28/+35
| | | | | | | | | | | In mgettycfg: - Suggest cuau1 (uart driver) as the default device, rather than cuad1 (sio) - Use Perl from LOCALBASE - Fix a few spelling/whitespace nits Notes: svn path=/head/; revision=258942
* Catch up with the renaming of cuaa to cuad 5 years ago.Tilman Keskinoz2009-07-241-1/+1
| | | | | | | | PR: 135909 Submitted by: Daniel O'Connor Notes: svn path=/head/; revision=238336
* - Fix symlink attack via insecure temporary filesMartin Wilke2008-12-071-0/+52
| | | | | | | | | | PR: 129471 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Obtained from: debian Security: http://www.vuxml.org/freebsd/44ee8160-c453-11dd-a721-0030843d3802.html Notes: svn path=/head/; revision=223931
* Check if stdin is a TTY, otherwise bail out as per BATCH mode.Jean-Marc Zucconi2005-12-231-0/+1
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=151937
* Upgrade to version 1.1.34Jean-Marc Zucconi2005-12-171-0/+25
| | | | | | | Add a workaround (patch-mg_m_init.c) so that it works on FreeBSD 6 (see PR kern/87208) Notes: svn path=/head/; revision=151374
* Upgrade to version 1.1.33Jean-Marc Zucconi2005-07-094-47/+21
| | | | Notes: svn path=/head/; revision=138775
* Fix exit status passing in vgetty for external shells.Jean-Marc Zucconi2003-09-291-0/+30
| | | | | | | | PR: ports/47473 Submitted by: Martijn Lina <martijn@pacno.net> Notes: svn path=/head/; revision=89822
* Fix build on 5.0.Jean-Marc Zucconi2003-02-051-0/+12
| | | | Notes: svn path=/head/; revision=74907
* - Upgrade to version 1.1.30-Dec16.Jean-Marc Zucconi2003-01-232-34/+23
| | | | | | | | - Install the callback binary (problem reported by Roger Hardiman <roger@telepresence.dmem.strath.ac.uk> - Allow optional FIDO support (submitted by yar). Notes: svn path=/head/; revision=73831
* Fix the build on -current.Jean-Marc Zucconi2002-08-121-0/+12
| | | | | | | Submitted by: Flemming Jacobsen <fj@batmule.dk> Notes: svn path=/head/; revision=64446
* Upgrade to version 1.28-Jan10.Jean-Marc Zucconi2002-01-191-16/+3
| | | | Notes: svn path=/head/; revision=53316
* Upgrade to version 1.1.27.Jean-Marc Zucconi2001-12-056-61/+17
| | | | | | | | Install a default new_fax program. Install sample files. Notes: svn path=/head/; revision=51040
* Some port related improvements, no functional changes in mgetty itself.Jimmy Olgeni2001-05-032-1/+16
| | | | | | | | | | | | | | | | | * Preserve configuration files in etc/mgetty+sendfax. Remove the pkg-deinstall file that used to warn about potential loss of configuration files at deinstall time. * Patch file mtools.info so that it can be installed with install-info in the info index (the stock file lacks a proper directory entry). * Make pkg-install exit without asking anything, if BATCH is defined. And fix a banner length :o) Reviewed by: jmz Notes: svn path=/head/; revision=42232
* Upgrade to version 1.1.25.02.01Jean-Marc Zucconi2001-02-261-13/+0
| | | | Notes: svn path=/head/; revision=38714
* Upgrade to version 1.1.24-Jan07Jean-Marc Zucconi2001-01-071-0/+13
| | | | | | | Change MASTER_SITE Notes: svn path=/head/; revision=36908
* Upgrade to the latest version (1.1.22.Aug27)Jean-Marc Zucconi2000-09-101-0/+1
| | | | | | | Add a warning message because /var/spool/fax/outgoing/ is world writeable. Notes: svn path=/head/; revision=32501
* 38000 is not a valid baud rate value. Use 38400Jean-Marc Zucconi2000-03-281-1/+1
| | | | | | | | PR: ports/17455 Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp> Notes: svn path=/head/; revision=27104
* The one and only argument to time(3) is a time_t*. This fixes builds onSteve Price2000-02-203-0/+33
| | | | | | | the Alpha. Notes: svn path=/head/; revision=26053
* Fix time() conflicts on alpha and replace long with time_t for time().Hidetoshi Shimokawa1999-01-052-0/+28
| | | | Notes: svn path=/head/; revision=15858
* Upgrade to 1.1.19, don't split info page.Vanilla I. Shu1998-12-013-21/+77
| | | | Notes: svn path=/head/; revision=14991
* make the script compatible with perl5Jean-Marc Zucconi1998-08-071-1/+1
| | | | Notes: svn path=/head/; revision=12311
* Upgrade to 1.1.16.Vanilla I. Shu1998-07-162-11/+20
| | | | Notes: svn path=/head/; revision=11934
* Change the default for autobauding from YES to NO.Jean-Marc Zucconi1998-07-121-1/+1
| | | | | | | | Give the user a chance to backup the config files before deinstalling the port (fixes PR ports/7175). Notes: svn path=/head/; revision=11870
* Upgrade to 1.1.11, enable voice extension.Vanilla I. Shu1998-01-264-172/+142
| | | | Notes: svn path=/head/; revision=9456
* Upgrade to version 1.1.9Jean-Marc Zucconi1997-11-081-42/+42
| | | | | | | Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=8516
* Upgrade to version 1.0.0Jean-Marc Zucconi1997-04-054-118/+219
| | | | Notes: svn path=/head/; revision=6139
* Don't say that the modem line is secure!Jean-Marc Zucconi1996-11-151-2/+2
| | | | | | | Fixes PR ports/1888. Notes: svn path=/head/; revision=4483
* Upgrade to version 0.99 (beta)Jean-Marc Zucconi1996-09-133-55/+39
| | | | Notes: svn path=/head/; revision=3763
* The original patch was incomplete and the installation did not work.Jean-Marc Zucconi1996-03-171-5/+17
| | | | Notes: svn path=/head/; revision=2846
* Upgrade to the latest official release (version 0.98)Jean-Marc Zucconi1996-03-134-0/+690
Notes: svn path=/head/; revision=2832