1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

3003 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b0d1bbd72d - Use USES=python
- Fix PLIST: add missing PLIST_DIRS
2014-08-15 02:59:51 +00:00
Marcus von Appen
a382bbffeb - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
  usually should be mutually exclusive, but some ports include both knobs

Phabric:		D581
Recommended by:	danfe@, makc@
Reviewed by:	danfe, wg, antoine
Approved by:	portmgr
With hat:		python@
2014-08-14 17:04:30 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
William Grzybowski
fc729bd50a astro/xearth: add myself to freebsd.committers.markers 2014-08-10 14:29:32 +00:00
Wen Heping
4113fd292a - Update to 3.5.1
- Reset maintainer to ports@
2014-08-10 08:01:34 +00:00
Kurt Jaeger
58244fc911 astro/p5-Starlink-AST: 1.02 -> 1.04
- Now ships with AST v8.0.0+ (this includes ERFA 1.1 and PAL 0.5.0)
- AST now uses the LGPL license
- Add AST__ALLFRAMES constant
- add astMapDefined
2014-08-09 11:43:16 +00:00
Alexey Dokuchaev
7baaa3bae1 Forgotten part of r363973. 2014-08-04 08:29:06 +00:00
Alexey Dokuchaev
880cead396 - Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)

Reported by:	QAT
2014-08-04 08:27:39 +00:00
Alexey Dokuchaev
7524a48b4a - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguist
should be replaced with linguisttools_build [*]
- Remove USE_GL knob altogether, it is pulled automatically with Qt ports
- While here, use less aggressive patching of CMakeLists.txt

Requested by:	makc [*]
2014-08-04 08:10:41 +00:00
Adam Weinberger
158b597c3f A couple items in DOCSDIR were missing from PORTDOCS protection. 2014-08-03 21:36:24 +00:00
Alexey Dokuchaev
87a30f18c3 Update Stellarium to version 0.13.0. It's a new major release, and is based
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4.  Add an UPDATING entry to alert users about this.

While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency.  Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.

Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
2014-08-02 19:48:36 +00:00
Sunpoet Po-Chuan Hsieh
9b4ce43c01 - Update to 1.07
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Astro-PAL/README
2014-08-02 16:44:27 +00:00
Danilo Egea Gondolfo
c9797be5d5 - Update from 4.13.4 to 4.23
- Take maintainership
2014-08-02 04:46:22 +00:00
Sunpoet Po-Chuan Hsieh
9bcae3cd58 - Update to 1.06
Changes:	http://search.cpan.org/dist/Astro-PAL/README
2014-07-31 10:30:16 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
1468587c54 Rename old-style patch-xy patches in astro to reflect what files
they modify.
2014-07-28 13:03:29 +00:00
Kurt Jaeger
84045a1a92 astro/p5-Astro-satpass: 0.063 -> 0.065
http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.065/Changes
2014-07-28 12:41:48 +00:00
Sunpoet Po-Chuan Hsieh
6f950576f9 - Cleanup Makefile 2014-07-27 16:27:31 +00:00
Wen Heping
4840f9efdb - Update to 2.1.0
- Convert to PYDISTUTILS_AUTOPLIST
2014-07-27 04:51:42 +00:00
Alexey Dokuchaev
54d2419f77 - Stagify; unbreak the against Clang
- Allow for parallel (-jX) builds
- Cleanup Makefile while I'm at here
- Augment port description, fix WWW

N.b., there's version 2.4 available.
2014-07-23 05:17:15 +00:00
Alexey Dokuchaev
961ef5142f - Update to version 0.46, stagify, and cleanup the port
- Remove old BROKEN statement; builds fine on PowerPC at least (it was marked
  broken on sparc64 almost 5 years ago due to stdlib.h vs. malloc.h conflict,
  which no longer seems to be the issue)
