diff options
author | will <will@FreeBSD.org> | 2000-09-16 05:40:47 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-16 05:40:47 +0800 |
commit | 71618465be1f276328d24be2f32bf35b63d88a6f (patch) | |
tree | 64aa73185fc99881a91f61ad14a73f70437115a2 /converters/kdesupport2 | |
parent | f8205894e668af72e5c61060bc43b0b4e328548d (diff) | |
download | freebsd-ports-gnome-71618465be1f276328d24be2f32bf35b63d88a6f.tar.gz freebsd-ports-gnome-71618465be1f276328d24be2f32bf35b63d88a6f.tar.zst freebsd-ports-gnome-71618465be1f276328d24be2f32bf35b63d88a6f.zip |
Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this. This version is extremely stable and offers
better functionality than before. This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree. Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement! :-)
Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.
A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update. Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.
Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).
People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):
http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/
Have fun! Remember to reports bugs through http://bugs.kde.org/.
Diffstat (limited to 'converters/kdesupport2')
-rw-r--r-- | converters/kdesupport2/Makefile | 10 | ||||
-rw-r--r-- | converters/kdesupport2/distinfo | 2 | ||||
-rw-r--r-- | converters/kdesupport2/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 65efa73016bf..5993558c999f 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -6,12 +6,15 @@ # PORTNAME= kdesupport -PORTVERSION= 20000829A +PORTVERSION= 1.94 CATEGORIES= converters kde -MASTER_SITES= http://www.physics.purdue.edu/~will/ +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= unstable/distribution/2.0Beta5/tar/src MAINTAINER= will@FreeBSD.org +BUILD_DEPENDS= jade:${PORTSDIR}/textproc/jade \ + ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 MOC= ${X11BASE}/bin/moc2 @@ -38,7 +41,4 @@ pre-configure: ${PERL} -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g" ${WRKSRC}/configure ${PERL} -pi -e "s@odbc libaps@odbc@g" ${WRKSRC}/configure -pre-install: - @(find ${WRKSRC} -name CVS | xargs rm -rf) - .include <bsd.port.mk> diff --git a/converters/kdesupport2/distinfo b/converters/kdesupport2/distinfo index 5b28aa7c9d30..a071501482d2 100644 --- a/converters/kdesupport2/distinfo +++ b/converters/kdesupport2/distinfo @@ -1 +1 @@ -MD5 (kdesupport-20000829A.tar.bz2) = e09673ab49e02f6d67ccc33505223e35 +MD5 (kdesupport-1.94.tar.bz2) = a27ee8346667d4f6580837ef25b12215 diff --git a/converters/kdesupport2/pkg-plist b/converters/kdesupport2/pkg-plist index 217bcb6c562c..feca650dc044 100644 --- a/converters/kdesupport2/pkg-plist +++ b/converters/kdesupport2/pkg-plist @@ -33,5 +33,6 @@ include/mimelib/token.h include/mimelib/utility.h include/mimelib/uuencode.h lib/libmimelib.la +lib/libmimelib.so lib/libmimelib.so.3 @dirrm include/mimelib |