aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
Commit message (Collapse)AuthorAgeFilesLines
* Prepend the bsd.port.pre.mk to the conditional patchingMikhail Teterin2001-10-171-8/+10
| | | | | | | | | | | | /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 Notes: svn path=/head/; revision=48871
* Upgrade to 4.1 (release -- released in July). The sizeMikhail Teterin2001-10-1615-1134/+155
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=48851
* Revert to 4.1b2; the security hole in the vendor distribution of thisKris Kennaway2001-05-082-5/+4
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=42389
* Somehow I botched this upgrade -- I must have been building the previousKris Kennaway2001-05-071-1/+2
| | | | | | | | version even though I updated PORTVERSION. Since this was a security update, mark it BROKEN for now until someone can fix it. Notes: svn path=/head/; revision=42382
* Update to hylafax 4.1b3Kris Kennaway2001-05-062-4/+4
| | | | Notes: svn path=/head/; revision=42308
* Remove setuid root bit from hfaxd and fix a format string error which wasKris Kennaway2001-04-172-1/+23
| | | | | | | | | | previously a security vulnerability Reported by: Marcin Dawcewicz <miv@IIDEA.PL> Obtained from: http://www.hylafax.org Notes: svn path=/head/; revision=41506
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-4/+4
| | | | Notes: svn path=/head/; revision=38323
* Hylafax DISTFILE moved.Bill Fenner2000-11-071-1/+1
| | | | | | | Submitted by: distfile survey Notes: svn path=/head/; revision=34891
* Fix incorrect use of snprintf() that causes pid of processAde Lovett2000-09-182-9/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=32825
* Remove a bug in faxsetup.sh.Alexander Langer2000-07-201-0/+14
| | | | | | | | PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=30912
* From the submitter:Steve Price2000-07-071-3/+7
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=30324
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-3/+17
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),Alexander Langer2000-06-2713-295/+1002
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=29906
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* PREFIX -> LOCALBASEMichael Haro2000-02-242-4/+4
| | | | | | | add ending / to WWW Notes: svn path=/head/; revision=26235
* ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg2000-02-131-1/+1
| | | | Notes: svn path=/head/; revision=25764
* fix some pkg/MESSAGE stuffMichael Haro2000-01-291-1/+1
| | | | Notes: svn path=/head/; revision=25253
* Fix a Y2K problem.Steve Price2000-01-241-0/+13
| | | | | | | | PR: 15868 Submitted by: Gregory Bond <gnb@itga.com.au> Notes: svn path=/head/; revision=25003
* Set the socklen_t thing right for FreeBSD4.0Poul-Henning Kamp2000-01-171-0/+10
| | | | Notes: svn path=/head/; revision=24786
* Change BROKEN to FORBIDDEN, there is a security hole.Satoshi Asami2000-01-071-1/+1
| | | | Notes: svn path=/head/; revision=24501
* Mark BROKEN due to buffer overflow yielding setuid uucpKris Kennaway1999-12-011-0/+2
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=23538
* Attack of the COMMENT police. Fixed a bunch of typos, grammaticalJim Mock1999-10-021-1/+1
| | | | | | | | | | errors and descriptions. PR: 14031 Submitted by: chris Notes: svn path=/head/; revision=22113
* Now that we don't expand $Id$ tags anymore, but back the author's tag.Steve Price1999-09-171-4/+4
| | | | Notes: svn path=/head/; revision=21692
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-072-2/+12
| | | | Notes: svn path=/head/; revision=21367
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Add a patch so this builds on -current. Porlint.Steve Price1999-05-092-5/+13
| | | | | | | | PR: 11310 Submitted by: Adrian Wontroba <aw1@stade.co.uk> Notes: svn path=/head/; revision=18646
* Move WWW_SITE to DESCRMarc G. Fournier1999-04-142-2/+3
| | | | Notes: svn path=/head/; revision=17867
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* More Y2K/WWW_SITE links...Marc G. Fournier1999-03-121-1/+4
| | | | Notes: svn path=/head/; revision=17154
* drop myself from maintainer.Jun-ichiro itojun Hagino1999-01-211-3/+3
| | | | | | | sorry I don't use it frequently, any more... somebody please grab it. Notes: svn path=/head/; revision=16236
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-251-4/+4
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Remove regexp support for libtiff34 as it is now ELF'able.Steve Price1998-09-191-2/+2
| | | | Notes: svn path=/head/; revision=13241
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* Wow. Deleting manpages is a lot faster on bento.Tim Vanderhoek1998-08-171-59/+0
| | | | Notes: svn path=/head/; revision=12571
* Another batch of "Add homepage." for benchmarks through converters.Tim Vanderhoek1998-07-251-0/+2
| | | | Notes: svn path=/head/; revision=12104
* Oops, missed another "shells/bash".Satoshi Asami1998-06-271-2/+2
| | | | | | | Found by: make index Notes: svn path=/head/; revision=11555
* Rename "bash" to "bash1" (the actual port is already repository copied).Satoshi Asami1998-06-251-2/+2
| | | | | | | Requested by: chet@ins.CWRU.Edu Notes: svn path=/head/; revision=11530
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-2/+2
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10525
* updated to 4.0pl2.Jun-ichiro itojun Hagino1998-04-124-20/+10
| | | | | | | added official mirrors to MASTER_SITES. Notes: svn path=/head/; revision=10488
* fix for new select() behavior in FreeBSD-current.Jun-ichiro itojun Hagino1998-02-021-5/+21
| | | | | | | | | | | | | | | | | | | | | | (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> Notes: svn path=/head/; revision=9564
* Edit out $Id$ line.Satoshi Asami1997-12-021-4/+1
| | | | | | | Reported by: Dale Mayberry <dale@mars.mat.net> via itojun Notes: svn path=/head/; revision=8951
* Use new location for tiff34 headers.Thomas Gellekum1997-12-011-10/+2
| | | | Notes: svn path=/head/; revision=8929
* Fix hylafax which I broke with my tiff34 changes earlier today.Thomas Gellekum1997-11-051-1/+2
| | | | Notes: svn path=/head/; revision=8500
* Fix up PLIST.Satoshi Asami1997-05-291-76/+119
| | | | | | | | | | | | | | | (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. Notes: svn path=/head/; revision=6620
* Upgrade to 4.01. This port requires tiff-3.4.Satoshi Asami1997-05-2910-588/+463
| | | | | | | | PR: 3518 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6618
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-171-31/+20
| | | | | | | Added MAINTAINER's to some, switched to new MAN[1-8] Notes: svn path=/head/; revision=4529