notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: comms/hylafax/Makefile

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »  

Saturday, 31 Dec 2022
01:11 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 51c097e06436c0ad91486387238a0d2e75d6a284 commit hash: 51c097e06436c0ad91486387238a0d2e75d6a284 commit hash: 51c097e06436c0ad91486387238a0d2e75d6a284 commit hash: 51c097e06436c0ad91486387238a0d2e75d6a284 51c097e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 5 Aug 2022
10:17 Matthias Andree (mandree) search for other commits by this committer
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]
     8  Class1Send.c++:1428:28: warning: result of comparison of constant 35
with expression of type 'bool' is always false
[-Wtautological-constant-out-of-range-compare]
     9  Class1Send.c++:1949:6: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    10  Class1Send.c++:1956:2: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    11  MemoryDecoder.c++:499:2: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    12  MemoryDecoder.c++:523:2: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    13  ModemConfig.c++:479:17: warning: implicit conversion from 'int' to
'char' changes value from 144 to -112 [-Wconstant-conversion]
    14  PCFFont.c++:187:6: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    15  PCFFont.c++:192:6: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    16  PCFFont.c++:217:3: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    17  PCFFont.c++:237:3: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    18  PCFFont.c++:241:2: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    19  faxQueueApp.c++:3128:9: warning: logical not is only applied to the left
hand side of this comparison [-Wlogical-not-parentheses]
    20  faxQueueApp.c++:3251:9: warning: logical not is only applied to the left
hand side of this comparison [-Wlogical-not-parentheses]
    21  faxQCleanApp.c++:310:27: warning: format specifies type 'unsigned int'
but the argument has type 'nlink_t' (aka 'unsigned long') [-Wformat]
    22  tagtest.c++:556:3: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    23  cqtest.c++:582:3: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    24  choptest.c++:146:3: warning: 'delete' applied to a pointer that was
allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
    25  PAM.c++:79:21: warning: variable 'pamret' is used uninitialized whenever
'for' loop exits because its condition is false [-Wsometimes-uninitialized]

Now over to diizzy@ for the tiff update patching.

While here, deprecate this since it appears dead and there is a
maintained fork on sourceforge.net called HylaFAX+. There have been
prior submissions of updates in Bugzilla, but the submitter no longer
pursued the update since he no longer uses HylaFAX+.
commit hash: 4637facd259ac04afa336a80246c14343f1366af commit hash: 4637facd259ac04afa336a80246c14343f1366af commit hash: 4637facd259ac04afa336a80246c14343f1366af commit hash: 4637facd259ac04afa336a80246c14343f1366af 4637fac
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Bruce Cran <bruce@cran.org.uk>
  *  Carl Makin <carl@stagecraft.cx>
  *  Darren <igla@batterybackups.net>
  *  David
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Devon H. O'Dell <devon.odell@coyotepoint.com>
  *  Diane Bruce <db@db.net>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Frank Steinborn <steinex@nognu.de>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Janos.Mohacsi@bsd.hu
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeffrey Baitis <jeff@baitis.net>
  *  Johan Strom <johan@stromnet.se>
  *  Johan Strom <johna@stromnet.se>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julian Stacey <jhs@FreeBSD.org>
  *  Kirill Bezzubets <kirill@solaris.ru>
  *  MITA Yoshio <mita@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Matt Dawson <matt@mattsnetwork.co.uk>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Reifenberger (mike@Reifenberger.com)
  *  Mike Heffner <mikeh@FreeBSD.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicole Reid <root@cooltrainer.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Patrick Gardella <patrick@FreeBSD.org>
  *  Paul Traina <pst@FreeBSD.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Rick Elrod <codeblock@eighthbit.net>
  *  Rodrigo Osorio <rodrigo@FreeBSD.org>
  *  Sebastian Yepes <esn@x123.info>
  *  Staffan Ulfberg <staffanu@multivac.fatburen.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Woodford <scw@netbsd.hut.fi>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunry Chen <sunrychen@gmail.com>
  *  Søren Straarup <xride@x12.dk>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vladimir Grebenschikov
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  db
  *  dirkx@webweaving.org
  *  dom@happygiraffe.net
  *  elbarto@ArcadeBSD.org
  *  hm
  *  jmz
  *  joes@seaport.net
  *  lambert@lambertfam.org
  *  nox@FreeBSD.org
  *  obrien@cs.ucdavis.edu
  *  rkw
  *  shurd
  *  shurd@FreeBSD.org
  *  wlloyd@slap.net
  * //www.tomek.cedro.info)

