Commit graph

20349 commits

Author SHA1 Message Date
Koop Mast
1efaab2644 Fix included dcraw vulnability.
Fix integer overflow in PluginPCX.cpp. [1]

Add dcraw files to dos2unix so patching is easier.

Obtained from:	Debian freeimage package (both patches)
Security:	33459061-a1d6-11e5-8794-bcaec565249c [1]
2015-12-13 20:26:24 +00:00
Baptiste Daroussin
3f50572b7c Remove false positive, this port actually do fetch
Reported by:	thierry@
2015-12-13 19:33:02 +00:00
Thomas Zander
2450da4445 Update to upstream version 4.1.4
PR:		205121
Submitted by:	yuri@rawbw.com (maintainer)
2015-12-13 18:35:57 +00:00
Raphael Kubo da Costa
bd3f98c51f Mention the right Qt version in COMMENT. 2015-12-13 17:15:59 +00:00
Ruslan Makhmatkhanov
acc9175716 graphics/gimp-gmic-plugin: actualize MASTER_SITES and WWW 2015-12-13 16:26:12 +00:00
Raphael Kubo da Costa
b15d595457 Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
2015-12-13 12:45:25 +00:00
Baptiste Daroussin
d9c363671d Mark as broken: does not fetch 2015-12-13 09:41:22 +00:00
Jason Unovitch
c2cf948d30 graphics/variety and security/py-crits: chase r403641 and r403642
- Fix make index, bump PORTREVISION and update dependency listing

Pointy Hat to:  sunpoet
2015-12-13 00:56:05 +00:00
Koop Mast
617e72cb0e Update freeglut to 3.0.
* Update COMMENT/pkg-message
* Remove conflicts libglut has been gone for ages.

Obtained from:	xorg devel repo
2015-12-12 18:51:42 +00:00
Koop Mast
74845e6c32 Update mesa-demos to 8.3.0. 2015-12-12 18:32:15 +00:00
TAKATSU Tomonari
d06dbb12fb - Update to 1.5
- Unmute INSTALL_DATA
- Update pkg-descr
2015-12-12 12:23:43 +00:00
Koop Mast
0147fe16af Update to the lastest GNOME 3.16 releases. 2015-12-12 11:01:36 +00:00
Koop Mast
8faff8fae8 Update gtk20 to 2.24.29. 2015-12-12 10:59:11 +00:00
Pawel Pekala
bc6d8b674a Switch to options helper 2015-12-11 22:22:24 +00:00
Sunpoet Po-Chuan Hsieh
90de1b1a25 - Update to 0.2.8
- While I'm here, fix LOCALBASE usage

Changes:	https://git.pwmt.org/pwmt/zathura-pdf-mupdf/commits/master
PR:		205094
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-12-11 10:02:27 +00:00
Koop Mast
5701a49afc Update gegl3 to 3.0.4.
* Remove SIMD option, the logic in the Makefile was inverted, so it was
  enabled anyway.
* Add GEXIV2 option description
* Fix plist for not-enabled RAW option
* Don't install examples
2015-12-10 23:08:03 +00:00
Koop Mast
e1add76b39 Update freetype2 to 2.6.2. [1]
Mark magicpoint broken, maintainer is notified.

Exp-runs run by antoine@

This version also fixes shadowing of TYPEOF in ftconfig.h [2]

PR:		203554 [1], 202083 [2]
Submitted by:	rhurlin@gwdg.de [2]
2015-12-10 22:13:58 +00:00
Koop Mast
3c8d04907f Update cairo to 1.14.6. 2015-12-10 21:50:14 +00:00
Koop Mast
8631d1ce88 Update mesa to 11.0.7. 2015-12-10 21:30:33 +00:00
Martin Wilke
d0a54ac413 - Update to 0.9.2
- Add NO_ARCH

PR:		205107
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4466
2015-12-10 14:04:11 +00:00
Jan Beich
d6517636e1 math/glm: update to 0.9.7.1,1
Changes:	https://github.com/g-truc/glm/releases/tag/0.9.7.1
PR:		203181
Approved by:	maintainer timeout (83 days)
2015-12-09 23:43:30 +00:00
Sunpoet Po-Chuan Hsieh
709b443922 - Add LICENSE_FILE
- Use USES=shebangfix
- Bump PORTREVISION for package change
2015-12-09 14:28:35 +00:00
Koop Mast
4212fa11e3 Update ImageMagick to 6.9.2-8. 2015-12-09 12:57:28 +00:00
Antoine Brodin
5b9de1145e Do not fail the build if regression tests do not pass, there seems to
be a regression on big endian archs between versions 1.6.19 and 1.6.20
(reported upstream)

PR:		205125
MFH:		2015Q4
2015-12-08 18:23:29 +00:00
Raphael Kubo da Costa
31469ae565 PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.
In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.

Ports wishing to depend on PyQt4 ports can now do the following:
  USES=		pyqt:4
  USE_PYQT=	foo bar_build baz_run

Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.

Even though this patch touches files in many different ports, the goal is
for it to be a no-op from an end-user perspective (so that the basic
infrastructure is landed before the other, riskier changes): no dependencies
have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists
should remain exactly the same, since PYQT_SIPDIR currently contains the
same value that used to be hardcoded in the plists.

Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he
took the initiative to work on PyQt5 and sent D2910 to Phabricator with the
original version of this patch. Tobias Berner (tcberner@gmail.com) later
applied it to kde@'s experimental area51 repositories and did some more work
on it.
2015-12-08 16:49:43 +00:00
Vanilla I. Shu
a90cd1dbe6 Upgrade to 1.3.1. 2015-12-08 15:55:03 +00:00
Vanilla I. Shu
2ba8ceb444 Upgrade to 0.59. 2015-12-08 13:55:04 +00:00
Mathieu Arnold
faaac0db42 Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:05:15 +00:00
Vanilla I. Shu
243057ddbf Upgrade to 10.07.
PR:		205124
Submitted by:	maintainer
2015-12-08 05:58:25 +00:00
Steven Kreuzer
81939e1f17 Update to 0.9.0 2015-12-07 18:30:26 +00:00
Olivier Duchateau
df6a8e2de3 Update to 0.4.2
Changelog: http://docs.wand-py.org/en/0.4.2/changes.html#version-0-4-2
2015-12-07 18:27:37 +00:00
Raphael Kubo da Costa
29866a6756 Update to 0.17.1.
This is a small update that fixes two security vulnerabilities,
CVE-2015-8366 and CVE-2015-8367.

