Commit Graph

21702 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
416b31cc2d Update to 0.98
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Captcha-reCAPTCHA/Changes
2017-02-28 09:47:02 +00:00
Alexey Dokuchaev
8202e84ffd - Update `graphics/simpleviewer' to version 2.88
- Add missing USE_XORG components as reported by `stage-qa'
- Project had moved from SourceForge to Bitbucket
2017-02-27 23:04:39 +00:00
Alexey Dokuchaev
440b39bba3 - Prefer to build and install shared library rather than static one
- Convert explicit LIB_DEPENDS to their USE_XORG equivalents
- Utilize USES+=localbase instead of manually amending CPPFLAGS/LDFLAGS
- Drop USE_GCC=yes: the port builds fine with both Clang and GCC 4.2.1
  (e.g. on PowerPC)
2017-02-27 21:15:12 +00:00
Matthew Rezny
cffc145aad Update to 13.0.5
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9781
2017-02-25 14:55:21 +00:00
Sunpoet Po-Chuan Hsieh
df7678411f Update to 2.1.0
Changes:	https://github.com/sdsykes/fastimage/commits/master
2017-02-25 04:23:12 +00:00
Wen Heping
6797201733 - Remove the unneeded patch which forgot in previous commit 2017-02-25 01:33:14 +00:00
Dimitry Andric
c833b13462 Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis

Approved by:	portmgr (antoine)
Exp-run by:	antoine
PR:		217257
MFH:		2017Q1
2017-02-24 17:57:08 +00:00
Kirill Ponomarev
beed18787e New port: graphics/py-pycollada
Pycollada is a python module for creating, editing and loading COLLADA, which
  is a COLLAborative Design Activity for establishing an interchange file format
  for interactive 3D applications.

  WWW: http://pycollada.readthedocs.org/

PR:		214318
Submitted by:	tj+freebsd_bugs@a13.fr
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9775
2017-02-24 17:16:31 +00:00
Danilo Egea Gondolfo
b342171560 - Update to 1.7.2 2017-02-24 14:07:56 +00:00
Wen Heping
48d2adc95d - Update to 2.78b 2017-02-24 13:02:23 +00:00
Dmitry Marakasov
2a67fd9f57 A collection of tools for manipulating colour gradients, in particular
for converting between different formats.

WWW: http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/
2017-02-23 13:51:47 +00:00
Dmitry Marakasov
4a8e6c1692 - Update to 0.18.2 2017-02-22 18:33:01 +00:00
Baptiste Daroussin
f1deabd6a0 Remove useless dependency on gnumake
Reported by:	Emil Velikov <emil.l.velikov@gmail.com> (upstream)
2017-02-22 12:15:13 +00:00
Matthew Rezny
bfe6614c5c Add missing header to fix build on PPC
Submitted by:	andreast
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9666
2017-02-21 13:48:02 +00:00
Baptiste Daroussin
3f2c6cdeb6 Update to 4.0.6 2017-02-20 08:44:28 +00:00
Tobias C. Berner
01128f34c7 Update KDE Frameworks to 5.31
* New port: x11-toolkits/kirigami2

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9554
2017-02-18 19:56:12 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Guido Falsi
b3db121977 - Update graphics/optipng to 0.7.6
- Convert to USES=localbase

PR:		216952
Submitted by:	Thomas Hurst <tom@hur.st> (maintainer)
2017-02-16 21:24:21 +00:00
Pawel Pekala
48a84f91d1 Drop maintainership 2017-02-16 16:09:28 +00:00
Matthew Rezny
fec5ccdc9b Remove a patch from libdrm that caused it to always claim kms is available.
This change allows xf86-video-intel to know it should try to load i915kms.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9624
2017-02-16 14:29:02 +00:00
Rene Ladan
676b34a127 Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.

The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
2017-02-15 21:33:11 +00:00
Tijl Coosemans
2f49d6ba56 - In x11-toolkits/irrlicht build only the shared library. The upstream
Makefile does not support building both the static and shared library.
  It compiles the code without -fPIC first for the static library and then
  creates the shared library from the same object files without recompiling
  them with -fPIC.
- The upstream install target can now be used as well.
- Use upstream library version and bump dependent ports.
2017-02-15 19:40:16 +00:00
Tobias Kortkamp
98058b8684 Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00
Jason E. Hale
63bba81189 Update to 0.18.1
Changes:	http://www.libraw.org/news/libraw-0-18-1
2017-02-14 23:17:51 +00:00
Tijl Coosemans
120a25d41f Remove -fPIC. The problem was in devel/ode. 2017-02-14 15:02:19 +00:00
Dmitry Marakasov
7bd499a470 - Fix typos in option descriptions
Approved by:	portmgr blanket
2017-02-14 14:42:31 +00:00
Mathieu Arnold
c22988b32a Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
2017-02-13 16:38:32 +00:00
Matthew Rezny
086043a82c Add one sed command, courtesy of madpilot, to replicate a section of changes
that were over-eagerly trimmed from patch-configure in the last commit.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9555
2017-02-12 15:49:35 +00:00
Sunpoet Po-Chuan Hsieh
98babc1934 Update to 1.03
- Update TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Image-Compare/Changes
2017-02-12 08:12:50 +00:00
Baptiste Daroussin
9f59bc8a83 Remove USE_GCC it works perfectly with clang 2017-02-11 21:58:36 +00:00
Baptiste Daroussin
0896133f5e Update to 4.0.5
Take maintainership

Approved by:	kwm (former maintainer)
2017-02-11 21:08:30 +00:00
Matthew Rezny
acdcc605d9 Remove post-patch cruft accidentally introduced into patch-configure files
with the previous commit. Thanks to tijl for noticing what I overlooked.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9544
2017-02-11 17:44:59 +00:00
Koop Mast
50a34a0774 Now that all supported FreeBSD versions support libmap.conf files installed
from ports, remove the symlink dance with libGL/libEGL/libgles and the
nvidia-driver ports.

* Revert libGL/libEGL/libglesv2 ports to normal.
* Rename the conflicting libraries from the nvidia-driver ports with a
  -NVIDIA prefix and install a libmap.conf file to map to these versions.
* Remove the special case from Mk/Scripts/qa.sh for libGL and libEGL.
* Sadly the symlink dance between nvidia-driver and xorg-server for glx.so
  need to stay, due to xorg-server opening that file with dlopen(3).

Approved by:	portmgr@ (mat@ (prio version))
Differential Revision:	https://reviews.freebsd.org/D7848
2017-02-11 16:43:11 +00:00
Baptiste Daroussin
e6715d06b8 wayland-protocols contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.

