Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Feb 2006 09:59:45 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92753: [PATCH] editor/openoffice.org-2.0 makes a broken program with WITH_KDE=yes
Message-ID:  <20060203005945.76B226544@room520-1.yokota-s.otaru-uc.ac.jp>
Resent-Message-ID: <200602030100.k1310Juw024656@freefall.freebsd.org>

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

>Number:         92753
>Category:       ports
>Synopsis:       [PATCH] editor/openoffice.org-2.0 makes a broken program with WITH_KDE=yes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 03 01:00:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.0-RELEASE-p3 i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 6.0-RELEASE-p3 FreeBSD 6.0-RELEASE-p3 #0: Thu Jan 19 04:33:39 JST 2006 hoge@hoge.otaru-uc.ac.jp:/usr/obj/usr/src/sys/KYOTO i386

>Description:
	editor/openoffice.org-2.0 is broken to compile with -DKDE

        > Building with KDE support (2.0 or later; and currently broken)
        > % cd /usr/ports/editors/openoffice.org-2.0-devel
        > % make -DWITH_KDE

        http://porting.openoffice.org/freebsd/#howto

>How-To-Repeat:
	make WITH_KDE=yes install
>Fix:

--- Makefile.orig       Fri Feb  3 09:40:50 2006
+++ Makefile    Fri Feb  3 09:40:28 2006
@@ -31,9 +31,9 @@
 USE_GNOME+=    libidl
 .endif
 
-.if defined(WITH_KDE)
-USE_KDELIBS_VER=        3
-.endif
+#.if defined(WITH_KDE)
+#USE_KDELIBS_VER=        3
+#.endif
 USE_XLIB=      yes
 USE_GMAKE=     yes
 USE_PERL5=     yes


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



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