diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /misc/kde4-l10n | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) |
KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...
New ports:
devel/kde-dev-scripts: KDE development scripts
devel/kde-dev-utils: KDE development utilities
games/klickety: Tetris themed solitaire
games/picmi: Single player logic-based puzzle game
textproc/libkomparediff2: Library to compare files and strings
The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.
PR: ports/186491
Exp-run: by bdrewery
Approved by: beat (former maintainer) [1]
Notes
Notes:
svn path=/head/; revision=344893
Diffstat (limited to 'misc/kde4-l10n')
-rw-r--r-- | misc/kde4-l10n/Makefile | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 1e74de4bdf53..784b1f6a03ae 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -4,19 +4,19 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde -MASTER_SITES= # none DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE SC 4 NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes USE_KDE4= kdeprefix -KDE4_LANG_ALL= ar bg bs ca ca@valencia cs da de el en_GB es et eu fa \ +KDE4_LANG_ALL= ar bg bs ca ca@valencia cs da de el en_GB es et eu \ fi fr ga gl he hi hr hu ia is it ja kk km ko lt lv mr nb \ - nds nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg th tr ug \ + nds nl nn pa pl pt pt_BR ro ru sk sl sr sv tr ug \ uk vi wa zh_CN zh_TW ar_PORT= arabic/kde4-l10n @@ -36,7 +36,6 @@ vi_PORT= vietnamese/kde4-l10n zh_CN_PORT= chinese/kde4-l10n-zh_CN zh_TW_PORT= chinese/kde4-l10n-zh_TW -NO_STAGE= yes .include <${.CURDIR}/files/kde4-lang-names> # kde4-lang-names is encoded in UTF, override with plain ASCII: nb_NAME= Norwegian Bokmal @@ -54,19 +53,11 @@ ${lang}_NAME?= ${lang} ${lang}_OPT= ${lang:S/@/_/} LANG_OPT_ALL+= ${${lang}_OPT} ${${lang}_OPT}_DESC= ${${lang}_NAME} localization - -${${lang}_OPT}_DEP= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} +${${lang}_OPT}_RUN_DEPENDS= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} .endfor -.include <bsd.port.options.mk> - .for opt in ${LANG_OPT_ALL} -. if ${PORT_OPTIONS:M${opt}} || ${PORT_OPTIONS:MALL} -RUN_DEPENDS+= ${${opt}_DEP} -. endif +ALL_RUN_DEPENDS+= ${${opt}_RUN_DEPENDS} .endfor -do-install: - ${DO_NADA} - .include <bsd.port.mk> |