Commit graph

18675 commits

Author SHA1 Message Date
Max Brazhnikov
a1d086bc7a - Chase shlib bump in astro/marble and graphics/okular after update to 4.14.2 2014-10-19 15:59:37 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Dirk Meyer
2d03fdc568 - update to 1.5.19 2014-10-19 11:31:27 +00:00
Juergen Lock
ddb6d1d6f7 - Update libxine to 1.2.6 - changelog is here:
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog

- Remove an inline from include/xine/xineutils.h for the benefit
  of using libxine with base gcc 4.2 .

- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
  rdeps as per the new rule)
2014-10-18 21:10:39 +00:00
Koop Mast
ed2b9a6306 Disable checking for hw.dri.%d.modesetting.
This sysctl is only available if a KMS module is loaded. But the libdrm
check happens before X has a chance of loading a KMS module.

This went unnoticed because I preload my KMS modules at boot.

Submitted by:	tijl@
2014-10-18 13:17:26 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed.  No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.

PR:		193961
Approved by:	portmgr (antoine)
2014-10-18 12:20:42 +00:00
Koop Mast
17ee344a16 Enable the new Mesa if the DragonFly version is new enough.
Submitted by:	Francois Tigeot
2014-10-18 09:13:49 +00:00
Dmitry Marakasov
a61f2205e2 - Fix ${arch}_BROKEN statements to correct BROKEN_${arch}
- Drop @dirrm* from plists
- Other minor fixes
2014-10-17 15:37:58 +00:00
Johannes Jost Meixner
3f4aaa99e1 graphics/linux-c6-sdl_image: update to 1.2.12
- update to 1.2.12
- remove leftover distinfo.i386

Differential Revision:	https://reviews.freebsd.org/D949
Approved by:	swills (mentor)
2014-10-17 14:29:17 +00:00
Koop Mast
b6482412f3 Fix the build when NLS is unset.
Submitted by:	mat@
2014-10-17 11:45:36 +00:00
Baptiste Daroussin
fb4284f33d Remove a useless left @dir 2014-10-17 11:37:29 +00:00
Baptiste Daroussin
766c80d8d5 Update to 0.99 beta19
Strip binaries using the autotools mechanism instead of the manual one
2014-10-17 11:37:12 +00:00
Baptiste Daroussin
6e45327e93 Remove now unsused libraries 2014-10-17 11:16:52 +00:00
Koop Mast
1d803f71bb Update Mesa ports to new default of 9.1.7 and more recent version to 10.3.0.
The port will switch to the newer version if hw context is available in the
i915kms driver.

- Get ride of WITH_NEW_XORG.
- Use @comment in plist to ignore unwanted files in the stagedir, instead of
  trying to remove them in post-install.
- Bump portrevision of 9.1.7 due to dependency changes.
- Drop :keepla from USES=libtool.
- Drop @dirrm[try] from plists
- Give dri propper options, with pkg-help for additional information.
- Make separate plist for dri for the different versions, the combined plist
  was headache inducing.
- Add "workaround" patches to allow clang to build the dri port on i386 [1].
  USE_GCC is now only needed for 8.x.
- Add gbm port and USE_GL switch for it.

PR:		192286 [1]
Submitted by:	Carlos Jacobo Puga Medina [1]
Approved by:	portmgr (bapt@)
In collaberation with:	dumbbell@
Obtained from:	xorg-dev
2014-10-17 09:53:13 +00:00
Koop Mast
655b821fe3 Update to 2.4.58.
Remove support for the old libdrm and WITH_NEW_XORG.

Obtained from:	xorg-dev
2014-10-17 09:45:18 +00:00
John Marino
5ebdc43505 Remove @dirrm from package list of 8 of my ports 2014-10-16 10:56:37 +00:00
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Koop Mast
2c72183a0f Add missing depend on liblqr-1.
Submitted by:	Daniel Reichelt <reicheltmail@googlemail.com>
2014-10-15 20:52:44 +00:00
Dmitry Marakasov
66c97ce6bc - Update to 1.6
- Drop @dirrm from pkg-plist

PR:		194194
Submitted by:	udvzsolt@gmail.com (maintainer)
2014-10-15 19:48:22 +00:00
Max Brazhnikov
cc58096f7b graphics/libkscreen:
- add missing dependencies on xcb libraries
2014-10-15 12:05:55 +00:00
Jason E. Hale
747a3f8374 - Update to 1.86 2014-10-15 11:12:34 +00:00
Pawel Pekala
48ce5dce19 Remove @dirrm's from my ports plists 2014-10-13 22:08:27 +00:00
Dmitry Marakasov
4751b42b4a - Strip library
- Fix soname
2014-10-13 17:36:27 +00:00
Guido Falsi
4a3ac2f250 - Update to 1.2.6
- Add NO_ARCH
- Remove dirrms

