FreeBSD Bugzilla – Attachment 170690 Details for
Bug 209756
Some ports listed in the INDEX file are without (required) version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix up fallout from r415864 where 14 ports came up with empty PORTVERSION
fixup-kde4-ports.patch (text/plain), 6.00 KB, created by
Matthias Andree
on 2016-05-26 16:19:45 UTC
(
hide
)
Description:
fix up fallout from r415864 where 14 ports came up with empty PORTVERSION
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2016-05-26 16:19:45 UTC
Size:
6.00 KB
patch
obsolete
>Index: accessibility/kdeaccessibility4/Makefile >=================================================================== >--- accessibility/kdeaccessibility4/Makefile (Revision 415901) >+++ accessibility/kdeaccessibility4/Makefile (Arbeitskopie) >@@ -8,6 +8,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Accessibility applications for KDE 4 > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG KMOUSETOOL KMOUTH >Index: devel/smokegen/Makefile >=================================================================== >--- devel/smokegen/Makefile (Revision 415901) >+++ devel/smokegen/Makefile (Arbeitskopie) >@@ -9,6 +9,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= SMOKE bindings for KDE > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USE_QT4= corelib xml qmake_build moc_build uic_build rcc_build > USES= cmake:outsource tar:xz > CMAKE_ARGS+= -DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke >Index: editors/calligra-l10n/Makefile >=================================================================== >--- editors/calligra-l10n/Makefile (Revision 415901) >+++ editors/calligra-l10n/Makefile (Arbeitskopie) >@@ -7,6 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Localized messages and documentation for Calligra > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \ >Index: games/kdegames4/Makefile >=================================================================== >--- games/kdegames4/Makefile (Revision 415901) >+++ games/kdegames4/Makefile (Arbeitskopie) >@@ -7,6 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Games for KDE 4 (meta port) > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= ALL ${KDE4_GAMES_ALL} >Index: graphics/kdegraphics4/Makefile >=================================================================== >--- graphics/kdegraphics4/Makefile (Revision 415901) >+++ graphics/kdegraphics4/Makefile (Arbeitskopie) >@@ -8,6 +8,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Graphics utilities for KDE 4 (meta port) > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= GPHOTO \ >Index: misc/kde4-l10n/Makefile >=================================================================== >--- misc/kde4-l10n/Makefile (Revision 415901) >+++ misc/kde4-l10n/Makefile (Arbeitskopie) >@@ -8,6 +8,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Localized messages and documentation for KDE SC 4 > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > KDE4_LANG_ALL= ar bg bs ca ca@valencia cs da de el en_GB es et eu fa \ >Index: misc/kdeutils4/Makefile >=================================================================== >--- misc/kdeutils4/Makefile (Revision 415901) >+++ misc/kdeutils4/Makefile (Arbeitskopie) >@@ -8,6 +8,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Collection of utilities for KDE 4 > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDF KFLOPPY KGPG \ >Index: multimedia/kdemultimedia4/Makefile >=================================================================== >--- multimedia/kdemultimedia4/Makefile (Revision 415901) >+++ multimedia/kdemultimedia4/Makefile (Arbeitskopie) >@@ -8,6 +8,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= KDE Multimedia applications (meta port) > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= DRAGON FFMPEG JUK KIO_AUDIOCD KMIX KSCD MPLAYER >Index: net/kdenetwork4/Makefile >=================================================================== >--- net/kdenetwork4/Makefile (Revision 415901) >+++ net/kdenetwork4/Makefile (Arbeitskopie) >@@ -7,6 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= KDE Network applications (meta port) > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= FILESHARING KDNSSD KGET KOPETE KRDC KRFB STRIGI >Index: net-im/kde-telepathy/Makefile >=================================================================== >--- net-im/kde-telepathy/Makefile (Revision 415901) >+++ net-im/kde-telepathy/Makefile (Arbeitskopie) >@@ -16,6 +16,7 @@ > ${KDE4_PREFIX}/lib/kde4/kded_ktp_integration_module.so:net-im/ktp-kded-integration-module \ > ${KDE4_PREFIX}/lib/kde4/libexec/ktp-text-ui:net-im/ktp-text-ui > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= PLASMA SEND_FILE >Index: sysutils/kdeadmin4/Makefile >=================================================================== >--- sysutils/kdeadmin4/Makefile (Revision 415901) >+++ sysutils/kdeadmin4/Makefile (Arbeitskopie) >@@ -7,6 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= KDE Administration applications (meta port) > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= KCRON KSYSTEMLOG KUSER >Index: sysutils/ksysguardd/Makefile >=================================================================== >--- sysutils/ksysguardd/Makefile (Revision 415901) >+++ sysutils/ksysguardd/Makefile (Arbeitskopie) >@@ -11,6 +11,7 @@ > COMMENT= KDE System Guard Daemon > > DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= cmake tar:xz > CMAKE_ARGS+= -DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \ > -DSYSCONF_INSTALL_DIR:STRING="${PREFIX}/etc" >Index: x11-clocks/kdetoys4/Makefile >=================================================================== >--- x11-clocks/kdetoys4/Makefile (Revision 415901) >+++ x11-clocks/kdetoys4/Makefile (Arbeitskopie) >@@ -7,6 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= KDE miscellaneous applications (meta port) > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= metaport > > OPTIONS_DEFINE= AMOR KTEATIME KTUX >Index: x11-themes/kde4-icons-oxygen/Makefile >=================================================================== >--- x11-themes/kde4-icons-oxygen/Makefile (Revision 415901) >+++ x11-themes/kde4-icons-oxygen/Makefile (Arbeitskopie) >@@ -11,6 +11,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= The Oxygen icon theme for KDE > >+USE_KDE4= # blank, needed to get KDE4_VERSION > USES= cmake:outsource tar:xz > INSTALL_TARGET= install > EXTRACT_AFTER_ARGS= --exclude '${DISTNAME}/scalable'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209756
: 170690 |
170691