Security:	db04bf07-9cc8-11e5-8c2b-c335fa8985d7
Security:	6bc6eed2-9cca-11e5-8c2b-c335fa8985d7
MFH:		2015Q4
2015-12-07 11:15:53 +00:00
Sunpoet Po-Chuan Hsieh
8bdcfd803f - Update to 1.8
Changes:	http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;hb=HEAD
PR:		205057
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-12-06 17:52:51 +00:00
Sunpoet Po-Chuan Hsieh
b67a7391b1 - Add BUILD_DEPENDS for cmake version requirement
PR:		203311
Reported by:	Tilghman Lesher <tilghman@meg.abyt.es>
2015-12-06 17:51:50 +00:00
John Marino
f01cba6e50 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
2015-12-05 23:29:36 +00:00
Koop Mast
bba874625e Add patch to use drm.h instead of redefining the types.
This unbreaks the build of xorg-server on 9.3.
2015-12-05 10:46:58 +00:00
Jan Beich
f870cd6d03 multimedia/x265: update to 1.8
ABI isn't compatible, so bump PORTREVISION in consumers.

PR:		204990
Submitted by:	Anton Sayetsky <vsasjason@gmail.com>
2015-12-05 09:15:41 +00:00
Sunpoet Po-Chuan Hsieh
5b540146f1 - Fix build with jbig2dec 0.12
- Add LICENSE_FILE

Approved by:	portmgr (blanket)
2015-12-05 05:50:04 +00:00
Raphael Kubo da Costa
fe8a500407 Fix the build on 9.x.
Add a missing include so that the port builds on 9.3-{amd64,i386}:

  /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp: In function 'int genint(int)':
  /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp:28:31: error: 'rand' was not declared in this scope
       return (int)((double)rand()*x/(double)RAND_MAX);
                               ^
  /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp:28:43: error: 'RAND_MAX' was not declared in this scope
       return (int)((double)rand()*x/(double)RAND_MAX);
                                           ^

The quarterly branch is not affected, it still contains hugin 2013.0.0.

Approved by:	portmgr blanket approval (trivial and tested build fix)
2015-12-04 14:03:30 +00:00
Sunpoet Po-Chuan Hsieh
6b7794da0b - Update to 1.8.1
Changes:	https://github.com/sdsykes/fastimage/commits/master
2015-12-04 12:35:11 +00:00
Sunpoet Po-Chuan Hsieh
76bfabb776 - Update to 0.12
- Add LICENSE_FILE
- Convert to new options helper
- Convert to new options target helper
- Convert to new test framework
- Remove EXTRACT_AFTER_ARGS
- Sort USES
- Use USES=shebangfix
- Repack test tarball
- Cosmetic change
- Split and rename patch files
- Regenerate patch files with makepatch:
- Update WWW
- Add git repository to WWW
- Take maintainership

Changes:	http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD
2015-12-04 12:32:58 +00:00
Koop Mast
828c466876 Update Mesa ports to 11.0.6.
Obtained from:	x11 team development repo.
2015-12-04 08:25:48 +00:00
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Antoine Brodin
0a05e4fe4d Update to 1.6.20
MFH:		2015Q4
Security:	CVE-2015-8126
2015-12-03 19:52:59 +00:00
Dirk Meyer
162982fe9a - fix build for ruby >= 2.1 2015-12-03 14:20:35 +00:00
Jan Beich
bf38d54992 graphics/waifu2x-converter-cpp: update to 1.0.0.400
Changes:	007e7b1...6dbdc24
2015-12-02 03:25:18 +00:00
Kurt Jaeger
c5815689db graphics/p5-feedgnuplot: 1.35 -> 1.36
- Added --equation to plot symbolic equations
2015-12-01 20:41:39 +00:00
Olivier Duchateau
2ed3b91c0e Phototonic is a fast and functional image viewer and organizer, inspired
by the traditional image viewer design (i.e. thumbnails and viewer
layouts).

WWW: http://oferkv.github.io/phototonic/
2015-12-01 19:43:02 +00:00
Rene Ladan
555f5abf3a graphics/optar: update distfile and undeprecate
- The port version changes from 1.0 to 2015.02.09
- Add license file
- Clean up Makefile
- Remove now unneeded patch

PR:		204198
Submitted by:	tkato432
2015-11-30 23:36:29 +00:00
Alex Dupre
ddeccedfb4 Update to 5.6.16 release. 2015-11-30 14:05:47 +00:00
Rene Ladan
dec8ac493f graphics/fotofix: fix typo in DESKTOP_ENTRIES, bump PORTREVISION
Submitted by:	danfe
2015-11-30 07:55:25 +00:00
Jean-Sébastien Pédron
181c10cd7c graphics/waffle: Update to 1.5.2
The "x11_egl" platform is now explicitely enabled.

Reviewed by:	danfe, kwm
Approved by:	kwm
Differential Revision:	https://reviews.freebsd.org/D4051
2015-11-30 06:48:26 +00:00
Rene Ladan
5f1a93ac79 graphics/fotofix: update to 0.01.1.88, unbreak
- change MASTER_SITES to GitHub
- add manual page
- add desktop entry
- clean up Makefile

PR:		204196
Submitted by:	tkato432
2015-11-30 06:42:30 +00:00
Koop Mast
8e918ec1df Update libepoxy to 1.3.1.
Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
2015-11-29 17:51:03 +00:00
Michael Moll
1b60e3f502 graphics/libGL: unbreak build on sparc64
Approved by:	x11 (kwm)
MFH:		2015Q4
Differential Revision:	https://reviews.freebsd.org/D4311
2015-11-29 16:34:04 +00:00
Alexey Dokuchaev
0eae38450b Allow to build on PowerPC. 2015-11-29 12:50:09 +00:00
TAKATSU Tomonari
83d4aa76ef - Update to 0.5 2015-11-29 12:15:18 +00:00
Rene Ladan
4a189558e6 graphics/gimp-elsamuko-script: make fetchable
This port needs to use USE_GITHUB properly.

PR:		200272
Submitted by:	Rainer Hurling (rhurling gwdg de)
2015-11-29 11:37:36 +00:00
Antoine Brodin
a1af583929 Deprecate ports broken for more than 6 months 2015-11-29 09:51:30 +00:00
Sunpoet Po-Chuan Hsieh
ba37dc43d2 - Fix build on armv6
- Bump PORTREVISION for package change

PR:		201226
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Tested by:	mmoll
2015-11-29 07:00:42 +00:00
Sunpoet Po-Chuan Hsieh
0fc0a6546b - Add LICENSE_FILE 2015-11-29 06:59:59 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Koop Mast
de9fd54831 Update ImageMagick to 6.9.2-7. 2015-11-28 21:35:51 +00:00
Michael Moll
443e04f739 graphics/lensfun: bump PORTREVISION
r402504 did effectively change the resulting binary for default i386 builds

PR:		200028
Submitted by:	jbeich
2015-11-28 17:53:17 +00:00
Thomas Zander
a764cb4b83 Update to upstream version 1.7.88
Version 1.7.88 eliminates a potential overflow while adding iTXt chunk.

