Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo
script to assume the BUILD_CONFIG is set to bootstrap-debug, instead of
letting it auto-detect.
With clang 3.5.0 this auto-detection can fail, due to a discrepancy [1]
[2] in its debug information, when objects are produced with and without
-g. When the auto-detection fails, gcc will compare objects with full
debug information during the stage comparisons, and this sometimes
causes those stage comparisons to fail unexpectedly.
[1] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141222/250134.html
[2] http://llvm.org/PR22046
Approved by: gerald (maintainer)
This is required for the upcoming CMake 3.1.0 update: pkg-config was
already required before to properly find and define qjson's version
number, but in 3.1.0 CMake is stricter when checking if a version >=
the minimum one has been found.
- update xpad to 4.5.0
- add documentation to installation
- lessen dependency count by using smaller icon package
- remove patches, as they were committed upstream (see Changelog)
- adjust conflicts for deskutils/xpad3
build with the upcoming CMake 3.1.0.
- Add missing dependency on libXi, and set PORTREVISION only once while
here.
Approved by: fluffy (maintainer, implicit)
- add dependency on security/py-service_identity. It fixes this warning
when running deluge, for example:
"""
/usr/local/lib/python2.7/site-packages/twisted/internet/_sslverify.py:184:
UserWarning: You do not have the service_identity module installed.
Without the service_identity module and a recent enough pyOpenSSL tosupport it,
Twisted can perform only rudimentary TLS client hostnameverification.
Many valid certificate/hostname mappings may be rejected.
verifyHostname, VerificationError = _selectVerifyImplementation()
"""
- define LICENSE_FILE
- update comment
- bump PORTREVISION because of dependency change
- add libgomp.so, as gcc already comes with a
dangling link to it.
Differential Revision: https://reviews.freebsd.org/D1397
Spotted by: Jason Bacon <bacon@uwm.edu>
Approved by: koobs (mentor)
r375798 made the OPTIONS prompt show up on every build because
bsd.port.pre.mk was being included too early. Move the inclusion down one
section.
PR: 196374
Submitted by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
- Pass maintainership to pi to allow to sync updates with sqlrelay
- Change compiler type to gcc-c++11-lib
PR: 196363
Differential Revision: https://reviews.freebsd.org/D1396
Submitted by: pi
Approved by: bapt(mentor)
While here few cleanup:
- Cleanup plist
- Avoid extending PORTDOCS in post-install target we prefer to separate targets
and variable definitions
- Remove useless post-install
- Recommend configuration in ${PREFIX}/etc instead of /etc, the binary also look
for its configurations files in the directory
- Cleanup EOL spaces in pkg-message
PR: 196126 [1]
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by: maintainer [1]