2014-07-22 12:25:29 +00:00
Bartek Rutkowski
67a80e942c astro/py-pyfits: update 3.1.2 -> 3.3
Approved by:	marino (mentor)
2014-07-19 17:29:00 +00:00
Sunpoet Po-Chuan Hsieh
5425357367 - Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
2014-07-18 13:07:23 +00:00
Baptiste Daroussin
c9bf4ab3ee Fix some LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:53:29 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Yen-Ming Lee
3b68c8ced3 - update to 4.31 2014-07-15 04:01:07 +00:00
Sunpoet Po-Chuan Hsieh
61a8320e09 - Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2014-07-11 11:16:06 +00:00
Gabor Pali
c01739df4c - Update core markers 2014-07-09 11:42:05 +00:00
Dmitry Marakasov
6257437cfc - Update to 7287 2014-07-06 23:48:37 +00:00
Baptiste Daroussin
46ce67996d Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-06 15:28:14 +00:00
John Marino
d53b2a941f astro/wcslib: USES+= fortran (for wcunitse)
Back in August 2013 I reported to the maintainer that if fortran is not
found then certain functions such as wcunitse are not built.  These
functions are needed for kstars which is a dependency for kdeedu and the
kde4 meta port.  The USE_FORTRAN=yes was never added though, so lets do
that now that the port is unmaintained.
2014-07-05 14:39:33 +00:00
John Marino
8d1053da9c astro/openmap: mark jobs unsafe (taken from dports) 2014-07-05 14:31:19 +00:00
Frederic Culot
a37466dc99 - Reassign to the heap on maintainer's request 2014-07-04 11:03:10 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Adam Weinberger
676d8be6ae The do-install logic didn't work with stage. 2014-07-03 20:22:16 +00:00
Adam Weinberger
92d9f8b89d Reduce unecessary bsd.port.options.mk inclusion. 2014-07-03 20:18:05 +00:00
Philippe Audeoud
36b1bb0f94 - Update to 1.26 2014-07-03 12:27:22 +00:00
Dag-Erling Smørgrav
9f5419485f Haven't used this in nearly a decade, and it's way out of date. 2014-07-02 23:46:28 +00:00
Tijl Coosemans
97a5771bb5 x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS.  Not needed and it
  causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.

x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
  because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
2014-06-29 21:45:03 +00:00
TAKATSU Tomonari
8043cd8c7b - Update to 0.8-30 2014-06-29 08:27:11 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
2fcc44703e Replace GMAKE by MAKE_CMD 2014-06-24 21:50:29 +00:00
Tijl Coosemans
d0bd892b30 - New LIB_DEPENDS syntax.
- USES=libtool.
- Fix configure when $CC = gcc.
2014-06-22 22:05:06 +00:00
Wen Heping
23c35099c8 - Update to 3.5.0 2014-06-21 09:42:10 +00:00
Wen Heping
1d46046b40 - Update to 3.7.5.3 2014-06-21 09:01:07 +00:00
Dmitry Marakasov
d04336c189 - Bump minimal java version 2014-06-18 19:16:19 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Dmitry Marakasov
721b8b0dab - Update to 1.5.1
- Add LICENSE
- Convert extra-patch'es to plain patches

PR:		190791
Submitted by:	glebius
Approved by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2014-06-10 22:06:15 +00:00
Dmitry Marakasov
92d656c848 - Preserve version 1.4.4 of astro/gpsbabel as astro/gpsbabel14
Newer gpsbabel version needlessly pulls in heavyweight dependencies
(such as qt4-gui, qt4-webkit) via qt4-linguist, and until that's
resolved, it's useful to keep around older version which doesn't
have such problem.

PR:		190791
Approved by:	dev2@heesakkers.info (maintainer)
2014-06-10 22:03:56 +00:00
Dmitry Marakasov
863c97a295 - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-10 20:50:20 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Christian Weisgerber
426ae617c2 New maintainer A.J. van Werven, additional distfiles mirror.
Submitted by:	new maintainer
2014-06-02 13:51:31 +00:00
Olli Hauer
b3f95b0e35 cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
2014-06-01 09:00:15 +00:00
Dmitry Marakasov
7f6292cd00 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 19:33:22 +00:00
Dmitry Marakasov
4e81aec51c - Update to 7182 2014-05-30 14:58:45 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Juergen Lock
886bfbbeaf Seems pre-su-install breaks building as user now - in this case we only
need it with pkg_* so add a WITH_PKGNG check.
2014-05-20 19:14:06 +00:00
Dmitry Marakasov
ff777799b6 - Stagify
- Switch to USES=scons

Approved by:	glebius (maintainer)
2014-05-20 16:41:06 +00:00
Allan Jude
5ab394c3fe Add the location of the secret BSD Now studio so you can nuke it from orbit if I break the build
Approved by:	bcr (mentor)
2014-05-18 04:23:39 +00:00
Philippe Audeoud
5f11a4394f - Update to 0.063 2014-05-16 13:04:09 +00:00
Carlo Strub
b936a46460 - Update Harmonics file
- Cleanup pkg-descr
- USES
2014-05-11 20:59:47 +00:00
Wen Heping
dabdc04752 - Update to 3.4.5 2014-05-11 15:47:21 +00:00
Sunpoet Po-Chuan Hsieh
17c1e18baa - Update to 1.11
- Update LICENSE
- Remove Author line
- Use single space after WWW:
- Take maintainership

Changes:
- Added a bit of error checking for missing weather data
- Made some of the critters walk through the trees
2014-05-11 14:26:52 +00:00
Sunpoet Po-Chuan Hsieh
62e30ec642 - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort *_DEPENDS
- Sort PLIST
- Remove Author line
2014-05-11 06:57:51 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Sunpoet Po-Chuan Hsieh
9c92a8c8dd - Pass -lz to libdata/pkgconfig/cfitsio.pc
- Bump PORTREVISION for package change

