From 7c6b0a6ca67c232e3193583296b01e93dca141d0 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 29 Jul 2000 02:44:58 +0000 Subject: Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda , Stephan Kulow , Harri Porten , Waldo Bastian , Marc G. Fournier , Arun Sharma , Matthias Hoelzer-Kluepfel , and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn , for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma Approved by: imura, asami --- editors/koffice-kde4/Makefile | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'editors/koffice-kde4/Makefile') diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 0a71dbb8520d..8bd9ce9f50d7 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -1,31 +1,38 @@ # New ports collection makefile for: koffice # Date created: Sun May 14 2000 16:33:15 -# Whom: Will Andrews org> +# Whom: Will Andrews # # $FreeBSD$ # PORTNAME= koffice -PORTVERSION= 1.90 +PORTVERSION= 20000724A CATEGORIES= editors kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= unstable/distribution/tar/src +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 - -BROKEN= "Does not compile/run properly" +LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ + kdecore.4:${PORTSDIR}/x11/kdelibs2 \ + iconv.0:${PORTSDIR}/converters/iconv +WRKSRC= ${WRKDIR}/koffice MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes -USE_QT2= yes +USE_NEWGCC= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib -CONFIGURE_ENV+= MOC="${MOC}" + --with-qt-libraries=${X11BASE}/lib \ + --with-extra-libs=${LOCALBASE}/lib +CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ + CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \ + LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++" USE_GMAKE= yes +pre-install: + @(find ${WRKSRC} -name CVS | xargs rm -rf) + .include -- cgit v1.2.3