Bug 62613 - kpacman build fails
Summary: kpacman build fails
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: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 04:30 UTC by Lee Harr
Modified: 2004-02-10 12:58 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 Lee Harr 2004-02-10 04:30:20 UTC
# portupgrade -Rw kpacman
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 607 packages found (-1 +1) (...). done]
--->  Upgrading 'kpacman-0.3.2' to 'kpacman-0.3.2_1' (games/kpacman)
--->  Building '/usr/ports/games/kpacman'
===>   kpacman-0.3.2_1 depends on file: /usr/X11R6/bin/moc - found
===>   kpacman-0.3.2_1 depends on executable: gmake - found
===>   kpacman-0.3.2_1 depends on shared library: kdegames.2 - not found
===>    Verifying install for kdegames.2 in /usr/ports/games/kdegames3
===>   Returning to build of kpacman-0.3.2_1
Error: shared library "kdegames.2" does not exist
*** Error code 1

Fix: # diff -u Makefile.orig Makefile


-LIB_DEPENDS=   kdegames.2:${PORTSDIR}/games/kdegames3
+LIB_DEPENDS=   kdegames.3:${PORTSDIR}/games/kdegames3

 USE_KDELIBS_VER=       3
 USE_REINPLACE= yes--x7xdti13un1UT9AkziYDOljXDZGu90VKzQnqZxoG6qStHx2p
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Mon Feb  9 23:13:05 2004
+++ Makefile    Mon Feb  9 23:14:20 2004
@@ -14,7 +14,7 @@
 MAINTAINER=    arved@FreeBSD.org
 COMMENT=       Pacman Clone for KDE
How-To-Repeat: Attempt to build or upgrade games/kpacman
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-10 07:05:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2004-02-10 12:58:50 UTC
State Changed
From-To: open->closed

committed, thanks