| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
in r459036 and generally improve port description; while here, add missing
`perl5' to CATEGORIES.
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
|
|
|
| |
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make[1]: "/wrkdirs/usr/ports/misc/rumprun/work/rumprun-8fe40c8/app-tools/Makefile" line 1: Missing dependency operator
make[1]: "/wrkdirs/usr/ports/misc/rumprun/work/rumprun-8fe40c8/app-tools/Makefile" line 2: Need an operator
...
make[1]: "../../global.mk" line 1: Missing dependency operator
make[1]: "../../global.mk" line 2: Need an operator
...
Variable MACHINE_GNU_PLATFORM is recursive.
- Patch bundled libunwind to build with newer GCC versions
- Fix man page install location
- Fix build on i386
- The port will only build on amd64 and i386 so use ONLY_FOR_ARCHS to
list the architectures it builds on instead of all architectures it
doesn't build on
PR: 225152
Submitted by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> (maintainer)
|
| |
|
|
|
|
| |
PR: 199570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This project uses rump kernels to provide the Rumprun unikernel.
Rumprun works on both hypervisors (eg. KVM and Xen) and bare metal.
Rumprun can be used with or without a POSIX'y interface, and supports
applications written in (but not limited to):
C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and Rust.
PR: 225117
Submitted by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
Reviewed by: yuri
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D13888
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
|
|
|
|
|
| |
PR: 193921
Submitted by: saper@saper.info
|
| |
|
|
|
|
| |
other miscellaneous files that are not actually manual pages (part 2).
|
| |
|
|
|
|
|
|
|
|
|
| |
Database of IDs used in Plug and Play devices. This file is taken
from the hwdata package (https://github.com/vcrhonek/hwdata), because
the offical upstream (http://uefi.org/pnp_id_list) does not have a
easy to use file.
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
|
|
|
|
| |
other miscellaneous files which are not actually manual pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lxi-tools is a collection of open source software tools that enables control
of LXI compatible instruments such as modern oscilloscopes, power supplies,
spectrum analyzers etc.
All features are consolidated in the 'lxi' application which provides a
simple commandline interface to discover LXI instruments, send SCPI
commands, and capture screenshots from supported LXI instruments.
lxi-tools rely on liblxi for all communication.
WWW: https://lxi-tools.github.io/
PR: 224714, D13686
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
liblxi is an open source software library which offers a simple API for
communicating with LXI compatible instruments. The API allows applications
to discover instruments on your network, send SCPI commands, and receive
responses.
WWW: https://lxi-tools.github.io
PR: 224713, D13685
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
| |
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13758
|
|
|
|
|
|
|
| |
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13795
|
| |
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Software-License/Changes
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/asterisk-perl/CHANGES
|
|
|
|
| |
Changes: https://people.FreeBSD.org/~sunpoet/usbids-20180104.diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.
And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").
New port: accessibility/qt5-speech
Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
and specify configuration checks that can be done when qmake is invoked.
However, configure.json checks done in a subdirectory only propagates to
subdirectories, and checks elsewhere will fail if all .pro files are being
parsed at once (i.e. qmake -recursive), so several ports had to switch to
USES=qmake:norecursive along with manual additional qmake invocations in
subdirectories in order to work. It's been mentioned in a few places such
as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
so we might switch to non-recursive mode by default in the future.
- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
arbitrary options such as '-foo' and '-no-bar' at the end of the
command-line. They can be specified in QMAKE_CONFIGURE_ARGS.
- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
built with the WAYLAND option, so a corresponding option (off by default)
was added to the port.
- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
port was not working with Qt 5.9. Instead of trying to fix it, switch to
what Gentoo does and fetch a tarball that already contains all
documentation so that we do not have to build anything at all. The
tarball's name and location in download.qt.io look a bit weird, but it
seems to work fine.
- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
generates a build.ninja that uses ar(1) with the @file syntax that is not
supported by BSD ar, so we need to use GNU ar from binutils.
- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
ports tree.
Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
recent versions of the port. Defining a macro with such a common name
causes build issues with Qt 5.9, which uses |point| as an argument name in
methods.
- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
installed with `cp -f -R', but rather `qmake install qinstall', which does
not install
%%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory
That's a local file that should not even have been part of the tarball
anyway.
- chinese/gcin-qt5: Add additional private Qt directories (which should not
be used in the first place) to get the port to build with Qt 5.9.
- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
test classes no longer generate documentation files.
- security/keepassx-devel: Import a patch sent upstream almost a year ago to
fix the build with Qt 5.9.
Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.
PR: 224849
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thefuck is a magnificent app which corrects your previous console command.
It tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Thefuck comes with a lot of predefined
rules, but you can create your own rules as well.
WWW: https://github.com/nvbn/thefuck
PR: 224263
Approved by: adamw
Differential Revision: https://reviews.freebsd.org/D13460
|
|
|
|
| |
The cryptic "error in backend" is emitted by Clang on crash.
|
|
|
|
|
|
|
| |
In this case, we dropped a runtime dependency, so it is possible the package
could have been created before and just failed at installation time.
PR: 224870
|
|
|
|
| |
PR: 224870
|
|
|
|
| |
Approved by: doceng (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.
This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.
Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.
PR: 224739
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
|
|
|
|
|
|
|
| |
Submitted by: 224600
Reported by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13646
|
| |
|
|
|
|
|
|
| |
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
|
|
|
|
|
|
|
|
|
| |
around the world
PR: 224262
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13468
|
|
|
|
|
|
|
|
|
|
| |
Note: Unfortunately this does not fix this issue on the FreeBSD console.
PR: 217758
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
Reported by: Dron <dron_2@ua.fm>
Reported by: danfe
MFH: 2017Q4
|
|
|
|
|
| |
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.20
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
|
|
|
| |
Changes: https://people.FreeBSD.org/~sunpoet/usbids-20171127.diff
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
|
|
|
|
|
|
|
|
|
| |
from absolute links to relative links.
Bump PORTREVISION since this does affect the resulting package in a
material manner.
PR: 224230
Reported by: wosch
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
| |
|
| |
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13419
|
|
|
|
|
|
|
|
| |
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
- Cosmetic fixes
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
|
|
|
|
|
|
| |
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
|
|
|
|
|
|
|
|
| |
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
stitch designs
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13266
|
|
|
|
|
| |
- Switch to USES=localbase
- Optionize docs installation
|
|
|
|
|
| |
Submitted by: Jeremy Chadwick <jdc@koitsu.org> (maintainer)
Suggested by: ak
|
|
|
|
|
|
|
| |
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.4
PR: 223941
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
| |
- Add missing xorg depends
- Switch to options helpers
|
|
|
|
|
| |
- Add LICENSE
- Cosmetic fixes
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13255
|
|
|
|
|
|
|
|
|
| |
(including offensives)
PR: 223798
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13214
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
HP-82240 printer
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13177
|
|
|
|
|
|
|
|
| |
Pass Maintainership to submitter
Add License
PR: 223393
Submitted by: Zsolt Udvari
|
|
|
|
|
|
|
| |
PR: 223247
Submitted by: Bob Eager <bob@eager.cx>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13118
|
|
|
|
| |
Reported by: adamw
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13011
|
|
|
|
|
|
|
| |
in DISTVERSIONSUFFIX
Approved by: mat's followup request in D13013
Differential Revision: https://reviews.freebsd.org/D13013
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13013
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
This round is @FreeBSD.org residents except teams.
|
|
|
|
|
|
|
|
|
| |
sip is installed as sip-${PYTHON_VER}
- py-qt*-demo: Fix packaging with python3, those ports have a python2 pkg-plist
so USE_PYTHON=py3kplist must be used to convert it
PR: 219641
|
|
|
|
| |
Approved by: doceng (implicit)
|
|
|
|
| |
2: set NO_ARCH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install shared libraries, and use them (except for e2fsck, which links it
statically so it can be used from /sbin), requested by pgf@ and fsu@.
To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably
LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find
libuuid/libblkid).
Use @comment trick in pkg-plist to ignore not-to-install libraries (libss,
libblkid - these have their own ports) while shutting up make check-plist and
poudriere checks at the same time.
Reported by: pgf@, fsu@ [1]
|
| |
|
|
|
|
|
|
| |
Add LICENSE based on the contents of file ANNOUNCE in the sources.
Approved by: antoine (mentor)
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
|
| |
|
|
|
|
|
| |
PR: 222669
Approved by: oliver (maintainer)
|
|
|
|
|
|
|
| |
* while here, switch to DISTVERSION.
PR: 222443
Submitted by: Yuri Victorovich (maintainer)
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
| |
rump can build without any issue on rpi3 now.
|
|
|
|
|
| |
PR: 222942
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
| |
|
|
|
|
|
|
| |
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.2
PR: 222906
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
| |
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
|
|
|
|
|
| |
https://dominik.honnef.co/posts/2016/10/go-and-strip/
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
search work after external site added additional requirement.
PR: 222909
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Obtained from: https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/?id=7c976663e8790e5b06ca31a4a3165b11aeb89f11
MFH: 2017Q4
|
|
|
|
|
| |
PR: 222879
Submitted by: Sylvain Garrigues <sylvain at syvlaingarrigues dot com>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes
|
| |
|
|
|
|
| |
- Update WWW for jwasm
|
|
|
|
|
|
| |
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.1
PR: 222773
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
| |
- Remove 10.4-{BETA,RC}* checksums.
Approved by: bdrewery (maintainer, implicit, re@ blanket)
|
| |
|
|
|
|
|
|
|
| |
After r450705 www/firefox requires -libuuid via audio/jack. Both slaves
built fine on 11.0, 11.1 and 12.0 aarch64.
Pointy hat to: mandree (r450553)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Chatbot-Eliza/Changes
|
|
|
|
|
| |
PR: 222640
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
|
| |
|
| |
|
|
|
|
| |
Approved by: bdrewery (maintainer, implicit, re@ blanket)
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
| |
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
|
| |
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
|
|
|
|
|
|
|
| |
- Refresh Brazilian Portuguese translation from translation project copy (trivial date change).
- Update Swedish translation (thanks to Sebastian Rasmussen).
- Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert).
- Update copyright years.
|
| |
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.16.0
https://github.com/tqdm/tqdm/releases/tag/v4.17.0
PR: 222492
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
| |
Changes: https://people.FreeBSD.org/~sunpoet/usbids-20170910.diff
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
| |
|
|
|
|
|
| |
PR: 222313
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
| |
Approved by: bdrewery (maintainer, implicit, re@ blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I chose filelight-17.* as it contains its own localization,
which is good, as kde4-l10n is very outdated, and may not
match modern filelight anymore.
Unfortunately this lead to conflicts with the kde4-l10n.
So strip the filelight parts from kde4-l10n-*.
Reported by: VVD (via IRC)
Reviewed by: rakuco
Pointyhat to: tcberner
Differential Revision: https://reviews.freebsd.org/D12393
|
|
|
|
|
|
|
| |
Unfortunately I missed to track the one child port misc/kdeutils4.
Reported by: cperciva
Pointyhat to: tcberner
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
| |
r449608, r449609, r449610, r449611, r449612, r449613, r449614,
r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef
in C++98 mode instead.
Pointy hat to: jbeich
PR: 218788 222222 222225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from ../src/mgr/swmgr.cpp:102:
In file included from ../include/utf8transliterator.h:41:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text)) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text), length) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11
UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
^~~~~~~~~~~~~
PR: 218788
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
| |
|
|
|
|
| |
Approved by: bdrewery (maintainer, implicit, re@ blanket)
|
|
|
|
| |
Approved by: doceng (implicit)
|
|
|
|
|
|
|
| |
While here, silence portlint warning about order of USES/USE_*.
PR: 221871
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
| |
Approved by: bdrewery (maintainer, implicit, re@ blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
|
|
|
|
|
|
|
|
|
|
| |
conflicts with sysutils/lr
- Simplify and fix lesspipe.sh handling (add missing argument, and assume it always exists)
- Cleanup and simplify the port
PR: 221206
Approved by: maintainer timeout (mich, 2 weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 221652
Submitted by: sunpoet (myself)
Approved by: novel (maintainer)
|
| |
|
|
|
|
| |
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5>
Add proper LICENSE* statements to all the Makefiles of e2fsprogs
and its slave ports.
Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir,
instead of @[un]exec.
Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs
from polluting the system's /etc/blkid.tab in make check.
|
|
|
|
| |
more easily contribute to their maintenance.
|
| |
|
|
|
|
| |
Changes: https://people.FreeBSD.org/~sunpoet/usbids-20170729.diff
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
Prune 11.1-{BETA3,RC1,RC3,RC3} checksums.
Approved by: bdrewery (maintainer, implicit, re@ blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
PR: 219292
Submitted by: jbeich@, rakuco@
Obtained from: NetBSD
|
|
|
|
|
|
|
| |
PR: 220944
Submitted by: Michael Büker <m.bueker@berlin.de>
Obtained from: https://midnight-commander.org/ticket/2452#comment:15
MFH: 2017Q3
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
- Added new option --ignore-scrolling
While here, add LICENSE_FILE
PR: 220792
Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
|
|
|
|
|
| |
Approved by: bdrewery (maintainer, implicit, re@ blanket)
Sponsored by: The FreeBSD Foundation
|