PR:		204733
Submitted by:	vsasjason@gmail.com (maintainer)
MFH:		2015Q4
2015-11-28 15:38:35 +00:00
Michael Moll
710cf8ce62 graphics/lensfun: fix build on arm
PR:		200028
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	danfe (maintainer)
2015-11-28 02:50:41 +00:00
Greg Lehey
4a9e8bde3c Depend on sqlite3
Not found by:   port test

Find a more general way to determine the python path.

Approved by:	edwin@ (mentor)
MFC after:	3 weeks
2015-11-27 05:53:39 +00:00
Alexey Dokuchaev
b184723ffb Do not unconditionally use SSE4.1 code: not just it makes it less portable,
it might crash on CPUs that do not support those instructions, with SIGILL.
2015-11-27 01:45:08 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
TAKATSU Tomonari
91f375c6b5 - Update to 0.8.1 2015-11-25 21:38:29 +00:00
TAKATSU Tomonari
8988999646 - Add new port: graphics/R-cran-visNetwork
Provides an R interface to the 'vis.js' JavaScript charting library.
  It allows an interactive visualization of networks.

  WWW: https://cran.r-project.org/web/packages/visNetwork/
2015-11-25 21:22:32 +00:00
Alexey Dokuchaev
0c54ca5c50 - Update to version 1.5.1 which fixes a few annoying issues with glossy
materials when using the new LuxCore rendering modes
- Because upstream did not use different tag names for LuxCore and LuxRender
  this time, avoid distfile name clash by using .tar.gz format for smaller
  distfile (3.1M) and .tar.bz2 for the larger one (28M)
- Ensure that correct build number is reported in the "About" dialog box
- Fix USES and DISTVERSION check for version 1.4 support while I'm here
2015-11-24 16:33:15 +00:00
Alexey Dokuchaev
9179b261ad Bump port revision that should've been part of r402355 (given a chance to
touch Makefile again, convert IMAGEVIEWER option to helper knobs).
2015-11-24 12:22:02 +00:00
Alexey Dokuchaev
ba1655dc99 - Allow to build OpenImageIO without OpenCV, JPEG 2000, and TrueType support
- Turn off FFMPEG option by default; fix spelling of "FFmpeg" and "Color"
- Make sure that `graphics/py-openimageio' slave port remains optionless
- While here, wrap couple of long lines and beautify port description text

OpenCV and FFMPEG are heavy dependencies, while these features might not even
be used in consumer ports (e.g. blender, luxrender, and appleseed).  More to
it, OpenCV is broken on PowerPC, which prevents building any consumer ports.

Approved by:	maintainer
2015-11-24 11:47:13 +00:00
Jan Beich
8af40027a9 graphics/gtk-update-icon-cache: restore r297047 after r313633
- Invoke pkg-config(1) instead of checking manually [1]
- Convert to ECHO_MSG which can be silenced

PR:		166279
Reported by:	mi (via mail on gnome@ list)
Approved by:	gnome (kwm)
Submitted by:	John Hein <jh-fbml@snkmail.com> [1]
Differential Revision:	https://reviews.freebsd.org/D4260
2015-11-24 04:08:55 +00:00
Koop Mast
2fa94932e5 Update gimp to 2.8.16, 20 years gimp anniversary edition. 2015-11-23 21:28:10 +00:00
Sunpoet Po-Chuan Hsieh
84222d8644 - Add missing USES=localbase
- Fix build for dependent ports if OPENMP enabled
- Bump PORTREVISION for package change
2015-11-23 18:35:59 +00:00
Koop Mast
82abbbe8b6 Update gegl3 to 0.3.2.
Replace Openraw Option/dependancy with libraw.
Add tiff (default on) and gexiv2 options.

Fix plist when ffmpeg option is selected.
2015-11-23 16:43:18 +00:00
Greg Lehey
e73e3d011c Add missing dependency.
Add missing files to pkg-plist.
Work around breakage in configuration files.

Reviewed by:	Callum Gibson, Henrik Johansson
Approved by:	edwin@ (mentor)
MFC after:	2 weeks
2015-11-23 02:47:23 +00:00
Dmitry Marakasov
9c6fb73784 - Update graphics/libraw to 0.17.0
- While here, minor port cleanup, switch to options helpers
- Bump PORTREVISIONs of consumers as soversion has changed

PR:		204553
Submitted by:	graham@menhennitt.com.au
2015-11-22 12:42:48 +00:00
Alexey Dokuchaev
eba4f3e9a4 Make installation of sample files optional (as port examples). 2015-11-22 11:40:29 +00:00
Koop Mast
ef3b873d94 Update ImageMagick7 to 20151120 snapshot.
* Convert the custom test target into a do-test target and run it when
  the TESTS options is selected.
* Sort plist
2015-11-22 10:15:41 +00:00
Koop Mast
e1d100181e Update ImageMagick to 6.9.2-6.
* Convert the custom test target into a do-test target and run it when
  the TESTS options is selected.
* Sort plist
2015-11-22 10:15:06 +00:00
Koop Mast
f1f581a883 Update Gstreamer suite to 1.6.1. 2015-11-21 23:04:40 +00:00
Dirk Meyer
4d508758c3 - rename MAN1 2015-11-21 20:01:12 +00:00
Dirk Meyer
f04eacecc2 - use post-install-DOCS-on 2015-11-21 17:40:00 +00:00
Alexey Dokuchaev
09e628a79a Unbreak the build on PowerPC by using modern compiler (GCC). The problem
was the same as fixed recently in r401989 since FreeImage bundles its own
copy of OpenEXR.
2015-11-21 17:25:56 +00:00
Alexey Dokuchaev
3277928ffe - Update to version 1.3.0-beta, which integrates most of our patches for
native FreeBSD support
- Provide the real ONLY_FOR_ARCHS_REASON
- Rename DISNEY_MATERIAL to simply DISNEY (previous name was too long)
2015-11-21 09:27:04 +00:00
Sunpoet Po-Chuan Hsieh
769740ca77 - Add WMF and XML options
- Remove unnecessary dependencies
- Bump PORTREVISION for dependency change
2015-11-21 06:32:47 +00:00
Sunpoet Po-Chuan Hsieh
f029750e16 - Update to 1.3.23
- Convert to new options helper
- Convert to new options dependency helper
- Convert to new test framework
- Sort LIB_DEPENDS
- Sort CONFIGURE_ARGS
- Use PORTDATA and PORTDOCS
- Remove PORTSCOUT
- Cosmetic change
- Update pkg-descr
- Take maintainership

Changes:	http://www.graphicsmagick.org/NEWS.html
2015-11-21 02:09:56 +00:00
Greg Lehey
32800c00c8 Hopefully win my battle with svn and finally check in the correct set
of patch files.

Approved by:	edwin@ (long-suffering mentor)
MFC after:	2 weeks
2015-11-21 00:21:34 +00:00
Greg Lehey
e954142267 Remove old patch files.
Bump PORTREVISION.

Approved by:	edwin@ (mentor)
MFC after:	2 weeks
2015-11-20 21:56:46 +00:00
Kurt Jaeger
6b1e3d837a graphics/pngcrush: 1.7.86 -> 1.7.87
- Fixed a double-free bug. There was a "free" of the sPLT chunk structure
  in pngcrush and then again in png.c (Bug report by Brian Carpenter).
- Added common-law trademark notice and export control information.
- Rearranged some paragraphs in the comments at the beginning of pngcrush.c
- Increased some buffer sizes in an attempt  to prevent possible overflows.

PR:		204421
Submitted by:	Anton Sayetsky <vsasjason@gmail.com> (maintainer)
2015-11-20 19:50:01 +00:00
Cy Schubert
982d1edbe7 Make reference to the fact that the binaries are created in
${LOCALBASE}/libexec/xpdf.

PR:		204696
2015-11-20 14:24:43 +00:00
Dmitry Marakasov
ce8f9345d0 - Update to 1.5.20
PR:		204635
Submitted by:	graham@menhennitt.com.au
Approved by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-11-20 12:01:18 +00:00
Antoine Brodin
b60777375d Convert to USES=jpeg 2015-11-20 11:17:14 +00:00
Sunpoet Po-Chuan Hsieh
9dc19060b4 - Add LICENSE_FILE 2015-11-20 09:12:28 +00:00
Alexey Dokuchaev
976b3538bd - Unbreak the build on PowerPC by using modern GCC version
- Do not use += to set initial CONFIGURE_ARGS value
- Convert to option helpers and new test framework (TEST_TARGET)
- Remove extra patch that prevented installation of the example files
  (it is not needed in the post-staging era: running `make package
  OPTIONS_UNSET=EXAMPLES -DBATCH' will produce package without the
  exampes by default, requiring no special hacks)
