aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
Commit message (Collapse)AuthorAgeFilesLines
* Allow building with tiff >= 4.1Antoine Brodin2019-11-101-17/+23
| | | | Notes: svn path=/head/; revision=517219
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508834
* comms/hylafax: Update to 6.0.7Kubilay Kocak2019-05-054-26/+17
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=500847
* comms/hylafax: Fix build with Clang 6 (and GCC7)Kubilay Kocak2018-10-072-1/+17
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=481438
* comms/hylafax: Mark Un'BROKEN, Take MAINTAINER'shipKubilay Kocak2016-08-201-4/+2
| | | | | | | | | | | * Mark Un'BROKEN * Take MAINTAINERSHIP PR: 200922 Requested by: Dave <dave at ci com au> Notes: svn path=/head/; revision=420508
* comms/hylafax: Mark broken (runtime failure to receive faxes)John Marino2016-08-181-0/+2
| | | | | | | PR: 200922 Notes: svn path=/head/; revision=420424
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=411798
* - Add LICENSEDmitry Marakasov2015-12-051-1/+4
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=403049
* Drop 8 support.Mathieu Arnold2015-10-151-5/+2
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=395047
* - Switch to @sampleDmitry Marakasov2015-07-312-17/+9
| | | | Notes: svn path=/head/; revision=393330
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=392322
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Convert to USES=fakerootBaptiste Daroussin2014-12-172-407/+363
| | | | | | | Fix plist Notes: svn path=/head/; revision=374860
* comms/hylafax: Add patch for DragonFly support (dports)John Marino2014-07-051-0/+11
| | | | Notes: svn path=/head/; revision=360759
* Bump PORTREVISION for jbigkit library version bump.Tijl Coosemans2014-06-221-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358814
* - drop mainatinershipDirk Meyer2014-04-201-1/+1
| | | | Notes: svn path=/head/; revision=351627
* - preserve etc/hosts.hfaxdDirk Meyer2014-02-142-2/+6
| | | | | | | | PR: 185589 Reported by: Georg Altmann Notes: svn path=/head/; revision=344211
* - use STAGEDIRDirk Meyer2013-12-172-77/+102
| | | | | | | | | - use OPTIONS_SUB - use OPT_* - remove obsolete pre-extract Notes: svn path=/head/; revision=336710
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* - fix build with clangDirk Meyer2013-10-252-10/+56
| | | | | | | Submitted by: gahr Notes: svn path=/head/; revision=331555
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Convert USE_GETTEXT -> USES=gettextBaptiste Daroussin2013-04-261-6/+6
| | | | | | | | | | While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng Notes: svn path=/head/; revision=316620
* - cleanup headerDirk Meyer2013-01-261-6/+2
| | | | | | | - strip shlibversion in depedency Notes: svn path=/head/; revision=311023
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-6/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - better efaults for FreeBSD 9.xDirk Meyer2012-06-201-1/+1
| | | | | | | Submitted by: Osamu Matsuda Notes: svn path=/head/; revision=299699
* - use OPTIONS_DEFINEDirk Meyer2012-06-151-6/+7
| | | | Notes: svn path=/head/; revision=299364
* - update to 6.0.6Dirk Meyer2012-06-103-18/+18
| | | | Notes: svn path=/head/; revision=298976
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - new option HYLAFAX_SPOOLDirk Meyer2010-09-192-395/+402
| | | | Notes: svn path=/head/; revision=261429
* - update to 6.0.5Dirk Meyer2010-09-192-5/+4
| | | | Notes: svn path=/head/; revision=261427
* - fix after tiff update to 4.0.0Dirk Meyer2010-08-263-6/+116
| | | | | | | PR: 149611 Notes: svn path=/head/; revision=260033
* - pass args to hfaxdDirk Meyer2010-07-092-1/+25
| | | | | | | | | PR: 148343 Obtained from: http://bugs.hylafax.org/show_bug.cgi?id=916 Feature safe: yes Notes: svn path=/head/; revision=257548
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - fix build with utmpxDirk Meyer2010-02-052-0/+35
| | | | | | | Submitted by: Ed Schouten Notes: svn path=/head/; revision=249288
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - update to 6.0.4Dirk Meyer2009-12-314-41/+34
| | | | Notes: svn path=/head/; revision=246940
* - add OPTIONSDirk Meyer2009-12-151-0/+4
| | | | | | | Submitted by: bz Notes: svn path=/head/; revision=245883
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244490
* - fix build with libtiff 3.9Dirk Meyer2009-09-161-3/+12
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241504
* - force WITHOUT_NLSDirk Meyer2009-07-281-0/+1
| | | | | | | | PR: 137123 Submitted by: Helge Oldach Notes: svn path=/head/; revision=238515
* - update to 6.0.3Dirk Meyer2009-07-182-5/+4
| | | | Notes: svn path=/head/; revision=238019