Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 21:37:51 GMT
From:      Max Brazhnikov<makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/108578: maintainer: misc/kbfx - fix build on amd64
Message-ID:  <200701302137.l0ULbpXo075269@www.freebsd.org>
Resent-Message-ID: <200701302140.l0ULeBtG009774@freefall.freebsd.org>

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

>Number:         108578
>Category:       ports
>Synopsis:       maintainer: misc/kbfx - fix build on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 21:40:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Jan 18 12:52:49 MSK 2007     root@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
add patch to fix library install path.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake /home/makc/porting/ports/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake
--- /usr/ports/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake	Thu Jan  1 03:00:00 1970
+++ /home/makc/porting/ports/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake	Wed Jan 31 00:22:45 2007
@@ -0,0 +1,11 @@
+--- ./cmakemodules/FindKdeLibs.cmake.orig	Thu Dec 14 11:00:32 2006
++++ ./cmakemodules/FindKdeLibs.cmake	Wed Jan 31 00:22:35 2007
+@@ -159,7 +159,7 @@
+ ## the following are directories where stuff will be installed to
+ SET(BIN_INSTALL_DIR          "${EXEC_INSTALL_PREFIX}/bin"                  CACHE PATH "The kde bin install dir (default prefix/bin)" FORCE)
+ SET(SBIN_INSTALL_DIR         "${EXEC_INSTALL_PREFIX}/sbin"                 CACHE PATH "The kde sbin install dir (default prefix/sbin)" FORCE)
+-SET(LIB_INSTALL_DIR          "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}"     CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
++SET(LIB_INSTALL_DIR          "${EXEC_INSTALL_PREFIX}/lib"     CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
+ SET(LIBEXEC_INSTALL_DIR      "${LIB_INSTALL_DIR}/kde3/libexec"             CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib/kde3/libexec)" FORCE)
+ SET(PLUGIN_INSTALL_DIR       "${LIB_INSTALL_DIR}/kde3"                     CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde3)" FORCE)
+ SET(INCLUDE_INSTALL_DIR      "${CMAKE_INSTALL_PREFIX}/include"             CACHE PATH "The subdirectory to the header prefix" FORCE)


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



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