- Wrap one overly long line by optimizing away one of the STRIP_CMD's
2015-11-20 08:02:26 +00:00
Greg Lehey
926f06b171 Take MAINTAINER
Approved by:	vd@

Upgrade to 2015.0.0

Approved by:	edwin@ (mentor)

MFC after:	2 weeks
2015-11-19 23:47:28 +00:00
Michael Moll
8dac5328fb graphics/rubygem-chunky_png: update to 1.3.5 and reset maintainer
PR:		204039
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de> (earlier version)
Approved by:	maintainer (timeout)
2015-11-19 16:40:22 +00:00
Greg Lehey
e0a09d607e Reset PORTREVISION.
Approved by:	edwin@ (mentor)
MFC after:	2 weeks
2015-11-19 04:43:15 +00:00
Greg Lehey
db32dd417a Take MAINTAINER
Approved by: vd@

Update to 2.19.9

Approved by:	edwin@ (mentor)
MFC after:	2 weeks
2015-11-19 01:50:58 +00:00
Pawel Pekala
8abf875726 - Add patch fixing window under cursor snapshot function [1]
- Regenerate patches, move patch-setyp.py to correct filename

Submitted by:	Ivan Brawley via email [1]
2015-11-18 22:50:48 +00:00
TAKATSU Tomonari
5474288d56 - Update to 1.1-1 2015-11-18 22:20:28 +00:00
Ruslan Makhmatkhanov
307093f543 Let gnome3 stack be built with python 3.5
This mostly fixing packaging for python3.5, but there is
also py35 waf fix for py3-cairo, that was obtained from Ubuntu
repository.

PR:		204075
Approved by:	maintainer timeout (22 days)
2015-11-18 22:13:53 +00:00
Jean-Sébastien Pédron
7344937efc graphics/darktable: LLVM 3.7 does not provide OpenMP on i386
This fixes the build on FreeBSD 10.x and 11-CURRENT on i386.

While here, completely remove the OPENMP option. The implementation was
incomplete anyway because disabling it would not turn off OpenMP in
darktable if it was built with GCC.

Reviewed by:	kwm
Approved by:	kwm
Differential Revision:	https://reviews.freebsd.org/D4130
2015-11-18 09:09:15 +00:00
Dmitry Marakasov
21ff6bff45 - Update to 4.1.3
PR:		204317
Submitted by:	yuri@rawbw.com
2015-11-17 14:28:21 +00:00
Kurt Jaeger
87eae71299 graphics/php-magickwand: unbreak, update 1.0.9 -> 1.0.9-2
- Add support for MagickStatisticImage() (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=10&t=22757).
- Fixes build with newer ImageMagick
- Fixes build when ImageMagick is installed in non-standard location
- Add support for MagickSetImageEndian().
- MagickWand for PHP no longer fails to build in ZTS mode.

PR:		204620
Reviewed by:	Richard Toohey <knightofthecode@gmail.com>
2015-11-17 08:51:02 +00:00
Grzegorz Blach
012d185caa Update to 1.16.0 2015-11-16 15:45:08 +00:00
Alexey Dokuchaev
7e2e8da3dc Unbreak the build on PowerPC, in a simple way: replace deprecated __sync_*
function with corresponding __atomic_* counterpart and link with libatomic
against GCC.  This should be no-op on Tier-1 architectures (against Clang),
since that code branch is guarded by __GNUC__ >= 4 && __GNUC_MINOR__ >= 4.
2015-11-15 14:36:48 +00:00
Antoine Brodin
d6f788d105 Update to 1.6.19
PR:		204551
MFH:		2015Q4
Security:	CVE-2015-8126
2015-11-15 11:41:02 +00:00
Sunpoet Po-Chuan Hsieh
9a04ec202f - Update to 1.8.0
- Add LICENSE_FILE

