Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.7_1 31 Dec 2022 01:11:35 |
Rene Ladan (rene) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.7_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
6.0.7_1 09 Aug 2022 22:51:28 |
Daniel Engberg (diizzy) |
comms/hylafax: Prepare for tiff 4.4.0
Update configure script to detect new version
Reported by: antoine |
6.0.7_1 05 Aug 2022 10:17:09 |
Matthias Andree (mandree) |
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 ) |
6.0.7 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
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 ) |
6.0.7 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
6.0.7 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
6.0.7 05 Oct 2021 19:11:48 |
Bernhard Froehlich (decke) |
comms/hylafax: Add CPE information
Approved by: portmgr (blanket) |
6.0.7 25 Apr 2021 17:58:19 |
Antoine Brodin (antoine) |
graphics/tiff: update to 4.3.0 |
6.0.7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.0.7 30 Dec 2020 16:38:45 |
antoine |
Update graphics/tiff to 4.2.0 |
6.0.7 10 Nov 2019 17:06:13 |
antoine |
Allow building with tiff >= 4.1 |
6.0.7 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
6.0.7 05 May 2019 02:39:44 |
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 |
6.0.6_8 07 Oct 2018 10:29:06 |
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 |
6.0.6_7 20 Aug 2016 12:41:56 |
koobs |
comms/hylafax: Mark Un'BROKEN, Take MAINTAINER'ship
* Mark Un'BROKEN
* Take MAINTAINERSHIP
PR: 200922
Requested by: Dave <dave at ci com au> |
6.0.6_6 18 Aug 2016 20:40:41 |
marino |
comms/hylafax: Mark broken (runtime failure to receive faxes)
PR: 200922 |
6.0.6_6 23 May 2016 20:35:01 |
amdmi3 |
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 |
6.0.6_6 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
6.0.6_6 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
6.0.6_6 24 Mar 2016 15:47:50 |
tijl |
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) |
6.0.6_5 05 Dec 2015 09:43:01 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
6.0.6_5 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
6.0.6_5 22 Aug 2015 17:48:36 |
hrs |
- 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 ) |
6.0.6_4 31 Jul 2015 15:31:11 |
amdmi3 |
- Switch to @sample |
6.0.6_3 16 Jul 2015 20:53:29 |
kwm |
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 |
6.0.6_3 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
6.0.6_3 17 Dec 2014 16:13:34 |
bapt |
Convert to USES=fakeroot
Fix plist |
6.0.6_2 05 Jul 2014 15:09:06 |
marino |
comms/hylafax: Add patch for DragonFly support (dports) |
6.0.6_2 22 Jun 2014 16:46:17 |
tijl |
Bump PORTREVISION for jbigkit library version bump.
Approved by: portmgr (implicit) |
6.0.6_1 20 Apr 2014 18:11:41 |
dinoex |
- drop mainatinership |
6.0.6_1 14 Feb 2014 14:33:25 |
dinoex |
- preserve etc/hosts.hfaxd
PR: 185589
Reported by: Georg Altmann |
6.0.6 17 Dec 2013 10:39:34 |
dinoex |
- use STAGEDIR
- use OPTIONS_SUB
- use OPT_*
- remove obsolete pre-extract |
6.0.6 11 Dec 2013 15:10:44 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
6.0.6 25 Oct 2013 05:09:00 |
dinoex |
- fix build with clang
Submitted by: gahr |
6.0.6 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
6.0.6 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
6.0.6 26 Apr 2013 15:10:57 |
bapt |
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng |
6.0.6 26 Jan 2013 16:06:36 |
dinoex |
- cleanup header
- strip shlibversion in depedency |
6.0.6 05 Aug 2012 23:19:40 |
dougb |
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 |
6.0.6 20 Jun 2012 19:57:18 |
dinoex |
- better efaults for FreeBSD 9.x
Submitted by: Osamu Matsuda |
6.0.6 15 Jun 2012 16:46:55 |
dinoex |
- use OPTIONS_DEFINE |
6.0.6 10 Jun 2012 19:57:52 |
dinoex |
- update to 6.0.6 |
6.0.5_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.0.5 14 Jan 2012 14:49:25 |
dinoex |
- escape shell names |
6.0.5 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
6.0.5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
6.0.5 19 Sep 2010 12:04:42 |
dinoex |
- new option HYLAFAX_SPOOL |
6.0.5 19 Sep 2010 11:43:11 |
dinoex |
- update to 6.0.5 |
6.0.4_5 26 Aug 2010 20:18:50 |
dinoex |
- fix after tiff update to 4.0.0
PR: 149611 |
6.0.4_4 26 Aug 2010 20:17:55 |
dinoex |
- fix after tiff update to 4.0.0
PR: 149611 |
6.0.4_4 09 Jul 2010 07:57:34 |
dinoex |
- pass args to hfaxd
PR: 148343
Obtained from: http://bugs.hylafax.org/show_bug.cgi?id=916
Feature safe: yes |
6.0.4_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
6.0.4_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
6.0.4_1 05 Feb 2010 12:15:24 |
dinoex |
- fix build with utmpx
Submitted by: Ed Schouten |
6.0.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
6.0.4 31 Dec 2009 15:43:56 |
dinoex |
- update to 6.0.4 |
6.0.3 15 Dec 2009 13:41:26 |
dinoex |
- add OPTIONS
Submitted by: bz |
6.0.3 19 Nov 2009 23:41:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
6.0.3 16 Sep 2009 08:26:11 |
dinoex |
- fix build with libtiff 3.9
Feature safe: yes |
6.0.3 28 Jul 2009 14:09:37 |
dinoex |
- force WITHOUT_NLS
PR: 137123
Submitted by: Helge Oldach |
6.0.3 18 Jul 2009 11:14:26 |
dinoex |
- update to 6.0.3 |
6.0.2_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
6.0.2 01 Jun 2009 10:34:39 |
dinoex |
- do not modify owner/group of NLS dirs
Reported By: QAT |
6.0.2 31 May 2009 12:23:47 |
dinoex |
- update to 6.0.2
- use rcNG startscript |
4.4.4 19 Apr 2008 00:40:54 |
edwin |
Use @rmtry macro in the pkg-plist. |
4.4.4 18 Jan 2008 13:41:10 |
dinoex |
- fix plist |
4.4.4 13 Jan 2008 15:02:25 |
dinoex |
- update to 4.4.4
PR: 116105
Submitted by: Vladimir Korkodinov |
4.3.4 11 Dec 2007 20:19:41 |
dinoex |
- take maintanership |
4.3.4 28 Oct 2007 08:33:39 |
linimon |
Reassign to ports@ by maintainer request.
PR: ports/117592 |
4.3.4 09 Sep 2007 11:38:35 |
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 |
4.3.2 22 Feb 2007 05:48:47 |
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) |
4.3.0 07 Oct 2006 13:37:40 |
pav |
- Update to 4.3.0
PR: ports/98222
Submitted by: <W.J.Zwart@NescioLudens.nl> (maintainer) |
4.2.5 30 May 2006 22:24:38 |
ehaupt |
Pass maintainer-ship to submitter.
PR: 98004
Submitted by: Willem Jaap Zwart <W.J.Zwart@NescioLudens.nl> |
4.2.5 07 May 2006 12:40:10 |
sem |
- Clean up distinfo for unmaintained ports: remove CVS tags, empty lines etc.
Obtained from: distinfo survey |
4.2.5 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
4.2.5 02 Mar 2006 11:50:04 |
garga |
- Add gawk on BUILD_DEPENDS too
PR: ports/94001
Submitted by: edwin
Approved by: portmgr (erwin) |
4.2.5 11 Feb 2006 02:34:50 |
lawrance |
Update to 4.2.5.
PR: ports/92572
Submitted by: Pawel Pekala <c0rn@o2.pl> |
4.2.1_3 10 Feb 2006 01:43:40 |
linimon |
Reset inactive maintainer (several timeouts).
Hat: portmgr
Noticed by: lawrance |
4.2.1_3 19 Jan 2006 23:45:31 |
kris |
BROKEN: Configure fails |
4.2.1_3 10 Nov 2005 04:00:09 |
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) |
4.2.1_2 08 Oct 2005 08:22:41 |
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 |
4.2.1_1 01 Aug 2005 16:21:23 |
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 |
4.2.1 14 Jan 2005 22:28:10 |
pav |
- 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) |
4.2.0 21 Oct 2004 21:15:31 |
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 |
4.2.0 24 Sep 2004 11:44:13 |
mi |
One of the man-pages (faxinfo.8c) was listed twice in a row...
Approved by: portmgr (marcus) |
4.2.0 24 Sep 2004 00:35:14 |
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) |
4.1.8 18 Sep 2004 17:45:24 |
kris |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self) |
4.1.8 26 May 2004 21:21:37 |
pav |
- Rework the port a little
PR: ports/67218
Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer) |
4.1.8 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
4.1.8 10 Jan 2004 18:26:48 |
mharo |
update to 4.1.8
PR: 61176
Submitted by: maintainer |
4.1.7 21 Dec 2003 00:37:58 |
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) |
4.1.7 28 Sep 2003 22:58:45 |
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> |
4.1.7 03 Sep 2003 22:32:23 |
edwin |
make port more localbase clean |
4.1.7 17 Aug 2003 00:25:20 |
leeym |
fix the "duplicated post-patch" problem.
Noticed by: kris |
4.1.7 16 Aug 2003 14:40:31 |
leeym |
Updates comms/hylafax 4.1.6 to 4.1.7.
PR: 55549
Submitted by: Paul Everlund <tdv94ped@cs.umu.se> |
4.1.6 04 Jul 2003 13:13:50 |
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) |
4.1.5 20 Feb 2003 16:57:39 |
knu |
De-pkg-comment. |