lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Also:
* Provide patch for ports readline support
* Remove nonfunctional MAN1 definition
* Remove unnecessary pre/post includes
* Wrap to 80 columns
Approved by: ncurses and general blankets
calfile.C:63:11: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char* lastSlash = strrchr(name, '/');
^ ~~~~~~~~~~~~~~~~~~
PR: 212343
Reported by: antoine (via exp-run)
pytgk2 is not used by this port, so remove it.
The port is marked broken already (fetch fails), but it also broken
in another way:
=============================================================================
===> vboxgtk-0.8.2_1 depends on file: /usr/local/lib/python2.7/site-packages/xpcom/vboxxpcom.py - not found
*** Error code 1
Since version 3.18, the --without-cheese configuration argument didn't
work out of the box. However, touching a couple of files causes c source
files to be regenerated enabling the option to be honored.
This commit restores the options as they were before r421349 but now
disabling the default CHEESE option works.
PR: 207426
Approved by: follow-on commit (r421349)
scriptable/fileclass.cpp: In constructor 'FileClass::FileClass(const QString&, QScriptEngine*)':
scriptable/fileclass.cpp:27: error: class 'FileClass' does not have any field named 'ScriptableClass'
scriptable/fileclass.cpp:28: error: no matching function for call to 'ScriptableClass<QFile, FilePrototype>::ScriptableClass()'
scriptable/scriptableclass.h:63: note: candidates are: ScriptableClass<Object, ObjectPrototype>::ScriptableClass(QScriptEngine*) [with Object = QFile, ObjectPrototype = FilePrototype]
scriptable/scriptableclass.h:59: note: ScriptableClass<QFile, FilePrototype>::ScriptableClass(const ScriptableClass<QFile, FilePrototype>&)
scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance(const QString&)':
scriptable/fileclass.cpp:34: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters
scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance()':
scriptable/fileclass.cpp:39: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters
Approved by: portmgr blanket
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
These ports starting failing on gold linker with messages like:
./.libs/libspice-client-gtk-3.0.so:
error: undefined reference to 'XGetPointerControl'
./.libs/libspice-client-gtk-3.0.so:
error: undefined reference to 'XChangePointerControl'
The problem and fix was already described here:
https://bugs.freedesktop.org/show_bug.cgi?id=97383
Apparently USES=pathfix and USES=autoreconf can't be used together, so
the pkgconfig directory is now passed via MAKE_ARGS
While here, fix py-spice-gtk install error by removing non-installed file
from the pkg-list.
Approved by: just-fix-it
- Project is hosted on Github now
Update math/qalculate to 0.9.9
- Qalculate now uses GTK+3
- Project is hosted on Github now
- Take maintainership
Bump PORTREVISION on ports that depend upon libqalculate due to shlib increase
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
In toplevel form:
howm-backend.el:23:1:Error: Symbol's function definition is void: ed
In toplevel form:
howm-cl.el:33:1:Warning: cl package required at runtime
howm-vars.el: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
In toplevel form:
howm-common.el:23:1:Error: Symbol's function definition is void: ed
howm-vars.el: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
In toplevel form:
howm-date.el:23:1:Error: Symbol's function definition is void: ed
...
Reported by: pkg-fallout
MFH: 2016Q4
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
- Fix: Autostart - Pads did not hide on startup when set in the
preferences due to the tray icon not being recognized properly
(#1560019)
- adjust dependencies
- fix spelling on header
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)