PR:		ports/189487
Submitted by:	rakuco
2014-05-09 15:26:05 +00:00
Raphael Kubo da Costa
7bfa5cd376 - Fix the plist when the CFITSIO option is on.
- Use the new OPTIONS helpers to simplify the Makefile.

Related to both, also stop automatically turning the CFITSIO option on when
libcfitsio.so is installed: wcslib has had proper --with{out}-cfitsio
options since version 4.4.4.

This will turn off CFITSIO support for most people and indirectly fix their
builds with astro/cfitsio-3.360-1 [1]. If people do choose to have it on,
ports/189487 needs to be committed, otherwise there will be plist errors
because wcslib's configure script will not be able to detect that cfitsio is
installed and can be used.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092070.html
2014-05-08 22:41:00 +00:00
Raphael Kubo da Costa
a31261e038 Set MARK_JOBS_UNSAFE=yes.
If that's not done sometimes not all object files are built before the final
.a is created.
2014-05-08 22:06:30 +00:00
Sunpoet Po-Chuan Hsieh
8c80e22b4e - Build cfitsio compress/uncompress C files in zlib/
- Bump PORTREVISION for package change

Tested by:	cperciva, marino
2014-05-08 03:03:38 +00:00
Dmitry Marakasov
5d3cac42d2 - Update to 7000 2014-05-07 19:18:05 +00:00
John Marino
f3a3121cf1 astro/planets: Unbreak after Ocaml 4.01 with Debian patch
While using one of Debian's patches to fix this build, remove the
hardcoded depends and replace with USE_OCAML instead.  Also convert
to USES+=tar while we are here.
2014-05-07 18:19:04 +00:00
Rusmir Dusko
f7d9944c4d This port are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

- Pass maintainership to koalative at gmail.com
2014-05-07 15:56:04 +00:00
Sunpoet Po-Chuan Hsieh
d21f8c4177 - Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-05-04 15:37:11 +00:00
Baptiste Daroussin
beea89e9de Fix packaging celestia-gtk
Reported by:	jenkins via swills
2014-04-29 07:24:54 +00:00
Baptiste Daroussin
cf686a0152 Convert celestia ports to stage
While here add a couple of patches obtain from the fedora project to fix
compilation with modern compilers and allows to build with lua 5.2
Switch lua to lua 5.2 version
Use desktop file provided by upstream instead of the version provided in
the ports (the upstream version is more complete)
Switch to USES=libtool
Now that overlinking is not happening anymore fix the glut version not
linking properly because it lacks an explicit link to libGL.
2014-04-28 15:55:51 +00:00
Wen Heping
f715c36ec8 - Update to 3.4.3
- Add LICENSE

PR:		189064
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-28 14:38:51 +00:00
Sunpoet Po-Chuan Hsieh
f6cb9e3057 - Update to 0.086
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2014-04-27 00:02:16 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Frederic Culot
39a5de25d9 - Update to 0.062
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
PR:		ports/189012
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 12:39:26 +00:00
Tijl Coosemans
77a815be2b Convert to USES=libtool.
Unfortunately the libtool scripts in this port come from different
versions so libtoolize (and all other autotools) has to be run.
2014-04-24 17:14:42 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Carlo Strub
9928aaa37e Back to pool 2014-04-14 20:01:18 +00:00
Pawel Pekala
fe42c0ccc9 - Fix build with clang34 (unrecognized option -fforce-addr)
- Use options helpers and subs
- Set correct plist subs for GNOME option
2014-04-12 08:03:14 +00:00
Baptiste Daroussin
5ac5748052 gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-11 08:13:14 +00:00
Johannes Jost Meixner
975b423257 - Adding myself to freebsd.committers.markers
Approved by:    swills (mentor)
2014-04-10 18:38:13 +00:00
Wen Heping
299adfa0f0 - Update to 3.7.5.2 2014-04-06 03:07:35 +00:00
Wen Heping
43498218fa - Update to 3.4.1 2014-04-06 02:39:37 +00:00
Antoine Brodin
f1b6202b97 Fix make patch
With hat:	portmgr
2014-04-05 11:42:11 +00:00
Baptiste Daroussin
69e7cda35d Support stage 2014-04-04 22:59:14 +00:00
Baptiste Daroussin
f75362a8fc Support stage 2014-04-04 22:56:19 +00:00
Baptiste Daroussin
6ea0639e1c Support stage 2014-04-04 22:34:40 +00:00
Baptiste Daroussin
c6bc33a9ba Support stage
Switch to autoplist
2014-04-04 22:31:25 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Baptiste Daroussin
2d18d289ba Support stage
Regenerate patches with a proper name
Fix shebang
2014-04-04 19:57:17 +00:00
Baptiste Daroussin
8502f489c6 Support stage
Use options helpers
2014-04-04 19:52:39 +00:00
Baptiste Daroussin
00d5fb88d2 Support stage
Fix plist
2014-04-04 19:50:25 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00