It did not take long for gcc6-aux to fail again when CPUTYPE is
set (this time to native). Just block this settings by filtering
out -march CFLAGS again to solve the issue permanently.
PR: 207311
buildbot builders often need to run additional comments during their build
steps, such as VCS commands (hg, git et al), fetching things with curl(8)
among others.
The PATH available at boot-time only includes /usr/bin:/usr/sbin, so we need
to add LOCALBASE/bin to the startup script PATH to make other commands
available.
Kill a 5+ year old Bugzilla issue [1] by adding a startup script
support multiple "profiles" to buildbot-slave.
This will save me many 10's of minutes restarting ~15 buildbot
builders over 3 VM's manually every time the power goes out, or the
Windows host hosting them needs to be restarted :|
PR: 152847 [1]
Requested by: wollman
- Switch to new method of depending on Twisted, USES=twisted is
DEPRECATED.
- Update and add TEST_DEPENDS, update test target
- Remove TESTS option
- Correctly limit Python version to -2.7
- Enable architecture independence (NO_ARCH)
MFH: 2016Q1
0.2.15 was released in October 2015.
Release notes: http://www.openblas.net/Changelog.txt
This update introduces support for new CPU architectures, such as Intel's
Broadwell and Skylake. In practice, this means people using those architectures
can actually build the port now (OpenBLAS seems to do some CPU-detection that
cannot be easily turned off and refusing to build on unrecognized CPUs).
Port changes:
- Reorganize a few variables in Makefile.
- Refresh patches.
PR: 206886
Submitted by: Adriaan de Groot <groot@kde.org> (first version),
Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
MFH: 2016Q1
- Add ivshmem-client/server to the pkg-plist of qemu-sbruno.
- Forceably nuke ivshmem-client/server during the build of qemu-user-static.
Bump PORTREVISION.
- Switch to new method of depending on Twisted, USES=twisted is
DEPRECATED.
- Update and add TEST_DEPENDS, update test target
- Remove TESTS option
- Correctly limit Python version to -2.7
- Enable architecture independence (NO_ARCH)
MFH: 2016Q1
program is to simplify installation of MS Windows software to run under
the Windows emulator "Wine".
The name indicates, that the program was initially developed to support
easy installation of Windows games on Linux. The range of supported
applications has long been extended to cover a wide range of windows
applications including Microsoft Office.
PlayOnFreeBSD behaves significantly different than PlayOnLinux in a
number of aspects, e.g. which version of Wine to use (only a single
version is normally installed on FreeBSD, but PlayOnLinux tries to run
each Windows application in a Wine environment that has previously been
reported to give good results and installs missing Wine versions in the
user's home directory).
Reviewed by: antoine
- Unbreak build for php70
- Cleanup php55/6 extenions
- Put not existing php70 extentions to php55 and php56 extra defines
lang/php70
- Remove mysqli from pdo_mysql it's looping here and does not really depends on mysqli
- Bump PORTREVISION
This work has been done in collaboration with
- fluffy@
- Franco Fichtner
- 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>