aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix up net-im/nheko depends.Adriaan de Groot2019-04-161-3/+6
| | | | | | | | | | - While it looked like everything was being static-linked, so that cmark, libsodium and olm could be build-dep, they're linked in. Then "pkg install" pulls them in, but "pkg autoremove" gets rid of them again, leading to an unusable nheko. Fix the deps. Notes: svn path=/head/; revision=499079
* textproc/ripgrep: Update to 11.0.0Tobias Kortkamp2019-04-163-239/+172
| | | | | | | | | Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.0 PR: 237306 Approved by: maintainer Notes: svn path=/head/; revision=499078
* Fix configure still detecting ghostscript if installed and URWFONTS disabledBaptiste Daroussin2019-04-162-81/+81
| | | | | | | | | Fix plist when URWFONTS is disabled Reported by: Zeus Panchenko <zeus@ibs.dn.ua> Notes: svn path=/head/; revision=499077
* sysutils/bfs: Update to 1.4Tobias Kortkamp2019-04-162-4/+4
| | | | | | | Changes: https://github.com/tavianator/bfs/blob/1.4/RELEASES.md#14 Notes: svn path=/head/; revision=499076
* Add a new option URWFONTSBaptiste Daroussin2019-04-161-5/+10
| | | | | | | | | | | | | | This options allows to disable at build time dependency on gsfonts and ghostcript, to reduce the number of dependency for minimal setup. Note that ghostscript and gsfonts are only needed at build time otherwise (mark ghostscritp as such in any case now) and they are needed for some usage of gropdf. Reported by: Zeus Panchenko <zeus@ibs.dn.ua> Notes: svn path=/head/; revision=499075
* multimedia/kodi-devel: Update to 18.2rc1Tobias Kortkamp2019-04-162-6/+5
| | | | | | | Changes: https://github.com/xbmc/xbmc/milestone/123?closed=1 Notes: svn path=/head/; revision=499074
* textproc/py-elasticsearch5: Remove pinned urllib3 versionKubilay Kocak2019-04-163-6/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elasticsearch5 (this port) unnecessarily pins its urllib dependency to < 1.23, which blocks updating urllib3 to 1.24 [1]: ./textproc/py-elasticsearch5: setup.py: 'urllib3<1.23,>=1.21.1', The package had a history of issues/conflicts/bugs with the urllib3 dependency, ultimately resulting in the maximum version pin being removed [2]: https://github.com/elastic/elasticsearch-py/issues/807 https://github.com/elastic/elasticsearch-py/issues/667 https://github.com/elastic/elasticsearch-py/issues/634 This commit backports that change, a functional noop and sweeping change in advance required for a urllib3 update, and adds TEST_DEPENDS and a test target to support rigorous and confident QA. Switching to GitHub sources was required as the PyPI sdist does not package tests. The packages tests all pass with/against urllib3 1.24 installed, with an intermittent and non-deterministic off-by-one failure in one test: FAIL: test_all_chunks_sent (test_elasticsearch.test_helpers.TestParallelBulk) The issue exists independent of urllib3 version. The flaky test issue was reported upstream [3], but was not resolved. [2] https://github.com/elastic/elasticsearch-py/commit/4352e56174b77560d2f86801cb1ad32440bb2d32 [3] https://github.com/elastic/elasticsearch-py/issues/701 PR: 229322 [1] Approved by: portmgr (blanket: framework compliance, runtime bugfix) Notes: svn path=/head/; revision=499073
* - Do not suppress -Wall from default CFLAGS, it is always good to see if theAlexey Dokuchaev2019-04-162-1/+5
| | | | | | | | | | | | | | code needs some attention, and move macro definition behind other flags - Fix the build against the LLD linker on i386 when using optimized assembly routines by allowing relocations in read-only segments (normally, Quake II builds its shared libraries with -fPIC and they link fine except these few files written in assembly) PR: 234866 Submitted by: emaste Notes: svn path=/head/; revision=499072
* - Update to 2.173Li-Wen Hsu2019-04-162-4/+4
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=499071
* Deprecate audio/openalTobias Kortkamp2019-04-161-0/+3
| | | | | | | | | | | The OpenAL Sample Implementation has been abandonded upstream a while ago. audio/openal-soft is a compatible and maintained replacement. PR: 236971 Notes: svn path=/head/; revision=499070
* lang/rust-nightly: update to 1.35.0.20190416Jan Beich2019-04-162-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/e4c66afba5d6...2975a3c4befa Notes: svn path=/head/; revision=499067
* multimedia/rav1e: update to s20190415Jan Beich2019-04-162-11/+11
| | | | | | | Changes: https://github.com/xiph/rav1e/compare/bda810b...47e268f Notes: svn path=/head/; revision=499066
* devel/android-tools-simpleperf: chase homepageJan Beich2019-04-161-1/+1
| | | | Notes: svn path=/head/; revision=499065
* multimedia/aom: update to 1.0.0.1611Jan Beich2019-04-162-5/+5
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/64a2ffb72..b59712ce5 Notes: svn path=/head/; revision=499064
* emulators/citra: update to s20190415Jan Beich2019-04-162-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/4a206237b...bbc8fd716 Notes: svn path=/head/; revision=499063
* emulators/rpcs3: update to 0.0.6.7981Jan Beich2019-04-162-8/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/df3b46a61...f99577114 Notes: svn path=/head/; revision=499062
* GCC has two runtime libraries: The static library libgcc.a (-lgcc) andGerald Pfeifer2019-04-152-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the shared library libgcc_s.so (-lgcc_s). Both implement many of the same functions but they also each have their unique functions. When GCC links programs and libraries there are three possibilities: 1. gcc -static-libgcc or gcc -static: -lgcc => Just use libgcc.a. 2. gcc -shared-libgcc: -lgcc_s -lgcc => Link with libgcc_s first, so libgcc.a is only used for its unique functions. 3. gcc: -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed => Link with libgcc.a first so libgcc_s is only used for its unique functions (_Unwind_* functions). Approach 3 is the default for gcc and it's also what clang and clang++ use; approach 2 is the default for gfortran, g++ and probably other front ends. This patch makes 3 the default for gfortran. It significantly reduces the use of libgcc_s. The _Unwind_* functions are also available in the old base system libgcc_s which means this reduces the need for -rpath /usr/local/lib/gccN in ports that depend on libraries built with gfortran. Consider a dependency tree like this: prog -> libA -> libgcc_s (old base system libgcc_s is fine) -> libB -> libgcc_s (libB built with gfortran, needs new libgcc_s) Here prog needs to be linked with -rpath /usr/local/lib/gccN even if it's a normal C program compiled with clang. Without -rpath it will fail to start because it loads old libgcc_s first as a dependency of libA and then it fails to load libB. With this patch libB works with old base system libgcc_s or may not need libgcc_s at all, so prog does not need to be linked with -rpath. PR: 208120 Submitted by: tijl MFH: 2019Q2 (important user visible improvement) Notes: svn path=/head/; revision=499061
* New port: net/frr7 (7.0)Olivier Cochard2019-04-1514-4/+522
| | | | | | | | PR: 236508 Reported by: pautina@kharkiv.net Notes: svn path=/head/; revision=499060
* Update to 0.3.2Sunpoet Po-Chuan Hsieh2019-04-152-7/+7
| | | | | | | | | | | | | - Sort RUN_DEPENDS - Take maintainership Changes: https://github.com/googleapis/google-resumable-media-python/releases PR: 237242 Submitted by: sunpoet (myself) Approved by: wg (maintainer) Notes: svn path=/head/; revision=499059
* Update to 1.14.0Sunpoet Po-Chuan Hsieh2019-04-152-8/+7
| | | | | | | | | | | | | - Sort RUN_DEPENDS - Take maintainership Changes: https://github.com/googleapis/google-cloud-python/releases PR: 237241 Submitted by: sunpoet (myself) Approved by: wg (maintainer) Notes: svn path=/head/; revision=499058
* Update to 0.29.1Sunpoet Po-Chuan Hsieh2019-04-152-7/+6
| | | | | | | | | | | | - Take maintainership Changes: https://github.com/googleapis/google-cloud-python/releases PR: 237240 Submitted by: sunpoet (myself) Approved by: wg (maintainer) Notes: svn path=/head/; revision=499057
* Update MASTER_SITESSunpoet Po-Chuan Hsieh2019-04-151-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=499056
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2019-04-151-0/+3
| | | | | | | | | 0.9704 is the latest version. 0.20105 was created on May 30, 2004 [1]. [1] https://cpan.metacpan.org/modules/by-module/Graph/Graph-0.20105.tar.gz Notes: svn path=/head/; revision=499055
* Update to 0.21Sunpoet Po-Chuan Hsieh2019-04-152-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/B-Hooks-Parser Notes: svn path=/head/; revision=499054
* Update to 1.1.88Sunpoet Po-Chuan Hsieh2019-04-152-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Rinci Notes: svn path=/head/; revision=499053
* Update to 0.16Sunpoet Po-Chuan Hsieh2019-04-152-7/+6
| | | | | | | Changes: https://github.com/ArtifexSoftware/jbig2dec/blob/master/CHANGES Notes: svn path=/head/; revision=499052
* Update to 1.7.11Sunpoet Po-Chuan Hsieh2019-04-152-4/+4
| | | | | | | Changes: https://github.com/DaveGamble/cJSON/releases Notes: svn path=/head/; revision=499051
* Add py-tableschema 1.4.0Sunpoet Po-Chuan Hsieh2019-04-154-0/+52
| | | | | | | | | | | | | | | | | | | | | | | Table Schema is a simple language- and implementation-agnostic way to declare a schema for tabular data. Table Schema is well suited for use cases around handling and validating tabular data in text formats such as CSV, but its utility extends well beyond this core usage, towards a range of applications where data benefits from a portable schema format. Features: - Table to work with data tables described by Table Schema - Schema representing Table Schema - Field representing Table Schema field - validate to validate Table Schema - infer to infer Table Schema from data - built-in command-line interface to validate and infer schemas - storage/plugins system to connect tables to different storage backends like SQL Database WWW: https://github.com/frictionlessdata/tableschema-py Notes: svn path=/head/; revision=499050
* Add py-tabulator 1.19.1Sunpoet Po-Chuan Hsieh2019-04-154-0/+50
| | | | | | | | | | | | | | | | | | | | tabulator-py is a library for reading and writing tabular data (csv/xls/json/etc). Features: - Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL, and others. See complete list below. - Loads local and remote data: Supports HTTP and FTP. - Low memory usage: Only the current row is kept in memory, so you can large datasets. - Supports compressed files: Using ZIP or GZIP algorithms. - Extensible: You can add support for custom file formats and loaders (e.g. FTP). WWW: https://github.com/frictionlessdata/tabulator-py Notes: svn path=/head/; revision=499049
* Add py-openpyxl24 2.4.11 (copied from py-openpyxl)Sunpoet Po-Chuan Hsieh2019-04-154-0/+34
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=499048
* Add py-cchardet 2.1.4Sunpoet Po-Chuan Hsieh2019-04-154-0/+30
| | | | | | | | | | cChardet is high speed universal character encoding detector - binding to uchardet. WWW: https://github.com/PyYoshi/cChardet Notes: svn path=/head/; revision=499047
* Add py-jsonschema2 2.6.0 (copied from py-jsonschema)Sunpoet Po-Chuan Hsieh2019-04-154-0/+44
| | | | | | | | - Add LICENSE_FILE - Add PORTSCOUT Notes: svn path=/head/; revision=499046
* Add py-ijson 2.3Sunpoet Po-Chuan Hsieh2019-04-154-0/+36
| | | | | | | | | | | | | | | | | Ijson is an iterative JSON parser with a standard Python iterator interface. Ijson provides several implementations of the actual parsing in the form of backends located in ijson/backends: - yajl2_cffi: wrapper around YAJL 2.x using CFFI, this is the fastest. - yajl2: wrapper around YAJL 2.x using ctypes, for when you can't use CFFI for some reason. - yajl: deprecated YAJL 1.x + ctypes wrapper, for even older systems. - python: pure Python parser, good to use with PyPy WWW: https://github.com/isagalaev/ijson Notes: svn path=/head/; revision=499045
* Update to 2.4.6Sunpoet Po-Chuan Hsieh2019-04-153-6/+6
| | | | | | | | | Changes: https://www.ruby-lang.org/en/news/2019/04/01/ruby-2-4-6-released/ PR: 237229 Exp-run by: antoine Notes: svn path=/head/; revision=499044
* www/glpi: Update to 9.4.2Steve Wills2019-04-153-111/+895
| | | | | | | | PR: 237256 Submitted by: Mathias Monnerville <mathias@monnerville.com> (maintainer) Notes: svn path=/head/; revision=499043
* multimedia/din: Update to din-41Steve Wills2019-04-153-11/+13
| | | | | | | | PR: 237260 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=499042
* www/gohugo: Update to 0.55.1Steve Wills2019-04-152-5/+5
| | | | | | | | PR: 237265 Submitted by: ben.lavery@hashbang0.com (maintainer) Notes: svn path=/head/; revision=499041
* net-im/matterircd: update to 0.19.2Steve Wills2019-04-152-4/+4
| | | | | | | | PR: 237297 Submitted by: norrland@nullbyte.se (maintainer) Notes: svn path=/head/; revision=499040
* dns/powerdns: update to 4.1.8Steve Wills2019-04-152-5/+4
| | | | | | | | PR: 236717 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=499039
* Remove expired ports:Rene Ladan2019-04-1510-179/+2
| | | | | | | | 2019-04-14 www/mediawiki127: Upstream no longer maintained 2019-04-14 www/mediawiki130: Upstream no longer maintained Notes: svn path=/head/; revision=499038
* Fix build when hamlib is installed.Stephen Hurd2019-04-151-1/+19
| | | | | | | | | | | | | | Put /usr/local/include at end of AM_CPPFLAGS instead of at beginning, ensures the included header files are used. Link included hamlib using ${libdir}/libhamlib.a rather than -lhamlib to ensure the included static hamlib is used instead of a dynamic one in the library path. MFH: 2019Q2 (build fix) Notes: svn path=/head/; revision=499037
* www/cliqz: Update to 1.26.3Steve Wills2019-04-152-9/+9
| | | | | | | | PR: 237278 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=499036
* net-p2p/monero-cli: Apply all changes from upstream after 0.14.0.2Vasil Dimov2019-04-153-17/+9
| | | | | | | | | | Use git commit id 1f809e7485fc3085 instead of tag v0.14.0.2. This fixes the compilation with boost 1.70. PR: 236597 Notes: svn path=/head/; revision=499035
* Update to upstream version 1.7.10Thomas Zander2019-04-152-6/+6
| | | | | | | | | | | Details: - Bug fixes and documentation improvements, see https://github.com/containous/traefik/releases/tag/v1.7.10 MFH: 2019Q2 Notes: svn path=/head/; revision=499032
* net/quiterss: fix build with GCC-based architecturesFernando ApesteguĂ­a2019-04-151-1/+2
| | | | | | | | | PR: 237191 Submitted by: pkubaj@anongoth.pl Approved by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=499031
* deskutils/sysctlview: fix build with GCC-based architecturesFernando ApesteguĂ­a2019-04-152-1/+32
| | | | | | | | | PR: 237159 Submitted by: pkubaj@anongoth.pl Approved by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=499030
* science/py-GPy does not support 3.6.Mathieu Arnold2019-04-151-1/+1
| | | | | | | Noticed by: irregular bulk -a with BUILD_ALL_PYTHON_FLAVORS set. Notes: svn path=/head/; revision=499029
* Prevent flavors for those two ports, they do not set aMathieu Arnold2019-04-152-2/+2
| | | | | | | | | PKGNAMEPREFIX/SUFFIX. Noticed by: irregular bulk -a with BUILD_ALL_PYTHON_FLAVORS set. Notes: svn path=/head/; revision=499028
* net-p2p/qtum: Upgrade from 0.17.2 to 0.17.3Vasil Dimov2019-04-152-5/+4
| | | | Notes: svn path=/head/; revision=499027
* - Update to 1.14.7Wen Heping2019-04-152-5/+4
| | | | Notes: svn path=/head/; revision=499026