Commit graph

21384 commits

Author SHA1 Message Date
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