- Convert to USE_GUTHUB
- Take advantage od USES=localbase
- Convert to USES=sqlite
PR: 207139
Submitted by: me
Approved by: Yonas Yanfa <yonas at fizk.net>
with no default, so that the same package can be used whatever the web
server you have. (For instance, if you have apache 2.4, it'll conflict.)
Sponsored by: Absolight
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
This is just a workaround to fix the issue at hand.
Reported by: Alex V. Petrov <alexvpetrov at gmail.com>,
Christoph Moench-Tegeder <cmt at burggraben.net>,
Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
marino
- www/pecl-zendopcache : used by Mk/bsd.php.mk
- databases/php5-redis : optionally used by www/magento
A PR exists for databases/php5-pdo_cassandra to make it work with supported
versions of PHP.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
- Update PORTVERSION and distinfo checksum (1.3.0)
- Add OPTIONS for Phabricator, Bugzilla, Trac and Jira
- Remove unconditional dependencies accordingly
- Switch to USES=python:-2.7 (:2 means depend on the python2 symlink)
- Update test target, and remove a test that depends on pandoc.
- Repatch setup.py to include a few missing tests_require that will
be in the next version.
- Update PORTVERSION and distinfo checksum (1.1.0)
- Update COMMENT to match setup.py:description
- Note that LICENSE is GPLv3+ (3 or later)
- Add minimum version to TEST_DEPENDS
- Add NO_ARCH
- Update test target
already had USES=pathfix, although it did nothing. For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.
Differential Revision: https://reviews.freebsd.org/D850
Reviewed by: antoine, bapt, tijl
Approved by: portmgr (bapt)
- Update PORTVERSION and distinfo checksum (2.5.0)
- Update pkg-plist
- Un-conditionalize GNUTLS. It is now mandatory [1]
- Switch to GITHUB for DISTFILES, tarball doesn't include tests
- Use USES=compiler for determing which C++11 compiler to use, deprecate
OSVERSION < 10 check accordingly.
- Patch files to correct for ambiguous type signatures under LLVM,
fixing build failure on 32-bit ARCH's (only i386 tested) and
ISO8601 unit test failures. [3]
- Add python:test for TEST_DEPENDS support [2]
- Add do-test target for running the test suite
- Update SHEBANG_FILES, no more .py, .rb files
- Remove WRKSRC override
- Add LICENSE_FILE
- Sort Makefile sections
Changes:
[1] https://taskwarrior.org/news/news.20151021.html
[2] https://svnweb.freebsd.org/changeset/ports/405075
[3] C++ fixes kindly supplied by Brendan Molloy
Approved by: skreuzer (maintainer)
Differential Revision: D4756
The attached patch removes the static library version of SpiceClientGtk.a from
the port's plist. After 0.26, the spice-gtk disables static builds by default.
I tried passing --enable-static, but the build fails:
gmake[3]: Entering directory '/wrkdirs/usr/ports/deskutils/py-spice-gtk/work/spice-gtk-0.30/tests'
CC coroutine.o
CC util.o
CC session.o
CCLD coroutine
CCLD session
CCLD util
/usr/bin/ld: undefined reference to symbol `hypot@@FBSD_1.0' (try adding -lm)
//lib/libm.so.5: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:719: recipe for target 'session' failed
PR: 205442
Approved by: maintainer timeout (15 days)