| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=532707
|
|
|
|
| |
Notes:
svn path=/head/; revision=531551
|
|
|
|
|
|
|
| |
- Update gnucash-docs to 3.9
Notes:
svn path=/head/; revision=529881
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Notes:
svn path=/head/; revision=528343
|
|
|
|
|
|
|
| |
- Update gnucash-docs to 3.8
Notes:
svn path=/head/; revision=521673
|
|
|
|
|
|
|
|
|
| |
Avoid micromanaging installed files to simplify maintenance.
Already done upstream since 1.8.0. Other distributions (e.g.,
Arch, PkgSrc) have followed.
Notes:
svn path=/head/; revision=520417
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
Notes:
svn path=/head/; revision=519824
|
|
|
|
|
|
|
|
| |
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Notes:
svn path=/head/; revision=516803
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430
Notes:
svn path=/head/; revision=513801
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Notes:
svn path=/head/; revision=513733
|
|
|
|
| |
Notes:
svn path=/head/; revision=511752
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
Notes:
svn path=/head/; revision=509290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
- Update gnucash-docs to 3.6
Notes:
svn path=/head/; revision=505667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
Notes:
svn path=/head/; revision=505200
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
Notes:
svn path=/head/; revision=498698
|
|
|
|
| |
Notes:
svn path=/head/; revision=497477
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
Notes:
svn path=/head/; revision=496981
|
|
|
|
|
|
|
|
|
| |
- Update gnucash-docs to 3.4
- Change variables order to silence portlint warnings
- add USES=gnome
Notes:
svn path=/head/; revision=488771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
Notes:
svn path=/head/; revision=487266
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Notes:
svn path=/head/; revision=482830
|
|
|
|
|
|
|
|
|
| |
- Update gnucash-docs to 3.3
- Adapt gnucash-docs MASTER_SITES to new upstream distribution layout
- Remove old unnecessary patch from gnucash port
Notes:
svn path=/head/; revision=481104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704
Notes:
svn path=/head/; revision=478604
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
Notes:
svn path=/head/; revision=476723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
|
| |
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16189
Notes:
svn path=/head/; revision=474252
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=473551
|
|
|
|
| |
Notes:
svn path=/head/; revision=473330
|
|
|
|
|
|
|
|
| |
PR: 228597
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=471254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=469967
|
|
|
|
| |
Notes:
svn path=/head/; revision=467881
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=466721
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=466512
|
|
|
|
| |
Notes:
svn path=/head/; revision=464998
|
|
|
|
|
|
|
|
|
|
| |
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=464068
|
|
|
|
|
|
|
| |
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=458427
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=458165
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing dependencies reported by stage-qa
FALVORS was added in a previous commit approved in revision D13478 [1]
Approved by: portmgr (mat) [1]
Notes:
svn path=/head/; revision=456617
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=456410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=450812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
| |
daylight global variable as implemented in glibc.
Obtained from: https://github.com/Gnucash/gnucash/pull/116
Notes:
svn path=/head/; revision=446961
|
|
|
|
|
|
|
|
| |
- Update finance/gnucash-docs to 2.6.17
- Fully convert to option/target helpers and USES localbase
Notes:
svn path=/head/; revision=445055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=437439
|
|
|
|
| |
Notes:
svn path=/head/; revision=437061
|
|
|
|
|
|
|
|
| |
- Update finance/gnucash-docs to 2.6.15
- Regenerated gnucash paatches
Notes:
svn path=/head/; revision=429330
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION on dependent ports as there is a share library version
increase
Notes:
svn path=/head/; revision=424016
|