Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 19:08:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209799] misc/kdeedu4 kdeprefix removal too thorough
Message-ID:  <bug-209799-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209799

            Bug ID: 209799
           Summary: misc/kdeedu4 kdeprefix removal too thorough
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: groot@kde.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

Created attachment 170733
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170733&action=
=3Dedit
Add blank USE_KDE4 to metaports that need it

In r415864, kdeprefix was removed from a whole lot of ports. In a few cases,
USE_KDE4=3D was removed entirely. This happened in some KDE metaports, not =
in all
of them. Many metaports have retained this line:

USE_KDE4=3D      # blank, needed to get KDE4_VERSION

Attached patch restores this line to three metaports that have lost it
entirely. There's two reasons for this:

 - consistency with the other metaports (less important)
 - there are some combinations of OPTIONS that can cause build failures bec=
ause
KDE4_VERSION isn't defined

The latter issue can be illustrated as follows:

 - cd /usr/ports/misc/kdeedu4
 - make config
 - *uncheck* marble
 - portlint, or build

Because of marble (which is enabled by default), usually you get USE_KDE4 s=
et
through this line in the Makefile:

MARBLE_USE=3D             KDE4=3Dmarble_run

When marble is unchecked, you get this (from portlint):


FATAL: Makefile: either PORTVERSION or DISTVERSION must be specified
FATAL: Makefile: kdeedu- < kdeedu-4.14.3. Choose another PORTVERSION or bump
PORTEPOCH.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209799-13>