In file included from source/scriptlib/Interpreter.c:9:
In file included from ./openborscript.h:12:
In file included from source/scriptlib/Interpreter.h:12:
In file included from source/scriptlib/StackedSymbolTable.h:12:
In file included from source/scriptlib/SymbolTable.h:11:
source/scriptlib/ScriptVariant.h:66:23: warning: inline function 'ScriptVariant_Xor' is not defined
[-Wundefined-inline]
inline ScriptVariant *ScriptVariant_Xor( ScriptVariant *svar, ScriptVariant *rightChild );
^
source/scriptlib/Interpreter.c:1090:22: note: used here
BINARYOP(ScriptVariant_Xor);
^
- Accept LICENSE since it allows mirroring [1]
PR: 215104
Approved by: John Clark <clarkjc@runbox.com> (maintainer)
Submitted by: John Clark <clarkjc@runbox.com> [1]
This affects which copy of Linux libnvidia-tls gets installed.
Also add a run dependency on Linux Xorg libraries needed by some of the
installed libraries.
PR: 215345
In r428918 the commit to change the way pkgconfig-filepaths are fixed
for Qt5 ports did not include a PORTREVISION bump for devel/qmake5.
This is however necessary, as
a) the package of devel/qmake5 changes by that bit
b) if a qt5 port is rebuilt without a "fixed" by r428918 version of qmake5,
it will fail to stage.
Reported by: rakuco
Approved by: rakuco (mentor)
upstream is no longer actively maintained.
- Add -n flag to prevent Release message from being sent when dhcp6c stops.[*]
- Add more log for DHCP messages.[*]
Based on work by: marjohn56 (martin@queens-park.com)
Upstream changes since version 2.2.4:
- Fix compilation warnings/errors with newer version of gcc (5.3 & 6.1).
- Fix bug in parsing function that made it stop on sequences that consist
of only empty lines.
- New methods in bindings to enumerate the mers of a string.
Approved by: AMDmi3 (mentor)
Differential Revision: https://reviews.freebsd.org/D8204
Horizon is a Django-based project aimed at providing
a complete OpenStack Dashboard along with an extensible framework
for building new dashboards from reusable components.
PR: 215155
Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com)
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)
Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3
Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.
PR: 214528
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8776
Bio::Coordinate classes are used for working with various biological coordinate
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.
WWW: http://search.cpan.org/dist/Bio-Coordinate/
- Change MASTER_SITES back to CPAN
- Update LICENSE
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Use INSTALL_SCRIPT
- Pet portlint: fix diff header of patch file
Changes: http://search.cpan.org/dist/BioPerl-Run/Changes
- Update *_DEPENDS
- Use TEST_DEPENDS: Test::Most and URI::Escape are test-only dependencies
- Use PORTDATA, PORTDOCS and PORTEXAMPLES
Changes: http://search.cpan.org/dist/BioPerl/Changes