Changes:	https://github.com/sdsykes/fastimage/commits/master
2015-11-15 03:04:56 +00:00
Sunpoet Po-Chuan Hsieh
9010b42dea - Fix TEST_DEPENDS 2015-11-15 03:00:41 +00:00
Sunpoet Po-Chuan Hsieh
b77044b2b0 - Fix TEST_DEPENDS 2015-11-15 03:00:37 +00:00
Jan Beich
1ad587fb06 multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
2015-11-14 19:34:12 +00:00
Antoine Brodin
7e8050b16b Chase PHP 5.4 expiration date 2015-11-13 22:13:24 +00:00
Sunpoet Po-Chuan Hsieh
4f9f32bb9c - Add LICENSE
- Add NO_ARCH
- Do not restrict default php version
- Convert to new options target helper
- Bump PORTREVISION for dependency change
2015-11-13 19:13:41 +00:00
Sunpoet Po-Chuan Hsieh
27784da93c - Update to 2.19
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/GraphViz/Changes
2015-11-13 19:13:21 +00:00
Sunpoet Po-Chuan Hsieh
6d5f06f866 - Use WRKSRC_SUBDIR 2015-11-13 19:12:53 +00:00
Sunpoet Po-Chuan Hsieh
d799223fa4 - Use WRKSRC_SUBDIR 2015-11-13 19:12:49 +00:00
Sunpoet Po-Chuan Hsieh
a4db35ec60 - Use WRKSRC_SUBDIR 2015-11-13 19:12:45 +00:00
Sunpoet Po-Chuan Hsieh
0274e3c5e3 - Use WRKSRC_SUBDIR 2015-11-13 19:12:41 +00:00
Sunpoet Po-Chuan Hsieh
b02d6752b4 - Add SPATIALITE option 2015-11-13 19:12:37 +00:00
Antoine Brodin
c24dcdb80b Allow building with giflib 5.1
PR:		204492
2015-11-12 19:36:38 +00:00
Antoine Brodin
c905c203db Allow building with giflib 5.1
PR:		204492
2015-11-12 18:35:53 +00:00
Antoine Brodin
7fe3462d55 Allow building with giflib 5.1
PR:		204492
2015-11-12 15:47:56 +00:00
Antoine Brodin
b8a95c0b0b Allow building with giflib 5.1
PR:		204492
2015-11-12 15:41:21 +00:00
Antoine Brodin
c5c1406991 Allow building with giflib 5.1
PR:		204492
2015-11-12 15:37:31 +00:00
Antoine Brodin
840d46ac0f Allow building with giflib 5.1
PR:		204492
2015-11-12 12:54:30 +00:00
Sunpoet Po-Chuan Hsieh
3fb7025616 - Update to 1.004
Changes:	http://search.cpan.org/dist/Imager/Changes
2015-11-11 16:51:57 +00:00
Jean-Sébastien Pédron
5863b44249 graphics/darktable: Update to 1.6.9
Use Clang 3.7 from Ports to enable OpenMP. This brings a major
performance boost for people using FreeBSD 10.x and -CURRENT.

`patch-src_CMakeLists.txt` is a new patch to disable `-ffast-math` when
Clang is used. Without this, isnan() always returns false, even if
`-fno-finite-math-only` is set. According to `clang --help`, this flag
provides no optimization anyway so we don't loose anything. darktable
2.0, which is almost ready, needs this patch too otherwise it crashes
during startup because of the isnan() misbehavior. The patch is not
committed upstream yet because I would prefer to understand what's
wrong.

Reviewed by:	kwm
Approved by:	kwm
Differential Revision:	https://reviews.freebsd.org/D3922
2015-11-11 13:16:02 +00:00
Dmitry Marakasov
2f885f9288 - Fix build when CC contains slashes
Approved by:	portmgr blanket
2015-11-10 14:47:34 +00:00
Antoine Brodin
10d08bc528 Unbreak INDEX 2015-11-09 15:06:35 +00:00
Sean Bruno
afd5b52ca0 Update port Makefile to support mips build of cairo.
Add License Information

PR:		201683
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>
2015-11-09 14:59:36 +00:00
Dmitry Marakasov
7cffd3c8f9 Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.

Approved by:	portmgr (mat)
Differential Revision:	D4093
2015-11-09 14:30:02 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Vanilla I. Shu
3940edc449 1: Upgrade to 10.05.
2: regen plist with 'make makeplist'

PR:		204383
Submitted by:	maintainer[1], me[2]
2015-11-09 06:08:49 +00:00
Kurt Jaeger
dcf26409c0 graphics/p5-feedgnuplot: 1.34 -> 1.35
- replaced a 'say' with 'print'. Should work better with ancient perls
- an "exit" command now has effect even with triggered-only replotting
- More sophisticated handling of termination conditions:
  o Without --exit, we always end up with an interactive plot when the
    input data is exhausted or when the user sends a ^C to the pipeline
  o When streaming, the first ^C does not kill feedgnuplot
- Removed threading
2015-11-08 08:22:18 +00:00
Ruslan Makhmatkhanov
488db46f11 Add slave port for djview4 with QT4 interface
PR:		198088
Submitted by:	lightside <lightside@gmx.com>
2015-11-06 17:24:36 +00:00
Ruslan Makhmatkhanov
3ba99370f1 graphics/djview4: update to 4.10.3
- Remove Qt version from COMMENT and pkg-descr file
- Add LICENSE_FILE
- Add build dependency from graphics/librsvg2 for icon generation
- Add libtiff.so to LIB_DEPENDS as required shared library
- Use install-strip for INSTALL_TARGET to strip files
- Add "autoreconf", "desktop-file-utils" and "gmake" to USES
- Remove QT_NONSTANDARD to use QT configure environment variables
- Add additional QT variables to CONFIGURE_ENV
- Allow to build with using Qt4 or Qt5 toolkit library through QT4 or QT5 port's options
- Adapt (sed) patches for new version
- Adapt pkg-plist file
- Add upstream patch to simplify "lrelease rule" [1]

[1] http://sourceforge.net/p/djvu/djview-git/ci/e664af/tree/src/Makefile.am?diff=975258

PR:		198088
Submitted by:	lightside <lightside@gmx.com>
2015-11-06 17:11:34 +00:00
Dmitry Marakasov
732bf0343e - Clarify LICENSE
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
- Regenerate patches with `make makepatch`
2015-11-06 15:48:51 +00:00
Sunpoet Po-Chuan Hsieh
d9b9c4822d - Update to 1.3.0
- Add GitHub repository to WWW

Changes:	https://github.com/jsummers/imageworsener/blob/master/changelog.txt
2015-11-06 08:52:54 +00:00
Alexey Dokuchaev
851e388945 Add a port of Alembic, an open framework for storing and sharing graphic
scene data.

WWW: http://alembic.io/
2015-11-06 06:29:12 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Vanilla I. Shu
4c263b3af8 Upgrade to 10.04.
PR:		204222
Submitted by:	maintainer
2015-11-05 03:44:02 +00:00
Sunpoet Po-Chuan Hsieh
dd1da2a231 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:35 +00:00
Sunpoet Po-Chuan Hsieh
4918fc4718 - Use USES=localbase 2015-11-04 20:14:31 +00:00
Sunpoet Po-Chuan Hsieh
c3a8b31d08 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Use USES=localbase
2015-11-04 20:14:27 +00:00
Sunpoet Po-Chuan Hsieh
f5f88fb1d8 - Add LICENSE_FILE
- Update *_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:14:22 +00:00
Sunpoet Po-Chuan Hsieh
cf0d0a159c - Cleanup Makefile 2015-11-04 20:14:19 +00:00
Sunpoet Po-Chuan Hsieh
3d068e9905 - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin 2015-11-04 20:14:14 +00:00
Sunpoet Po-Chuan Hsieh
4fa22bf0b0 - Update to 0.2.0
Changes:	https://gitlab.com/gitlab-org/gitlab_emoji/blob/master/CHANGELOG
2015-11-04 20:13:34 +00:00
Sunpoet Po-Chuan Hsieh
c87fd556e3 - Update to 2.08
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Graph-ReadWrite/Changes
2015-11-04 20:12:05 +00:00
Sunpoet Po-Chuan Hsieh
fb4243736a - Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
2015-11-04 20:11:00 +00:00
Jan Beich
e30abebe9d graphics/waifu2x-converter-cpp: update to 1.0.0.377
Changes:	ddb865a...007e7b1
2015-11-03 22:24:08 +00:00
John Marino
ead6beb358 Contract graphics/cal3d-devel into graphics/cal3d
The development of cal3d stopped in July 2006, about a week or two
after the last release (0.11.0).  It makes no sense to have both cal3d
and cal3d-devel, so let's copy over the -devel port over to the stable
one and remove the -devel port.  There's no reason to set a deprecation
period in this case.

