| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 212775
Submitted by: mat
|
|
|
|
|
|
| |
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1475224589 which corresponds to commit 7f3ea39 tagged
as this release.
|
|
|
|
|
|
|
|
|
|
| |
- Changed master site to github
- Added pkg-config file
- Updated license
- Updated WWW site
PR: 212775
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
|
| |
|
|
|
|
| |
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
| |
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1467059439 which corresponds to commit a5f02bb tagged
as this release.
|
|
|
|
|
|
| |
PR: 212593
Submitted by: takefu@airport.fm (maintainer)
Approved by: feld (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
/usr/local/lib/libopencv_core.so.2: undefined reference to `std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11'
Reported by: pkg-fallout, abi@abinet.ru
|
|
|
|
|
|
|
|
|
| |
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc
|
|
|
|
|
|
| |
Changes: https://github.com/opencv/opencv/compare/2.4.9...2.4.13.1
ABI: https://abi-laboratory.pro/tracker/timeline/opencv/
MFH: 2016Q4
|
|
|
|
| |
WANT_* variables are a relic of the dark times before bsd.port.options.mk.
|
|
|
|
|
|
|
| |
opencv.org points to Itseez repo which is confusing unless one clicks
on the link.
Pointyhat to: jbeich (r423059)
|
|
|
|
|
|
|
|
|
|
| |
However, the project site uses 'Content-Disposition: attachment; filename=' to
provide the filename. Unfortunately this is not yet supported by fetch.
Therefore self host distfile. Note, this does not mean that the proeject site
mentioned under WWW doesn't provide the distfile. It just means that the
distfile would have an undesired name due to the mentioned shortcoming of fetch.
The checksum of that file matches the one that was previously hosted at google
code.
|
|
|
|
| |
- Fix portlint errors.
|
|
|
|
|
| |
PR: ports/213036
Submitted by: pfg@FreeBSD.org
|
|
|
|
|
| |
- Reolocate to github
- Use pathfix macro
|
|
|
|
| |
Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email)
|
|
|
|
|
| |
PR: 213069
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PYTHON_REL is defined in bsd.port.pre.mk, so this unlikely to ever have
worked unless defined via make.conf. Note, USES=python only supports
overriding PYTHON_VERSION apart from DEFAULT_VERSIONS=python*.
$ make -V PYTHON_VERSION PYTHON_REL=3500
python2.7
$ PYTHON_REL=3500 make -V PYTHON_REL
2712
$ make -V PYTHON_REL PYTHON_VERSION=python3.5
3502
PR: 204519 (for tracking)
|
|
|
|
| |
Approved by: rene (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from /usr/local/include/eigen3/unsupported/Eigen/MatrixFunctions:58,
from modules/contrib/src/rgbdodometry.cpp:65:
/usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h: In member function 'void Eigen::MatrixExponential<MatrixType>::computeUV(float)':
/usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:296: error: call of overloaded 'pow(int, int&)' is ambiguous
/usr/include/math.h:210: note: candidates are: double pow(double, double)
/usr/include/c++/4.2/cmath:357: note: float std::pow(float, float)
/usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double)
/usr/include/c++/4.2/cmath:365: note: double std::pow(double, int)
/usr/include/c++/4.2/cmath:369: note: float std::pow(float, int)
/usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int)
Reported by: pkg-fallout
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 213103
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).
Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:
vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
|
|
|
|
|
| |
PR: 213023
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ANSi / ASCII art to PNG converter
- Supports 7 textmode formats:
ANS/PCB/BiN/ADF/iDF/TND/XBiN
- Supports 14 MS-DOS charsets
- 80x25, 80x50 and Amiga fonts
- Supports SAUCE and iCE colors
- Small output size (4-bit PNG)
WWW: https://github.com/ansilove/ansilove
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 212869
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/py-efl to 1.18.0
- Update multimedia/rage to 0.2.1
- Update x11-wm/enligtenment to 0.21.2
- Bump PORTREVISION in graphics/edje_viewer
- Bump PORTREVISION in x11/terminology
- Merge graphics/evas_generic_loaders* into devel/efl
- Merge multimedia/emotion_generic_players-vlc into devel/efl
- Merge x11-toolkits/elementary into devel/efl
|
|
|
|
| |
- Add some explicit dependencies to make Q/A happy
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
| |
Python module of OpenCV 2.4.9 is not compatible with Python 3.x
- both on cmake infrastructure level and on module itself level,
so just mark it as Python 2.x only and remove all the python3
shims - they are don't make any difference anyway.
We can patch that hardly to make it work, but it's better to just
update to latest version that have python3 support out of the box.
PR: 204519 (for tracking)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- convert to autoplist
- limit python version to 2.x
===> Configuring for pygts-0.3.1_5
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 60
raise RuntimeError, result[0]
^
SyntaxError: invalid syntax
*** Error code 1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7411
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: swills (mentor)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 212867
Reported by: Bengt Ahlgren
Obtained from: Upstream repository
|
| |
|
|
|
|
|
|
|
| |
and not because of openmp
Note that this port should just be removed when pfstools has been
updated to version 2 which now includes this code directly
|
|
|
|
|
| |
- Fix WWW:
- Simplify installation
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: pi (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
|
| |
|
|
|
|
|
| |
PR: ports/212801
Submitted by: olevole@olevole.ru (maintainer)
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.
General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
being used. According to the discussion here:
https://codereview.qt-project.org/#/c/154800/
The Qt project is not opposed to LibreSSL, but does not want to mix
support for it into the OpenSSL backend code, especially as they move
towards supporting OpenSSL 1.1.
People interested in LibreSSL support are welcome to submit a separate
backend upstream, but are expected to maintain it. We (kde@) are not
opposed to carrying some patches authored by others in the future, as long
as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
default (this is an upstream change). You can add "CONFIG -= c++11" to
your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
separately as a community release tarball. kde@ does not have an ETA for a
qt5-webengine port, as it requires a huge effort (and number of patches)
similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
release is 5.5.1.
Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
FreeBSD, replacing the outdated freebsd-g++ one that was moved to
unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
mkspecs. Instead of running the `configure' script, which requires a
compiler and adjustments to the mkspecs files and also ends up building a
new qmake binary, we now leverage USES=qmake to generate all the Makefiles
from the top-level qt.pro. Getting this to work requires some tricks,
though, and qt.conf.in has a longer explanation of what's being done.
Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.
New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2
Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.
PR: 211916
|
|
|
|
|
|
|
| |
erlc -W +debug_info +debug_info -o. tools.erl
tools.erl:247: redefining predefined macro 'FUNCTION_NAME'
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
| |
Despite having a configure argument of --with-sha1=libcrypto, only three
of the eight users of graphics/libGL/Makefile.common actually link to
SSL libraries. Individually add USES=ssl to these three ports rather
than have all 8 having this requirement.
Approved by: SSL blanket
|
|
|
|
| |
PR: 210665
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
|
|
|
|
| |
These ports built successfully
|
|
|
|
|
| |
I'm not longer evaluating copperspice for use in a project, so release
maintainship of it. I upgraded to the latest version first though.
|
|
|
|
|
|
|
|
|
|
| |
While this port installs icons, do not use INSTALLS_ICONS= to avoid bringing
in a bunch of dependencies to this very light weight port. [0]
ChangeLog: http://feh.finalrewind.org/archive/2.17/
http://feh.finalrewind.org/archive/2.17.1/
Discussed with: kwm [0]
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
|
| |
|
|
|
|
|
|
| |
PR: 212308
Reported by: antoine@
Differential Revision: D7842
|
|
|
|
|
|
|
|
| |
- Fix build with TOOLS on 9.x
- While here, cosmetic fixes
PR: 212045
Submitted by: pkubaj@anongoth.pl (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
|
|
|
|
|
|
|
|
|
|
| |
While here, refresh patches.
PR: 212308
Submitted by: emaste@
Reported by: andrew@
MFH: 2016Q3
Differential Revision: D7842
|
|
|
|
|
|
|
| |
- While here, remove unneded WRKSRC and fix WWW:
PR: 212497
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
|
|
|
| |
Approved by: rene (mentor)
|
|
|
|
|
|
|
|
|
|
| |
- this fixes errors like
PHP Warning: imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT1-Bold.gdf):
failed to open stream: No such file or directory in
/usr/local/share/jpgraph/gd_image.inc.php on line 94, referer: ...
PR: 212516
Submitted by: Andrea Venturoli <ml@netfence.it>
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Install docs
PR: 179337
Submitted by: nemysis@gmx.ch
Approved by: maintainer timeout (grog, 3 years)
|
|
|
|
|
|
|
|
|
| |
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
|
|
|
|
|
| |
PR: 209163
Submitted by: marc.priggemeyer@gmail.com
|
|
|
|
|
|
|
| |
PR: 211552
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2016Q2
Security: https://rhn.redhat.com/errata/RHSA-2016-1547.html
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework.
- bsd.port.mk:
- Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
- Put USE_LINUX_PREFIX handling after USES processing.
- Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
give these variables a different default value.
- When a package needs to run Linux ldconfig check before installation if
Linux support is enabled.
- emulators/linux_base-*:
- Use USES=linux and remove duplication.
- Remove files/lp. FreeBSD or CUPS lp(1) should work.
- Remove files/yp.conf. No longer seems to be used.
- Remove pkg-deinstall and move pkg-install into pkg-plist.
- Update pkg-descr and pkg-message.
- Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
to use FreeBSD mkdir so mkdir -p $path creates $path and not
/compat/linux/$path.
PR: 211645
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
| |
- Replace CPPFLAGS and LDFLAGS by USES= localbase
PR: 211388
Submitted by: myself
Approved by: The GNOME team (timeout)
Exp-run by: antoine@
|
|
|
|
|
|
|
| |
- Fix LICENSE
PR: 212288
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
|
|
|
|
|
|
| |
It has been moved upstream (probably due to the digikam-kf5 release).
Approved by: rakuco (mentor)
MFH: 2016Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Piglit is the Mesa testsuite. It is very helpful while working on the
graphics stack in both userland and the kernel.
Support for FreeBSD is incomplete at this time. We use a patch to
enable the same build flags as Linux. However, we still lack new code
to support FreeBSD, in particular in scripts under the `framework`
directory, such as a way to collect timestamped messages from the
kernel.
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D4058
|
|
|
|
|
|
| |
PR: 212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by: pi (mentor)
|
|
|
|
|
| |
PR: 211760
Submitted by: pfg
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- remove option VPX
Security: CVE-2016-6207
Security: CVE-2016-6214
Security: CVE-2016-6132
Security: CVE-2016-5766
PR: 211562
MFH: 2016Q3
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The libmagic specification was ambiguous and was falling back to the
base version. After notifying of this on the PR, the original submitter
indicated that the base libmagic is sufficient, so the dependency on
sysutils/file has been removed with a revbump.
PR: 174130
Submitted by: Walter Schwarzenfeld
|
| |
|
|
|
|
|
|
|
| |
- dependencies added require a bump of portrevision
PR: 211468
Reported by: marino
|
| |
|
|
|
|
|
|
|
|
|
|
| |
https://sourceforge.net/p/ufraw/bugs/407/
- Convert to options subs and helpers
- Mark GTK2 option as implied for GIMP, otherwise poudriere build fails
PR: 211735
Submitted by: myself
Approved by: maintainer timeout
|
|
|
|
| |
- Switch to USES=localbase
|
|
|
|
| |
Approved by: skreuzer (maintainer)
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
|
|
|
|
|
| |
PR: ports/210968
Submitted by: Jason Bacon <bacon4000@gmail.com>
|
|
|
|
|
| |
PR: ports/206529
Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
|
|
|
|
|
|
|
| |
Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1]
Add Indirect dependancy to ilmbase for the exr plugin.
Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]
|
|
|
|
|
|
|
|
| |
Add indirect dependacies.
Switch to lcms2 since that is actualy used.
MFH: 2016Q3
Security: f5035ead-688b-11e6-8b1d-c86000169601, CVE-2016-6855
|
|
|
|
| |
Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2.1/ChangeLog
|
|
|
|
|
| |
PR: ports/211652
Submitted by: w.schwarzenfeld@utanet.at
|
|
|
|
|
|
|
| |
Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1]
Add Indirect dependancy to ilmbase for the exr plugin.
Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]
|
|
|
|
|
|
|
|
|
| |
- fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX
PR: 211468
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by: freebsd@schukraft.org
Approved by: quentin.stievenart@gmail.com (maintainer timeout)
|
|
|
|
|
|
|
|
|
|
|
| |
NPlot is a free charting library for .NET. It boasts an elegant,
flexible API and includes controls for Windows.Forms, ASP.NET
and a class for creating Bitmaps.
WWW: http://netcontrols.org/nplot/wiki/
PR: 211666
Submitted by: Carsten Larsen <cs@innolan.dk>
|
|
|
|
| |
Changelog: http://feh.finalrewind.org/archive/2.16.2/
|
|
|
|
|
|
|
| |
* Use USES=localbase.
* add missing cairo dependancy.
Obtained from: gnome devel repo
|
| |
|
|
|
|
|
| |
PR: 211937
Submitted by: Vladimir.Chukharev@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
The opencv-core dependency is not limited to the RAW option. The build
fails in a clean jail if the RAW option is turned off due to the missing
opencv dependency. Change it to an unconditional LIB_DEPENDS to fix
the build in the RAW-off configuration.
PR: 202497
Reported by: serpent7776 (gmail)
Approved by: maintainer timeout / just-fix-it
|
| |
|
|
|
|
|
| |
Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2/ChangeLog
ABI: https://people.freebsd.org/~jbeich/compat_reports/zimg/2.1_to_2.2/compat_report.html
|
|
|
|
|
|
| |
- Drop unneeded WX_UNICODE
- Silence patching and stripping
- Remove always-true (since wx 2.6 removal) condition
|
|
|
|
| |
Reported by: mat
|
|
|
|
|
|
|
|
|
|
| |
- Add TOOLS option for training tools
- Update graphics/tesseract-data to version 3.04.00
- Now hosted on GitHub
- Take maintainership of both ports
PR: 211799
Submitted by: Piotr Kubaj
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clarify license, update WWW homepage
- MASTER_SITE change:
MASTER_SITE has been changed to fossies.org because I have contacted
with jpgraph.net and ask if they can provide to me direct download link
instead of some php script url, but they wont.
- Convert to USES=php
- Use COPYTREE_SHARE in place of CP to make sure proper permissions
on files are set and simplify things a bit
- Split install target to option helpers ones
PR: 211772 (based on)
Submitted by: Eero Hanninen
|
| |
|
|
|
|
| |
Reported by: pkg-fallout@
|
|
|
|
|
|
|
|
|
| |
While here fix USE_GNOME in the SVG case to add to the USE_GNOME macro
and not overwrite it.
PR: 211721 [1]
Reported by: Gary (freebsd-bugzilla@in-addr.com)
Pointy hat to: kwm@
|
|
|
|
|
| |
Register indirect dependancies.
Allow slave port to overwrite PORTSCOUT.
|
|
|
|
|
|
| |
Register indirect dependancies.
PR: 201726 (based on)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
3D Scientific Data Visualization and Plotting
The Mayavi project includes two related packages for 3-dimensional
visualization:
Mayavi: A tool for easy and interactive visualization of data, with
seamless integration with Python scientific libraries.
TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular
open-source visualization library.
These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.
WWW: http://code.enthought.com/projects/mayavi/
PR: 204435
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add several missing dependencies, as reported by `make stage-qa`.
Clean up port options:
o `COLORD` and `OPENEXR` had an incomplete an dependencies list.
o `NLS` was broken when turned off.
o `RAWSPEED` and `SQUISH` were not CMake knobs anymore in darktable.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D7147
|
|
|
|
| |
Imgurpython is a Python client for the Imgur API.
|
|
|
|
|
|
| |
- Reorganize USE_QT5
Submitted by: k.oikonomou@att.net
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The traitsui project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits
API (views, items, editors, etc.), and let traitsui and your selected
toolkit and back-end take care of the details of displaying them.
The following GUI backends are supported:
* wxPython
* PyQt
* PySide
WWW: https://docs.enthought.com/traitsui
PR: 204433
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com>
|
| |
|
| |
|
|
|
|
| |
- Remove pixman distfiles from linux-c6-gtk2. Nothing there needs it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
In this port, unzip was a non-default (and non-effective) option.
Removing the option requires a revbump.
Approved by: infrastructure blanket (removal of redundant deps)
|
|
|
|
|
| |
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
| |
|
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 211447
Submitted by: maintainer
|
|
|
|
|
|
|
| |
and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH.
|
| |
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
| |
PR: 211478
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: rene (mentor)
|
|
|
|
| |
- Switch to options helpers
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to SDL2 as dependency, if the SDL option is set. Blender's
dependency detection favours SDL2 over SDL
- Fix some missing LIB_DEPENDS
- Make boost a default dependency for Blender. Too many optional
features depend on it
- Include the libc++ 3.8.0 fix from PR 209614
Blender 2.77 comes with hundreds of bug fixes and many new features,
such as
* improved subsurface scattering and GPU support for cycles
* improved sculpting workflows
* better antialiasing for OpenGL renderers in the UI
* speedups for the gaussian blur effect in the sequencer
* improved weight-painting behaviour
* and many more
Changelog: https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.77
|
|
|
|
|
| |
PR: 208772
Submitted by: Shane Ambler <FreeBSD@ShaneWare.biz> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
PR: 211124
Submitted by: pkubaj@anongoth.pl
Approved by: rene (mentor)
Approved by: maintainer-timeout
MFH: 2016Q3
Security: 6fb8a90f-c9d5-4d14-b940-aed3d63c2edc
|
|
|
|
|
| |
PR: 211416
Submitted by: IWAMOTO Kouichi (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
rsvg-convert(1) utility:
https://bugzilla.gnome.org/show_bug.cgi?id=520654
https://bugzilla.gnome.org/show_bug.cgi?id=762115
Approved by: gnome (timeout)
Patch by: Michael Biebl
Obtained from: Debian
|
|
|
|
|
|
|
|
|
|
|
|
| |
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update to 1.5.0
* Update MASTER_SITES
* Switch to CMake, rewrite some parts of graphics/frei0r's Makefile and
patches
* Remove APIDOC, DOCS and MMX options (MMX is not available in CMakeLists.txt)
- graphics/frei0r-plugins
* Switch to USES= metaport [1]
PR: (based on) 201636 [1], 209291 [2]
Submitted by: Andriy Voskoboinyk [1], myself [2]
Approved by: jhale@ (maintainer, timeout > 2 months)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to option helpers
- Fix LICENSE combination
- Add missing X11 dependencies [1]
PR: 198996 [1]
Submitted by: yuri@rawbw.com [1]
Approved by: portmgr blanket
MFH: 2016Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- PYTHON_CMD already contains LOCALBASE
- PYTHON is already passed to CONFIGURE_ENV
- PREFIX and *FLAGS are redundant
- Respect PREFIX != LOCALBASE while stripping [1]
PR: 202911
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: maintainer timeout (11 months)
Approved by: portmgr blanket [1]
MFH: 2016Q3
|
|
|
|
|
|
|
|
| |
- gegl: SIMD=on has the opposite effect
- gegl3: ENSCRIPT=on has no effect
Approved by: portmgr blanket
MFH: 2016Q4
|
|
|
|
|
|
|
|
|
|
| |
- Bundled poly2tri-c is under BSD3CLAUSE
- Only V4L still uses LGPL20+ code
- More (but not all) operations/common/*.c are under GPLv3
While here define CPE information.
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A quick grep(1) of *.c files reveals:
LGPL20 files are
gegl/buffer/gegl-id-pool.c
operations/external/v4lutils/v4lutils.c
GPLv3 files are
bin/gegl.c
bin/gegl-path-spiro.c
bin/gegl-path-smooth.c
bin/gegl-options.c
gegl/buffer/gegl-cache.c
All GPL license headers have
..., or (at your option) any later version.
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
- Invoke pkg-config(1) instead of checking manually
- Convert to ECHO_MSG which can be silenced
PR: 166279
Approved by: portmgr blanket
MFH: 2016Q3
|
|
|
|
| |
With hat: portmgr-secretary
|
| |
|
|
|
|
|
| |
- Move gdkpixbuf2 to the global USE_GNOME. pqiv links against it independently of the PIXBUF option.
- Use dependencies advised by the QA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- devel/omake:
- add new MASTER_SITES
- regenerate patches [1]
- graphics/ocaml-images:
- add missing LIB_DEPENDS
- pet portlint
- bump PORTREVISION
- games/freetennis:
- add missing indirect depedencies [2]
- bump PORTREVISION
PR: 210853 [1]
Submitted by: lightside@gmx.com [1]
Reported by: poudriere testport [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMake's FindHDF5.cmake underwent some refactoring upstream and it now respects
the HDF5_ROOT variable in more places and separates HDF5_LIBRARIES from
HDF5_HL_LIBRARIES.
Do some slight adjustments to the Alembic port for it to continue working with
the upcoming CMake 3.6.1 (they are no-ops with CMake 3.5.2 which is currently
in the ports tree):
- Set HDF5_ROOT via CMAKE_ARGS so that Alembic does not set it to a nonsensical
value.
- Add HDF5_HL_LIBRARIES to ALEMBIC_HDF5_LIBS so that libhdf5_hl.so continues to
be passed to the linker.
PR: 210988
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
| |
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
|
|
|
|
|
|
| |
- While here, switch to USES=localbase and silence patching
PR: 211183
Submitted by: takefu@airport.fm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
|
| |
|
|
|
|
|
|
| |
devel/pear-Horde_Cli 2.0.6 -> 2.0.7
devel/pear-Horde_Date_Parser 2.0.5 -> 2.0.6
graphics/pear-Horde_Image 2.3.5 -> 2.3.6
|
|
|
|
|
|
|
|
|
|
|
| |
These two patches were obtained from OpenBSD. An additional CVE is not
yet addressed, but upstream indicates they are removing the gif2tiff
utility as the mitigation in the upcoming 4.0.7.
PR: 211113
MFH: 2016Q3
Security: CVE-2016-5875
Security: CVE-2016-3186
|
|
|
|
| |
Functionally equivalent, it may be a little bit faster.
|
|
|
|
| |
Duh...
|
|
|
|
|
|
|
|
|
|
|
| |
. Note, that it works on CPUs with at least SSSE3
instruction set -- the original code assumes SSE4,
but that was relatively easy to patch
. Do not attempt to build, if SSSE3 not among CPU-options
. Fix up formatting warnings (reported upstream)
. Fix a crash on i386. Unfortunately, 5 of the 40
self-tests still fail on i386 -- the problem reported
upstream
|
|
|
|
|
|
| |
which was recently open-sourced by Dropbox.
The patch
|
| |
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
|
| |
|
|
|
|
|
|
| |
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric data,
and scientific formats.
|
|
|
|
|
| |
PR: 210911
Submitted by: Piotr Kubaj
|
|
|
|
|
|
|
| |
TclTk is added to the licensing database, it will be a little easier
to clean up the ports, which currently have to define it themselves.
PR: 211040
|
|
|
|
|
|
| |
license-definition and define TEST_TARGET.
Reported by: trasz
|
|
|
|
|
|
|
|
|
|
| |
managers. It supports over 30 different image file formats including:
Photoshop PSD files, animated GIFS, and various RAW formats.
WWW: https://github.com/eXeC64/imv/
PR: 210951
Submitted by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
|
|
| |
- Switch to options helpers
- Cosmetic fixes
- Add NO_ARCH
|
| |
|
|
|
|
|
|
| |
PR: 210852
Changes: http://www.aseprite.org/release-notes/
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
|
|
|
|
| |
- Add USE_GL+=gl as per new stage-qa dependency detection script
- Refactor patches to apply cleanly against new release
Approved by: adamw (mentor)
Relnotes: http://tulip.labri.fr/TulipDrupal/?q=node/2141
Differential Revision: https://reviews.freebsd.org/D7164
|
|
|
|
|
|
|
|
|
| |
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
|
|
| |
- While here, add LICENSE_FILE
PR: 210677
Submitted by: yuri@rawbw.com (maintainer)
|
|
|
|
|
|
| |
games/freetennis: depends on expired graphics/ocaml-images
2016-07-04 graphics/ocaml-images: Depends on expiring devel/omake
2016-07-04 devel/omake: Broken for more than 6 months
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
|
|
|
|
|
|
| |
PR: 210270
Submitted by: me
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 210794
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
| |
- Convert to USES=ssl
- Group IMPOSE options helpers together
|
|
|
|
|
|
|
|
|
|
| |
broken build when older version is already installed on the
system. Newer mupdf tries to build against old headers and in
meanwhile API has changed considerably.
PR: 210741
Submitted by: Tobias Kortkamp
Reported by: drhowarddrfine@charter.net
|
|
|
|
|
|
|
|
|
| |
2016-06-29 graphics/libchamplain08: Old version, not needed any more
2016-06-30 sysutils/syslog-ng35: EOL, no longer supported by bababit.hu
2016-06-30 sysutils/syslog-ng34: EOL, no longer supported by bababit.hu
2016-06-30 devel/jenkins2: Use devel/jenkins
2016-06-30 www/p5-WWW-Google-Notebook: Google Notebook has shut down
2016-06-30 sysutils/syslog-ng-incubator03: EOL, no longer supported by bababit.hu
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to use options helpers
Add missing dependencies
USES=localbase instead of handrolling
use install-strip instead of handrolling
PR: 210610
Submitted by: Dmitry Marakasov (amdmi3)
Reported by: w.schwarzenfeld@utanet.at
|
|
|
|
|
|
|
|
|
| |
Switch to options helpers.
Use install-strip instead of hand-rolling.
PR: 210609
Submitted by: Dmitry Marakasov (amdmi3)
Reported by: w.schwarzenfeld@utanet.at
|
|
|
|
|
|
|
|
|
| |
- Fix graphics/zathura-pdf-mupdf after mupdf update [1]
- Fix graphics/llpp after mupdf update [2]
PR: 210398
Submitted by: Zsolt Udvari (maintainer) [1]
Tobias Kortkamp (maintainer) [2]
|
|
|
|
|
|
| |
is handled. Remove gratutious inclusion of bsd.port.options.mk
PR: 197074
|
|
|
|
|
|
|
|
|
| |
- While here, also add NO_ARCH
Changes: http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: 210549
Sumbmitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
|
|
|
|
|
| |
PR: ports/210690
Submitted by: Hans <j3377622@trbvm.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
|
|
|
|
|
| |
PR: 197074
Submitted by: olexander.v.melnyk@gmail.com
Reported by: sergej.schmidt@uni-ulm.de
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).
Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.
Differential Revision: https://reviews.freebsd.org/D5980
|
|
|
|
|
|
| |
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
|
|
|
| |
Approved by: rene (mentor)
|
|
|
|
|
|
| |
- Cosmetic change
Changes: http://www.graphicsmagick.org/NEWS.html
|
| |
|
|
|
|
| |
Changelog: http://feh.finalrewind.org/archive/2.16.1/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dilay is a 3D sculpting application that provides an intuitive workflow
using a number of powerful modeling tools. As each tool locally subdivides
the mesh where more details are required, Dilay allows artists to rapidly
create complex meshes.
WWW: http://abau.org/dilay
PR: 210369
Submitted by: yuri@rawbw.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Features
* Add new GroupByPlugIn in Tools>Analysis menu
* Add a plugin to remove spikes from polygonal geometries
* Deactivate RemoveSpike plugin
Improvements
* If a datastore table has several geometries, secondary geometries
are read as AttributeType.OBJECT attributes rather than STRING so
that datastore driver can easily write them back as a byte array.
* Better handling of readOnly attributes in PostGIS writer
* Add Boolean and Long AttributeType in AttributeCalculator (beanshell)
* Null boolean was not handled correctly in datastore datasources.
* Refactoring of DataStore framework. Prepare writing capabilities
for multiple kinds of drivers.
PR: 210470
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is based on the area51 testing repository of the KDE-FreeBSD
project, containing work by Raphael Kubo da Costa, Tobias Berner,
Ralf Nolden, Adriaan de Groot and probably many more from the KDE
team.
KDE4 releases have fallen into three tracks now that KDE4 is pretty
much end-of-life upstream. There's the libraries, the workspace
(Plasma4) and applications.
This patch introduces KDE4_KDELIBS_VERSION to track library releases,
which are still done infrequently. It bumps the workspace version.
It leaves applications alone. This has an effect on some applications
pkg-plists where library version numbers need to be changed. Other
than that it's supposed to be a minor upgrade, which opens the doors
for more reorganization and getting KDE Frameworks 5 in.
PR: 210255
Submitted by: Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner <tcberner@gmail.com> (kde)
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
| |
PR: 210404
Submitted by: yuri@rawbw.com
hiptext is command line tool for rendering images and videos inside terminals.
https://github.com/jart/hiptext
|
|
|
|
|
|
| |
should just work nowadays.
PR: 210433
|
|
|
|
|
| |
PR: 210424
Submitted by: linpct@gmail.com (maintainer)
|