Commit graph

18793 commits

Author SHA1 Message Date
Dmitry Marakasov
a2418c5957 - Update to 1.4.1
PR:		195545
Submitted by:	sue@iwmt.org (maintainer)
2014-12-01 21:39:54 +00:00
Danilo Egea Gondolfo
49bda2d1bd - Update to 3.3.39
PR:		195529
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2014-12-01 20:52:09 +00:00
Ruslan Makhmatkhanov
2192f81246 graphics/gthumb: back to pool 2014-11-30 17:57:00 +00:00
Emanuel Haupt
f75ff4b46d Convert to USES=tar:tgz 2014-11-29 20:17:51 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Rene Ladan
bb87df7ff6 - Update to 9.22 and unexpire
- Change MASTER_SITES to GitHub
- Add GPLv2 as license
- Switch dependency from lcms to lcms2
- Drop -O3 and -O4 options

From myself:
- unmute do-build command
- add USES=pkgconfig to fix build

PR:		194775
Submitted by:	maintainer <waitman@waitman.net>
2014-11-29 15:22:03 +00:00
Dmitry Marakasov
a1b0d459ed Convert pygtk2 run-dependency to USE_GNOME=pygtk2
Suggeste by:	rm
2014-11-29 15:08:28 +00:00
Rene Ladan
3b3ed051bc Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
2014-11-29 14:33:15 +00:00
Antoine Brodin
7eaeea789e Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:22:21 +00:00
Dmitry Marakasov
252d8a9246 - Add LICENSE
- Add empty directories to plist
- Fix python invocations all over the place
2014-11-29 02:37:08 +00:00
Koop Mast
920e79368a Update to 10.3.4.
Enable TEXTURE option in dri by default [1]. This allows for OpenGL higher
  then 2.1 to be supported.
Make sure we depend on llvm at run time when gallium is enabled.
  The gallium based modules link to the llvm shared libraries. [2]

PR:		followup on 194655 [2]
Approved by:	core@ [1]
Obtained from:	xorg-dev repo
2014-11-27 14:48:48 +00:00
Koop Mast
5c3b6d77f9 Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 and the
nvidia-driver port in the same fashion it was done as the conflict
with the libGL port.

Mesa ports:
Add pkg-[de]install scripts to handle the symlinks in the libEGL
  and libglesv2 port.
Move pkg-[de]install scripts of libGL out of files/
Put the real mesa libraries into lib/.mesa so we don't have each
  port create a directory for it own use.

Nvidia-driver:
Only apply the libEGL.so and libGLESv2.so alternative install
  directory if nvidia-driver actually ships them. Copied from
  PR submitter, since it was much cleaner then my initial attempt.
Make pkg-install script check if the nvidia-driver port installed
  the libEGL/libglesv2 libraries and only then make the symlinks.
  This should allow the script to work with the slave ports which
  don't install these libraries.
Make the pkg-deinstall script check if the mesa version of
 the libEGL/libGLESv2 libraries are installed before trying to
 recreate the symlinks of those ports.

PR:		194924
Submitted by:	Gerard Seibert <gerard_seibert@outlook.com>
Approved by:	portmgr (angrybapt)
2014-11-27 13:14:04 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Max Brazhnikov
e527c1b2f6 graphics/poppler:
- Update to 0.26.3
- Add LICENSE_FILE
- Adjust dependencies
- Add new option, CURL
- Switch to USES=libtool
- Set proper install target instead of manual post-install stripping
- Add Qt5 support
- Use ${MOC} variable provided by Mk/bsd.qt.mk and
  remove needless pre-configure patching

PR:		192068, 194992
Submitted by:	olivierd, makc
Exp-run by:	antoine
Approved by:	kwm
2014-11-25 12:55:00 +00:00
Antoine Brodin
31075c4986 Finish ethumb removal 2014-11-25 07:18:46 +00:00
Grzegorz Blach
273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00
Dmitry Marakasov
727437c678 - Update devel/ode to 0.13
- Bump dependent ports

PR:		193086
Submitted by:	pfg
Approved by:	maintainer timeout (acm, almost 3 months)
2014-11-24 23:53:00 +00:00
Dmitry Marakasov
dade8ed37c - Simplify manpage installation
- Remove unused Makefile statements
- Strip libraries
2014-11-24 23:48:19 +00:00
Jung-uk Kim
d4c36759da Update to 0.1.1. 2014-11-24 22:17:41 +00:00
Sunpoet Po-Chuan Hsieh
e33e80ae68 - Fix *_DEPENDS: parent 0.225+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2014-11-24 22:01:04 +00:00
Sunpoet Po-Chuan Hsieh
b40b76b6b5 - Remove hard-coded -lstdc++
PR:		ports/195090
Submitted by:	Martin Laflamm <martin@marketbridge.com>
2014-11-24 18:30:07 +00:00
Sunpoet Po-Chuan Hsieh
c19a10337f - Fix numpy import
PR:		ports/195221
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2014-11-24 18:30:02 +00:00
Sunpoet Po-Chuan Hsieh
6616e4e20a - Update to 1.4.1
- Add LICENSE
- Strip shared library
- Use PORTDATA

Changes:	http://lists.osgeo.org/pipermail/metacrs/2014-September/000790.html
		https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/ChangeLog
