Commit graph

29 commits

Author SHA1 Message Date
Sam Lawrance
02ece66ad1 Update to 4.2.5.
PR:		ports/92572
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-02-11 02:34:50 +00:00
Sam Lawrance
f19c2031f7 Backport a patch from Hylafax CVS which fixes a problem sending faxes on 5.x.
Bump PORTREVISION.

PR:		ports/85368
Submitted by:	Phil Kernick <philk@rotfl.com.au>
Approved by:	tdv94ped@cs.umu.se (maintainer, timeout)
Obtained from:	Hylafax CVS
2005-10-08 08:22:41 +00:00
Mikhail Teterin
c780bb1fee Fix a verbose-mode crash:
http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=671

force HylaFax not to build its own vsnprintf():

	http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=672

patch not to need cuserid() and fix an imperial ton of compiler warnings
(another metric ton remains):

	http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=673
	http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=674

Approved by:	maintainer timeout
2005-08-01 16:21:23 +00:00
Pav Lucistnik
eba6967c97 - Update to 4.2.1
- Rework rc script
- Handle nicely configuration files
- Use SUB_FILES

PR:		ports/76179
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2005-01-14 22:28:10 +00:00
Mikhail Teterin
4ba98149cf Fix breakage caused by the recent upgrade of graphics/libtiff -- HylaFax's
configure is unusually picky about tiff version.

While at it, change the (invalid) `-disable-PAM' to `-disable-pam' and
stop requiring particular version of -ljpeg and -ltiff -- anything already
installed will do.

Kris notified the maintainer and myself (the last committer in this port)
yesterday, but the maintainer did not respond yet. Since the port remains
broken, I claim the "timeout" very early.

Notified by:	kris
2004-10-21 21:15:31 +00:00
Mikhail Teterin
2a7f35e54e Commit maintainer's update to 4.2.0 from 4.1.8, unbreak -current.
PR:		ports/71521
Submitted by:	Paul Everlund (maintainer)
Approved by:	portmgr	(marcus)
2004-09-24 00:35:14 +00:00
Pav Lucistnik
209d894120 - Rework the port a little
PR:		ports/67218
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-05-26 21:21:37 +00:00
Edwin Groothuis
49dda8d028 [Port fix] comms/hylafax 4.1.7 (bin/faxrcvd)
A fix enabling recieved faxes to be send by email as pdf-files.
	The fix was kindly provided by Matthias Fechner.

PR:		ports/56733
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>
2003-09-28 22:58:45 +00:00
Kris Kennaway
a6915f6bb6 Don't change the ownership of system directories. 2003-01-14 04:33:41 +00:00
Greg Lewis
3a3942e4b2 Upgrade to 4.1.3.
This is based on the submission, but with a few tweaks.  In particular,
the package list needed some fixes.

Submitted by:	Mike Tancsa <mike@sentex.net>
2002-08-12 19:03:22 +00:00
Bill Fenner
8c457db7ca Don't check for ioctl prototype; we know it's there. 2002-04-09 05:43:19 +00:00
Dirk Meyer
1ae44a08a7 After removal of a separate "fax" uid and migration to "uucp",
faxcron.sh is missing an update, as it still refers to the obsolete
"fax" uid.

PR:		33288
Submitted by:	send-pr@oldach.net
2002-03-30 14:33:20 +00:00
Mikhail Teterin
1d8175b261 Upgrade to 4.1 (release -- released in July). The size
of the  pkg-plist diff  is due  to the  default location
move from /var/spool/fax to /var/spool/hylafax.

Also, allow  package building by  passing -nointeractive
to configure.
2001-10-16 23:51:18 +00:00
Kris Kennaway
21015e3a05 Remove setuid root bit from hfaxd and fix a format string error which was
previously a security vulnerability

Reported by:    Marcin Dawcewicz <miv@IIDEA.PL>
Obtained from:  http://www.hylafax.org
2001-04-17 08:22:46 +00:00
Ade Lovett
e307881cab Fix incorrect use of snprintf() that causes pid of process
trying to lock a serial device in /var/spool/lock to be
incorrectly written into the lock file.

PORTREVISION bumped.

PR:		20141
Submitted by:	Cyrus Rahman <cr@jcmax.com>
2000-09-18 21:58:04 +00:00
Alexander Langer
386679ca9c Remove a bug in faxsetup.sh.
PR:		20051
Submitted by:	 Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2000-07-20 06:44:30 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Alexander Langer
3f08af39e0 Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),
which officially fixes the setuid security exploit by the vendors.

