Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2009 05:19:29 GMT
From:      Thierry Herbelot <thierry.herbelot@free.Fr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134500: the detection logic for kdenetwork4 does not work, on current
Message-ID:  <200905130519.n4D5JTgD082679@www.freebsd.org>
Resent-Message-ID: <200905130520.n4D5K2Pl056774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134500
>Category:       ports
>Synopsis:       the detection logic for kdenetwork4 does not work,on current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 13 05:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Herbelot
>Release:        FreeBSD 8.0-CURRENT #48: Sat May  9 20:14:57 CEST 2009
>Organization:
>Environment:
FreeBSD machine 8.0-CURRENT FreeBSD 8.0-CURRENT #48: Sat May  9 20:14:57 CEST 2009     test@machine:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
in the main kde4 build makefile, the presence of kdenetwork4 is detected via :
.if !defined(WITHOUT_KDENETWORK)
RUN_DEPENDS+=   ${KDE4_PREFIX}/bin/kppp:${PORTSDIR}/net/kdenetwork4
.endif

but in -current, kppp is no longer built.


thus, if you run on a -current machine, two times "make install" in the main kde4 ports directory, the second run will also build kdenetwork4, but then fail at the install stage.
>How-To-Repeat:

>Fix:
maybe use another file than kppp (kopete, for example ?)

>Release-Note:
>Audit-Trail:
>Unformatted:



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