PR:		194166
Submitted by:	tkato432 at yahoo.com
2014-10-13 17:06:50 +00:00
Vanilla I. Shu
4219075047 Upgrade to 1.074. 2014-10-13 04:24:46 +00:00
Koop Mast
cb974625ea ImageMagick tries to find out the cpu features and enables a matching
-march, this is not desirable for package building.
Disable this feature by default since it machine specific and add a
SIMD option if users want to enable it.
2014-10-12 23:56:13 +00:00
Max Brazhnikov
9b0b250003 graphics/showimage:
- update to 1.8.2

PR:		194271
Submitted by:	Rusty Nejdl (maintainer)
2014-10-12 20:16:38 +00:00
Danilo Egea Gondolfo
c47a89e9ca - Use options helpers 2014-10-12 15:03:25 +00:00
Danilo Egea Gondolfo
63d4d806ee - Update from 2.6 to 2.7
- Take maintainership
2014-10-12 14:56:15 +00:00
Max Brazhnikov
ba84bf6efe Add new port graphics/libkscreen:
KDE screen management library.

WWW: http://projects.kde.org/projects/extragear/libs/libkscreen

Obtained from:	KDE/FreeBSD repo
2014-10-12 11:33:12 +00:00
Wen Heping
f674c3a291 - Pass correct value to configure with WMS_CLIENT and WFS_CLIENT option
PR:		194266
Submitted by:	Julien Cigar<jcigar@ulb.ac.be>
2014-10-11 14:57:48 +00:00
William Grzybowski
5fbaebbab3 graphics/py-pillow: fix typo in TIFF option
With hat:	python
Reported by:	Beeblebrox <zaphod berentweb com> (via email, freebsd-ports@)
2014-10-11 13:08:20 +00:00
Danilo Egea Gondolfo
948a9139b7 - Update from 1.1 to 2.0
PR:		194260
Submitted by:	johnjen@reynoldsnet.org (maintainer)
2014-10-10 15:59:56 +00:00
Danilo Egea Gondolfo
5aed07834b - Update from 7.40.10 to 7.40.11 2014-10-09 15:56:13 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Baptiste Daroussin
9874d11306 Stop checking make version to allow building with gmake 4.1 2014-10-08 06:45:23 +00:00
William Grzybowski
0f108c12a7 graphics/py-pillow: fix build of tk extension
- Update to 2.6.0
- USES python

PR:		193958
Submitted by:	mva
Approved by:	koobs (maintainer)
2014-10-07 20:40:20 +00:00
Dmitry Marakasov
f632cb0cd4 - Update to 0.20.1
- While here, add LICENSE_FILE

PR:		194200
Submitted by:	cmt@burggraben.net (maintainer)
2014-10-07 17:52:38 +00:00
Antoine Brodin
68a01ae96a Fix without gperf from base 2014-10-07 17:16:02 +00:00
Marcus von Appen
9640f93d88 - Make py-imaging concurrently available for different Python versions
- Fix WWW: spacing, while here

PR:		194211
Submitted by:	myself
Approved by:	mainland@apeiron.net (maintainer)
2014-10-07 16:55:22 +00:00
William Grzybowski
c2c0afc656 graphics/py-pyggel: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-07 16:53:11 +00:00
William Grzybowski
950071eb62 graphics/impressive: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-07 16:48:54 +00:00
Baptiste Daroussin
33ed9d8ff5 Fix without gperf in base 2014-10-07 15:58:07 +00:00
Dmitry Marakasov
6483ae4b2a - Fix checking unitialized variable
- While here, add LICENSE

PR:		194210
Submitted by:	enslay@gmail.com
MFH:		2014Q4
2014-10-07 15:51:50 +00:00
Baptiste Daroussin
80fc5987a3 Convert USES=gperf properly 2014-10-07 14:16:10 +00:00
Baptiste Daroussin
f8b1c32bb5 Fix build 2014-10-07 13:51:05 +00:00
Baptiste Daroussin
5279b4ba31 Remove zlib from pc files 2014-10-07 13:33:25 +00:00
Baptiste Daroussin
944c8a6d02 Remove zlib from required dependencies for libetonyek01 2014-10-07 12:47:43 +00:00
Baptiste Daroussin
308f0669b6 Fix build without gperf 2014-10-07 12:31:19 +00:00
Baptiste Daroussin
85eaac31ea Use new LODEV master site 2014-10-07 12:28:59 +00:00