aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add -fPIC to various ports to enable them to build on armv6.Mark Linimon2017-02-0921-35/+50
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=433767
* - Fix plist: don't install unnneded file [1]Dmitry Marakasov2017-02-093-41/+26
| | | | | | | | | | | - While here, add NO_ARCH and clean up plist (sort and remove unneeded @dir's) [2] PR: 216933 Submitted by: tcberner@freebsd.org Approved by: heckendorfc@gmail.com (maintainer) [1], portmgr blanket [2] Notes: svn path=/head/; revision=433766
* - Add lang/py-hyDmitry Marakasov2017-02-094-0/+40
| | | | | | | | | | | | | | | Hy is a wonderful dialect of Lisp that's embedded in Python. Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you have the whole beautiful world of Python at your fingertips, in Lisp form! WWW: http://hylang.org/ PR: 216784 Submitted by: dave@dal.ca Notes: svn path=/head/; revision=433765
* - Update commentDmitry Marakasov2017-02-092-4/+52
| | | | | | | | - Add forgotten geos-config patch - Remove unused configure argument Notes: svn path=/head/; revision=433764
* multimedia/mpv: force rebuild after r433759Jan Beich2017-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | $ mpv --no-config /path/to/foo.mp4 ffmpeg library versions: libavutil 55.34.100 (runtime 55.34.101) libavcodec 57.64.101 libavformat 57.56.100 (runtime 57.56.101) libswscale 4.2.100 libavfilter 6.65.100 libswresample 2.3.100 ffmpeg version: 3.2.3 mpv was compiled against a different version of FFmpeg/Libav than the shared library it is linked against. This is most likely a broken build and could result in misbehavior and crashes. mpv does not support this configuration and will not run - rebuild mpv instead. Exiting... (Fatal error) Notes: svn path=/head/; revision=433763
* Update to upstream release 0.20.4Thomas Zander2017-02-098-218/+4
| | | | | | | | | Details: - Minor bugfix release - Build fixes have been upstreamed Notes: svn path=/head/; revision=433762
* - Add devel/py-rplyDmitry Marakasov2017-02-094-0/+31
| | | | | | | | | | | | | | rply is a pure python parser generator, that also works with RPython. It is a more-or-less direct port of David Beazley's awesome PLY, with a new public API, and RPython support. WWW: https://pypi.python.org/pypi/rply/ PR: 216783 Submitted by: dave@dal.ca Notes: svn path=/head/; revision=433761
* - Add devel/py-astorDmitry Marakasov2017-02-094-0/+29
| | | | | | | | | | | | | | Read/rewrite/write Python ASTs astor is designed to allow easy manipulation of Python source via the AST. WWW: https://pypi.python.org/pypi/astor PR: 216782 Submitted by: dave@dal.ca Notes: svn path=/head/; revision=433760
* Update to upstream version 3.2.3; promote X265 to default OPTIONThomas Zander2017-02-093-8/+7
| | | | | | | | | | | | | | Details: - Update to upstream version 3.2.3, bugfix release, no upstream feature changes - HEVC is becoming so widespread that it warrants promoting the X265 option to default [1] PR: 216471 [1] Submitted by: scottro11@gmail.com [1] Notes: svn path=/head/; revision=433759
* Update security/py-pycryptodome to 3.4.5Kirill Ponomarev2017-02-092-4/+4
| | | | | | | | | | PR: 216929 Submitted by: yuri@rawbw.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9505 Notes: svn path=/head/; revision=433758
* Update devel/pecl-ev to 1.0.4Kirill Ponomarev2017-02-093-23/+4
| | | | | | | | | | PR: 216919 Submitted by: johnpupu@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9495 Notes: svn path=/head/; revision=433757
* - Added LICENSEKirill Ponomarev2017-02-0913-533/+506
| | | | | | | | | | | | | | | | - Fixed patches for portlint - Supressed debug message on RXTXPort:removeEventListener:Exit when not in debug mode - Added java bootstrap class - Updated java source/target directives which will be depreciated in future release, see http://openjdk.java.net/ +jeps/182, and regression tested functionality. PR: 216248 Submitted by: james@elstone.net Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9508 Notes: svn path=/head/; revision=433756
* Update net-mgmt/prometheus to 1.5.1Kirill Ponomarev2017-02-092-4/+4
| | | | | | | | | | PR: 216927 Submitted by: ports@ecadlabs.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9507 Notes: svn path=/head/; revision=433755
* Update net/py-pcapy to 0.11.1Kirill Ponomarev2017-02-093-10/+11
| | | | | | | | | | PR: 216928 Submitted by: anastasios@mageirias.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9506 Notes: svn path=/head/; revision=433754
* www/cocoon: Deprecated, mark for removal 30 APR 2017John Marino2017-02-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | The maintainer abandoned cocoon 9 years (March 2008). The upstream project is still active with the latest stable release 2.2.0 release in October 2014. This old version 2.1.11 is not even available in the 2.1 folder of http://www.apache.org/dist/cocoon/ anymore as it is also from 2008. I spent a few minutes trying to update the port to the latest version, but it became apparently very quickly that the makefile needs a complete overhaul and the build approach has changed. The amount of work needed on this port exceeds what is reasonable for a non-maintained port IMO. This is one of the few ports that will not build on openjdk 7 or later; I was initially trying upgrade to allow openjdk 8 to build it. This port is completely saveable, but it requires a maintainer IMO, so set the expiration date about 3 months out to give a chance for someone to volunteer to bring this up to the latest release. Notes: svn path=/head/; revision=433753
* Update net/dhcpd to 6.0.20170207Kirill Ponomarev2017-02-092-5/+5
| | | | | | | | | | PR: 216917 Submitted by: koue@chaosophia.net Approved by: mat (maintainer) Differential Revision: https://reviews.freebsd.org/D9493 Notes: svn path=/head/; revision=433752
* Update databases/postgis22 to 2.2.5Kirill Ponomarev2017-02-093-8/+23
| | | | | | | | | | PR: 216912 Submitted by: cmt@freebsd.org Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9492 Notes: svn path=/head/; revision=433751
* Unbreak multimedia/assimp on armv6 and aarch64Kirill Ponomarev2017-02-092-3/+32
| | | | | | | | | | PR: 216815 Submitted by: mmel@FreeBSD.org Approved by: mag (mentor) Differential Revision: https://reviews.freebsd.org/D9489 Notes: svn path=/head/; revision=433750
* Update www/mohawk to 2.0.19Kirill Ponomarev2017-02-093-23/+4
| | | | | | | | | | PR: 216907 Submitted by: mohawk@bsdsx.fr Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9486 Notes: svn path=/head/; revision=433749
* Update to 1.4.0Kirill Ponomarev2017-02-092-4/+4
| | | | | | | | | | PR: 216911 Submitted by: andrej@ebert.su Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9484 Notes: svn path=/head/; revision=433748
* - Update to 0.4.1Dmitry Marakasov2017-02-096-59/+43
| | | | | | | | | | | - While here, add LICENSE_FILE, don't install license as documentation and sort plist PR: 215931 Submitted by: ghostonthewire@gmail.com Approved by: maintainer timeout (jessefrgsmith@yahoo.ca, 1 month) Notes: svn path=/head/; revision=433747
* - Update to 1.800201Dmitry Marakasov2017-02-092-8/+18
| | | | | | | | PR: 215753 Submitted by: svysh.fbsd@gmail.com (maintainer) Notes: svn path=/head/; revision=433746
* games/xtux: Fix Makefile encoding to be ASCIIMark Felder2017-02-091-1/+1
| | | | | | | MFH: 2017Q1 Notes: svn path=/head/; revision=433743
* devel/git-cinnabar: unbreak after r433740 / 70558fc7a7b0Jan Beich2017-02-092-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | ../cinnabar-fast-import.c:86:7: error: use of undeclared identifier 'pack_compression_seen'; did you mean 'pack_compression_level'? if (!pack_compression_seen && core_compression_seen) ^~~~~~~~~~~~~~~~~~~~~ pack_compression_level ./cache.h:705:12: note: 'pack_compression_level' declared here extern int pack_compression_level; ^ ../cinnabar-fast-import.c:86:32: error: use of undeclared identifier 'core_compression_seen'; did you mean 'core_compression_level'? if (!pack_compression_seen && core_compression_seen) ^~~~~~~~~~~~~~~~~~~~~ core_compression_level ./cache.h:704:12: note: 'core_compression_level' declared here extern int core_compression_level; ^ Ping to: @glandium (upstream) Notes: svn path=/head/; revision=433742
* Update devel/git to 2.11.1Renato Botelho2017-02-093-9/+11
| | | | | | | Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=433740
* net-mgmt/icingaweb2:Lars Engels2017-02-091-1/+2
| | | | | | | | | | | Add missing dependency when using PostgreSQL PR: 216931 Submitted by: madpilot MFH: 2017Q1 Notes: svn path=/head/; revision=433739
* PostgreSQL 9.6.2, 9.5.6, 9.4.11, 9.3.16 and 9.2.20 released!Palle Girgensohn2017-02-0915-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. Users should plan to apply this update at the next scheduled downtime. Build corruption with CREATE INDEX CONCURRENTLY There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been indexed incorrectly. If you suspect this may have happened, the most reliable solution is to rebuild affected indexes after installing this update. This issue is present in the 9.2, 9.3, 9.4, 9.5, and 9.6 series of PostgreSQL. URL https://www.postgresql.org/about/news/1733/ Notes: svn path=/head/; revision=433738
* Rename net-mgmt/snap -> net-mgmt/intel-snap to fix INDEX.Brad Davis2017-02-095-7/+7
| | | | | | | | | | Remove some unneeded GOOS=. Reported by: antonie Approved by: swills (mentor) Notes: svn path=/head/; revision=433737
* Update to 1.8.3.Vanilla I. Shu2017-02-092-6/+8
| | | | Notes: svn path=/head/; revision=433736
* Add py-sphinxcontrib-fulltoc.Vanilla I. Shu2017-02-094-0/+30
| | | | Notes: svn path=/head/; revision=433735
* Update to 3.0.8Sunpoet Po-Chuan Hsieh2017-02-092-4/+4
| | | | | | | Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Notes: svn path=/head/; revision=433734
* Update to 0.10.2Sunpoet Po-Chuan Hsieh2017-02-092-4/+4
| | | | | | | Changes: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=433733
* Update to 1.2.1Sunpoet Po-Chuan Hsieh2017-02-092-3/+4
| | | | | | | Changes: https://github.com/rubyzip/rubyzip/releases Notes: svn path=/head/; revision=433732
* Update to 0.13Sunpoet Po-Chuan Hsieh2017-02-092-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/MojoX-Renderer-Xslate/Changes Notes: svn path=/head/; revision=433731
* Update to 2.005Sunpoet Po-Chuan Hsieh2017-02-093-5/+8
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Text-Ngrams/Changes Notes: svn path=/head/; revision=433730
* Update to 0.50Sunpoet Po-Chuan Hsieh2017-02-092-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-Types/Changes Notes: svn path=/head/; revision=433729
* Update to 1.2.2.Vanilla I. Shu2017-02-093-5/+5
| | | | Notes: svn path=/head/; revision=433728
* sysutils/py-salt: Restore install arguments post r427901 to fix syspaths.pyBen Woods2017-02-091-0/+16
| | | | | | | | | | | | | | | | | | | | | Without PYDISTUTILS_INSTALL_TARGET setting the install arguments, salt will be built with an invalid syspaths.py, particularly if installed somewhere other than /usr/local. As of 2016.11.0, the arguments caused an error, which was traced back to https://github.com/saltstack/salt/pull/31097/files. The removed code was deprecated, but included instructions on how to make the arguments continue to work: simply move them earlier in the command (ie., "python setup.py <args> install" instead of "python setup.py install <args>"). PR: 215885 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Approved by: Christer Edwards (maintainer) MFH: 2017Q1 Notes: svn path=/head/; revision=433727
* - Update MASTER_SITESDmitry Marakasov2017-02-091-4/+5
| | | | | | | | | | | | - Pass maintainership to submitter - Add NO_ARCH - Fix comment PR: 216396 Submitted by: douglas@douglasthrift.net Notes: svn path=/head/; revision=433726
* - Fix with perl 5.24Dmitry Marakasov2017-02-093-8/+22
| | | | | | | | | | | - While here, add LICENSE, NO_ARCH and regenerate patches PR: 216465 Submitted by: vinny.abello@nttdata.com Approved by: maintainer timeout (noackjr@alumni.rice.edu, 2 weeks) Notes: svn path=/head/; revision=433725
* - Update to 1.5.0Dmitry Marakasov2017-02-092-4/+4
| | | | | | | | PR: 216170 Submitted by: chris@chrullrich.net (maintainer) Notes: svn path=/head/; revision=433724
* www/chromium: fix segfault which prevents to load some websites.Carlos J. Puga Medina2017-02-0913-6/+139
| | | | | | | | PR: 207298 MFH: 2017Q1 (blanket) Notes: svn path=/head/; revision=433722
* Remove traces of armv6hf which no longer exists as an arch. [1]Gerald Pfeifer2017-02-093-41/+2
| | | | | | | | | | | | | Remove files/patch-unwind-ia64.h: we have not been supporting ia64 with this release series, i.e., ONLY_FOR_ARCHS does not include ia64. No PORTREVISION bump since nothing should actually change for existing/supported platforms. Reported by: andreast [1] Notes: svn path=/head/; revision=433720
* - add LICENSEDirk Meyer2017-02-0911-102/+94
| | | | | | | | - default config now PREFIX aware - make portlint happier Notes: svn path=/head/; revision=433719
* - use *_IMPLIESDirk Meyer2017-02-091-49/+8
| | | | | | | | PR: 216791 Submitted by: Tobias Kortkamp Notes: svn path=/head/; revision=433718
* - make portlint happierDirk Meyer2017-02-096-22/+25
| | | | Notes: svn path=/head/; revision=433717
* - make portlint happierDirk Meyer2017-02-092-40/+28
| | | | Notes: svn path=/head/; revision=433716
* Update to Wine 2.1 and hence the new development branch past theGerald Pfeifer2017-02-093-8/+15
| | | | | | | | | | | | | | | | Wine 2.0 release series. This includes the following changes: - Many fixes that were deferred during code freeze. - More Shader Model 5 instructions. - A number of improvements to MIME message handling. - Line breaking improvements in DirectWrite. - HID bus service now running by default. - Direct2D rendering improvements. - Various bug fixes. Source tarballs now use xz compression, so download size has reduced nicely. Notes: svn path=/head/; revision=433715
* - Drop USES=gmake,iconv: builds fine with system make and doesn't really ↵Dmitry Marakasov2017-02-091-4/+4
| | | | | | | | | need iconv - Switch to options helpers Notes: svn path=/head/; revision=433714
* - make portlint happierDirk Meyer2017-02-0911-46/+32
| | | | Notes: svn path=/head/; revision=433713