Commit graph

242 commits

Author SHA1 Message Date
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Guido Falsi
511968d8eb Update gnucash and gnucash-docs to 3.2 2018-06-25 17:44:13 +00:00
Carlos J. Puga Medina
53af4526a2 Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR:		228597
Approved by:	portmgr (antoine)
2018-06-01 10:16:41 +00:00
Guido Falsi
fa1749b609 - Update finance/gnucash to 3.1
- Remove portscout limitation
- Add TEST option, disabled by default
- Remove upstreamed patch
- Update WWW link in pkg-descr
- Update finance/gnucash-docs to 3.1

Version 3.x brings various changes:
- Based on gtk3
- Using webkit2
- Using cmake to build
- Dropped support for guile1

For a full changelog visit https://gnucash.org/news.phtml
2018-05-14 21:01:51 +00:00
Guido Falsi
34effb69bf Update gnucash to 2.6.21 2018-04-21 11:38:28 +00:00
Guido Falsi
16fff94447 - Add NLS option
- Add missed dependency reported by stage-qa
- Enable AQBANKING and OFX options by default [1]
- Sort options and option helpers

Requested by:	David Newman <dnewman@networktest.com> [1]
2018-04-07 12:27:42 +00:00
Guido Falsi
af07aa6cf5 - Update gnucash to 2.6.20
- Update gnucash-docs to 2.6.20
- Add a patch file creating some required files missing from the distribution
  The files come from the official github repository.
2018-04-05 00:00:56 +00:00
Guido Falsi
2add7bed25 Limit portscout reporting to stable versions. 2018-03-19 08:46:08 +00:00
Carlos J. Puga Medina
1b01573f84 Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR:		225560
Submitted by:	Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by:	cpm
Approved by:	portmgr (antoine)
2018-03-10 11:22:59 +00:00
Carlos J. Puga Medina
5d46c38bbc Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by:	portmgr (antoine)
2018-01-08 15:20:57 +00:00
Guido Falsi
2e3c22209d Fix conditional in flavoring.
I missed this change when I committed the approved review.

Reviewed by:		portmgr (mat)
Approved by:		portmgr (mat)
MFH:			2018Q1
Differential Revision:	https://reviews.freebsd.org/D13478
2018-01-05 19:20:35 +00:00
Guido Falsi
4e82dc1b11 - Update gnucash and gnucash-docs to 2.6.19
- Add missing dependencies reported by stage-qa

FALVORS was added in a previous commit approved in revision D13478 [1]

Approved by:	portmgr (mat) [1]
2017-12-18 11:21:40 +00:00
Guido Falsi
82b8c66259 - Convert GUILE1 and GUILE2 options to flavors in the gnucash port
- Make the guile2 flavor the new default. Users requiring guile1
  can use that flavor
- Add note in UPDATING, since the default is changing

Reviewed by:	mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13478
2017-12-15 17:19:56 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Guido Falsi
97533bf3eb - Update finance/gnucash to 2.6.18
- Update finance/gnucash-docs to 2.6.18
- Silence portlint warning about variable ordering
- Regenerate some patches

The gnucash distfile was regenerated after initial release due to
missing files, and has a non conforming filename, so the port adds
variables to correctly handle this.
2017-09-28 10:20:26 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Guido Falsi
83c10ee61d Apply patch submitted upstream to better emulate the USG UNIX
daylight global variable as implemented in glibc.

Obtained from:	https://github.com/Gnucash/gnucash/pull/116
2017-07-31 15:07:02 +00:00
Guido Falsi
7dcd554593 - Update finance/gnucash to 2.6.17
- Update finance/gnucash-docs to 2.6.17
- Fully convert to option/target helpers and USES localbase
2017-07-05 08:07:32 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Guido Falsi
8d3e05ace3 Update gnucash and gnucash-docs to 2.6.16 2017-03-27 16:59:23 +00:00
Guido Falsi
e5006e261c - Update finance/gnucash to 2.6.15
- Update finance/gnucash-docs to 2.6.15
- Regenerated gnucash paatches
2016-12-24 12:19:11 +00:00
Jason E. Hale
a98562c41b Update finance/aqbanking to 5.6.12
Bump PORTREVISION on dependent ports as there is a share library version
increase
2016-10-15 12:34:39 +00:00
Jason E. Hale
52eab7776d - Update to finance/libofx to 0.9.11
- Remake/rename patches
- Bump PORTREVISION on dependent ports as the shared library version
  has increased
