aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.2.1Pav Lucistnik2005-01-1411-355/+89
| | | | | | | | | | | | - Rework rc script - Handle nicely configuration files - Use SUB_FILES PR: ports/76179 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer) Notes: svn path=/head/; revision=126467
* Fix breakage caused by the recent upgrade of graphics/libtiff -- HylaFax'sMikhail Teterin2004-10-212-3/+21
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=119929
* One of the man-pages (faxinfo.8c) was listed twice in a row...Mikhail Teterin2004-09-241-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118373
* Commit maintainer's update to 4.2.0 from 4.1.8, unbreak -current.Mikhail Teterin2004-09-244-26/+270
| | | | | | | | | PR: ports/71521 Submitted by: Paul Everlund (maintainer) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118363
* BROKEN on 5.x: Configure failsKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118242
* - Rework the port a littlePav Lucistnik2004-05-268-214/+435
| | | | | | | | PR: ports/67218 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer) Notes: svn path=/head/; revision=110088
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* update to 4.1.8Michael Haro2004-01-102-2/+2
| | | | | | | | PR: 61176 Submitted by: maintainer Notes: svn path=/head/; revision=97881
* - Restore Date created: and Whom: lines in the port Makefile headerSergei Kolobov2003-12-211-2/+2
| | | | | | | | | | | to their historical values as in r1.1. Once the port is added, these lines should not change. (This commit fixes the last reference to ports@FreeBSD.org in ports' Makefiles that does not use the canonical capitalization form) Notes: svn path=/head/; revision=96285
* [Port fix] comms/hylafax 4.1.7 (bin/faxrcvd)Edwin Groothuis2003-09-282-1/+14
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=89727
* make port more localbase cleanEdwin Groothuis2003-09-031-2/+3
| | | | Notes: svn path=/head/; revision=88460
* fix the "duplicated post-patch" problem.Yen-Ming Lee2003-08-171-12/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=87094
* Updates comms/hylafax 4.1.6 to 4.1.7.Yen-Ming Lee2003-08-163-4/+9
| | | | | | | | PR: 55549 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> Notes: svn path=/head/; revision=87060
* Update to 4.1.6.Sergey A. Osokin2003-07-043-12/+18
| | | | | | | | | | | Give maintainership to submitter. Submitted by: Paul Everlund <tdv94ped@cs.umu.se> PR: 54070 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84202
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* URL fixes.Christian Weisgerber2003-02-051-3/+1
| | | | | | | | PR: 47848, 47853, 47855 Submitted by: tadalunch@s5.xrea.com Notes: svn path=/head/; revision=74893
* Add a missing continuation slash.Peter Pentchev2003-01-141-1/+1
| | | | | | | | Submitted by: dcs Pointy hat to: kris Notes: svn path=/head/; revision=73125
* Don't change the ownership of system directories.Kris Kennaway2003-01-141-0/+14
| | | | Notes: svn path=/head/; revision=73086
* Add missing manpage and file to pkg-plist.Kris Kennaway2003-01-142-4/+5
| | | | Notes: svn path=/head/; revision=73085
* find -> ${FIND}Tilman Keskinoz2002-11-181-2/+2
| | | | | | | | | | xargs-> ${XARGS} PR: 39971 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=70436
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add some files missing from plist.Daniel Harris2002-10-261-0/+4
| | | | Notes: svn path=/head/; revision=68890
* Update to 4.1.5.Daniel Harris2002-10-262-2/+2
| | | | Notes: svn path=/head/; revision=68880
* Fix the conditional post-patch target to look in ${WRKSRC}, ratherMikhail Teterin2002-09-021-3/+4
| | | | | | | | | | | | | 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... Notes: svn path=/head/; revision=65514
* . Configure DIR_HTML correctly. Nothing appears to get installed there,Greg Lewis2002-08-151-1/+2
| | | | | | | | | but its location was non-standard and making some people nervous. PR: 41627 Notes: svn path=/head/; revision=64522
* . Remove dependencies on bash, HylaFAX builds and (reportedly) runsGreg Lewis2002-08-121-4/+6
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=64457
* Upgrade to 4.1.3.Greg Lewis2002-08-124-12/+16
| | | | | | | | | | 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> Notes: svn path=/head/; revision=64438
* PERL -> REINPLACE_CMDHye-Shik Chang2002-06-271-1/+2
| | | | | | | | PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62101
* Don't check for ioctl prototype; we know it's there.Bill Fenner2002-04-091-0/+20
| | | | Notes: svn path=/head/; revision=57479
* After removal of a separate "fax" uid and migration to "uucp",Dirk Meyer2002-03-302-0/+12
| | | | | | | | | | | faxcron.sh is missing an update, as it still refers to the obsolete "fax" uid. PR: 33288 Submitted by: send-pr@oldach.net Notes: svn path=/head/; revision=56956
* 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