| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 216948
Submitted by: maintainer
Notes:
svn path=/head/; revision=433783
|
|
|
|
| |
Notes:
svn path=/head/; revision=433782
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Fixed cleanup bugs in Mojo::IOLoop::Stream.
Notes:
svn path=/head/; revision=433779
|
|
|
|
| |
Notes:
svn path=/head/; revision=433778
|
|
|
|
| |
Notes:
svn path=/head/; revision=433777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=433774
|
|
|
|
| |
Notes:
svn path=/head/; revision=433773
|
|
|
|
| |
Notes:
svn path=/head/; revision=433772
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9514
Notes:
svn path=/head/; revision=433770
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
Reported by: dankm on IRC
Notes:
svn path=/head/; revision=433768
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=433767
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Add forgotten geos-config patch
- Remove unused configure argument
Notes:
svn path=/head/; revision=433764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ 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
|
|
|
|
|
|
|
|
|
| |
Details:
- Minor bugfix release
- Build fixes have been upstreamed
Notes:
svn path=/head/; revision=433762
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
PR: 216929
Submitted by: yuri@rawbw.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9505
Notes:
svn path=/head/; revision=433758
|
|
|
|
|
|
|
|
|
|
| |
PR: 216919
Submitted by: johnpupu@gmail.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9495
Notes:
svn path=/head/; revision=433757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
PR: 216927
Submitted by: ports@ecadlabs.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9507
Notes:
svn path=/head/; revision=433755
|
|
|
|
|
|
|
|
|
|
| |
PR: 216928
Submitted by: anastasios@mageirias.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9506
Notes:
svn path=/head/; revision=433754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
PR: 216917
Submitted by: koue@chaosophia.net
Approved by: mat (maintainer)
Differential Revision: https://reviews.freebsd.org/D9493
Notes:
svn path=/head/; revision=433752
|
|
|
|
|
|
|
|
|
|
| |
PR: 216912
Submitted by: cmt@freebsd.org
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9492
Notes:
svn path=/head/; revision=433751
|
|
|
|
|
|
|
|
|
|
| |
PR: 216815
Submitted by: mmel@FreeBSD.org
Approved by: mag (mentor)
Differential Revision: https://reviews.freebsd.org/D9489
Notes:
svn path=/head/; revision=433750
|
|
|
|
|
|
|
|
|
|
| |
PR: 216907
Submitted by: mohawk@bsdsx.fr
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9486
Notes:
svn path=/head/; revision=433749
|
|
|
|
|
|
|
|
|
|
| |
PR: 216911
Submitted by: andrej@ebert.su
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9484
Notes:
svn path=/head/; revision=433748
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 215753
Submitted by: svysh.fbsd@gmail.com (maintainer)
Notes:
svn path=/head/; revision=433746
|
|
|
|
|
|
|
| |
MFH: 2017Q1
Notes:
svn path=/head/; revision=433743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
../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
|
|
|
|
|
|
|
| |
Sponsored by: Rubicon Communications (Netgate)
Notes:
svn path=/head/; revision=433740
|
|
|
|
|
|
|
|
|
|
|
| |
Add missing dependency when using PostgreSQL
PR: 216931
Submitted by: madpilot
MFH: 2017Q1
Notes:
svn path=/head/; revision=433739
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Remove some unneeded GOOS=.
Reported by: antonie
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=433737
|
|
|
|
| |
Notes:
svn path=/head/; revision=433736
|
|
|
|
| |
Notes:
svn path=/head/; revision=433735
|
|
|
|
|
|
|
| |
Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
Notes:
svn path=/head/; revision=433734
|
|
|
|
|
|
|
| |
Changes: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=433733
|
|
|
|
|
|
|
| |
Changes: https://github.com/rubyzip/rubyzip/releases
Notes:
svn path=/head/; revision=433732
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MojoX-Renderer-Xslate/Changes
Notes:
svn path=/head/; revision=433731
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-Ngrams/Changes
Notes:
svn path=/head/; revision=433730
|