WITH_KDE will be fixed soon (was Re: Problems with
QTopenoffice-2.0-devel port)
NAKATA Maho
chat95 at mac.com
Thu Apr 21 17:23:04 PDT 2005
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 at FreeBSD.org)
More information about the freebsd-openoffice
mailing list