aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.1.Vanilla I. Shu2017-02-103-4/+55
| | | | | | | | PR: 216948 Submitted by: maintainer Notes: svn path=/head/; revision=433783
* Update to 4.2.Vanilla I. Shu2017-02-103-8/+9
| | | | Notes: svn path=/head/; revision=433782
* Refine r433663. If "use-header-bar" property of the dialog is set to TRUE,Jung-uk Kim2017-02-102-17/+7
| | | | | | | | | | | | | it uses a GtkHeaderBar for action buttons instead of the action area and gtk_dialog_get_header_bar() should not return NULL. If it is set to FALSE, gtk_dialog_get_header_bar() always returns NULL. In other words, we should not remove buttons from both header bar and action area in any case. This patch also removes pointless assertions from the previous patch. PR: 203563 Notes: svn path=/head/; revision=433781
* Add oclgrind port. Oclgrind is the OpenCL equivalent of valgrind and useful ↵Johannes M Dieterich2017-02-107-0/+91
| | | | | | | | | | | to debug OpenCL kernels and OpenCL enabled codes. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9467 Notes: svn path=/head/; revision=433780
* Update to 7.25.Adam Weinberger2017-02-102-4/+4
| | | | | | | - Fixed cleanup bugs in Mojo::IOLoop::Stream. Notes: svn path=/head/; revision=433779
* Update included git to 2.11.1.Adam Weinberger2017-02-102-5/+5
| | | | Notes: svn path=/head/; revision=433778
* Update to the 20170209 snapshot of GCC 6.Gerald Pfeifer2017-02-102-4/+4
| | | | Notes: svn path=/head/; revision=433777
* lang/gprolog: Clean up port (fix build with non-default options)John Marino2017-02-091-34/+26
| | | | | | | | | | | | | | The no-docs and no-examples options weren't correct. The configuration value in those causes were no absolute paths as apparently expected, but relative to STAGEDIR. Fix by letting them install and use post-install option targets to remove if necessary. Do other cleanup such as wrap to 80 (when possible) and use options framework. Also remove option-dependent packagename; that isn't conventional. Also make configure target generic by platform. Notes: svn path=/head/; revision=433775
* - add LICENSEDirk Meyer2017-02-091-0/+2
| | | | Notes: svn path=/head/; revision=433774
* www/py-w3lib: update to 1.17.0Ruslan Makhmatkhanov2017-02-092-4/+4
| | | | Notes: svn path=/head/; revision=433773
* net/py-ldap: update to 2.4.30Ruslan Makhmatkhanov2017-02-092-4/+4
| | | | Notes: svn path=/head/; revision=433772
* shells/ksh93: Fix build with gcc5John Marino2017-02-091-0/+20
| | | | | | | | | | | | The ksh93 build process requires the pre-GCC5 CPP newline behavior, which the -P argument provides by disabling line markers. This enables ksh93 to be built by gcc5 and later. Approved by: GCC blanket PR: 216707 (related) Notes: svn path=/head/; revision=433771
* update emulators/winetricks to 20170207Nikolai Lifanov2017-02-092-4/+4
| | | | | | | | | Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9514 Notes: svn path=/head/; revision=433770
* update sysutils/debootstrap to 1.0.88Nikolai Lifanov2017-02-092-5/+5
| | | | | | | | | | | * Strip the arch-qualifier (Closes: #836525) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9515 Notes: svn path=/head/; revision=433769
* Fix devel/git PLIST when HTMLDOCS is onRenato Botelho2017-02-091-2/+2
| | | | | | | Reported by: dankm on IRC Notes: svn path=/head/; revision=433768
* 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