While here:
  * remove conflicts
  * Update the WWW to the new home page

I've given graphics/cal3d a "fake" version of 0.11.1 to convey that it
is an update to the previous version of 0.11.0 rather than to completely
change the version scheme.

PR:		203135
Approved by:	maintainer timeout
Discussed:	portmgr (bapt)
2015-11-02 13:43:31 +00:00
Koop Mast
8606beb1b8 The intel kernel driver leaks error code "512" (ERESTARTSYS) to
userland. This error code should be converted to EINTR and/or EAGAIN.

Teach libdrm to handle this error code as a work around, and add a
override to not apply the patch. Which is done for people doing
DRM development.

PR:		204174
2015-11-02 13:12:13 +00:00
Rene Ladan
5e1001eeb3 Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
2015-11-01 16:02:28 +00:00
Sunpoet Po-Chuan Hsieh
40ba8e26d5 - Update to 0.4.4
Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2015-10-30 11:24:27 +00:00
Jason Unovitch
e71292ef5d graphics/pecl-gmagick: update 1.1.7RC2 -> 1.1.7RC3
- While here, add LICENSE and switch from EXTRACT_SUFX to USES= tar:tgz

PR:		202992
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Approved by:	maintainer timeout (7 weeks)
2015-10-30 02:55:52 +00:00
Koop Mast
1ff8eabe3c Fix the build on powerpc*
The gallium driver is called radeonsi not radeon.

Submitted by:	jmmv@, andreast@
Differential Revision:	https://reviews.freebsd.org/D3966
2015-10-29 22:40:24 +00:00
Koop Mast
1431bc45f6 Include header for stderr to allow the build with gcc 4.9.
error: 'stderr' was not declared in this scope

PR:		196712
2015-10-29 22:14:35 +00:00
Thomas Zander
879cb51503 Update to upstream version 2.12.0
PR:		204070
Submitted by:	rhurlin@gwdg.de (maintainer)
2015-10-29 20:21:09 +00:00
Dirk Meyer
a1aad24c56 - make option NVTHREADS default
PR:		203537
Submitted by:	Tobias Kortkamp
2015-10-29 06:12:50 +00:00
Sunpoet Po-Chuan Hsieh
5b68d83cf8 - Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x
2015-10-27 15:49:13 +00:00
Sunpoet Po-Chuan Hsieh
2614ff0bb2 - Add LICENSE_FILE
- Cleanup Makefile
2015-10-27 15:49:09 +00:00
Dmitry Marakasov
0632849b02 - Add missing files to plist
Approved by:	portmgr blanket
2015-10-26 16:24:36 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Thierry Thomas
f4e6cf2cbc Upgrade to 1.6.7. 2015-10-25 14:59:14 +00:00
Jan Beich
43b8c0f399 graphics/waifu2x-converter-cpp: update to 1.0.0.318
Changes:	a5228c5...ddb865a
2015-10-24 00:55:24 +00:00
Alexey Dokuchaev
f12b6857da - Allow to build on big-endian architectures
- Add a comment explaining the need for USE_GCC
2015-10-23 15:47:08 +00:00
Alexey Dokuchaev
7f5c0b7e22 Update `graphics/p5-Image-ExifTool-devel' to version 10.03.
PR:		203971
Submitted by:	maintainer
2015-10-23 12:44:38 +00:00
Alexey Dokuchaev
ae92b351fb Attempt to unbreak on amd64 and fix a lot of bad format strings and other
type-related warnings reported by both Clang and GCC.

Reported by:	pkg-fallout
2015-10-23 10:52:59 +00:00
Dmitry Marakasov
d647585b89 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-10-22 17:24:23 +00:00
Dmitry Marakasov
dbb75844b2 - Add LICENSE_FILE
- Switch to options helpers
2015-10-22 17:24:14 +00:00
Dmitry Marakasov
8a07dc1393 - Clarify LICENSE
- Add LICENSE_FILE
- Regenerate patches with `make makepatch`
2015-10-22 17:20:47 +00:00
Dmitry Marakasov
78738915ff - Add NO_ARCH
- Cosmetic fix
2015-10-22 17:20:30 +00:00
Dmitry Marakasov
dd250ff253 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Don't remove -Wall
2015-10-22 14:57:00 +00:00
Dmitry Marakasov
1247990d28 - Add NO_ARCH 2015-10-22 14:06:23 +00:00
Dmitry Marakasov
6b3c19c3b6 - Add LICENSE_FILE
- Switch to options helpers
2015-10-22 10:35:18 +00:00
Veniamin Gvozdikov
f17ae8f2bf - Update to 3.14.4
PR:		ports/203714
Submitted by:	Wayne Sierke <ws@au.dyndns.ws>
Approved by:	Eugene Mychlo <myc@barev.net> (maintainer)
2015-10-22 08:11:42 +00:00
Hiroki Sato
a6bab3920d - Update to 1.12.
- Fix MASTER_SITES [*].

Spotted by:	Tatsuki Makino [*]
PR:		203652 [*]
2015-10-22 02:23:05 +00:00
Antoine Brodin
83302ffe4f Update to 4.0.6
PR:		203851
2015-10-21 17:32:24 +00:00
Alexey Dokuchaev
25f100a96e - Resurrect; unbreak on all supported versions of FreeBSD (and 8.X)
- Drop leading indefinite article from COMMENT text
- Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
2015-10-21 16:34:23 +00:00
Alexey Dokuchaev
e492407e3e Add a port of dcp2icc, small utility to convert DNG camera profiles to
ICC profiles.

While it builds with Clang, resulting binary crashes on exit (albeit it
produces seemingly correct output file), so request GCC for the moment.

WWW: http://sourceforge.net/projects/dcp2icc/
2015-10-20 16:53:08 +00:00
Koop Mast
3a6ca959c1 Unbreak libdrm on 9.3-R. 2015-10-20 15:44:29 +00:00
Frederic Culot
49e72b794b - Update to 1.05
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Geo-Proj4/Changes
2015-10-20 13:44:07 +00:00
Koop Mast
8cede960fe Update libdrm to 2.4.65.
Obtained from:  Xorg devel repo
2015-10-20 13:31:58 +00:00
Guido Falsi
f6cc19d3e3 Fix MASTER_SITES.
PR:		203894
Submitted by:	Torsten Zohlsdorff <ports at toco-domains.de>
2015-10-20 11:39:39 +00:00
Kubilay Kocak
c1232f3105 graphics/zathura-pdf-mupdf: Add missing LIB_DEPENDS
Add missing jbig2dec and openjpeg to LIB_DEPENDS, registering them
as run-time dependencies.

Without this change, both packages are removed during pkg autoremove,
resulting in the inability to open PDF files.

PR:		203850
Submitted by:	Zsolt Udvari <udvzsolt gmail com> (maintainer)
MFH:		2015Q4
2015-10-20 08:11:54 +00:00
Sunpoet Po-Chuan Hsieh
3c716e2cda - Use USES=localbase 2015-10-19 20:20:21 +00:00
Sunpoet Po-Chuan Hsieh
8c31a55b4a - Add LICENSE_FILE
- Use USES=localbase
2015-10-19 20:20:17 +00:00
Sunpoet Po-Chuan Hsieh
3ccb9d291a - Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x
2015-10-19 20:18:12 +00:00
Sunpoet Po-Chuan Hsieh
744f955765 - Change language bindings (p5-ming and py-ming) from slave ports to normal ports
- Use USES=localbase
- Convert to new options target helper
- Cleanup Makefile
2015-10-19 20:18:07 +00:00
Sunpoet Po-Chuan Hsieh
f2790f88f1 - Change language bindings (p5-ming and py-ming) from slave ports to normal ports
- Update COMMENT
- Use USES=localbase
- Use PORTEXAMPLES
- Convert to new options target helper
- Cleanup Makefile
2015-10-19 20:18:02 +00:00
Sunpoet Po-Chuan Hsieh
bdd8cca8b2 - Change language bindings (p5-ming and py-ming) from slave ports to normal ports
- Use USES=localbase
- Use PORTDOCS
- Do not install png2dbl.c
- Convert to new options target helper
- Cleanup Makefile
- Bump PORTREVISION for package change
2015-10-19 20:17:58 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Guido Falsi
0319d39bfb - Update to 1.0.25 [1]
- Add option for v4l [1]
- Use more option helpers [1]
- Removed CUPS option since CUPS requirement has been dropped upstream [1]

While here:

- Convert to USES=localbase
- Regenerate some patches [1]

This version also includes support for Canon LiDE 220 scanners. [2]

PR:		203799 [1], 200788 [2]
Submitted by:	Ports Fury [1], avg@ [2]
2015-10-19 09:03:44 +00:00
Alexey Dokuchaev
b7afb7abb9 - Unbreak the build on i386 [1] and respect CXXFLAGS [2]
- Convert REINPLACE_CMD's that no longer could remain trivial due to [2]
  to regular patch files
- Mute numerous warnings of `__aligned()' macro being redefined as they
  severely clutter build logs
