# 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
Responsible Changed From-To: freebsd-ports-bugs->arved Over to maintainer.
State Changed From-To: open->closed committed, thanks