Bug 134500 - the detection logic for net/kdenetwork4 does not work,on current
Summary: the detection logic for net/kdenetwork4 does not work,on current
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 06:20 UTC by Thierry Herbelot
Modified: 2009-05-15 19:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Herbelot 2009-05-13 06:20:02 UTC
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.

Fix: 

maybe use another file than kppp (kopete, for example ?)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-05-13 17:46:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-15 19:04:35 UTC
makc        2009-05-15 18:04:20 UTC

  FreeBSD ports repository

  Modified files:
    x11/kde4             Makefile 
  Log:
  Reorganize dependencies: check for package versions instead for files installed.
  
  PR:             inspired by ports/134500
  Submitted by:   Thierry Herbelot <thierry.herbelot at free.Fr>
  
  Revision  Changes    Path
  1.105     +13 -13    ports/x11/kde4/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2009-05-15 19:07:10 UTC
State Changed
From-To: open->closed

Fixed. Thanks!