2014-11-24 18:29:11 +00:00
Sunpoet Po-Chuan Hsieh
a6cbf0c87e - Update to 0.4.2
Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-11-24 18:29:02 +00:00
Sunpoet Po-Chuan Hsieh
116530c65f - Update to 2.34
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2014-11-24 18:26:34 +00:00
Danilo Egea Gondolfo
935b26b052 - Update from 1.5 to 1.5.1 2014-11-24 16:13:37 +00:00
Danilo Egea Gondolfo
77ab6c156c - Update from 7.40.4 to 7.42.0
- Take maintainership
2014-11-24 14:52:57 +00:00
Danilo Egea Gondolfo
c3a4a6a618 - Update from 1.2.6 to 1.2.7
- Take maintainership
2014-11-24 14:22:10 +00:00
Baptiste Daroussin
c1e98c9625 Make mandoc happy 2014-11-24 09:32:58 +00:00
Johannes Jost Meixner
13f3db520b Renaming linux-c6-gdk-pixbuf to linux-c6-gdk-pixbuf2 in category to unbreak
INDEX.

Spotted by:	cperciva
Approved by:	swills (mentor)
2014-11-24 03:23:58 +00:00
Johannes Jost Meixner
455193b742 graphics/linux-c6-gdk-pixbuf: rename to -pixbuf2
- Rename gdk-pixbuf to linux-c6-gdk-pixbuf2 to properly distinguish between
  linux- gdk-pixbuf 1 and 2.
- Change consumers dependencies to match.

PR: 		195120, 195121
Differential Revision:	https://reviews.freebsd.org/D1192
Submitted by:	Jan Beich <jbeich@vfemail.net>
Reviewed by:	rene (emulation)
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
2014-11-24 02:40:12 +00:00
Koop Mast
caaca9e45d Fix the port and plist for when the CAJA en COMICS options are disabled [1]
While fix the other options as well.

PR:		193529
Submitted by:	Grzegorz Blach <gblach@FreeBSD.org>
2014-11-23 20:55:35 +00:00
Marcus von Appen
6eefcd7381 - Update to version 2.72b
Changelog: http://www.blender.org/features/2-72/

- Mark FFMPEG usage as broken on amd64, if the CPU supports SSE. Blender
  will crash with a SIGBUS error on rendering.
- Add an explicit DEBUG option to make tracking errors easier.
2014-11-23 14:44:25 +00:00
Marcus von Appen
60ce7aa610 - Update to version 1.5.11
PR:		194028
Submitted by:	myself
Approved by:	FreeBSD@ShaneWare.Biz (maintainer)
2014-11-23 14:36:41 +00:00
Marcus von Appen
6929ccf90c - Update to version 1.4.14
PR:		194076
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2014-11-23 14:33:37 +00:00
Dirk Meyer
5df40b141c - use strip logic from bsd.port.mk
PR:		193918
Submitted by:	takefu@airport.fm
2014-11-23 08:47:41 +00:00
Koop Mast
c33a1b2b45 Update to 2.24.25.
Drop :keepla from USES=libtool.
2014-11-23 07:48:22 +00:00
Dirk Meyer
ca28ae4877 - update to 1.5.20 2014-11-22 23:06:52 +00:00
Danilo Egea Gondolfo
ad2d18dc37 - Update to 2.3.37
- Remove USE_GCC

PR:		195259
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2014-11-22 23:02:29 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Boris Samorodov
7493532a0f Change mode for binaries: 711 -> 755.
Approved by:	maintainer (kwm@)
2014-11-22 19:16:42 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Boris Samorodov
bd18a77dc8 Fix a typo at PORTNAME.
Approved by:	portmgr (just fix it)
2014-11-22 16:10:40 +00:00
Koop Mast
93fe9cc5af Add argyllcms
ArgyllCMS is an ICC compatible color management system. It supports
accurate ICC profile creation for scanners, cameras and film recorders
and calibration and profiling of displays and RGB & CMYK printers.
2014-11-22 15:53:25 +00:00
Danilo Egea Gondolfo
03d462df02 - Update from 7.40.11 to 7.42.0 2014-11-22 15:23:21 +00:00
Thomas Zander
70e3ccac66 Revive graphics/pinta
- Update to upstream version 1.5
- New maintainer: david.vionnet@vmailbox.org

PR:		195118
Submitted by:	david.vionnet@vmailbox.org (maintainer)
Reviewed by:	riggs
2014-11-22 12:41:40 +00:00
Koop Mast
ef0335db71 Correct categorie of the llvm port 2014-11-21 12:39:29 +00:00
Koop Mast
7d98db9cb2 Update mesa to 10.3.3.
graphics/dri:
Move gettext:build to bsd.mesalib.mk so it present for all mesa ports. [1]
VDPAU needs GALLIUM so check for that, since it a Gallium state tracker. [1][2]
Rework llvm33/llvm34 selection so we can use the llvm version later on.
VDPAU links against the llvm libraries so we need to depend on the llvm port
as a run dependency .[1]
After discussion remove the VDPAU option for now. Radeon kernel drivers currently
don't support hardware-assisted video decoding. And Gallium/VDPAU doesn't support
the intel driver.

PR:		194655 [1]
PR:		194580 [2]
2014-11-21 11:34:04 +00:00
Johan van Selst
f6f35eec4e Fix libdmtx build by relexing library name check
Submitted by:	Mikhail T. <mi@aldan.algebra.com>
2014-11-21 06:49:29 +00:00