Commit graph

20 commits

Author SHA1 Message Date
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +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
Thomas Gellekum
79fef7002a Use new location for tiff34 headers. 1997-12-01 08:07:14 +00:00
Thomas Gellekum
ae19160dcc Fix hylafax which I broke with my tiff34 changes earlier today. 1997-11-05 15:37:36 +00:00
Satoshi Asami
16358d325d Fix up PLIST.
(1) pkg_* can't handle absolute paths, so use two @cwd's and relative paths
    throughout.

(2) pkg_* can't handle FIFOs, so use mkfifo to create it and rm to delete it.

(3) pkg_* can't handle empty directories, so create them with mkdir.

(4) the @mode/@owner/@group directives don't appear to work so use @exec
    to set all the modes.
1997-05-29 08:13:38 +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
David E. O'Brien
fe5b7da774 CAT_E_GORIES+= -> CAT_E_GORIES=
Added MAINTAINER's to some, switched to new MAN[1-8]
1996-11-17 03:01:21 +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
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
54bfe2c902 Remove ${KEYWORDS}. 1996-03-06 08:20:19 +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
Paul Traina
540c9950ea Update to 3.0pl1
Approved by:	asami and jhs
1995-10-27 22:05:16 +00:00
Satoshi Asami
2866850a16 RUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash.
Submitted by:	jhs
1995-10-10 07:21:00 +00:00
Satoshi Asami
85b31fd079 Take out ghostview from EXEC_DEPENDS, it's not called from hylafax
directly.

Submitted by:	jhs
1995-08-20 07:22:18 +00:00
Satoshi Asami
24cd31094c Make one-line comment actually fit in one line. PLIST is mostly the one
Submitted by: "Lars Fredriksen" <fredriks@mcs.com>
1995-05-30 10:09:33 +00:00
Satoshi Asami
7b50ee8a9b (1) Take out definition of ${INSTALL}. Add a do-configure rule that
does not define INSTALL, so that the one in the source will be
    honored.
(2) Change comments about "mv patch-ab patch-ab.mv", that won't work.
    It should be "rm patch-ab".
(3) EXEC_DEPENDS now have ghostview, gs and bash.
(4) Compress manpages.
(5) Remove post-clean target, there is no such thing!  ("make clean"
    will delete the whole work/ subdirectory anyway.)
1995-05-30 10:07:34 +00:00
Satoshi Asami
3b82a2684e Reduce the brokenness of this port a little by adding
"EXTRACT_SUFX=-tar.gz" and taking out all the echo's in pre-fetch
that complains how it doesn't work.  Reorder some variables, take
out the numerous KEYWORD lines, etc.

This port is still broken rather badly.  For starters, there are 17
chunks of failing patches.
1995-05-22 01:32:03 +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