ports/92753: [PATCH] editor/openoffice.org-2.0 makes a broken program with WITH_KDE=yes

Koji Yokota yokota at res.otaru-uc.ac.jp
Fri Feb 3 01:00:20 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list