A protocol in wayland-protocols consists of a directory containing a set
of XML files containing the protocol specification, and a README file
containing detailed state and a list of maintainers.

WWW: http://wayland.freedesktop.org/
2017-02-11 16:00:33 +00:00
Baptiste Daroussin
c203d2ec44 Add license 2017-02-11 15:40:46 +00:00
Baptiste Daroussin
5bd9029998 Add license 2017-02-11 15:40:25 +00:00
Koop Mast
ff93bf782e Update inkscape to 0.92.0.
ChangeLog:	https://inkscape.org/en/news/2017/01/04/inkscape-version-092-released/

* Switch to cmake build system
* Add license
* Record indirect dependancies
* Switch to lcms2, which is prefered over lcms (1).
* Add stub for NLS support, currently not enabled since it breaks the
  build. Reported upstream.
* Remove the OPENMP option, it does not build anymore.
2017-02-11 15:18:19 +00:00
Matthew Rezny
ce75c06578 Update Mesa to 13.0.4
* Use LLVM 3.9
* OpenGL 4.4 support for recent Intel and ReadeonSI

PR:	214581
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9438
2017-02-11 13:31:59 +00:00
Matthew Rezny
fa8519d5a6 Update libdrm to 2.4.75
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9437
2017-02-11 13:16:52 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
Sunpoet Po-Chuan Hsieh
a20a3458b0 Update to 4.6.0
- Add LICENSE_FILE

Changes:	https://github.com/minimagick/minimagick/releases
2017-02-11 08:38:13 +00:00
Vanilla I. Shu
db4391f846 1: Correct package version to 1.5.2, previous version use 1.5.2's git hash tag already.
2: modernize.
2017-02-10 03:49:47 +00:00
Vanilla I. Shu
b7f40050db Update to 1.0.1. 2017-02-10 03:38:55 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Dmitry Marakasov
96a93ecb7c - Update comment
- Add forgotten geos-config patch
- Remove unused configure argument
2017-02-09 18:20:04 +00:00
Dirk Meyer
35a76c4c2d - use *_IMPLIES
PR:		216791
Submitted by:	Tobias Kortkamp
2017-02-09 09:55:24 +00:00
Dirk Meyer
abe7e68721 - make portlint happier 2017-02-09 09:54:34 +00:00
Dirk Meyer
3b224e8fc7 - make portlint happier 2017-02-09 08:57:26 +00:00
Guido Falsi
a4f983233d - Update graphics/aseprite to 1.1.13
- Add pkg-message to inform users how to workaround mouse pointer
  lag