Additionally, from the PR:

*       adds in distribution patches to allow it to interoperate
        with libtiff-3.5.5 (the current version in the ports tree),
        and replace an original FreeBSD patch.

*       includes security patches (replacements of 'strcpy' and
        'sprintf', primarily), mostly based on patches originally
        submitted by Alex Langer [1] for 4.0pl2 and not yet commited,
        although some new work was done too.

[1] I don't think, that these were my patches but those submitted by
John Holland <john@zoner.org> in PR 19180.

*       Fixes some issues with the configure/setup scripts introduced
        since the previous version.

*       Additionally, original FreeBSD patches from 4.0pl2 were
        merged in where they were not addressed by anything else.
        (except the I18N patch, sorry).

I removed the FORBIDDEN line since there are at least no obvious security
concerns left.

PR:		19237
Submitted by:	Andy Sparrow <andy@geek4food.org>
2000-06-27 11:59:36 +00:00
Steve Price
e92b5356c6 Fix a Y2K problem.
PR:		15868
Submitted by:	Gregory Bond <gnb@itga.com.au>
2000-01-24 04:54:44 +00:00
Poul-Henning Kamp
d5b88c7c7a Set the socklen_t thing right for FreeBSD4.0 2000-01-17 09:02:08 +00:00
Steve Price
07a6420c19 Now that we don't expand $Id$ tags anymore, but back the author's tag. 1999-09-17 18:34:36 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Jun-ichiro itojun Hagino
306f120d87 updated to 4.0pl2.
added official mirrors to MASTER_SITES.
1998-04-12 03:10:51 +00:00
Jun-ichiro itojun Hagino
263066dcac fix for new select() behavior in FreeBSD-current.
(change made on 97dec)

comment from Lars follows:
	Included is an updated patch-ab file for hylafax for current that
	fixes the busywait that occurred once the fifo_poll() fix went into
	the kernel in December.

	The symptoms were that faxqetty and faxq would chew up an inordinate
	amount of time waiting for input form their FIFOS. Basically the
	kernel fix was to make select() return a 1 on EOF (in accordance
	with POSIX) and for read() to keep returning 0 on EOF (which is
	the state you are in if you open the fifo for reading in non-blocking
	mode and there are no writers).

Reviewed by:	asami
Submitted by:	Lars Fredriksen <lars@fredriks-1.pr.mcs.net>
1998-02-02 01:25:38 +00:00
Satoshi Asami
e33da5f5f8 Edit out $Id$ line.
Reported by: Dale Mayberry <dale@mars.mat.net> via itojun
1997-12-02 00:20:16 +00:00
Satoshi Asami
78c9b17c9c Upgrade to 4.01. This port requires tiff-3.4.
PR:		3518
Submitted by:	itojun@itojun.org
1997-05-29 06:49:26 +00:00
Peter Wemm
def9ab7a1f Deal with "cc -version" reporting "2.7.2.1" or any other junk that might
end up appended (eg: "2.7.2p" or the like).

Reported by: jhs@freebsd.org (who also suggested a different, larger patch)
1996-10-14 02:36:40 +00:00
Satoshi Asami
61d929cf37 Upgrade one file from the author.
Submitted by:	Lars Fredriksen <lars@mcs.com>
1996-01-13 09:54:53 +00:00
Julian Stacey
5915f2992d Reviewed by: Earlier draft reviewed by Satoshi (Thanks)
A new import based on Sam Leffler's Hylafax V3.0pl0.   Flexfax is now obsolete.

Import includes & applies the base patch Sam posted on the flexfax mail list
(mail list is still called flexfax, though the package is called Hylafax).

Sam declared our ports/comms/flexfax to be obsolete (over a year old).
Sometime after the CD release, I will post a proposal to remove 
ports/comms/flexfax.

I will maintain ports/comms/hylafax as I need fax capability.

Thanks to Asami Satoshi for suggested improvements,
I leave him to `bless' this port by adding the final
        comms/Makefile: SUBDIR += hylafax
Until he does that, any mistakes I may have made shouldnt break any makes :-)

I've undoubtedly screwed something up, somewhere, its a big port (30M inc bins),please test, Oh... and "Share & Enjoy" :-)
---
Julian Stacey  <jhs@freebsd.org>  Tel. +49 89 268616.   Fax Modem: 2608126 
                http://www.regent.e-technik.tu-muenchen.de/people/jhs.html
1995-05-21 22:37:50 +00:00