- Restrict to Intel CPUs due to heavy use of their SIMD instructions

Reported by:	pkg-fallout [1]
2015-10-19 08:18:41 +00:00
Kubilay Kocak
3df15cca8c graphics/maim: Update to 3.4.46
- Update to 3.4.46

PR:		203834
Submitted by:	Neel Chauhan <neel neelc org> (maintainer)
2015-10-19 08:04:09 +00:00
Koop Mast
24f22188eb * Don't hardcode the Gallium drivers instead set the wanted drivers per
arch, like is done for the dri drivers. This fixes Mesa build on arm. [1]
* Explicitly disable libva support. This resolves a build issue if libva
  is installed. [2]
* remove the gallium-intel configure flag, it is gone.

PR:		197548 [2]
Reported by:	sbruno@ [1]
Reported by:	rozhuk.im@gmail.com [2]
Tested by:	sbruno@ on arm [1]
2015-10-18 18:31:55 +00:00
Alexey Dokuchaev
b7142626a0 Remove hyphen from PKGNAMESUFFIX: originally Makefile was copied from an
`x11/nvidia-driver' slave port where it makes sense because dashed number
is actually a major version.  Here this suffix is "dedotted" full version
and used purely to give the package unique name.  This logic follows our
existing `multimedia/ffmpeg0' and `devel/subversion*' ports, for example.
2015-10-18 12:52:29 +00:00
Sunpoet Po-Chuan Hsieh
b225356d31 - Use USES=localbase
- Sort LDFLAGS
2015-10-17 18:08:02 +00:00
Antoine Brodin
ba4707563f Unbreak 2015-10-16 20:56:50 +00:00
Antoine Brodin
daa72d3157 Fix make patch 2015-10-16 20:56:29 +00:00
Pawel Pekala
562d243d55 Add patch fixing segfault at startup
PR:		203297
Submitted by:	fbsd@opal.com
Approved by:	maintainer timeout
MFH:		2015Q4
2015-10-16 20:22:09 +00:00
Danilo Egea Gondolfo
bd7f4c317e - Update to 8.1.1 2015-10-16 13:48:46 +00:00
Jan Beich
ac80a6be4c graphics/waifu2x-converter-cpp: update to 1.0.0.282
Changes:	6f0fdc6...a5228c5
2015-10-16 13:35:13 +00:00
Alexey Dokuchaev
2d33a4cf46 - Update to version 20.04p14 and unbreak this classic port
- Drop workarounds for older math functions and reenable use of sinhl(3),
  coshl(3), and frexp(3) on FreeBSD versions that have them in libm
- Remove useless definite article from COMMENT line
- Install manual page with its section suffix (1) instead of "man"
- Unmute installation commands, sort pkg-plist, trim pkg-descr while here

PR:		203360
Submitted by:	pfg
Approved by:	maintainer timeout (since 2015-09-26)
2015-10-16 07:47:47 +00:00
Sunpoet Po-Chuan Hsieh
28c75c87a0 - Update to 2.37
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2015-10-15 20:17:21 +00:00
Sunpoet Po-Chuan Hsieh
97130f27a0 - Add LICENSE_FILE
- Use USES=localbase
- Cosmetic change
2015-10-15 20:16:26 +00:00
Sunpoet Po-Chuan Hsieh
e576648433 - Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
2015-10-15 20:16:20 +00:00
Sunpoet Po-Chuan Hsieh
fec4d45006 - Add LICENSE_FILE
- Use USES=localbase
- Convert to new options target helper
2015-10-15 20:16:15 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
0709e45e27 - Clarify LICENSE 2015-10-14 23:50:59 +00:00
Dmitry Marakasov
fa0bf3deeb - Clarify LICENSE
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
2015-10-14 23:50:01 +00:00
Dmitry Marakasov
83d0afbd31 - Clarify LICENSE
- Regenerate patches with `make makepatch`
- Pet portlint
2015-10-14 23:49:43 +00:00
Antoine Brodin
171a1f6dee Update to 1.4.2
PR:		203634
2015-10-14 16:52:20 +00:00
Frederic Culot
1d0b9d3e31 - Reassign lippe@'s ports after his commit bit was taken in for safekeeping 2015-10-14 11:04:10 +00:00
Frederic Culot
fd950b7ff6 - Reassign to the heap after lioux@'s bit was taken in for safekeeping 2015-10-14 10:51:58 +00:00
Jung-uk Kim
fa23309719 Update to 1.3.3 and add LICENSE. 2015-10-13 22:53:19 +00:00
Max Brazhnikov
c825618795 Add new port graphics/py-gphoto2:
Python bindings for libgphoto2.