PR:		216708
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-02-08 21:02:47 +00:00
Kirill Ponomarev
a5fdd6c433 Update graphics/bmeps to 4.7.0
PR:		216902
Submitted by:	takefu@airport.fm
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9481
2017-02-08 11:31:47 +00:00
Alexey Dokuchaev
890f1c2445 Allow to build `graphics/photivo' against Qt 4, but keep Qt 5 enabled by
default to avoid needless package rebuilds.  (I was not able to reproduce
the build failure originally mentioned in r428684.)
2017-02-07 23:46:22 +00:00
Sunpoet Po-Chuan Hsieh
0ed22722b1 Update to 0.9.5
Changes:	https://github.com/SamSaffron/flamegraph/blob/master/CHANGELOG
2017-02-07 20:33:12 +00:00
Sunpoet Po-Chuan Hsieh
64bb236144 Update to 1.1.1
Changes:	https://github.com/markevans/dragonfly/blob/master/History.md
2017-02-07 20:33:08 +00:00
Sunpoet Po-Chuan Hsieh
aa6dea05b8 Update to 1.15.5
Changes:	https://github.com/rcairo/rcairo/blob/master/NEWS
2017-02-07 20:33:03 +00:00
Antoine Brodin
c537600309 Update to 1.6.28 2017-02-07 19:05:39 +00:00
Tijl Coosemans
d11e9a6cb1 Patch graphics/mupdf to build shared libraries instead of static ones.
Because the libraries are faily big this significantly reduces the size of
programs linking to it.  Use PORTVERSION as the library version because
upstream does not guarantee compatibility between any two versions.

Add an upstream patch to graphics/llpp to fix brightness increase key.

PR:		216823
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer of llpp)
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Obtained from:	OpenBSD
2017-02-07 13:39:59 +00:00
Dmitry Marakasov
58ae501516 - Copy graphics/geos at version 3.5 to graphics/geos35
This is needed to fix osm2pgsql which is not compatible with geos
3.6.

For this purpose, the port was simplified (unneeded options and
files removed) and conflicts with graphics/geos were resolved
(includes placed under include/geos35, libraries renamed to
libgeos35.{a,so}, geos-config renamed to geos-config35). The
library behaves correct wrt SONAME, as it points to libgeos-${PORTVERSION}.so
2017-02-07 13:13:39 +00:00
Mathieu Arnold
25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +00:00
Nicola Vitale
ee38116b66 - Fix build with gcc 5
PR:	216806
Submitted by:	jbeich
2017-02-06 18:29:22 +00:00
Tijl Coosemans
6d2ad47d08 Update to 4.0.3-27.el7_3.
PR:		216778
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2017Q1
Security:	https://rhn.redhat.com/errata/RHSA-2017-0225.html
2017-02-06 18:07:28 +00:00
Tijl Coosemans
239395aa21 Update to 3.9.4-21.el6_8.
PR:		216776
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2017Q1
Security:	https://rhn.redhat.com/errata/RHSA-2017-0225.html
2017-02-06 18:05:47 +00:00
Matthias Andree
2e1afcdb37 Fix up PORTVERSION/DISTNAME. 2017-02-05 23:44:19 +00:00
Jan Beich
3b98917313 graphics/swfmill: fix r432981 to make more sense 2017-02-05 18:58:34 +00:00
Jan Beich
0f820d4632 graphics/bugle: unbreak with gcc5 or later
budgielib/tables.c: In function '_budgie_dump_TYPE_10GLXPbuffer':
budgielib/tables.c:31:47: error: expected ')' before 'PRIu0'
     budgie_snprintf_advance(buffer, size, "%" PRIu0, (uint0_t) *value);
                                               ^
[...]

PR:		216707
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2017-02-05 07:52:22 +00:00
Danilo Egea Gondolfo
9d797929fd - Update to 2.7.4 2017-02-04 16:17:10 +00:00
Tobias C. Berner
4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00
Kurt Jaeger
1eda9ba359 graphics/opencollada: update 1.6.25 -> 1.6.37
- unfortunatly, the project does not publish a changelog or release notes
2017-02-04 09:06:21 +00:00
Matthew Seaman
6195d05f28 Update to 0.9.6.1
PR:		216616
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2017-02-04 09:04:24 +00:00
Alexey Dokuchaev
a83aa892bb - Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
2017-02-04 07:57:42 +00:00
Matthias Andree
d2fe0d850a Update to upstream bugfix revision #1.
Changelog: <http://rawtherapee.com/blog/rawtherapee-5.0-revision-1-released>
2017-02-03 00:42:47 +00:00
Ruslan Makhmatkhanov
7b451eb7ad graphics/qgis: correct dependencies list
- Update dependency devel/py-Jinja to py-Jinja2
- Add dependency for textproc/py-pygments
- Add sql-pgsql and sql-sqlite3 in USE_QT4
- Bump PORTREVISION

While here, also remove duplicate direct dependency upon python.

PR:		215601
Submitted by:	Martin Birgmeier <la5lbtyi@aon.at>
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, updated patch)
MFH:		2017Q1
2017-02-02 19:09:19 +00:00
Sunpoet Po-Chuan Hsieh
7089400033 Update to 1.02
- Add more TEST_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Image-Compare/Changes
2017-02-02 13:31:07 +00:00
Martin Matuska
ad5ee697e1 Update graphics/pecl-imagick to 3.4.3
PR:	216570
2017-02-02 01:55:22 +00:00
Jean-Sébastien Pédron
c7420f9c2d graphics/darktable: Update to 2.2.3
Version 2.2.3 was released shortly after 2.2.2 with the patch to
src/develop/imageop_math.c applied.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D9400
2017-02-01 22:10:08 +00:00
Jan Beich
52f91af65c graphics/yafray: unbreak with libc++ 3.9
src/shaders/basictex.cc:262:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
        char *ext = strrchr(filename, '.');
              ^     ~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 20:22:24 +00:00
Jan Beich
7e0ecaf6d2 graphics/inventor: unbreak with libc++ 3.9
./SoInput.c++:2813:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
        char *firstPlus = strchr(n, '+');
              ^           ~~~~~~~~~~~~~~
SoInteractionKit.c++:857:12: error: cannot initialize a variable of type 'char *' with an rvalue of
      type 'const char *'
            char *dotPtr   = strchr( partName.getString(), '.' );
                  ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoInteractionKit.c++:858:12: error: cannot initialize a variable of type 'char *' with an rvalue of
      type 'const char *'
            char *brackPtr = strchr( partName.getString(), '[' );
                  ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 20:21:10 +00:00
Olivier Duchateau
0eb3d48e0a - Update to 0.8.2
- Remove unneeded patch
2017-02-01 17:35:00 +00:00
Christoph Moench-Tegeder
b560e51c29 update shotwell to 0.24.5
MFH:		2017Q1
Security:	5a9b3d70-48e2-4267-b196-83064cb14fe0
2017-02-01 17:06:37 +00:00
Emanuel Haupt
07dae93b30 Update to 1.0.7 2017-02-01 08:13:10 +00:00
Jan Beich
085821390c graphics/copperspice: unbreak with clang 4.0
../3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
    if (optionalHeight > 0)
        ~~~~~~~~~~~~~~ ^ ~

PR:		216015
Reported by:	antoine (via exp-run)
Obtained from:	upstream (excerpt)
2017-02-01 05:29:19 +00:00
Jan Beich
1f3a193b8f graphics/swfmill: unbreak with clang 4.0
gSWFParseXML.cpp:19:10: error: ordered comparison between pointer and zero ('iconv_t'
      (aka '__tag_iconv_t *') and 'int')
                if (cd < 0) {
                    ~~ ^ ~
gSWFWriteXML.cpp:15:10: error: ordered comparison between pointer and zero ('iconv_t'
      (aka '__tag_iconv_t *') and 'int')
                if (cd < 0) {
                    ~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:00 +00:00
Jan Beich
48ab750c12 graphics/svgalib: unbreak with clang 4.0
In file included from gl/grlib.c:7:
gl/inlstring.h:71:9: error: asm-specifier for input or output variable conflicts with asm clobber list
  :         "cx", "di");
            ^
gl/inlstring.h:281:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^
gl/inlstring.h:297:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^
gl/inlstring.h:314:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^

PR:		216154
Reported by:	antoine (via exp-run)
Submitted by:	dim
Approved by:	portmgr blanket
2017-02-01 05:24:35 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Alexey Dokuchaev
4e7c76aee4 Move to a better category (alongside with `x11/xsetroot', for example). 2017-01-31 16:29:42 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Alexey Dokuchaev
7d2acda46d Unbreak and undeprecate by switching to GitHub repo which contains version
1.0.2 source code with the following changes:

   - Autotools got replaced by a simple Makefile (still had to be patched)
   - Includes patches from Debian, written by Martin Suchanek
   - Fix a segmentation fault when no display is present
   - Add the `-extend' and `-cover' image rendering options (modes)
   - Reintroduced the screen mask `-screens' option from earlier versions

WWW: https://github.com/himdel/hsetroot
2017-01-31 15:33:27 +00:00
Danilo Egea Gondolfo
a5d37edecd - Update to 2.7.3 2017-01-31 15:22:31 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Jean-Sébastien Pédron
84fb6c53fe graphics/darktable: Update to 2.2.2
Use devel/openmp to provide OpenMP runtime instead of the entire LLVM
(submitted by mandree@). This allows to use LLVM 3.9 at build time,
without fearing any dependency to multiple LLVM versions at runtime
(Mesa pulls LLVM 3.7 for instance).

Change `COMPILER_TYPE` to `CHOSEN_COMPILER_TYPE`, (submitted by
mandree@). This was blocking bug 199098.

Include the following patch from upstream, which fixes a regression
(suggested by upstream):
f7bc2b3338.patch

PR:		216561
Submitted by:	mandree (CHOSEN_COMPILER_TYPE and devel/openmp dep.)
Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D9363
2017-01-30 21:14:23 +00:00
Baptiste Daroussin
7dc166606b Move wayland to a better location 2017-01-29 23:04:45 +00:00
John Marino
8f175d3f94 graphics/rawtherapee(-devel): Fix OSVERSION, use with OPSYS
The OSVERSION for FreeBSD 10.3 is 1003000, not 1030000.  The last commit
blocked FreeBSD 10.3 too.  OSVERSION is also supposed to be used in
conjunction with OPSYS.

Approved by:	just-fix-it
2017-01-29 19:22:47 +00:00
Christoph Moench-Tegeder
e00c85d56d shotwell: update to 0.24.4
changelog: https://download.gnome.org/sources/shotwell/0.24/shotwell-0.24.4.changes

Approved by:	rene (mentor, implicit)
2017-01-29 19:18:45 +00:00
Matthias Andree
5b88ce33a9 Block esoteric systems.
In particular, only support amd64 for FreeBSD 12+ (-CURRENT),
Nail the coffin of EOL distros: IGNORE builds before 10.3-RELEASE,
and force -mstackrealign on i386 gcc to put an end to i386
instabilities.  (for some reason, FreeBSD 12-CURRENT chooses GCC rather
than base clang, and then breaks the stack alignment for SSE2 again,
causing SIGBUS[1].)

[1] http://beefy11.nyi.freebsd.org/data/head-i386-default/p432608_s312909/logs/rawtherapee-devel-5.0.log

Reported by:	pkg-fallout@ [1]
2017-01-29 17:34:53 +00:00
Dirk Meyer
87f6ffd794 - make portlint happier 2017-01-29 11:35:40 +00:00
Dirk Meyer
503875610e - make portlint happier 2017-01-29 09:49:50 +00:00
Matthias Andree
5f2354dbbc Update to new 5.0-gtk3 release (synch with graphics/rawtherapee-devel)
Changes:    <http://rawtherapee.com/blog/rawtherapee-5-released>

Due to GCC issues on i386 with stack misalignment for SSE2 instructions,
use the base system clang there, and use GCC 5+ on amd64.  Since i386
has no OpenMP support, even clang 3.4 in FreeBSD 10.3 is good enough.

Note that the cache directory suffix, which used to be 4.1, is now
empty, so the cache directory is now ~user/.cache/RawTherapee.
~user/.cache/RawTherapee4.1 should be renamed before the start, or
removed.

Miscellaneous cleanups all over the place.
2017-01-28 22:24:39 +00:00
Sunpoet Po-Chuan Hsieh
77ec3e208a Update to 2.1.3
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
2017-01-28 20:52:31 +00:00
Sunpoet Po-Chuan Hsieh
3639f61cdc Update to 2.1.3
- Update IGNORE_WITH_PHP

Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
2017-01-28 20:52:27 +00:00
Sunpoet Po-Chuan Hsieh
78907d1e8d Update to 2.1.3
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
2017-01-28 20:52:22 +00:00
Sunpoet Po-Chuan Hsieh
f44c9cf62d Update to 2.1.3
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
2017-01-28 20:52:18 +00:00
Dirk Meyer
72a3fa1825 - update to 2.2.4
PR:		216507
Submitted by:	Piotr Kubaj
MFH:		2017Q1
2017-01-28 19:57:50 +00:00
Matthias Andree
60d6cb51a6 Fix i386 SSE2 crashes (use clang), and clean up a bit.
GCC 5.4 also does not get the stack properly aligned in i386 for SSE2
and causes SIGBUS on startup when trying to access an 8-byte aligned
double[8] array with SIMD instructions.[1] One workaround would be to use
-mstackrealign, the other is to use clang - we don't get OpenMP on i386
anyhow.

Move DISTVERSIONSUFFIX up to appease portlint.

Drop -fexpensive-optimizations, clang does not support it, and gcc 5.4
includes it in -O2 and -O3.

Note that the upstream discourages the use of 32-bit architectures for
rawtherapee.

Reported by:	pkg-fallout@ [1]
2017-01-28 18:22:31 +00:00
Rene Ladan
a8d756b01f Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
2017-01-28 11:18:44 +00:00
Matthias Andree
0cb3aa37ee Move forward to 5.0-gtk3 release.
If nothing serious crops up, this gets MFH'd to branches/2017Q1/ and
also moved to graphics/rawtherapee in head/.

This forward ports lots of the cleanups made to graphics/rawtherapee,
and consistently uses GCC 5+ (currently 5.4.0) everywhere.

Requires jumping through some hoops with the currents ports rig because
USES=compiler:gcc-c++11-lib will happyily trample our USE_GCC to =yes,
so we need to set USE_GCC late.

Changes:	<http://rawtherapee.com/blog/rawtherapee-5-released>
2017-01-28 00:49:11 +00:00
Martin Matuska
0e5d420da6 Update pecl-imagick to 3.4.2 2017-01-27 21:06:20 +00:00
Martin Matuska
7be64678c4 Update exiftran to 2.12 2017-01-27 20:54:52 +00:00
Danilo Egea Gondolfo
8c6f99eb6d - Update to 2.7.2
- Add LIBARCHIVE option
2017-01-27 20:24:54 +00:00
Jan Beich
19124e0a55 graphics/openshadinglanguage: update to 1.7.5
- Add indirect dependencies
- Convert USE_GCC to USES=compiler:c++11-lib
- Chase WWW redirect

Changes:	https://github.com/imageworks/OpenShadingLanguage/raw/Release-1.7.5/CHANGES
PR:		216462
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
2017-01-27 19:52:02 +00:00
Tobias C. Berner
0af3f5648f Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland

PR:		216345
Exp-run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9271
2017-01-26 18:19:47 +00:00
Carlos J. Puga Medina
e0deda9088 graphics/llpp: Update to v25, unbreak after r431509
Changelog:
  http://repo.or.cz/llpp.git/shortlog/refs/tags/v25

PR:		216158
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2017-01-25 22:11:15 +00:00
Guido Falsi
c3efa33d00 - Update zathura to 0.3.7 [2] [3]
- Update zathura-cb to 0.1.6 [1]
- Update zathura-djvu to 0.2.6 [2] [3]
- Update zathura-pdf-mupdf to 0.3.1 [4]
- Update zathura-pdf-poppler to 0.2.7 [2]
- Update zathura-ps to 0.2.4 [1]
- Move main master site to https
- Provide alternative download due to problems getting these files
  from the master site from the FreeBSD cluster

PR:		216001 [1], 216002 [2] [3], 216067 [4]
Submited by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer) [1] [2]
		Zsolt Udvari <udvzsolt@gmail.com> (maintainer) [4]
Approved by:	quentin.stievenart@gmail.com (maintainer) [3]
2017-01-25 16:13:16 +00:00
Jan Beich
633ff47035 graphics/sekrit-twc-zimg: update to 2.4
Changes:	https://github.com/sekrit-twc/zimg/blob/release-2.4/ChangeLog
ABI:		https://people.freebsd.org/~jbeich/compat_reports/zimg/2.3_to_2.4/compat_report.html
MFH:		2017Q1
2017-01-24 14:00:34 +00:00
Dmitry Marakasov
911a5e4d17 - Update to 0.18.1 2017-01-24 13:48:30 +00:00
Torsten Zuehlsdorff
875dbacfa1 Connect PHP 7.1 ports (r432324) 2017-01-24 12:56:45 +00:00
Torsten Zuehlsdorff
db021968e3 Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
2017-01-24 11:54:20 +00:00
Jan Beich
445c39aaf4 graphics/libdrm: unbreak on armv6 + aarch64
PR:		216377
Submitted by:	mikael.urankar@gmail.com
Approved by:	portmgr blanket
2017-01-23 13:57:06 +00:00
Rene Ladan
e132ea6fc3 Reset mva@'s ports, he handed in his ports bit. 2017-01-22 22:27:54 +00:00
Baptiste Daroussin
31ae1852c8 Enable the EGL and GLESv2 demos
PR:		214708
Submitted by:	matthew@reztek.cz
2017-01-22 21:44:36 +00:00
Sunpoet Po-Chuan Hsieh
70b1ea679f Remove PROJECTHOST
- Add NO_ARCH

Approved by:	portmgr (blanket)
2017-01-22 14:38:44 +00:00
Tobias C. Berner
01b92b80b0 Fix graphics/py-poppler-qt4: fails to build with clang 4.0
PyList_SET_ITEM() is supposed to be void, but as a macro it's an
  expression and has a pointer value. Clang 4.0 trips on the bogus
  pointer comparison; given the comparison, it should be PyList_SetItem()
  which returns -1 on failure.

PR:		216228
Approved by:	portmgr blanket, rakuco (mentor)
MFH:		2017Q1
2017-01-21 22:10:43 +00:00
Dirk Meyer
6a9bf9dff6 DiffPDF is used to compare two PDF files-textually or visually.
DiffPDF can compare two PDF files.
It offers three comparison modes: Words, Characters, and Appearance.

LICENSE: GPL2 or later

WWW: http://www.qtrac.eu/diffpdf-foss.html
2017-01-21 17:19:26 +00:00
Dirk Meyer
10c6b465cc - fix build with clang4
PR:		216216
2017-01-21 16:11:02 +00:00
Raphael Kubo da Costa
219c1840e6 Replace spaces with tabs. 2017-01-21 14:32:45 +00:00
Raphael Kubo da Costa
a5c79238fd Update to 0.9.6.
– Added support for ImageMagick 7
– Various code improvements

PR:		216331
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2017-01-21 13:19:03 +00:00
Wen Heping
a5a836d24b - Update to 7.0.4 2017-01-21 01:15:23 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Antoine Brodin
ea2d1924f5 Reinplace the target of the symlink instead of the symlink
PR:		216309
2017-01-20 20:16:28 +00:00
Tobias C. Berner
ad60753756 Use USE_QT4=qmake_build instead of BUILD_DEPENDS=qmake-qt4
bsd.qt.mk provides a better way to depend on qmake.

PR:		214700
Obtained from:	maintainer timeout (2 months), mat (mentor)
2017-01-20 15:50:45 +00:00
Guido Falsi
14cf714c9e - Update gthumb to 3.4.4.1
- Convert to USES=localbase
2017-01-20 15:22:34 +00:00
Sunpoet Po-Chuan Hsieh
6d41f86b7c Update WWW: remove trailing / 2017-01-19 19:35:24 +00:00
Tijl Coosemans
c2712d2471 Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.

Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.

Remove fmake hacks from linux.mk.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-01-19 15:44:53 +00:00
Jason E. Hale
70e33ecd6f - Update graphics/libraw to 0.18.0
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
  - Side note: This had a dependency on jpeg before, so the JPEG
    option default is ON. However, the configure script wasn't
    detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump

Changes:	http://www.libraw.org/download#changelog
2017-01-19 04:39:37 +00:00
Jason E. Hale
caa1d92eeb - Update to 0.31.1
- Fix LICENSE
- Convert to USES=localbase
- Convert to options helpers
- Simplify install
- Use pkg-plist instead of PLIST_FILES

MFH:		2017Q1
Security:	57facd35-ddf6-11e6-915d-001b3856973b
2017-01-19 04:12:36 +00:00
Kurt Jaeger
f30c5f3439 graphics/p5-feedgnuplot: update 1.39 -> 1.40
Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.40/Changes
2017-01-19 03:49:19 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Torsten Zuehlsdorff
6733a64703 graphics/glfw: Upgrade from 3.1.2 to 3.2.1
Changelog: http://www.glfw.org/changelog.html

PR:           214985
Submitted by: Florian Degner <f.degner@mail.de>
2017-01-17 14:59:45 +00:00
Baptiste Daroussin
2cc0c64fa7 Add support to find directly the drm device via libdevq the same
way linux uses libudev

PR:		214580
Submitted by:	matthew@reztek.cz
2017-01-16 23:05:23 +00:00
Mathieu Arnold
1cc9fcd1c7 Extract do-patch into a separate script.
PR:		215761
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D9029
2017-01-16 16:47:00 +00:00
Danilo Egea Gondolfo
b953962893 - Update to 1.7.1 2017-01-15 15:09:52 +00:00
Matthias Andree
bc0a22e485 Install lensfun-update-database and l.-add-adapter.
This is masked by a default-enabled PYHELPERS option.

While here, add gettext-runtime to USES to appease stage-qa.

Approved by:	danfe@
Differential Revision:	D8993
2017-01-15 13:36:16 +00:00
Olivier Duchateau
e09269fa0d Add new mirror, it avoids to change value of MASTER_SITES in LXQt related ports 2017-01-15 12:02:29 +00:00
Sunpoet Po-Chuan Hsieh
45db254fb4 Clean up Makefile
- Use USES=localbase
- Sort USES
- Convert to options variable helper
- Update WWW
- Add GitHub repository to WWW
- Take maintainership
2017-01-15 04:17:04 +00:00
Joseph Mingrone
c7f1eb7d4d graphics/mupdf: Update to version 1.10a.
Other port changes:
- Remove unnecessary WRKSRC definition.
- Do not strip binaries that are already stripped.
- Remove old patches.

Upstream changelog: http://mupdf.com/news

PR:		216061
Submitted by:	udvzsolt@gmail.com (maintainer)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9178
2017-01-15 02:29:00 +00:00
Matthias Andree
27c95ec807 Further cleanup, 11-RELEASE build fixes.
Prune unused dependencies via -Wl,--as-needed.

Build with as few requirements as works for 10.3-RELEASE and
11.0-RELEASE, i386 and amd64. This should use the base CC on anything
but 10.3-RELEASE amd64, where we use GCC 4.9 for OpenMP support.

Specifically, 11.0-RELEASE compilations do *not* work with GCC 4.9 and
the result fails with SIGBUS with apparent bogus SSE code generation and
misalignment.

Fix sound theme support via libcanberra (change Linux ifdefs to !Apple
ifdefs).

Apply -DPROC_TARGET_NUMBER="1" (i. e. build an executable with generic
tuning) only when building packages and unless -march is in CFLAGS.

USE_GNOME upgraded from gtkmm20 to gtkm24, and add devel/openmp as
requisite on amd64 (rather than implicit clang or gcc libs), bumping
PORTREVISION.

Silence cmake developer warnings, and be sure to export linker flags to
cmake (so it finds -lomp in its configuration phase)
[-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW]

Cleanups: leverage USES=localbase, and drop/avoid duplicate definitions
and dead code from the Makefile and support for unsupported older
FreeBSD releases.

Based in part on v0.3 patch of...
PR:		215675
Submitted by:	jbeich@
MFH:		2017Q1
2017-01-14 19:39:00 +00:00
Baptiste Daroussin
d41f933bc5 Update to 2.4.74 2017-01-14 10:37:09 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Dmitry Marakasov
6b47fa52f2 - Always check OPSYS along with OSVERSION
Approved by:	portmgr blanket
2017-01-13 09:19:36 +00:00
Sunpoet Po-Chuan Hsieh
9063f9304c Update to 3.0.4
- Add LICENSE
- Use USES=localbase
- Use PORTDATA
- Sort PLIST

Changes:	http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
Differential Revision:	https://reviews.FreeBSD.org/D9073
PR:		215840
Exp-run by:	antoine
2017-01-13 07:21:04 +00:00
Sunpoet Po-Chuan Hsieh
150dbbe3ba Update to 1.3.0
- Update COMMENT
- Update LICENSE_FILE
- Add EXAMPLES option
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/libkml/libkml/releases
2017-01-12 20:02:17 +00:00
Dmitry Marakasov
21a4b315bb - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-12 11:30:50 +00:00
Tijl Coosemans
83579f491e Make 64 bit Linux packages the default on amd64. 2017-01-12 10:44:45 +00:00
Dmitry Marakasov
4f36d0729d - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
2017-01-12 09:01:09 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Bartek Rutkowski
365eb51f26 graphics/opencv2: reset maintainership
PR:		215957
Submitted by:	<mbaxter@uw.edu> (maintainer)
2017-01-11 09:19:37 +00:00
Mark Felder
2da1486bfb graphics/py-pillow: Update to 3.4.2 (security fixes)
- Update to 3.4.2
- Add JPEG2000 option

Changes:	https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst

PR:		215615
MFH:		2017Q1
2017-01-09 18:00:01 +00:00
Sunpoet Po-Chuan Hsieh
78be2d7789 Add missing USES=jpeg
- Add LICENSE_FILE
- Use USES=localbase:ldflags
- Convert to options target helper

We do not bump PORTREVISION because jpeg dependency is already brought in via graphics/tiff.
2017-01-09 14:42:42 +00:00
Sunpoet Po-Chuan Hsieh
fd3ea28248 Update WWW 2017-01-09 14:42:37 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Ben Woods
53920645df graphics/libgphoto2: Update to 2.5.12
Changes this release:
  http://www.gphoto.org/news/
2017-01-08 06:30:40 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Baptiste Daroussin
1e0db4aef5 Remove useless declaration of PKG_CONFIG_PATH 2017-01-07 20:36:28 +00:00
Raphael Kubo da Costa
ab880e1705 Fix plist after r430777.
PR:		215358
2017-01-07 18:15:08 +00:00
Olivier Duchateau
47706eca19 Chase update of graphics/poppler (and slaves ports) in revision r430777 2017-01-07 10:42:51 +00:00
Olivier Duchateau
fdeaad54bc - Update to 0.50.0
- Remove unneeded patch
- Enable NSS (Network Security Service)
- Switch to OpenJPEG2

PR:		215358
Submitted by:	myself (olivierd@)
Exp-run by:	antoine@
Approved by:	GNOME team (timeout 3 weeks)
2017-01-07 10:35:33 +00:00
Dmitry Marakasov
84e287fa38 - Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Fix WWW:
2017-01-07 09:01:10 +00:00
Baptiste Daroussin
cb08576de9 Remove useless CONFIGURE_ENV, it is already the default 2017-01-07 01:16:24 +00:00
Jason E. Hale
ffb41deafd - Use archivers/minizip from ports instead of bundled version
- Use archivers/libunrar5 instead of old archivers/libunrar
- Fix and install icons
- Add .desktop file
- Convert ugly REINPLACE_CMDs to patches
- Remove a bunch of useless warnings
2017-01-06 17:01:41 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Matthias Andree
11d2e9541a Update to upstream release 2.2.1.
ChangeLogs since previous 2.0.7:
https://www.darktable.org/2016/12/darktable-2-2-0-released/
https://www.darktable.org/2017/01/darktable-2-2-1-released/

- Permit build on ARM64 (previously: AMD64 only)
- Squish is no longer a build requisite, but po4a is for localized
  documentation.
- USE_GEO -> USE_MAP in the cmake context
- SLIDESHOW and GNOMEKEYRING options are gone upstream
- Move to OpenJPEG 2.1 (used to use 1.5), needs a patch to the
  CMakeLists.txt to resolve include path shadows if both releases are
  installed.
- Remove support for FreeBSD 9.3.

Post-review-change: Take BUILD_DEPENDS on textproc/po4a and extend
pkg-plist by several translated manual pages.

PR:		215687 (related) [1]
Submitted by:	Greg V [1], mandree@ (most)
Reviewed by:	Roman Lebedev, dumbbell@
Approved by:	dumbbell@
Differential Revision:	https://reviews.freebsd.org/D8994
2017-01-06 00:31:26 +00:00
Jan Beich
7277ec6a16 Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
2017-01-05 22:58:02 +00:00
Matthias Andree
f05fa615e5 Code generation improvements.
On i386, use SSE2 instead of only SSE [1] when compiler optimizations
are requested (RT code uses mostly SSE2 for SIMD).
Add a patch to re-enable nested OpenMP constructs with clang [1].
Use devel/openmp for libomp.
Use clang 3.9 to compile (not 3.7).

Reported by:	Ingo Weyrich [1]
2017-01-05 04:23:04 +00:00
Matthias Andree
0031e8b65f Upgrade CPU flags to use SSE2 by default on i386.
Reported by:	Ingo Weyrich
2017-01-05 01:45:39 +00:00
Dirk Meyer
e1183199fb - update to 2.40.1
- add LICENSE
2017-01-04 22:08:55 +00:00
Sunpoet Po-Chuan Hsieh
9a7e16cb59 Update to 1.0.1
- Add LICENSE_FILE

Changes:	https://github.com/jstewart/ezprint/commits/master
2017-01-04 15:02:58 +00:00
Sunpoet Po-Chuan Hsieh
9b2df88642 Add LICENSE_FILE 2017-01-04 15:02:53 +00:00
Ashish SHUKLA
c05da8252f Frogr is a small application for the GNOME desktop that allows users
to manage their accounts in the Flickr image hosting website. It
supports all the basic Flickr features, including uploading pictures,
adding descriptions, setting tags and managing sets and groups pools.

WWW: https://wiki.gnome.org/Apps/Frogr
2017-01-04 07:56:41 +00:00
Jan Beich
28e7e01df0 Assume "pkg-config zlib" works after 9.x reached EOL 2017-01-03 19:58:37 +00:00
Jan Beich
417eff8ffb Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported.
2017-01-03 18:43:18 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Matthias Andree
010fb57510 Fix typos in material copied from darktable. 2017-01-03 14:16:07 +00:00
Matthias Andree
4126604f4f Really enable OpenMP. Bump PORTREVISION. 2017-01-03 13:50:15 +00:00
Matthias Andree
7c36ce0da0 Fix compilation on FreeBSD 11+. 2017-01-03 13:49:51 +00:00
Matthias Andree
1e65fd386d Update with make makepatch. 2017-01-03 13:20:10 +00:00
Jan Beich
9e58624042 Drop pre-10.3 support in my ports
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
2017-01-03 12:49:39 +00:00
Dmitry Marakasov
ee1b52e2fe - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
2017-01-03 09:01:05 +00:00
Olivier Duchateau
33cc45155a Update to 0.11.2 2017-01-03 08:21:13 +00:00
Guido Falsi
06fc0912e4 Modify amide port to use ffmpeg 3.x
Actual patch is a mix of work from subitter and my modifications
based on debian patch from [1]

While here, fix the DCMTK option.

PR:		215240
Submitted by:	jbeich
Obtained From:	https://anonscm.debian.org/viewvc/debian-med/trunk/packages/amide/trunk/debian/patches/libav10.patch?view=markup&pathrev=16327 [1]
2017-01-02 22:41:15 +00:00
Rene Ladan
f2d2d41cbc leeym handed in his commit bit. 2017-01-02 20:04:36 +00:00
Vanilla I. Shu
85fd80fbc2 Update to 4.0.2. 2017-01-02 04:20:29 +00:00
Sunpoet Po-Chuan Hsieh
f87d215de2 Remove FreeBSD 9 support 2017-01-01 21:40:05 +00:00
Sunpoet Po-Chuan Hsieh
802bc7c933 Remove FreeBSD 9 support 2017-01-01 19:39:16 +00:00
Steve Wills
d278c5733f x11/rubygem-gnome2: update to 3.1.0
Update x11/rubygem-gnome2 and friends to 3.1.0
2017-01-01 18:57:52 +00:00
Tobias C. Berner
44c9982b4d Update graphics/prison to 1.1.1 and take maintainership
* prison-1.1.1 was released on march 16, 2014 (1.0 is from 2011...).
* take maintainership for kde@.

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9017
2017-01-01 16:30:44 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Hiroki Sato
411a42077f - Add LICENSE.
- Take maintainership.
2017-01-01 03:41:53 +00:00
TAKATSU Tomonari
b75b0d4d66 - Update to 2.2.1 2017-01-01 02:14:44 +00:00
Danilo Egea Gondolfo
d0c6709e9c - Update to 2.91 2017-01-01 00:08:52 +00:00
Rene Ladan
0896b32448 Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Antoine Brodin
a04e2b21c7 - Unbreak INDEX with fmake
- Fix PKGBASE collision with graphics/rawtherapee
2016-12-30 19:40:30 +00:00
Matthias Andree
decd3e16c9 Add a developer snapshot of the RawTherapee software. 2016-12-30 19:02:35 +00:00
Matthias Andree
b44b552c8b Clean up, minor options fixes and shuffling.
- drop -ffast-math from the compiler flags [1]
- drop libc++ hacks for FreeBSD 9.x/10.1 and use the new gcc-c++11-lib [2]
- be sure to optimize for packaging when PACKAGE_BUILDING [3]
- simplify CMake OPTION_OMP passing [2]
- bump PORTREVISION

Reported by:	Ingo Weyrich [1], jbeich@ [2], DrSlony
2016-12-30 17:01:49 +00:00
Hiroki Sato
b51152c47a - Add LICENSE.
- Fix missing dependency.
- Strip installed binaries.
- Update WWW: in pkg-descr.
2016-12-30 11:25:09 +00:00
Danilo Egea Gondolfo
3ab787e68e - Update to 1.5.11 2016-12-30 00:38:21 +00:00
Antoine Brodin
8a92fca8ad Update to 1.6.27
PR:		215657
2016-12-29 22:27:43 +00:00
Dmitry Marakasov
eaa4b8b032 - Switch to USES=localbase
- Properly optionize NLS
2016-12-29 14:08:02 +00:00
Dmitry Marakasov
ae8c2f0880 - Add LICENSE
- Switch to USES=localbase
- Remove unneeded glut dependency
- Add missing libX11 dependency
- Support tests properly
- Switch to options helpers
2016-12-29 10:38:18 +00:00
Dmitry Marakasov
dd33abfe38 - Add LICENSE_FILE
- Simplify building
- Switch to options helpers
2016-12-29 09:39:48 +00:00
Dmitry Marakasov
2bd23c6be4 - Update to 1.5.4
PR:		213938
Reported by:	yuri@rawbw.com
2016-12-28 19:09:06 +00:00
Steve Wills
e8ea7fe81c graphics/rubygem-rmagick: update to 2.16.0 2016-12-28 18:04:17 +00:00
Steve Wills
4cda5a2992 graphics/rubygem-image_science: update to 1.3.0 2016-12-28 17:53:45 +00:00
Steve Wills
050172b672 graphics/rubygem-gruff: update to 0.7.0 2016-12-28 17:18:17 +00:00
Steve Wills
8af887c3be graphics/rubygem-fastimage: update to 2.0.1 2016-12-28 16:55:07 +00:00
Steve Wills
3b6805e5e0 graphics/rubygem-exifr: update to 1.2.5 2016-12-28 16:51:04 +00:00
Steve Wills
5eca3e7c00 graphics/rubygem-emoji: update to 1.0.7 2016-12-28 16:49:00 +00:00
Steve Wills
22096ae717 graphics/rubygem-chunky_png: update to 1.3.8 2016-12-28 16:47:48 +00:00
Ben Woods
5d3cfa20f1 graphics/py-gphoto2: Update to 1.5.1
Changes this release:
  https://github.com/jim-easterbrook/python-gphoto2/releases/tag/v1.5.1
2016-12-28 04:21:15 +00:00
Steve Wills
4fd8c3788c graphics/ruby-svg: deprecate 2016-12-28 02:43:55 +00:00
Steve Wills
cbf63a6571 graphics/ruby-imlib2: deprecate 2016-12-28 02:37:43 +00:00
Steve Wills
b2e2de02e3 graphics/ruby-image_size: deprecate 2016-12-28 01:31:11 +00:00
Sunpoet Po-Chuan Hsieh
4966235132 - Update to 2.24
Changes:	http://search.cpan.org/dist/GraphViz/Changes
2016-12-27 18:16:09 +00:00
Dmitry Marakasov
2c02e4c742 - Update to 3.5.1
- Fix build with recent ffmpeg
- Reduce diff with graphics/osg

PR:		209057
Submitted by:	woodsb02@gmail.com
2016-12-27 14:49:10 +00:00
Rene Ladan
db1d02a86e Set expiration date of ports depending on graphics/urt to 2017-04-01 2016-12-27 14:14:30 +00:00
Dmitry Marakasov
0190983d13 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-27 12:20:41 +00:00
Thomas Zander
ca35a36d0b Update to upstream version 1.3.3, set NO_ARCH 2016-12-27 08:25:17 +00:00
Wen Heping
c138c4efdd - Pass maintainership to submitter
PR:		215525
Submitted by:	mbaxter@uw.edu
2016-12-27 03:17:38 +00:00
Sunpoet Po-Chuan Hsieh
0451532599 - Update to 1.0.0
Changes:	https://git.osgeo.org/gogs/geos/php-geos/commits/master
2016-12-26 16:43:36 +00:00
Sunpoet Po-Chuan Hsieh
0e3e345f26 - Update to 3.6.1
Changes:	https://trac.osgeo.org/geos/browser/tags/3.6.1/NEWS
2016-12-26 16:43:32 +00:00
Rene Ladan
535b2cd3cf Reset ports per maintainer request.
PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
2016-12-26 11:59:12 +00:00
Wen Heping
24f198d557 - Update to 3.300
Changes: http://search.cpan.org/src/RJRAY/Image-Size-3.300/ChangeLog
- Add NO_ARCH

PR:		214329
Submitted by:	citrin+pr@citrin.ru
Approved by:	maintainer
2016-12-26 08:41:15 +00:00
Dmitry Marakasov
adeac03634 CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by:	portmgr blanket
2016-12-25 14:23:38 +00:00
Sunpoet Po-Chuan Hsieh
847fc694b7 - Update to 2.23
Changes:	http://search.cpan.org/dist/GraphViz/Changes
2016-12-24 13:03:12 +00:00
TAKATSU Tomonari
9ec65f6f2e - Update to 1.0.3 2016-12-24 06:27:58 +00:00
Olivier Duchateau
9c92b2246f Unbreak fetch
Reported by:	antoine@
2016-12-23 16:34:52 +00:00
Torsten Zuehlsdorff
72c647aeb5 graphics/rubygem-rmagick: Bump PORTREVISION
After an update of graphics/ImageMagick this port need a bump of PORTREVISION

PR:          211849
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: mentors (implicit)
2016-12-23 14:36:20 +00:00
Thomas Zander
fad92b334d Chase libdc1394 update. Bump PORTREVISION of dependent ports 2016-12-23 14:24:08 +00:00
Wen Heping
24a3988dac - Fix pkg-plist for CUSTOMWIDGETS OPTION
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>(maintainer, via email)
2016-12-23 12:03:14 +00:00
Dmitry Marakasov
3f74e525c4 - Update to 0.18.0 2016-12-23 09:59:23 +00:00
Marcus von Appen
7449924757 - Revert the switch from DOCS to DOXYGEN.
This restores the DOCS behaviour for building and installing additional
documentation along with the port itself, if requested by the user as
documented.
2016-12-23 08:03:24 +00:00
Marcus von Appen
0739620782 - Revert the switch from DOCS to DOXYGEN.
This restores the DOCS behaviour for building and installing additional
documentation along with the port itself, if requested by the user as
documented.
2016-12-23 07:58:35 +00:00
Wen Heping
90ff83398e - Update to 2.18.2(based on)
- New dependency devel/qjson
- New makefile target 'check', which runs the test suite
- Use of external python functionality, if possible (via CMAKE_ARGS) [2]
- Switch from PostGIS 2.1 to 2.2

PR:		214238
Submitted by:	rhurlin@gwdg.de(maintainer)
2016-12-23 03:15:52 +00:00
Alberto Villa
cd6aad30b4 Movit is the Modern Video Toolkit, notwithstanding that anything
that's called "modern" usually isn't, and it's really not a toolkit.

Movit aims to be a _high-quality_, _high-performance_, _open-source_
library for video filters.

WWW: https://movit.sesse.net
2016-12-23 02:35:32 +00:00
Baptiste Daroussin
f6d288e1c4 Use PKGBASE rather than PORTDIRNAME 2016-12-22 21:45:07 +00:00
Olivier Duchateau
a63007beb9 - Update to 0.11.1
- Add x11/lxqt-l10n (meta port for the LXQt ports), it avoids duplicate files
and reduces gap between your testing repo and these official ports.

Submitted by:	Jesper Schmitz Mouridsen (private email)
2016-12-22 20:52:04 +00:00
Olivier Duchateau
23e67a472d Update to 0.5.1 2016-12-22 20:17:13 +00:00
Sunpoet Po-Chuan Hsieh
8e412a39c9 - Update to 0.5.2
Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
MFH:		2016Q4
2016-12-22 18:47:11 +00:00
Mathieu Arnold
dafac42f63 Fix packaging.
Reported by:	antoine
Pointy hat:	mat (for changing things after testing)
Sponsored by:	Absolight
2016-12-22 08:18:50 +00:00
Sunpoet Po-Chuan Hsieh
847ded5230 - Update for enabled GNM support in gdal
- Bump PORTREVISION for package change
2016-12-21 20:46:11 +00:00
Sunpoet Po-Chuan Hsieh
a9dec75f22 - Remove GNM option and enable it unconditionally
- Bump PORTREVISION for package change
2016-12-21 20:46:06 +00:00