non port: comms/hylafax/Makefile |
SVNWeb
|
Number of commits found: 102 (showing only 100 on this page) |
Sat, 31 Dec 2022
|
[ 01:11 Rene Ladan (rene) ] 51c097e (Only the first 10 of 22 ports in this commit are shown above. )
cleanup: Remove expired ports:
2022-09-30 comms/hylafax: dead upstream, someone port hylafax+ from
sourceforge.net instead
2022-12-31 comms/tkhylafax: Depends on expired comms/hylafax
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 5 Aug 2022
|
[ 10:17 Matthias Andree (mandree) ] 4637fac
comms/hylafax: fix binary stripping, deprecate
The existing port/install.sh[.in] script attempts to strip
scripts, which does not work well on all FreeBSD's versions of strip(1).
Patch it out and manually strip the binaries instead.
These 25 warnings seem relevant and warrant investigation (not done):
1 Class2Params.c++:790:22: warning: operator '?:' has lower precedence
than '&'; '&' will be evaluated first [-Wbitwise-conditional-parentheses]
2 .././util/faxstate.c:142:52: warning: field precision should have type
'int', but argument has type 'unsigned long' [-Wformat]
3 Class1.c++:394:25: warning: array subscript is of type 'char'
[-Wchar-subscripts]
4 Class1.c++:403:22: warning: array subscript is of type 'char'
[-Wchar-subscripts]
5 Class1.c++:418:28: warning: array subscript is of type 'char'
[-Wchar-subscripts]
6 Class1Send.c++:565:5: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
7 Class1Send.c++:1428:9: warning: logical not is only applied to the left
hand side of this comparison [-Wlogical-not-parentheses] (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 258a9884 (Only the first 10 of 126 ports in this commit are shown above. )
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above )
|
Mon, 7 Mar 2022
|
[ 19:07 Rene Ladan (rene) ] 3d89f95 (Only the first 10 of 140 ports in this commit are shown above. )
all: return koobs' ports to the pool after safekeeping his commit bit.
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Oct 2021
|
[ 19:11 Bernhard Froehlich (decke) ] 983b4f2
comms/hylafax: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 5 May 2019
|
[ 02:39 koobs ]
comms/hylafax: Update to 6.0.7
- Remove upstreamed [1] patch-libhylafax_FaxRecvInfo.c++
- Pet portlint: section order, deprecated @exec
[1]
http://git.hylafax.org/HylaFAX?a=commit;h=dfc8a6ffe5a6031c6df716186681f92dac0d07cb
Security: 3df5a920-6edc-11e9-a44b-0050562a4d7b
MFH: 2019Q2
|
Sun, 7 Oct 2018
|
[ 10:29 koobs ]
comms/hylafax: Fix build with Clang 6 (and GCC7)
Add patch from upstream HylaFAX+, fixing a Clang 6 (and GCC7) build error:
FaxRecvInfo.c++:115:17: error: comparison between pointer and integer ('const
char *' and 'int')
while (cp+2 != '\0') {
~~~~ ^ ~~~~
[1] http://bugs.hylafax.org/show_bug.cgi?id=971
[2] https://sourceforge.net/p/hylafax/HylaFAX+/2417/
[3] See Also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853448
PR: 225372
Reported by: O. Hartmann <ohartmann walstatt org>
Obtained from: HylaFAX+ [2]
MFH: 2018Q4
|
Sat, 20 Aug 2016
|
[ 12:41 koobs ]
comms/hylafax: Mark Un'BROKEN, Take MAINTAINER'ship
* Mark Un'BROKEN
* Take MAINTAINERSHIP
PR: 200922
Requested by: Dave <dave at ci com au>
|
Thu, 18 Aug 2016
|
[ 20:40 marino ]
comms/hylafax: Mark broken (runtime failure to receive faxes)
PR: 200922
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 24 Mar 2016
|
[ 15:47 tijl ] (Only the first 10 of 95 ports in this commit are shown above. )
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sat, 5 Dec 2015
|
[ 09:43 amdmi3 ]
- Add LICENSE
- Switch to options helpers
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Sat, 22 Aug 2015
|
[ 17:48 hrs ] (Only the first 10 of 354 ports in this commit are shown above. )
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above )
|
Fri, 31 Jul 2015
|
[ 15:31 amdmi3 ]
- Switch to @sample
|
Thu, 16 Jul 2015
|
[ 20:53 kwm ] (Only the first 10 of 89 ports in this commit are shown above. )
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Wed, 17 Dec 2014
|
[ 16:13 bapt ]
Convert to USES=fakeroot
Fix plist
|
Sun, 22 Jun 2014
|
[ 16:46 tijl ] (Only the first 10 of 15 ports in this commit are shown above. )
Bump PORTREVISION for jbigkit library version bump.
Approved by: portmgr (implicit)
|
Sun, 20 Apr 2014
|
[ 18:11 dinoex ]
- drop mainatinership
|
Fri, 14 Feb 2014
|
[ 14:33 dinoex ]
- preserve etc/hosts.hfaxd
PR: 185589
Reported by: Georg Altmann
|
Tue, 17 Dec 2013
|
[ 10:39 dinoex ]
- use STAGEDIR
- use OPTIONS_SUB
- use OPT_*
- remove obsolete pre-extract
|
Wed, 11 Dec 2013
|
[ 15:10 bapt ] (Only the first 10 of 33 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
|
Fri, 25 Oct 2013
|
[ 05:09 dinoex ]
- fix build with clang
Submitted by: gahr
|
Sat, 21 Sep 2013
|
[ 11:06 dinoex ] (Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Fri, 26 Apr 2013
|
[ 15:10 bapt ] (Only the first 10 of 20 ports in this commit are shown above. )
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
|
Sat, 26 Jan 2013
|
[ 16:06 dinoex ] (Only the first 10 of 12 ports in this commit are shown above. )
- cleanup header
- strip shlibversion in depedency
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Wed, 20 Jun 2012
|
[ 19:57 dinoex ]
- better efaults for FreeBSD 9.x
Submitted by: Osamu Matsuda
|
Fri, 15 Jun 2012
|
[ 16:46 dinoex ]
- use OPTIONS_DEFINE
|
Sun, 10 Jun 2012
|
[ 19:57 dinoex ]
- update to 6.0.6
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 19 Sep 2010
|
[ 12:04 dinoex ]
- new option HYLAFAX_SPOOL
|
[ 11:43 dinoex ]
- update to 6.0.5
|
Thu, 26 Aug 2010
|
[ 20:18 dinoex ]
- fix after tiff update to 4.0.0
PR: 149611
|
Fri, 9 Jul 2010
|
[ 07:57 dinoex ]
- pass args to hfaxd
PR: 148343
Obtained from: http://bugs.hylafax.org/show_bug.cgi?id=916
Feature safe: yes
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 12:15 dinoex ]
- fix build with utmpx
Submitted by: Ed Schouten
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 31 Dec 2009
|
[ 15:43 dinoex ]
- update to 6.0.4
|
Tue, 15 Dec 2009
|
[ 13:41 dinoex ]
- add OPTIONS
Submitted by: bz
|
Thu, 19 Nov 2009
|
[ 23:41 pav ] (Only the first 10 of 33 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Tue, 28 Jul 2009
|
[ 14:09 dinoex ]
- force WITHOUT_NLS
PR: 137123
Submitted by: Helge Oldach
|
Sat, 18 Jul 2009
|
[ 11:14 dinoex ]
- update to 6.0.3
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Sun, 31 May 2009
|
[ 12:23 dinoex ]
- update to 6.0.2
- use rcNG startscript
|
Sun, 13 Jan 2008
|
[ 15:02 dinoex ]
- update to 4.4.4
PR: 116105
Submitted by: Vladimir Korkodinov
|
Tue, 11 Dec 2007
|
[ 20:19 dinoex ]
- take maintanership
|
Sun, 28 Oct 2007
|
[ 08:33 linimon ]
Reassign to ports@ by maintainer request.
PR: ports/117592
|
Sun, 9 Sep 2007
|
[ 11:38 edwin ]
comms/hylafax: update to 4.3.3
1. Update to hylafax 4.3.3
2. Enable JBIG send (receive has to wait for an updated graphics/tiff)
3. Add GHOSTSCRIPT dependency
4. Make portlint a little happier
5. Change "cuaa1" to "cuad1" in pkg-message.in (sigh)
6. Add some @dirrmtry lines to pkg-plist
upgrade of the comms/hylafax from 4.3.3 to 4.3.4
This is an patch to upgrade Hylafax 4.3.3 to 4.3.4
PR: ports/111786, ports/112667
Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com>, Willem Jaap
Zwart<W.J.Zwart@NescioLudens.nl>
Approved by: maintainer timeout, maintainer
|
Thu, 22 Feb 2007
|
[ 05:48 clsung ]
- Hylafax has been released in version 4.3.2
- I couldn't find a reason why hylafax needs gawk, made it optional
- Additionally I used NOPORTDOCS instead of WTH_HTMLDOC
PR: ports/109375
Submitted by: maintainer (Harald Schmalzbauer)
|
Sat, 7 Oct 2006
|
[ 13:37 pav ]
- Update to 4.3.0
PR: ports/98222
Submitted by: <W.J.Zwart@NescioLudens.nl> (maintainer)
|
Tue, 30 May 2006
|
[ 22:24 ehaupt ]
Pass maintainer-ship to submitter.
PR: 98004
Submitted by: Willem Jaap Zwart <W.J.Zwart@NescioLudens.nl>
|
Wed, 3 May 2006
|
[ 23:38 edwin ] (Only the first 10 of 88 ports in this commit are shown above. )
remove USE_REINPLACE for all ports with categories starting with C
|
Thu, 2 Mar 2006
|
[ 11:50 garga ]
- Add gawk on BUILD_DEPENDS too
PR: ports/94001
Submitted by: edwin
Approved by: portmgr (erwin)
|
Sat, 11 Feb 2006
|
[ 02:34 lawrance ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 4.2.5.
PR: ports/92572
Submitted by: Pawel Pekala <c0rn@o2.pl>
|
Fri, 10 Feb 2006
|
[ 01:43 linimon ]
Reset inactive maintainer (several timeouts).
Hat: portmgr
Noticed by: lawrance
|
Thu, 19 Jan 2006
|
[ 23:45 kris ]
BROKEN: Configure fails
|
Thu, 10 Nov 2005
|
[ 04:00 lawrance ]
- Use gawk instead of awk. This fixes a problem sending email notifications.
- Bump PORTREVISION.
- Add SHA256.
PR: ports/85369
Submitted by: Phil Kernick <philk@rotfl.com.au>
Approved by: tdv94ped@cs.umu.se (maintainer, timeout 5 weeks)
|
Sat, 8 Oct 2005
|
[ 08:22 lawrance ]
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
|
Mon, 1 Aug 2005
|
[ 16:21 mi ]
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
|
Fri, 14 Jan 2005
|
[ 22:28 pav ] (Only the first 10 of 12 ports in this commit are shown above. )
- 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)
|
Thu, 21 Oct 2004
|
[ 21:15 mi ]
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
|
Fri, 24 Sep 2004
|
[ 11:44 mi ]
One of the man-pages (faxinfo.8c) was listed twice in a row...
Approved by: portmgr (marcus)
|
[ 00:35 mi ]
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)
|
Sat, 18 Sep 2004
|
[ 17:45 kris ]
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
|
Wed, 26 May 2004
|
[ 21:21 pav ]
- Rework the port a little
PR: ports/67218
Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
|
Sat, 10 Jan 2004
|
[ 18:26 mharo ]
update to 4.1.8
PR: 61176
Submitted by: maintainer
|
Sun, 21 Dec 2003
|
[ 00:37 sergei ]
- Restore Date created: and Whom: lines in the port Makefile header
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)
|
Sun, 28 Sep 2003
|
[ 22:58 edwin ]
[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>
|
Wed, 3 Sep 2003
|
[ 22:32 edwin ]
make port more localbase clean
|
Sun, 17 Aug 2003
|
[ 00:25 leeym ]
fix the "duplicated post-patch" problem.
Noticed by: kris
|
Sat, 16 Aug 2003
|
[ 14:40 leeym ]
Updates comms/hylafax 4.1.6 to 4.1.7.
PR: 55549
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
|
Fri, 4 Jul 2003
|
[ 13:13 osa ]
Update to 4.1.6.
Give maintainership to submitter.
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
PR: 54070
Approved by: fjoe (mentor) (implicit)
|
Thu, 20 Feb 2003
|
[ 16:57 knu ] (Only the first 10 of 18 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 14 Jan 2003
|
[ 12:49 roam ]
Add a missing continuation slash.
Submitted by: dcs
Pointy hat to: kris
|
[ 04:33 kris ]
Add missing manpage and file to pkg-plist.
|
Mon, 18 Nov 2002
|
[ 23:07 arved ]
find -> ${FIND}
xargs-> ${XARGS}
PR: 39971
Submitted by: Scott Flatman <sf@dsinw.com>
|
Sat, 26 Oct 2002
|
[ 17:11 dannyboy ]
Update to 4.1.5.
|
Mon, 2 Sep 2002
|
[ 21:24 mi ]
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...
|
Thu, 15 Aug 2002
|
[ 05:05 glewis ]
. Configure DIR_HTML correctly. Nothing appears to get installed there,
but its location was non-standard and making some people nervous.
PR: 41627
|
Mon, 12 Aug 2002
|
[ 23:16 glewis ]
. 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
|
[ 19:03 glewis ]
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>
|
Thu, 27 Jun 2002
|
[ 13:32 perky ]
PERL -> REINPLACE_CMD
PR: 39262, 39263, 39264, 39265, 39266, 39267
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Sat, 30 Mar 2002
|
[ 14:33 dinoex ]
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
|
Wed, 17 Oct 2001
|
[ 16:43 mi ]
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.
|
[ 00:51 mi ] (Only the first 10 of 15 ports in this commit are shown above. )
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.
|
Tue, 8 May 2001
|
[ 07:24 kris ]
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.
|
Mon, 7 May 2001
|
[ 22:53 kris ]
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.
|
Sun, 6 May 2001
|
[ 05:24 kris ]
Update to hylafax 4.1b3
|
Tue, 17 Apr 2001
|
[ 09:22 kris ]
Remove setuid root bit from hfaxd and fix a format string error which was
previously a security vulnerability
|
Wed, 14 Feb 2001
|
[ 05:43 lioux ] (Only the first 10 of 34 ports in this commit are shown above. )
typo clean up police: \s -> \t
|
Tue, 7 Nov 2000
|
[ 21:56 fenner ]
Hylafax DISTFILE moved.
|
Mon, 18 Sep 2000
|
[ 22:58 ade ]
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.
|
Number of commits found: 102 (showing only 100 on this page) |