With hat:	portmgr
commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 258a9884
Monday, 7 Mar 2022
19:07 Rene Ladan (rene) search for other commits by this committer
all: return koobs' ports to the pool after safekeeping his commit bit.
commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 3d89f95
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
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
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Tuesday, 5 Oct 2021
19:11 Bernhard Froehlich (decke) search for other commits by this committer
comms/hylafax: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 983b4f2f4dd98433e12be19ba32c1a9d15699935 commit hash: 983b4f2f4dd98433e12be19ba32c1a9d15699935 commit hash: 983b4f2f4dd98433e12be19ba32c1a9d15699935 commit hash: 983b4f2f4dd98433e12be19ba32c1a9d15699935 983b4f2
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 5 May 2019
02:39 koobs search for other commits by this committer
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
Original commitRevision:500847 
Sunday, 7 Oct 2018
10:29 koobs search for other commits by this committer
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
Original commitRevision:481438 
Saturday, 20 Aug 2016
12:41 koobs search for other commits by this committer
comms/hylafax: Mark Un'BROKEN, Take MAINTAINER'ship

 * Mark Un'BROKEN
 * Take MAINTAINERSHIP

PR:		200922
Requested by:	Dave <dave at ci com au>
Original commitRevision:420508 
Thursday, 18 Aug 2016
20:40 marino search for other commits by this committer
comms/hylafax: Mark broken (runtime failure to receive faxes)

PR:	200922
Original commitRevision:420424 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
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
Original commitRevision:415742 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Thursday, 24 Mar 2016
15:47 tijl search for other commits by this committer
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)
Original commitRevision:411798 
Saturday, 5 Dec 2015
09:43 amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
Original commitRevision:403049 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Saturday, 22 Aug 2015
17:48 hrs search for other commits by this committer
- 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
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
Original commitRevision:395047 
Friday, 31 Jul 2015
15:31 amdmi3 search for other commits by this committer
- Switch to @sample
Original commitRevision:393330 
Thursday, 16 Jul 2015
20:53 kwm search for other commits by this committer
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
Original commitRevision:392322 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 17 Dec 2014
16:13 bapt search for other commits by this committer
Convert to USES=fakeroot
Fix plist
Original commitRevision:374860 
Sunday, 22 Jun 2014
16:46 tijl search for other commits by this committer
Bump PORTREVISION for jbigkit library version bump.

Approved by:	portmgr (implicit)
Original commitRevision:358814 
Sunday, 20 Apr 2014
18:11 dinoex search for other commits by this committer
- drop mainatinership
Original commitRevision:351627 
Friday, 14 Feb 2014
14:33 dinoex search for other commits by this committer
- preserve etc/hosts.hfaxd
PR:		185589
Reported by:	Georg Altmann
Original commitRevision:344211 
Tuesday, 17 Dec 2013
10:39 dinoex search for other commits by this committer
- use STAGEDIR
- use OPTIONS_SUB
- use OPT_*
- remove obsolete pre-extract
Original commitRevision:336710 
Wednesday, 11 Dec 2013
15:10 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Original commitRevision:336176 
Friday, 25 Oct 2013
05:09 dinoex search for other commits by this committer
- fix build with clang
Submitted by:	gahr
Original commitRevision:331555 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Friday, 26 Apr 2013
15:10 bapt search for other commits by this committer
Convert USE_GETTEXT -> USES=gettext

