Date: Fri, 22 Apr 2005 09:22:29 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: yazzy@yazzy.org Cc: openoffice@FreeBSD.org Subject: WITH_KDE will be fixed soon (was Re: Problems with QTopenoffice-2.0-devel port) Message-ID: <20050422.092229.74673728.chat95@mac.com> In-Reply-To: <20050420203058.18fa22e1.yazzy@yazzy.org> References: <20050419110334.2d6c2dd0.yazzy@yazzy.org> <42656268.3080006@chillt.de> <20050420203058.18fa22e1.yazzy@yazzy.org>
next in thread | previous in thread | raw e-mail | index | archive | help
WITH_KDE will be fixed soon following patch is under testing. and hope i have some time in weekend. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/openoffice-2.0-devel/Makefile,v retrieving revision 1.162 diff -u -r1.162 Makefile --- Makefile 19 Apr 2005 10:08:06 -0000 1.162 +++ Makefile 22 Apr 2005 00:21:36 -0000 @@ -27,6 +27,9 @@ USE_GNOME+= orbit gtk12 .endif +.if defined(WITH_KDE) +USE_KDELIBS_VER= 3 +.endif USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes @@ -81,19 +84,18 @@ ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ bison-devel:${PORTSDIR}/devel/bison-devel -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ freetype.9:${PORTSDIR}/print/freetype2 \ IDL-2.0:${PORTSDIR}/devel/libIDL .if defined(WITHOUT_JAVA) -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt .else BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant .endif GNU_CONFIGURE= yes USE_AUTOCONF_VER= 259 -WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work WRKSRC= ${WRKDIR} CONFIGURE_WRKSRC= ${WRKSRC}/config_office ANT?= ${LOCALBASE}/bin/ant @@ -101,7 +103,7 @@ ZIP?= ${PREFIX}/bin/zip UNZIP?= ${PREFIX}/bin/unzip PKGMESSAGE= ${WRKDIR}/pkg-message -NUMOFPROCESSES?= 4 +NUMOFPROCESSES?= 1 CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE}/bin/gpatch --with-package-format=portable cvs diff: Diffing files Index: files/Makefile.knobs =================================================================== RCS file: /home/pcvs/ports/editors/openoffice-2.0-devel/files/Makefile.knobs,v retrieving revision 1.11 diff -u -r1.11 Makefile.knobs --- files/Makefile.knobs 19 Apr 2005 10:08:06 -0000 1.11 +++ files/Makefile.knobs 22 Apr 2005 00:21:36 -0000 @@ -9,9 +9,7 @@ .endif .if defined(WITH_KDE) -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -USE_QT_VER= 3 -CONFIGURE_ARGS+= --enable-kde +CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .endif .if defined(WITH_CUPS) -- NAKATA, Maho (maho@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050422.092229.74673728.chat95>