Commit graph

77 commits

Author SHA1 Message Date
Christian Weisgerber
fc5b5860f4 URL fixes.
PR:		47848, 47853, 47855
Submitted by:	tadalunch@s5.xrea.com
2003-02-05 18:15:57 +00:00
Peter Pentchev
b1cf3329d1 Add a missing continuation slash.
Submitted by:	dcs
Pointy hat to:	kris
2003-01-14 12:49:57 +00:00
Kris Kennaway
a6915f6bb6 Don't change the ownership of system directories. 2003-01-14 04:33:41 +00:00
Kris Kennaway
4b7ca40472 Add missing manpage and file to pkg-plist. 2003-01-14 04:33:10 +00:00
Tilman Keskinoz
d15ea15a74 find -> ${FIND}
xargs-> ${XARGS}

PR:		39971
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-11-18 23:07:37 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Daniel Harris
85c0e05b06 Add some files missing from plist. 2002-10-26 20:12:57 +00:00
Daniel Harris
4dc21aab19 Update to 4.1.5. 2002-10-26 17:11:48 +00:00
Mikhail Teterin
2f1e660510 Fix the conditional post-patch target to look in ${WRKSRC}, rather
than in the hardcoded hylafax-4.1 I goofed, when I implemented this
back then, and the upgrader did not notice, because this is only
invoked, when PREFIX is different from /usr/local

Predicate USE_REINPLACE on PREFIX not being /usr/local too -- there
is no need to demand the new sed otherwise. Set the REINPLACE_ARGS
to -i "". I don't know, why this is not a default...
2002-09-02 21:24:00 +00:00
Greg Lewis
687b913796 . Configure DIR_HTML correctly. Nothing appears to get installed there,
but its location was non-standard and making some people nervous.

PR:		41627
2002-08-15 05:05:26 +00:00
Greg Lewis
5305a255f0 . Remove dependencies on bash, HylaFAX builds and (reportedly) runs
fine with /bin/sh.
. Add a knob (PAGESIZE to correspond to the HylaFAX configure variable)
  so one can choose a paper size other than US Letter.
. Use noninteractive configure when building in BATCH mode.

The PR also suggests adding an option to install hfaxd setuid so it
can be run from inetd.  This seems bogus though as inetd.conf allows
one to specify the user to start the process as.

PR:		31684
2002-08-12 23:16:00 +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
Hye-Shik Chang
873be20ff6 PERL -> REINPLACE_CMD
PR:		39262, 39263, 39264, 39265, 39266, 39267
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-27 13:32:14 +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
5c9c05f1a5 Prepend the bsd.port.pre.mk to the conditional patching
/usr/local -> ${LOCALBASE}. The condition was, naturally
${LOCALBASE} !=  /usr/local, but the value  of LOCALBASE
is not necessarily  known without bsd.port.pre.mk. Sorry
for the breakage.

Submitted by:	Brian Dean, Dan Langille
2001-10-17 15:43:08 +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
b3d1534f4f Revert to 4.1b2; the security hole in the vendor distribution of this
version was already patched in FreeBSD, so there's no reason to make this
port unavailable until it can be upgraded properly.  Since the previous
commits did not leave this port buildable, no PORTEPOCH bump is required
even though the PORTREVISION has gone backwards.

Reminded by:	Roman Shterenzon <roman@xpert.com>
2001-05-08 06:23:59 +00:00
Kris Kennaway
b7ff0a7501 Somehow I botched this upgrade -- I must have been building the previous
version even though I updated PORTVERSION.  Since this was a security
update, mark it BROKEN for now until someone can fix it.
2001-05-07 21:53:47 +00:00
Kris Kennaway
b0874023fe Update to hylafax 4.1b3 2001-05-06 04:24:54 +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
Mario Sergio Fujikawa Ferreira
2275ee0bcf typo clean up police: \s -> \t 2001-02-14 05:43:00 +00:00
Bill Fenner
6429a6a789 Hylafax DISTFILE moved.
Submitted by:	distfile survey
2000-11-07 21:56:09 +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
Steve Price
646999a27c From the submitter:
Currently, the  hylafax port has  a few flaws --  it uses
        the libz and regex libraries  that come with the software
        instead of  the implementations available on  FreeBSD and
        ignores the local CFLAGS settings. It also needlessly (it
        seems) requires  gmake.

PR:		19552
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-07-07 19:09:19 +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
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Michael Haro
eb599ea492 PREFIX -> LOCALBASE
add ending / to WWW
2000-02-24 02:04:18 +00:00
Dirk Froemberg
64981bca23 ports@freebsd.org -> ports@FreeBSD.org 2000-02-13 17:09:11 +00:00
Michael Haro
6ba32b931f fix some pkg/MESSAGE stuff 2000-01-29 20:01:39 +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
Satoshi Asami
23b816f7d0 Change BROKEN to FORBIDDEN, there is a security hole. 2000-01-07 13:07:00 +00:00
Kris Kennaway
f2ca909c1c Mark BROKEN due to buffer overflow yielding setuid uucp
Note that this port currently has no MAINTAINER, so will probably stay
broken until it either gets upgraded or fixed by someone who actually uses
it.

Submitted by:	Brock Tellier <btellier@usa.net>
1999-12-01 19:22:23 +00:00
Jim Mock
8fdd49e569 Attack of the COMMENT police. Fixed a bunch of typos, grammatical
errors and descriptions.

PR:		14031
Submitted by:	chris
1999-10-02 06:56:26 +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
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
d9e430af97 Add a patch so this builds on -current. Porlint.
PR:		11310
Submitted by:	Adrian Wontroba <aw1@stade.co.uk>
1999-05-09 16:28:08 +00:00
Marc G. Fournier
c119344d7a Move WWW_SITE to DESCR 1999-04-14 00:27:13 +00:00
Bill Fumerola
049b253ab2 Proper URLs that reference directories end in '/' 1999-04-08 19:05:48 +00:00
Marc G. Fournier
da2f1b30b8 More Y2K/WWW_SITE links... 1999-03-12 15:52:27 +00:00
Jun-ichiro itojun Hagino
ee53de5e5b drop myself from maintainer.
sorry I don't use it frequently, any more... somebody please grab it.
1999-01-21 11:12:20 +00:00
Satoshi Asami
0a6c60d056 Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
1998-11-25 09:01:25 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00