- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk
The area51 repository features commits by Schaich Alonso and myself.
Contributors:
- Tobias Berner
list in order to permit login with special usernames.
- Fix conssole command
- Bump PORTREVISION
PR: ports/174482
Submitted by: Maxim Samsonov <xors@mailup.net>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV
KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
'USES= cmake:outsource' and add USE_LDCONFIG if needed
- Teach gnome-desktop about the update glib's change of thumbnails cache
from ~/.thumbnails to ~/.cache/thumbnails. It solves the issues that
some GNOME applications run CPU very high load. [1]
- Bump the PORTREVISION.
Reported by: Kevin Oberman <rkoberman@gmail.com> [1]
Sergio Lenzi <lenzi.sergio@gmail.com> [1]
Tested by: Kevin Oberman <rkoberman@gmail.com> [1]
Make patch for colours in volume output actually works.
Add a patch for colours on low remaining battery
Add a patch for colours on high CPU temperature
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi
- adoption of optionsNG
- standardize of shape description for options
- drop default WRKSRC assignment
- add pkgconfig (build) requirement
- trim abi versions for lib_depends (portlint)
- drop pkg-plist in favor of plist_files and PORTDOCS
- shift pkgmessage display into do-install target
PR: 176486
Submitted by: jgh@
Approved by: acm@, maintainer timeout (14 days)
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.
Reviewed by: kwm, bapt
Obtained from: xorg development repo (partly)
Convert to OtionsNG, switch to pathfix from gnomehack.
PR: ports/172157
Sumbitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Obtained from: gnome team repo
Port is now safe with NOPORTDOCS=yes in /etc/make.conf
LICENSE= MIT
PORTDOCS= CHANGELOG CREDITS NOTES README
OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES=
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
- Changed and refined:
post-install:
pkg-plist
- Pass maintainership to submitter
PR: ports/176797
Submitted by: nemysis <nemysis@gmx.ch>