| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
In file included from ../FFmpeg/ReadFFmpeg.cpp:45:
../FFmpeg/FFmpegFile.h:268:53: error: use of undeclared identifier 'CODEC_CAP_DELAY'
return ( ( (_videoCodec->capabilities & CODEC_CAP_DELAY) ? _codecContext->delay : 0 )
^
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/sdsykes/fastimage/commits/master
|
|
|
|
|
|
|
|
|
|
|
|
| |
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
|
|
|
|
| |
Natron is a node-graph based video compositing software. Similar in
functionalities to Adobe After Effects and Foundry Nuke.
|
|
|
|
|
| |
Extra set of OpenFX plugins designed for Natron but also compatible with other
hosts.
|
|
|
|
|
| |
Miscellaneous OFX / OpenFX / Open Effects plugins. These plugins were
primarily developped for Natron, but may be used with other OpenFX hosts.
|
|
|
|
| |
It's a set of Readers/Writers plugins written using the OpenFX standard.
|
| |
|
|
|
|
| |
* KF5 based version of graphics/kphotoalbum-kde4
|
| |
|
|
|
|
|
|
|
|
|
| |
... instead of LLVM 5.0. The reason is to stay in sync with Mesa to keep
the number of LLVM copies to build to the minimum.
It looks like the hack to explicitely set `LDFLAGS` to have OpenMP
support isn't necessary anymore. The last time it was revisited was with
LLVM 3.9.1.
|
|
|
|
|
| |
Pointy hat: yuri
With hat: portmgr
|
|
|
|
|
| |
Changes: https://www.mesa3d.org/relnotes/18.0.2.html
PR: 225415
|
|
|
|
| |
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Detailed maintainer log:
- Update graphics/blender to 2.79b
- Add Alembic option to include graphics/alembic for import/export options
- Modernize cmake options
- Add py-numpy as a dependency now that flavours can give us the py35
version. This is expected to be in place by several addons.
- Add USES=compiler:c++14-lang to build using clang50, this fixes the
build on 10.4 and is already a dependency through opengl.
PR: 227644
Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
|
|
|
|
| |
Reported by: antoine
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
|
|
|
|
| |
PR: 227682
|
|
|
|
|
|
| |
* add multimedia/dragon (was missing)
* add the meta ports for the categories
* add x11/kde5 [yeah, we know, there technically is no "KDE 5"]
|
|
|
|
|
|
|
|
| |
mpeg_encode.c:301:20: error: no member named 'me_method' in 'struct AVCodecContext'
encode->context->me_method=5; /* 5 is epzs */
~~~~~~~~~~~~~~~ ^
PR: 227726
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ffmpeg/MediaHandlerFfmpeg.cpp:152:12: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
return FF_INPUT_BUFFER_PADDING_SIZE;
^
ffmpeg/MediaParserFfmpeg.cpp:67:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
const size_t bufSize = probeSize + FF_INPUT_BUFFER_PADDING_SIZE;
^
ffmpeg/MediaParserFfmpeg.cpp:176:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
size_t allocSize = packet.size + FF_INPUT_BUFFER_PADDING_SIZE;
^
ffmpeg/MediaParserFfmpeg.cpp:224:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
size_t allocSize = packet.size + FF_INPUT_BUFFER_PADDING_SIZE;
^
PR: 227726
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE));
^
intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE));
^
intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:269:47: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0, this,
^
PR: 227726
Obtained from: Arch Linux
|
|
|
|
|
| |
PR: 227512
Exp-run by: antoine
|
|
|
|
|
|
|
| |
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
|
|
|
|
| |
Relnotes: http://blog.geoserver.org/2018/03/20/geoserver-2-13-0-released/
|
|
|
|
| |
https://gerrit.libreoffice.org/gitweb?p=libetonyek.git;a=blob_plain;f=NEWS;h=71a219e
|
|
|
|
|
| |
Release notes:
https://www.darktable.org/2018/04/darktable-243-released/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./ff-save.c:293:17: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
./ff-save.c:634:18: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
./ff-save.c:702:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (!(oc->oformat->flags & AVFMT_RAWPICTURE))
^
./ff-save.c:806:28: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (oc->oformat->flags & AVFMT_RAWPICTURE)
^
PR: 227726
|
|
|
|
|
|
|
|
|
|
| |
./ff-load.c:312:36: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
if (p->codec->capabilities & CODEC_CAP_TRUNCATED)
^
./ff-load.c:313:26: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
p->enc->flags |= CODEC_FLAG_TRUNCATED;
PR: 227726
|
| |
|
|
|
|
|
|
|
|
|
| |
src/ffmpeg.imageio/ffmpeginput.cpp:333:72: error: use of undeclared identifier 'CODEC_CAP_DELAY'
m_codec_cap_delay = (bool) (m_codec_context->codec->capabilities & CODEC_CAP_DELAY);
^
PR: 227726
Obtained from: upstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from modules/highgui/src/cap_ffmpeg.cpp:45:
modules/highgui/src/cap_ffmpeg_impl.hpp:1481:21: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
modules/highgui/src/cap_ffmpeg_impl.hpp:1505:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (oc->oformat->flags & AVFMT_RAWPICTURE) {
^
modules/highgui/src/cap_ffmpeg_impl.hpp:1679:35: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if( (oc->oformat->flags & AVFMT_RAWPICTURE) == 0 )
^
modules/highgui/src/cap_ffmpeg_impl.hpp:1913:32: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) {
^
modules/highgui/src/cap_ffmpeg_impl.hpp:2207:25: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
PR: 227726
Obtained from: upstream (via Homebrew)
|
|
|
|
|
| |
PR: 227572
Submitted by: maintainer
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
- Switch to recently added OSDN mastersite macro
- Update existing locales, add new one (Belarusian)
- TIMESTAMP (azpainter-2.1.2.tar.xz) = 1524119880
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.0.0/NEWS
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
|
|
|
|
| |
ChangeLog: https://feh.finalrewind.org/archive/2.26/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from /wrkdirs/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.8.1/outofcore/tools/outofcore_process.cpp:53:
In file included from /wrkdirs/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.8.1/outofcore/include/pcl/outofcore/outofcore_impl.h:50:
/wrkdirs/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.8.1/outofcore/include/pcl/outofcore/impl/octree_disk_container.hpp:77:74: error: no matching constructor for initialization of 'boost::uuids::random_generator' (aka 'boost::uuids::random_generator_pure')
boost::uuids::random_generator OutofcoreOctreeDiskContainer<PointT>::uuid_gen_ (&rand_gen_);
^ ~~~~~~~~~~
/usr/local/include/boost/uuid/random_generator.hpp:149:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'boost::mt19937 *' (aka 'mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615U, 11, 4294967295U, 7, 2636928640U, 15, 4022730752U, 18, 1812433253> *') to 'const boost::uuids::random_generator_pure' for 1st argument
class random_generator_pure
^
/usr/local/include/boost/uuid/random_generator.hpp:149:7: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided
PR: 227427
Reported by: antoine (via exp-run)
Obtained from: Homebrew
|
|
|
|
|
|
|
| |
xpdf to be the default PDF viewer via xdg-mime.
PR: 227627
Submitted by: 0mp@
|
| |
|
|
|
|
|
| |
Changes: https://www.mesa3d.org/relnotes/18.0.1.html
PR: 225415
|
|
|
|
|
| |
Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place
when DISTVERSION*FIX is used.
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
|
|
|
|
|
|
|
|
| |
/usr/bin/ld: cannot find -lboost_python
c++: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [libMath.so] Error 1
PR: 227427
Reported by: antoine (via exp-run)
|
|
|
|
|
| |
- Update LICENSE section
- Update pkg-descr
|
|
|
|
|
|
|
|
|
| |
/usr/local/bin/ld: cannot find -lboost_python
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [Makefile:508: python/caffe/_caffe.so] Error 1
PR: 227427
Reported by: antoine (via exp-run)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
-- Boost python support not found -- will not build python components!
[...]
install -s -m 0644 /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so /wrkdirs/usr/ports/graphics/py-openimageio/work/stage/usr/local/lib/python2.7/site-packages
install: /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so: No such file or directory
PR: 227427
Reported by: antoine (via exp-run)
|
|
|
|
| |
- Add LICENSE_FILE
|
|
|
|
|
|
| |
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
/usr/bin/ld: undefined reference to symbol `pthread_condattr_init@@FBSD_1.0' (try adding -lthr)
PR: 227427
Reported by: antoine (via exp-run)
Regressed by: https://github.com/boostorg/thread/commit/1e84b978b2bb
|
|
|
|
|
|
| |
$ echo 'int main() {}' | cc -xc - -o /dev/null -L/usr/local/lib -lfreeimage -lm
/usr/local/lib/libfreeimage.so: undefined reference to `png_init_filter_functions_neon'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
|
|
|
|
| |
/usr/bin/ld: ./Source/FreeImage/BitmapAccess.o(.text+0x2d0): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `_ZSt7nothrow'
/usr/bin/ld: final link failed: Nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: error: constant expression evaluates to -2 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
1,0, 2,2, 2,-2,
^~
Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: note: insert an explicit cast to silence this issue
1,0, 2,2, 2,-2,
^~
static_cast<char>( )
[...]
Reported by: pkg-fallout (armv6, armv7, aarch64)
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Obtained from: https://sourceforge.net/p/freeimage/svn/1735/
https://sourceforge.net/p/freeimage/svn/1740/
Security: 5b1631dc-eafd-11e6-9ac1-a4badb2f4699
MFH: 2018Q2
|
|
|
|
|
|
|
|
|
|
|
| |
OpenOrienteering Mapper is a software for creating
maps for the orienteering sport.
WWW: http://www.openorienteering.org/apps/mapper/
PR: 214758
Submitted by: Nikolay <sikmir@gmail.com>
Reviewed by: olivierd
|
| |
|
|
|
|
|
|
|
|
| |
c++ -o build/libexiv2python.so -fstack-protector -shared build/exiv2wrapper.os build/exiv2wrapper_python.os -L/usr/local/lib -lboost_python -lexiv2
/usr/bin/ld: cannot find -lboost_python
PR: 227427
Reported by: antoine (via exp-run)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Doesn't build on 12 with PLUGINS=on due to the math/vtk6 failure:
https://gitlab.kitware.com/vtk/vtk/issues/17285
It builds with PLUGINS=off.
Compared to the original submission, sevaral changes have been made:
* Added the PLUGINS option
* Fixed the GAMEPAD option
* etc.
PR: 226239
Submitted by: Neel Chauhan <neel@neelc.org>
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14641
|
|
|
|
|
|
|
| |
* additionally, give the maintainership to kde@.
Approved by: portmgr (mat), avilla (timeout)
Differential Revision: https://reviews.freebsd.org/D14650
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
|
| |
|
|
|
|
|
| |
Reviewed by: kwm
Approved by: bapt (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Change to DISTVERSION
* Change MASTER_SITES to https
* Update COMMENT
* Add MANPREFIX fix to the patch
PR: 227449
Submitted by: Aaron Baugher <aaron@baugher.biz> (maintainer)
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
| |
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 227433
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
ports to fail when including it.
PR: 221805
Submitted by: me
Approved by: gnome (kwm)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changes: https://www.mesa3d.org/relnotes/18.0.0.html
PR: 225415
Tested by: Greg V, cpm, Kevin Oberman, Juan Ramón Molina Menor
Reviewed by: Greg V (Wayland, Vulkan), jkim (umtx)
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://www.mesa3d.org/relnotes/17.3.2.html
Changes: https://www.mesa3d.org/relnotes/17.3.3.html
Changes: https://www.mesa3d.org/relnotes/17.3.4.html
Changes: https://www.mesa3d.org/relnotes/17.3.5.html
Changes: https://www.mesa3d.org/relnotes/17.3.6.html
Changes: https://www.mesa3d.org/relnotes/17.3.7.html
Changes: https://www.mesa3d.org/relnotes/17.3.8.html
PR: 225035
Tested by: Oleh Hushchenkov, Kevin Oberman
Approved by: maintainer timeout (3 months, cookie licking)
MFH: 2018Q2 (mostly regression fixes)
|
|
|
|
|
|
|
| |
PR: 223030
Submitted by: Greg V
Obtained from: upstream (Mesa 18.0.0)
Approved by: maintainer timeout (4 months)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sandybridge on FreeBSD 11.* is also affected:
$ glxgears
[intel_init_bufmgr: 1685] Kernel 3.9 required.
libGL error: failed to create dri screen
libGL error: failed to load driver: i965
5373 frames in 5.0 seconds = 1074.496 FPS
Reported by: Kevin Oberman
PR: 225035 225415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* graphics/gwenview
* graphics/kamera
* graphics/kcolorchooser
* graphics/kdegraphics-mobipocket
* graphics/kdegraphics-svgpart
* graphics/kdegraphics-thumbnailers
* graphics/kimagemapeditor
* graphics/kolourpaint
* graphics/libkdcraw
* graphics/libkexiv2
* graphics/libkipi
* graphics/libksane
* graphics/okular
* graphics/spectacle
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Differential Revision: https://reviews.freebsd.org/D14833
|
|
|
|
|
| |
PR: 227246
Submitted by: Dani <i.dani@outlook.com>
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
|
|
|
|
|
| |
- Switch to meson, ninja
- Add a diff to fix detection of libgcrypt during configure. Reported
upstream as: https://bugzilla.gnome.org/show_bug.cgi?id=795033
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872
|
|
|
|
|
|
| |
pkg-static: ufraw-0.22_5 conflicts with dcraw-9.27 (installs files into the same place). Problematic file: /usr/local/bin/dcraw
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
|
|
|
|
| |
It helps remind maintainer to bump PORTREVISION of dependent ports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/text/text_layout.cpp:234:5: error: unknown type name 'Locale'; did you mean 'icu::Locale'?
Locale locale; // TODO: Is the default constructor correct?
^~~~~~
icu::Locale
/usr/local/include/unicode/locid.h:188:20: note: 'icu::Locale' declared here
class U_COMMON_API Locale : public UObject {
^
src/text/text_layout.cpp:236:21: error: unknown type name 'BreakIterator'; did you mean 'UBreakIterator'?
std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status));
^~~~~~~~~~~~~
UBreakIterator
/usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:236:45: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'?
std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status));
^~~~~~~~~~~~~
UBreakIterator
/usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:236:45: error: incomplete type 'UBreakIterator' named in nested name specifier
std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status));
^~~~~~~~~~~~~~~
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:247:13: error: member access into incomplete type 'UBreakIterator'
breakitr->setText(text);
^
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:260:53: error: member access into incomplete type 'UBreakIterator'
int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i);
^
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:260:55: error: expected ':'
int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i);
^
:
src/text/text_layout.cpp:260:43: note: to match this '?'
int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i);
^
src/text/text_layout.cpp:260:55: error: use of undeclared identifier 'preceding'
int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i);
^
src/text/text_layout.cpp:263:89: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'?
if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~
UBreakIterator
/usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:263:89: error: incomplete type 'UBreakIterator' named in nested name specifier
if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~~~
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:267:38: error: member access into incomplete type 'UBreakIterator'
break_position = breakitr->following(i);
^
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:268:52: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'?
if (break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~
UBreakIterator
/usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:268:52: error: incomplete type 'UBreakIterator' named in nested name specifier
if (break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~~~
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:373:89: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'?
if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~
UBreakIterator
/usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:373:89: error: incomplete type 'UBreakIterator' named in nested name specifier
if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~~~
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:376:52: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'?
if (break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~
UBreakIterator
/usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here
typedef struct UBreakIterator UBreakIterator;
^
src/text/text_layout.cpp:376:52: error: incomplete type 'UBreakIterator' named in nested name specifier
if (break_position == static_cast<int>(BreakIterator::DONE))
^~~~~~~~~~~~~~~
/usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator'
typedef struct UBreakIterator UBreakIterator;
^
https://ssl.icu-project.org/trac/changeset/40705
PR: 227042
Reported by: antoine (via exp-run)
Obtained from: upstream
|
|
|
|
|
|
| |
Bump PORTREVISION
MFH: 2018Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On the same time recover updates done in development branch and never released
- Add WB for multiple new cameras :
FUJIFILM X-T2, PENTAX K-1, Panasonic DMC-FZ300/DMC-FZ330,
Canon PowerShot G7 X Mark II, Canon EOS M10, Canon EOS 700D,
Canon EOS 80D, NIKON D200, FUJIFILM X-T10, PENTAX K-S2,
NIKON D5500, NIKON D810, FUJIFILM X100T, Canon PowerShot G5 X,
Panasonic DMC-LF1, SONY RX10M2, Canon EOS M2, Canon PowerShot S120,
FUJIFILM X-M1, OLYMPUS E-M10 Mark II, etc
- multiple bug fixes : memory leak, etc
Remove existing patches since they coming from upstream and are now provided
by default in the distfile.
Incorporate the patched made by the debian project, including a fix for the
CVE-2015-8366.
MFH: 2018Q2
Security: CVE-2015-8366
|
| |
|
|
|
|
|
|
| |
- Use the distributed tarball istead of the GitHub tagged version. This has the
benefit that autoreconf is not needed plus we can avoid pulling in
textproc/hs-pandoc which was merely required for the creation of the manpage.
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
|
|
|
| |
- Add LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The order in which files are placed in mocs_compilation.cpp has changed
in CMake 3.11 compared to CMake 3.10. This shows up places where not all
of the includes needed for a bit of code, are included -- because by chance,
everywhere else they are already included by the time the compiler gets to
the offending header. In switching the order around, compiles fail.
The error message is in the patch -- just a missing type declaration.
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D14770
|
| |
|
|
|
|
|
|
|
|
| |
Also remove RUN_DEPENDS on blender itself, because sverchok is an
add-on, it doesn't call blender directly. Instead, blender calls
sverchok.
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and
thereby does not get the normal default value of
--no-same-owner --no-same-permissions
passed when extracting. This lead to for example header files
being installed (i.e. copied), with permissions group write
permissions.
Manually append that to the bsd.qt.mk shenanigans (also do the
same in www/qt5-webchannel, which opts out of the bsd.qt.mk value)
PR: 227027
Reported by: grarpamp@gmail.com
|
|
|
|
|
|
|
| |
- Simplify DOCS and EXAMPLES installation
- Use CMAKE_ON
- Add LICENSE_FILE
- Let the framework handle the move of *.pc files to libdata/pkgconfig
|
|
|
|
|
|
|
|
| |
- Reset maintainer after the third consecutive timeout
PR: 226605
Submitted by: greg@unrelenting.technology (based on)
Approved by: koalative@gmail.com (maintainer timeout, 2 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The error is:
cc -shared -L/usr/local/lib/perl5/5.26/mach/CORE -lperl
-L/usr/local/lib -fstack-protector-strong Geometry/Geometry.o
Global/Global.o Local/Local.o Misc/Misc.o Morphology/Morphology.o
Point/Point.o IPA.o Geometry/Geometry2.o Global/fft.o Global/Global2.o
Global/gsclose.o Global/hough.o Local/Local2.o Misc/Misc2.o
Morphology/Morphology2.o Point/Point2.o -o blib/arch/auto/IPA/IPA.so
cc: error: no such file or directory: 'Geometry/Geometry.o'
cc: error: no such file or directory: 'Global/Global.o'
cc: error: no such file or directory: 'Local/Local.o'
cc: error: no such file or directory: 'Misc/Misc.o'
[...]
For some reason, the object files are not created where they should and,
obviously, cc cannot find them. I compared the Makefile from Perl 5.24
which works and Perl 5.26 which does not, I cannot see any obviously
wrong bit.
PR: 226817
Sponsored by: Absolight
|
|
|
|
|
| |
Release notes:
https://www.darktable.org/2018/03/darktable-242-released/
|
|
|
|
|
| |
x11-toolkits/gtk20. Add a comment about this to x11-toolkits/gtk20 because
this isn't the first time.
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
PR: 226882
Submitted by: sergey.v.brunov@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14834
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Wayland is an object oriented display protocol, which features request
and events. Requests can be seen as method calls on certain objects,
whereas events can be seen as signals of an object. This makes the
Wayland protocol a perfect candidate for a C++ binding.
The goal of this library is to create such a C++ binding for Wayland
using the most modern C++ technology currently available, providing an
easy to use C++ API to Wayland.
WWW: https://github.com/NilsBrause/waylandpp
This port is ignored by default because it requires a build of
graphics/mesa-libs with WAYLAND=on which is off by default.
|
|
|
|
|
|
| |
updated, KDE Frameworks 5, version of the same application.
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
| |
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
| |
Changes: https://github.com/markevans/dragonfly/blob/master/History.md
|
|
|
|
| |
Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email)
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Don't restrict the port to Python 2 only and allow concurrent installation
PR: 226797
Approved by: Eric Camachat (maintainer)
|
|
|
|
| |
Found out via: repology.org
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
|
|
|
|
| |
Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.49/Changes
|
|
|
|
|
|
|
| |
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
|
|
|
|
|
|
|
|
|
| |
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Fix compilation issues when using CFLAGS=-m64 on some gcc versions
* Re-render current image when toggle_fixed_geometry is input
* Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq)
* Improve --image-bg support and transparency handling in --bg-* mode
* Respect --geometry settings in --bg-fill mode
* Add keybinding toggle_auto_zoom (default Z) to toggle --auto-zoom
* Fix filelists specified by -f/--filelist not being reloaded when using
--reload
* Improve performance when using --{max,min}-dimension in slideshow mode
(patch by ulteq)
* Fix crash when using %m format specifier in slideshow mode (introduced
in feh 2.23.1)
Note that the feature with natural sorting of file and directory names is
not enabled since we don't have the strverscmp glibc extension.
|
|
|
|
|
|
|
| |
Release info: <http://rawtherapee.com/blog/rawtherapee-5.4-released>
The abort-on-exit bug with core dump is known to persist.
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205370>
|
|
|
|
|
| |
PR: 226681
Reported by: pkubaj@anongoth.pl
|
|
|
|
| |
- Update pkg-descr
|
|
|
|
| |
- Update pkg-descr
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
I couldn't find an announcement, but all executables from
graphics/pfstmo are now in pfstools-2.1.0.
graphics/pfstools has been updated to 2.1.0 in r465069
|
|
|
|
|
|
|
|
| |
version 2.0)
See announcement in http://pfstools.sourceforge.net/pfscalibration.html
graphics/pfstools has been updated to 2.1.0 in r465069
|
|
|
|
|
|
|
|
|
|
| |
2018-03-19 graphics/code-eli: Broken for more than 6 months
2018-03-19 databases/pg_rman: Broken for more than 6 months
2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months
2018-03-19 devel/elixir-stemmer: Broken for more than 6 months
2018-03-19 benchmarks/expedite: Broken for more than 6 months
2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months
2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months
|
| |
|
|
|
|
|
|
|
|
| |
is in the (new) patch.
PR: 226524
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D14652
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Change to DISTVERSION
* Add LICENSE_FILE
* Change to cmake (from gmake)
* Update of all options accordingly
PR: 225537
Submitted by: Iouri V. Ivliev <fbsd@any.com.ru> (maintainer)
|
| |
|
|
|
|
| |
While here, pet portlint.
|
| |
|
|
|
|
|
| |
Changelog:
https://drawpile.net/news/release-2.0.10/
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Unbundle freetype and harfbuzz
* Remove unnecessary CXXFLAGS
* Add the option STEAM: Compile with Steam library
Reported by: portscout
|
| |
|
|
|
|
| |
while here, massage OPENMP_DESC for generic GCC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 5.0.0
- Add TEST_DEPENDS, which was missing in previous port versions where
test target was defined.
- Switch to using pytest, per upstream.
- Add comment to track actual (precise) supported Python versions.
Release Notes:
* https://pillow.readthedocs.io/en/latest/releasenotes/index.html
Backward Incompatible Changes (5.0.0):
* https://pillow.readthedocs.io/en/latest/releasenotes/5.0.0.html#backwards-incompatible-changes
Detailed Changelog:
* https://github.com/python-pillow/Pillow/blob/5.0.0/CHANGES.rst
PR: 226573 [1]
Submitted by: Kevin Golding <ports caomhin org> [1]
|
|
|
|
|
|
|
|
|
| |
updates including examples and link to the upstream man page.
PR: 226326
Submitted by: 0mp@FreeBSD.org
Reviewed by: swills (mentor)
Approved by: swills (mentor)
|
|
|
|
|
|
|
|
|
|
| |
This is a repo copy of the last 4.9 status of graphics/drm-next-kmod. While drm-next-kmod serves as the experimental DRM/KMS port, this new port will always trail it and be in a more stable state. This is not a guarantee that drm-stable-kmod will receive all versions from drm-next-kmod, more likely there will be jumps.
Mark the two ports as mutually conflicting.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D14584
|
|
|
|
|
|
|
|
|
| |
This was fixed after initial commit in bsd.ocaml.mk r349286.
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir /wrkdirs/usr/ports/graphics/ocaml-images/work/stage/usr/local/%%OCAML_SITELIBDIR%%
Error: Orphaned: @dir /wrkdirs/usr/ports/graphics/ocaml-images/work/stage/usr/local/lib/ocaml
Error: Orphaned: @dir /wrkdirs/usr/ports/graphics/ocaml-images/work/stage/usr/local/lib
...
|
|
|
|
| |
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS
|
|
|
|
|
|
|
|
| |
Oddly, it seems to build on armv6.
Pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
|
|
|
|
|
| |
PR: 226487
Exp-run by: antoine
|
|
|
|
|
| |
PR: 226498
Exp-run by: antoine
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Unsilence installation commands
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
- Don't add a timestamp at build time to the docs
- While here add missing USES=jpeg
PR: 223620
Submitted by: Michael Kotlyar <mdk369@nyu.edu>
|
| |
|
|
|
|
|
|
|
|
| |
problems listed in the PR, but it's a step. The port remains unmaintained,
upstream hasn't been maintained in ~8 years, should probably be deprecated instead.
PR: 216197
Approved by: tcberner (mentor, implicit)
|
|
|
|
| |
Changes: https://www.libraw.org/news/libraw-0-18-8
|
|
|
|
|
|
| |
With hat: apache
Reported by: antoine
Approved by: fixit blanket
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
|
|
|
|
| |
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Simplify DOCS installation
- Convert to options target helper
Changes: http://search.cpan.org/dist/Image-ExifTool/Changes
PR: 226464
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
|
|
|
|
| |
version 1.1.0 (via revision 464079).
|
|
|
|
|
|
|
| |
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine)
|
| |
|
|
|
|
|
|
|
|
| |
- Adjust option: rename RESSCRIPTS to EXTRESSO
- Update pkg-descr
- Update WWW
Changes: http://git.savannah.nongnu.org/cgit/icoutils.git/tree/NEWS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
|
|
|
|
|
|
|
|
|
|
|
|
| |
directly conflicts with graphics/libpotrace
graphics/libpotrace and graphics/potrace build different parts
of the same project and should probably be merged. For now, delete the
offending option because it isn't needed.
Reported by: Jan Henrik Sylvester <me@janh.de>
Approved by: tcberner (mentor, implicit)
Approved by: portmgr (port compliance, infrastructure)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Changed DISTVERSION
* Simplified MASTER_SITES
* Added LIBRARY DOCS options
* Moved plist into pkg-plist
* Added CONFLICTS
PR: 221938
Submitted by: Piotr Smyrak <ps.ports@smyrak.com> (maintainer)
Approved by: tcberner (mentor, implicit)
|
|
|
|
| |
Changes: https://github.com/hfiguiere/libopenraw/blob/libopenraw-0.1.2/NEWS
|
|
|
|
|
|
| |
PR: 226412
Submitted by: takefu@airport.fm (maintainer)
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
| |
Also updated WWW with the https version.
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/silnrsi/graphite/releases
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
| |
Fix plist in this ignored-by-default port.
Reported by: tcberner
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Added USE_GL=gl
* Added to USE_QT5
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
| |
- Fix shebangs
- Add NO_ARCH
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
Fixed the python shebang by removing the patch and using USES=shebangfix.
Approved by: tcberner (mentor, implicit)
Approved by: portmgr (port compliance, infrastructure)
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
PR: 226199
Submitted by: lbartoletti@tuxfamily.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14513
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
and fix typo in maintainer email address
portmaster@bsdforfe.com -> portmaster@bsdforge.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX
$ dig virgaria.org MX | grep MX
; <<>> DiG 9.12.0 <<>> virgaria.org MX
;virgaria.org. IN MX
$ dig vereshagin.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vereshagin.org MX
;vereshagin.org. IN MX
$ dig sucked-in.com MX | grep MX
; <<>> DiG 9.12.0 <<>> sucked-in.com MX
;sucked-in.com. IN MX
$ dig pkix.net MX | grep MX
; <<>> DiG 9.12.0 <<>> pkix.net MX
;pkix.net. IN MX
$ dig michael-fauste.de MX | grep MX
; <<>> DiG 9.12.0 <<>> michael-fauste.de MX
;michael-fauste.de. IN MX
Approved by: tcberner (mentor, implicit)
|
| |
|
|
|
|
|
| |
Make dependencies and configure flags explicit on/off instead of automatic.
Fix up the gif dependency, it was always automatic, even when turned off.
|
|
|
|
|
|
|
| |
Changelog:
https://drawpile.net/news/release-2.0.9/
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional port changes:
* Added PYUIC_PROGRAM because cmake couldn't find pyuic4
* Flavorized some dependencies with missing flavors
* Silenced/improved some commands
* Updated WWW
PR: 226190
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by: tcberner (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CURRENT and 11-STABLE.
This was tested with CURRENT on:
* Haswell
* Broadwell
* Skylake
* Evergreen
* Kaveri (both radeon and amgpu KMS)
* Carrizo
* Polaris
Thanks to Johannes Lundberg and Hans Petter Selasky for their heroic efforts!
Reviewed by: swills (mentor), rene (mentor)
Approved by: swills (mentor), rene (mentor)
Obtained from: FreeBSDDesktop
Differential Revision: https://reviews.freebsd.org/D14496
|
|
|
|
|
|
|
|
| |
- Use PYGAME
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add PyPI as primary WWW
- Update WWW
- Take maintainership
|
|
|
|
|
|
| |
98 ports are affected.
Approved by: tcberner (mentor, implicit)
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
| |
PR: 226157
Submitted by: xmj
|
|
|
|
| |
With hat: portmgr-secretary
|
|
|
|
| |
Changes: http://search.cpan.org/dist/GraphViz2/Changes
|
|
|
|
| |
Changes: https://lists.freedesktop.org/archives/mesa-announce/2018-February/000402.html
|
|
|
|
|
|
|
|
|
|
| |
lbartoletti@tuxfamily.org takes maintainership.
Also changed to DISTVERSION.
PR: 225786
Submitted by: lbartoletti@tuxfamily.org
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
|
|
|
|
|
|
| |
and libc++ to 6.0.0 by falling back to gcc.
Notified by: pkg-fallout
|
|
|
|
|
| |
Approved by: swills (mentor, implicit)
Obtained from: FreeBSDDesktop
|
|
|
|
|
| |
PR: 221781
Submitted by: vvd@unislabs.com
|
|
|
|
|
| |
PR: ports/226051
Submitted by: Don Lewis <truckman@FreeBSD.org>
|
|
|
|
|
|
|
|
| |
PR: 221781
Submitted by: rozhuk.im@gmail.com, joerg
Reviewed by: Rainer Hurling <rhurlin@gwdg.de>, Greg Veldman <greg@gregv.net>
Approved by: gnome (maintainer timeout)
Relnotes: https://github.com/GNOME/evince/blob/master/NEWS
|
|
|
|
|
|
| |
quoted.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
recent changes to the base linuxkpi in HEAD. No functional change.
Reported by: Ian Freislich
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Obtained from: FreeBSDDesktop
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
|
|
|
| |
Changes: http://search.cpan.org/dist/GD/ChangeLog
|
| |
|
|
|
|
|
|
|
| |
- Grab maintainership for gnome@
PR: 223360
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Obtain patch-2d66943 from upstream head
- Bump PORTREVISION
- While on it: Pet portlint
PR: 225680
Submitted by: mikael.urankar@gmail.com
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).
Thanks to antoine for the exp-run.
PR: 225928
|
| |
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
|
|
|
|
|
|
|
|
|
| |
relevant parts of the linuxkpi to 11-STABLE by hps allows us to now support the Linux-based KMS bits there. Adjust the OSVERSION check accordingly.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Obtained from: FreeBSDDesktop / hps
Differential Revision: https://reviews.freebsd.org/D14424
|
|
|
|
| |
Changes: https://files.dyne.org/frei0r/ChangeLog.txt
|
| |
|
|
|
|
|
|
|
| |
Changes: https://www.libraw.org/download#changelog
MFH: 2018Q1
Security: c60804f1-126f-11e8-8b5b-4ccc6adda413
Security: 6f0b0cbf-1274-11e8-8b5b-4ccc6adda413
|
|
|
|
|
|
|
| |
PR: 225869
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D14287
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
| |
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
|
| |
|