WWW: http://pypi.python.org/pypi/gphoto2/
2015-10-13 21:18:59 +00:00
Danilo Egea Gondolfo
c1c9f89c84 - Update to 1.3.5 2015-10-12 23:38:42 +00:00
Kurt Jaeger
2e51d4284e devel/etl: Change download location, update checksum and bump PORTREVISION
devel/synfig: 1.0.1 -> 1.0.2
graphics/synfigstudio: 1.0.1 -> 1.0.2

Changes:
  http://www.synfig.org/cms/en/news/synfig-studio-102-released/

PR:		203716
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2015-10-12 20:03:07 +00:00
Steve Wills
20f1a1f3cf graphics/jogl: fix build with OpenJDK8
PR:		203495
Approved by:	peterj (maintainer)
2015-10-12 13:27:17 +00:00
Alexey Dokuchaev
f7ef0c292f Update LuxRender to version 1.5. As it now requires `graphics/embree'
which is not available on 9.X for the moment, preserve version 1.4 as
`graphics/luxrender14' slave port.
2015-10-12 09:37:20 +00:00
Alexey Dokuchaev
be0628b38e Install unversioned shared library symlink. 2015-10-12 09:04:20 +00:00
Alexey Dokuchaev
4b03a46bda Add a port of Embree, is a collection of high-performance ray tracing
kernels developed at Intel.

WWW: https://embree.github.io/
2015-10-11 21:17:06 +00:00
Koop Mast
b0a30b4db3 Improve the sed replace, so it doesn't clobber 2>&1 redirection.
Submitted by:	Wolfgang Jenkner <wjenkner@inode.at>
2015-10-11 18:56:50 +00:00
Rene Ladan
e7b763ee7a Remove expired ports:
2015-10-09 www/moodle27: Please upgrade to moodle28 or moodle29
2015-10-10 graphics/epeg: Merged into devel/efl
2015-10-11 16:26:09 +00:00
John Marino
d417455b24 graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22
GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more.  And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)

While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday.   The bump script appears to
be obsolete (still uses CVS!)

PR:		203547
Submitted by:	Walter Schwarzenfeld
2015-10-11 16:20:41 +00:00
Ryan Steinmetz
8bbd9b2d43 - Reset MAINTAINER due to fatal bounce
Reported by:	portscout
2015-10-11 13:19:10 +00:00
Sunpoet Po-Chuan Hsieh
cdc7bf65ea - Convert to new options target helper
Approved by:	portmgr (blanket)
2015-10-10 23:15:20 +00:00
Sunpoet Po-Chuan Hsieh
395e124276 - Update to 2.1.0
Changes:	https://github.com/jonathanwiesel/gemojione/commits/master
2015-10-10 23:12:52 +00:00
Koop Mast
f28b16021b Update Mesa to 10.6.9.
* Unbreak build on powerpc and other !x86 archs by moving the
  --with-dri-drivers logic from dri/Makefile to the
  libGL/Makefile.common file. So the settings are applied to all mesa ports,
  this was missed in the 10.6.6 update. [1]
* Don't try to enable OpenCL support on anything other then i386 and amd64. [1]
* Move the texture-float and vdpau logic to Makefile.common even if the latter
  isn't supported yet. Keep OPTIONS_DEFINE/DEFAULT in dri/Makefile since they
  need to defined before bsd.port.options.mk is included, and they only affect
  the dri modules.
* Sed on 11 and 10 supports \< and \> however sed on 9.x and dragonfly do not,
  replace the sed keywords with some magic to get the intended results. [2]

Submitted by:		marino@ [2]
Reported and tested by:	arved@ (on ppc32)[1]
2015-10-10 21:04:44 +00:00
John Marino
f6a13dc9de graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21
The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.

PR:		200304
Submitted by:	ports fury
2015-10-10 15:20:41 +00:00
John Marino
818a717d93 graphics/ayam: upgrade version 1.20 => 1.22
I reverted most of the changes from 1-step to compound installation
commands.

PR:		199232
Submitted by:	ports fury
2015-10-10 14:49:28 +00:00
Koop Mast
9bb5b83260 Update ImageMagick to 6.9.2-4. 2015-10-10 14:48:21 +00:00
Koop Mast
139d78fc96 Update ImageMagick snapshot from 20151006. 2015-10-09 22:04:46 +00:00
Sunpoet Po-Chuan Hsieh
f2385cdbe7 - Fix patch
PR:		203327
Submitted by:	Wolfgang Jenkner <wjenkner@inode.at>
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer, implicit)
2015-10-09 18:33:09 +00:00
Alexey Dokuchaev
e69f11baee Now that required supporting ports were fixed (r398753) and added to the
tree (r398907), allow to build with the Open Shading Language and Disney
material support and enable these features by default.  While here, drop
useless USE_GL knob (implied by USE_QT4=opengl).
2015-10-09 17:31:32 +00:00
Alexey Dokuchaev
fccd59adfb Add a port of SeExpr, embeddable expression evaluation language from Walt
Disney Animation Studios.

WWW: http://www.disneyanimation.com/technology/seexpr.html
2015-10-09 10:21:33 +00:00
Sunpoet Po-Chuan Hsieh
b0817c276c - Update to 0.4.7
- Add LICENSE_FILE

Changes:	https://github.com/libming/libming/blob/master/NEWS
2015-10-08 18:44:20 +00:00
Sunpoet Po-Chuan Hsieh
b3c085158a - Update to 2.36
- Convert to new options target helper

Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2015-10-08 18:42:52 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Guido Falsi
bcf4a77a46 Update to 3.4.1
PR:		203480
Submitted by:	Ports Fury
2015-10-08 10:53:42 +00:00
Dirk Meyer
5c278eddb8 - cleanup 2015-10-08 04:34:34 +00:00
Dirk Meyer
c7a87e0e6c - cleanup 2015-10-08 04:11:34 +00:00
Dmitry Marakasov
c2ec1aaa6e - Make DOCS optional
- Pet portlint
2015-10-07 16:32:49 +00:00
Alexey Dokuchaev
776d2e32e3 - Our LLVM ports are built with RTTI support, so it's safe to enable RTTI
in OSL as well; this is required for e.g. `graphics/appleseed'
- Remove BROKEN on 9.x statement that was added in r390561 for a previous
  version and was not removed alongside with 1.6.6 update (it builds fine)

Approved by:	maintainer
2015-10-07 09:42:56 +00:00