2016-10-15 12:03:57 +00:00
Guido Falsi
7d76c53edd - Update gnucash to 2.6.14
- Add missing dependencies spotted by poudriere (stage-qa)
- Convert to USES=localbase
2016-09-19 21:17:38 +00:00
Guido Falsi
2f4f07b1e4 Update to 2.6.13. 2016-06-29 12:39:51 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Guido Falsi
2b1f4e1f60 - Update gnucash to 2.6.12
- Update gnucash-docs to 2.6.12
2016-03-30 15:50:15 +00:00
Koop Mast
71a6745a56 Hand gnucash over to madpilot@ who has been updating it for a while now. 2016-01-15 13:22:07 +00:00
Guido Falsi
e6f36099ba Update to 2.6.11
Approved by:	kwm (gnome, implicit)
2016-01-14 11:22:01 +00:00
Guido Falsi
7b9b2e6b61 - Update finance/gnucash to 2.6.10
- Update finance/gnucash-docs to 2.6.10

Approved by:	kwm (gnome, implicit)
2015-12-23 11:29:22 +00:00
Guido Falsi
03b2deaf05 Update to 2.6.9
Approved by:	kwm (gnome, implicit)
2015-10-08 11:28:29 +00:00
Guido Falsi
5513b0c05e - Update gnucash and gnucash-docs to 2.6.8
- Add NO_ARCH to gnucash-docs

Approved by:		kwm (gnome, implicit)
2015-09-30 10:20:48 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Guido Falsi
6a1a4094e1 - Update gnucash and gnucash-docs to 2.6.7
Approved by:	kwm (gnome, implicit)
2015-06-30 20:13:51 +00:00
Don Lewis
566131de7c Unbreak finance/gnucash build with GUILE2 option.
Removal of the /usr/bin/perl symlink exposed a perl script used by
the build that needs shebangfix.

PR:		200251
Approved by:	mat (mentor, implicit)
2015-05-20 21:56:42 +00:00
Guido Falsi
b81092f1d2 - Update to 2.6.6
- Fix build when GUILE2 option is enabled
- Rework compiler:c++11-lib definition to fix build problems

PR:		196704 [2], 197189 [1]
Submitted by:   Lawrence Chen <beastie@tardisi.com> [2]
Submitted by:   Don Lewis <truckman@FreeBSD.org> [1]
Approved by:    kwm (gnome, implicit)
2015-04-10 19:30:14 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Koop Mast
32bf002eb2 Fix the build on 9.x and 8.x after the update of webkit-gtk2. 2014-12-30 20:28:43 +00:00
Guido Falsi
e63924267f Update to 2.6.5
Approved by:	kwm (gnome, implicit)
2014-12-22 08:18:25 +00:00
Guido Falsi
16f2776819 - Fix gnucash configure script to accept guile 1.8
- Add options to gnucash port to choose which guile version to use
- Remove superceded UPDATING entry

Approved by:	kwm (gnome, implicit)
2014-10-05 13:32:37 +00:00
Guido Falsi
0c13b687d4 - Update gnucash and gnucash-docs to 2.6.4
- Remove dirrms from plist
- Consistently use DATADIR in gnucash plist

Approved by:	kwm (gnome, implicit)
2014-09-30 09:09:45 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Guido Falsi
43edc2db35 Chase lang/guile shlib bump.
Approved by:	kwm (gnome, implicit)
2014-08-31 17:26:45 +00:00
Dmitry Marakasov
f09d798832 - Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-26 02:09:46 +00:00
Dmitry Marakasov
4697b7a0c0 - Switch finance/ktoblzcheck to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-31 12:36:52 +00:00
Adam Weinberger
bdeb856151 Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. 2014-07-15 23:30:05 +00:00
Dmitry Marakasov
1ab70d139a - Switch devel/gwenhywfar* to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-24 11:46:44 +00:00
Guido Falsi
234fc3d4ec - Update gnucash and gnucash-docs to 2.6.3
- Add USES=libtool to gnucash

PR:		ports/189630
Submitted by:	me
Approved by:	kwm (gnome)
2014-05-12 08:52:39 +00:00