Update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
* Compile fix for IRIX64
kdelibs
* KHTML : Fixed progress bar.
* KHTML : Fixed several crashes and misrenderings.
* KHTML : Fixed "HTML source displayed in text viewer" after viewing
text.
* KHTML : Only ask "download plugins?" once per requested mimetype in
the same page.
* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
event.x/y) .
* libkscreensaver : Fixed bug that in rare cases prevented the
screensaver from showing anything.
* kio_file : Proper "disk full" error message in mkdir
* KIO : Dropping links to webpages onto the desktop works in all cases
now
* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice
kdebase
* NSPlugins : Compatibility with gcc-3.x
* Konqueror configuration : fixed default font size value
* KDesktop : better determination of icon heights, for "lineup Icons"
* KDesktop : Don't rearrange all icons when changing the font size
* KControl : Fixed proxy configuration dialog layout
* Fix a lot of mem leak
* Kaddressbook : fix crash when we export CSV list
* KDM
* Security: proper temp dir creation for QT and disabled
crash dialog
* Made chooser work at all
* Fixed compilation with older glibc
* Fixed bad lilo interaction wrt. warnings
kdegraphics
* Kamera: Fixed crash when we didn't select camera in kcmkamera
* KGhostview: Security related fixes
kdemultimedia
* KMix : Fixed compilation on Solaris
* Kaboodle : fixed when it was embedded in konqueror
* Fix a lot of memory leak
kdenetwork
* kpf: Security related fixes
kdepim
* KAlarm: Fix right-to-left character sets not being displayed in
message edit control
* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
#43250)
* KNotes: Fixed session management (bug #22844)
* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
already on mouse press)
* KNotes: Fixed (in)famous bug that caused the big black windows
and lost data (bugs #22062, #44870, #45084, #45386, #45451,
#46570, #47352)
* KNotes: Fixed drag'n drop of links and plain text
kdesdk
* Disabled kbugbuster compilation because bug system changed. Use CVS
version if you need it.
2002-10-14 11:13:45 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2002/10/14 09:13:55 skrll Exp $
|
2002-05-31 15:16:30 +02:00
|
|
|
|
Update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
* Compile fix for IRIX64
kdelibs
* KHTML : Fixed progress bar.
* KHTML : Fixed several crashes and misrenderings.
* KHTML : Fixed "HTML source displayed in text viewer" after viewing
text.
* KHTML : Only ask "download plugins?" once per requested mimetype in
the same page.
* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
event.x/y) .
* libkscreensaver : Fixed bug that in rare cases prevented the
screensaver from showing anything.
* kio_file : Proper "disk full" error message in mkdir
* KIO : Dropping links to webpages onto the desktop works in all cases
now
* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice
kdebase
* NSPlugins : Compatibility with gcc-3.x
* Konqueror configuration : fixed default font size value
* KDesktop : better determination of icon heights, for "lineup Icons"
* KDesktop : Don't rearrange all icons when changing the font size
* KControl : Fixed proxy configuration dialog layout
* Fix a lot of mem leak
* Kaddressbook : fix crash when we export CSV list
* KDM
* Security: proper temp dir creation for QT and disabled
crash dialog
* Made chooser work at all
* Fixed compilation with older glibc
* Fixed bad lilo interaction wrt. warnings
kdegraphics
* Kamera: Fixed crash when we didn't select camera in kcmkamera
* KGhostview: Security related fixes
kdemultimedia
* KMix : Fixed compilation on Solaris
* Kaboodle : fixed when it was embedded in konqueror
* Fix a lot of memory leak
kdenetwork
* kpf: Security related fixes
kdepim
* KAlarm: Fix right-to-left character sets not being displayed in
message edit control
* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
#43250)
* KNotes: Fixed session management (bug #22844)
* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
already on mouse press)
* KNotes: Fixed (in)famous bug that caused the big black windows
and lost data (bugs #22062, #44870, #45084, #45386, #45451,
#46570, #47352)
* KNotes: Fixed drag'n drop of links and plain text
kdesdk
* Disabled kbugbuster compilation because bug system changed. Use CVS
version if you need it.
2002-10-14 11:13:45 +02:00
|
|
|
DISTNAME= kdelibs-3.0.4
|
2002-05-31 15:16:30 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
COMMENT= Support libraries for the KDE integrated X11 desktop
|
|
|
|
|
|
|
|
.include "../../x11/kde3/Makefile.kde3"
|
|
|
|
|
2002-10-06 05:38:58 +02:00
|
|
|
CONFLICTS+= koffice3<=1.1.1
|
|
|
|
|
2002-05-31 15:16:30 +02:00
|
|
|
BUILDLINK_DEPENDS.qt3-libs= qt3-libs>=3.0.3
|
|
|
|
|
2002-10-01 15:29:21 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2002-10-01 21:28:34 +02:00
|
|
|
USE_CXX= YES
|
2002-05-31 15:16:30 +02:00
|
|
|
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
|
|
|
|
|
2002-10-01 15:29:21 +02:00
|
|
|
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
|
2002-05-31 15:16:30 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
2002-10-01 21:28:34 +02:00
|
|
|
LIBS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
2002-05-31 15:16:30 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
KDEDIR= ${PREFIX}
|
|
|
|
|
|
|
|
REPLACE_PERL= \
|
|
|
|
${WRKSRC}/kio/proxytype.pl \
|
|
|
|
${WRKSRC}/kio/useragent.pl
|
|
|
|
|
|
|
|
PLIST_SRC= ${WRKDIR}/PLIST
|
2002-06-10 13:40:53 +02:00
|
|
|
UNLIMIT_RESOURCES= datasize memorysize
|
2002-05-31 15:16:30 +02:00
|
|
|
|
|
|
|
.if defined(USE_CUPS) && (${USE_CUPS} == "YES")
|
2002-10-01 15:29:21 +02:00
|
|
|
.include "../../print/cups/buildlink2.mk"
|
2002-05-31 15:16:30 +02:00
|
|
|
BUILD_DEFS+= USE_CUPS
|
|
|
|
|
|
|
|
PLIST_SUBST+= CUPS=
|
|
|
|
.else
|
|
|
|
PLIST_SUBST+= CUPS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
|
|
. if ${OS_VERSION:M1.5.[12]*} || ${OS_VERSION:M1.[0-4]*}
|
|
|
|
PLIST_SUBST+= KDED_WORKAROUND="@comment "
|
|
|
|
. else
|
|
|
|
PLIST_SUBST+= KDED_WORKAROUND=""
|
|
|
|
. endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# We will create the complete icon directory tree for use by other KDE3
|
|
|
|
# packages at post-install time.
|
|
|
|
#
|
|
|
|
ICONCOLORS= hicolor locolor
|
|
|
|
ICONSIZES= 16x16 22x22 32x32 48x48 64x64
|
|
|
|
ICONDIRS= actions/kde actions apps devices filesystems mimetypes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/kde/locale
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
|
|
. if ${OS_VERSION:M1.5.[12]*} || ${OS_VERSION:M1.[0-4]*}
|
|
|
|
@${RM} ${PREFIX}/lib/kded.*
|
|
|
|
. endif
|
|
|
|
.endif
|
|
|
|
@( ${CAT} ${PKGDIR}/PLIST; \
|
|
|
|
for color in ${ICONCOLORS}; do \
|
|
|
|
colordir=share/kde/icons/$${color}; \
|
|
|
|
for size in ${ICONSIZES}; do \
|
|
|
|
sizedir=$${colordir}/$${size}; \
|
|
|
|
for dir in ${ICONDIRS}; do \
|
|
|
|
icondir=$${sizedir}/$${dir}; \
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/$${icondir}; \
|
|
|
|
${ECHO} "@exec ${MKDIR} %D/$${icondir}"; \
|
|
|
|
${ECHO} "@dirrm $${icondir}"; \
|
|
|
|
done; \
|
|
|
|
${ECHO} "@dirrm $${sizedir}"; \
|
|
|
|
done; \
|
|
|
|
${ECHO} "@dirrm $${colordir}"; \
|
|
|
|
done; \
|
|
|
|
${ECHO} "@dirrm share/kde/icons"; \
|
|
|
|
${ECHO} "@dirrm share/kde"; \
|
|
|
|
) > ${PLIST_SRC}
|
|
|
|
|
2002-10-01 21:28:34 +02:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
. include "../../lang/gcc/buildlink2.mk"
|
|
|
|
.endif
|
2002-10-01 15:29:21 +02:00
|
|
|
.include "../../archivers/bzip2/buildlink2.mk"
|
|
|
|
.include "../../audio/arts/buildlink2.mk"
|
|
|
|
.include "../../audio/libaudiofile/buildlink2.mk"
|
|
|
|
.include "../../devel/pcre/buildlink2.mk"
|
|
|
|
.include "../../graphics/tiff/buildlink2.mk"
|
|
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
|
|
.include "../../textproc/libxslt/buildlink2.mk"
|
|
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
|
|
.include "../../x11/qt3-libs/buildlink2.mk"
|
|
|
|
.include "../../mk/ossaudio.buildlink2.mk"
|
2002-10-01 21:28:34 +02:00
|
|
|
|
2002-05-31 15:16:30 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
|
2002-10-01 21:28:34 +02:00
|
|
|
# XXX On NetBSD, the gcc for:
|
2002-05-31 15:16:30 +02:00
|
|
|
# XXX
|
|
|
|
# XXX alpha
|
|
|
|
# XXX
|
|
|
|
# XXX has an optimization bug when compiling with -O2 that is tickled by
|
|
|
|
# XXX ${WRKSRC}/kdeprint/management/kmiconview.cpp.
|
|
|
|
#
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
|
|
. if (${MACHINE_ARCH} == "alpha")
|
|
|
|
CFLAGS+= -O
|
|
|
|
. endif
|
|
|
|
.endif
|