1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

19963 Commits

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