While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
Original commitRevision:316620 
Saturday, 26 Jan 2013
16:06 dinoex search for other commits by this committer
- cleanup header
- strip shlibversion in depedency
Original commitRevision:311023 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
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
Original commit
Wednesday, 20 Jun 2012
19:57 dinoex search for other commits by this committer
- better efaults for FreeBSD 9.x
Submitted by:   Osamu Matsuda
Original commit
Friday, 15 Jun 2012
16:46 dinoex search for other commits by this committer
- use OPTIONS_DEFINE
Original commit
Sunday, 10 Jun 2012
19:57 dinoex search for other commits by this committer
- update to 6.0.6
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 19 Sep 2010
12:04 dinoex search for other commits by this committer
- new option HYLAFAX_SPOOL
Original commit
11:43 dinoex search for other commits by this committer
- update to 6.0.5
Original commit
Thursday, 26 Aug 2010
20:18 dinoex search for other commits by this committer
- fix after tiff update to 4.0.0
PR:             149611
Original commit
Friday, 9 Jul 2010
07:57 dinoex search for other commits by this committer
- pass args to hfaxd
PR:             148343
Obtained from:  http://bugs.hylafax.org/show_bug.cgi?id=916
Feature safe:   yes
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
12:15 dinoex search for other commits by this committer
- fix build with utmpx
Submitted by:   Ed Schouten
Original commit
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 31 Dec 2009
15:43 dinoex search for other commits by this committer
- update to 6.0.4
Original commit
Tuesday, 15 Dec 2009
13:41 dinoex search for other commits by this committer
- add OPTIONS
Submitted by:   bz
Original commit
Thursday, 19 Nov 2009
23:41 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Tuesday, 28 Jul 2009
14:09 dinoex search for other commits by this committer
- force WITHOUT_NLS
PR:             137123
Submitted by:   Helge Oldach
Original commit
Saturday, 18 Jul 2009
11:14 dinoex search for other commits by this committer
- update to 6.0.3
Original commit
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Sunday, 31 May 2009
12:23 dinoex search for other commits by this committer
- update to 6.0.2
- use rcNG startscript
Original commit
Sunday, 13 Jan 2008
15:02 dinoex search for other commits by this committer
- update to 4.4.4
PR:             116105
Submitted by:   Vladimir Korkodinov
Original commit
Tuesday, 11 Dec 2007
20:19 dinoex search for other commits by this committer
- take maintanership
Original commit
Sunday, 28 Oct 2007
08:33 linimon search for other commits by this committer
Reassign to ports@ by maintainer request.

PR:             ports/117592
Original commit
Sunday, 9 Sep 2007
11:38 edwin search for other commits by this committer
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
Original commit
Thursday, 22 Feb 2007
05:48 clsung search for other commits by this committer
- 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)
Original commit
Saturday, 7 Oct 2006
13:37 pav search for other commits by this committer
- Update to 4.3.0

PR:             ports/98222
Submitted by:   <W.J.Zwart@NescioLudens.nl> (maintainer)
Original commit
Tuesday, 30 May 2006
22:24 ehaupt search for other commits by this committer
Pass maintainer-ship to submitter.

PR:             98004
Submitted by:   Willem Jaap Zwart <W.J.Zwart@NescioLudens.nl>
Original commit
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Thursday, 2 Mar 2006
11:50 garga search for other commits by this committer
- Add gawk on BUILD_DEPENDS too

PR:             ports/94001
Submitted by:   edwin
Approved by:    portmgr (erwin)
Original commit
Saturday, 11 Feb 2006
02:34 lawrance search for other commits by this committer
Update to 4.2.5.

PR:             ports/92572
Submitted by:   Pawel Pekala <c0rn@o2.pl>
Original commit
Friday, 10 Feb 2006
01:43 linimon search for other commits by this committer
Reset inactive maintainer (several timeouts).

Hat:            portmgr
Noticed by:     lawrance
Original commit
Thursday, 19 Jan 2006
23:45 kris search for other commits by this committer
BROKEN: Configure fails
Original commit
Thursday, 10 Nov 2005
04:00 lawrance search for other commits by this committer
- 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)
Original commit
Saturday, 8 Oct 2005
08:22 lawrance search for other commits by this committer
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
Original commit
Monday, 1 Aug 2005
16:21 mi search for other commits by this committer
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
Original commit
Friday, 14 Jan 2005
22:28 pav search for other commits by this committer
- 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)
Original commit
Thursday, 21 Oct 2004
21:15 mi search for other commits by this committer
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
Original commit
Friday, 24 Sep 2004
11:44 mi search for other commits by this committer
One of the man-pages (faxinfo.8c) was listed twice in a row...

Approved by:    portmgr (marcus)
Original commit
00:35 mi search for other commits by this committer
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)
Original commit
Saturday, 18 Sep 2004
17:45 kris search for other commits by this committer
BROKEN on 5.x: Configure fails

Approved by:    portmgr (self)
Original commit
Wednesday, 26 May 2004
21:21 pav search for other commits by this committer
- Rework the port a little

PR:             ports/67218
Submitted by:   Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
Original commit
Saturday, 10 Jan 2004
18:26 mharo search for other commits by this committer
update to 4.1.8

PR:             61176
Submitted by:   maintainer
Original commit
Sunday, 21 Dec 2003
00:37 sergei search for other commits by this committer
- 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)
Original commit
Sunday, 28 Sep 2003
22:58 edwin search for other commits by this committer
[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>
Original commit
Wednesday, 3 Sep 2003
22:32 edwin search for other commits by this committer
make port more localbase clean
Original commit
Sunday, 17 Aug 2003
00:25 leeym search for other commits by this committer
fix the "duplicated post-patch" problem.

Noticed by:     kris
Original commit
Saturday, 16 Aug 2003
14:40 leeym search for other commits by this committer
Updates comms/hylafax 4.1.6 to 4.1.7.

PR:             55549
Submitted by:   Paul Everlund <tdv94ped@cs.umu.se>
Original commit
Friday, 4 Jul 2003
13:13 osa search for other commits by this committer
Update to 4.1.6.
Give maintainership to submitter.

Submitted by:   Paul Everlund <tdv94ped@cs.umu.se>
PR:             54070
Approved by:    fjoe (mentor) (implicit)
Original commit
Thursday, 20 Feb 2003
16:57 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 14 Jan 2003
12:49 roam search for other commits by this committer
Add a missing continuation slash.

Submitted by:   dcs
Pointy hat to:  kris
Original commit
04:33 kris search for other commits by this committer
Add missing manpage and file to pkg-plist.
Original commit
Monday, 18 Nov 2002
23:07 arved search for other commits by this committer
find -> ${FIND}
xargs-> ${XARGS}

PR:             39971
Submitted by:   Scott Flatman <sf@dsinw.com>
Original commit
Saturday, 26 Oct 2002
17:11 dannyboy search for other commits by this committer
Update to 4.1.5.
Original commit
Monday, 2 Sep 2002
21:24 mi search for other commits by this committer
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...
Original commit
Thursday, 15 Aug 2002
05:05 glewis search for other commits by this committer
. Configure DIR_HTML correctly.  Nothing appears to get installed there,
  but its location was non-standard and making some people nervous.

PR:             41627
Original commit
Monday, 12 Aug 2002
23:16 glewis search for other commits by this committer
. 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
Original commit
19:03 glewis search for other commits by this committer
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>
Original commit
Thursday, 27 Jun 2002
13:32 perky search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             39262, 39263, 39264, 39265, 39266, 39267
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Saturday, 30 Mar 2002
14:33 dinoex search for other commits by this committer
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
Original commit
Wednesday, 17 Oct 2001
16:43 mi search for other commits by this committer
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.    
Original commit
00:51 mi search for other commits by this committer
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.    
Original commit
Tuesday, 8 May 2001
07:24 kris search for other commits by this committer
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.    
Original commit
Monday, 7 May 2001
22:53 kris search for other commits by this committer
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.    
Original commit
Sunday, 6 May 2001
05:24 kris search for other commits by this committer
Update to hylafax 4.1b3    
Original commit
Tuesday, 17 Apr 2001
09:22 kris search for other commits by this committer
Remove setuid root bit from hfaxd and fix a format string error which was  
previously a security vulnerability    
Original commit
Wednesday, 14 Feb 2001
05:43 lioux search for other commits by this committer
typo clean up police: \s -> \t    
Original commit
Tuesday, 7 Nov 2000
21:56 fenner search for other commits by this committer
Hylafax DISTFILE moved.    
Original commit
Monday, 18 Sep 2000
22:58 ade search for other commits by this committer
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.
   
Original commit

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »