summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-01-26 02:44:27 +0000
committermarkd <markd@pkgsrc.org>2007-01-26 02:44:27 +0000
commit2afa4ad7ff757480b7a0a884ddc10b0e974d4910 (patch)
tree535071a9651a1b5c6787c451f7c56db269426147 /x11/kdelibs3/Makefile
parent3c156caa86beb77a1a7a05909c1cd0de66652a5f (diff)
downloadpkgsrc-2afa4ad7ff757480b7a0a884ddc10b0e974d4910.tar.gz
Update to KDE 3.5.6
KHTML * Treat specific attribute values case-insensitively during style matching. With these changes, KHTML becomes the first rendering engine to thoroughly pass the 578 tests of the excellent Automated CSS3 Selectors Testsuite (http://www.css3.info/selectors-test). * Implement CSS3 extension text-overflow: ellipsis. * Implement overflow-x/y as many websites use it now. * Fix overflow sometimes not painted/repainted. * Fix incorrect margin for some tables. * Fix crashes on some AJAX pages. * Fix background no-repeat image wrapping. * Fix instanceof ecma operator not working on DOM objects. * Fix some pages appearing empty or missing content. * Fix table caption rendering on some pages. * Make innerText much faster fixing freezes on some web pages. * Fix crash on javascript manipulated tables. * Fix all links gettinh underlined while hovering over just one link on some malformed web pages. * Let floats overflow the left border when they should. * Fix cursor in input field not disappearing when setting focus to another input field. * Prevent crash-inducing recursion of detach due to blur events happening when widgets with focus get destroyed. * Fix border collapse not working in tables. * Fix &notin; displayed as &not;in;. * Make max-height and max-width: none work correctly. * Fix memory leak when using deleteRule. * Fix crash when resolving a stylesheet imported from external one. * Fix an infinite relayout on msdn. * Fix computed line-height beign incorrect. * Fix crash race on various sites with popup ads. * Reset hover text when mouse leaves khtml view. * Whenever the content changes, recheck if the mouse cursor shall show some other shape to correctly match it to the content below it. * Immediately redraw visited links with the respective color when the page got loaded and inserted into the history. * Fix tables sometimes intruding floats on dynamic restyle. * Fix conflicting priorities in font shorthand parsing leading to wrong line-height computation. * Do not crash when finding backwards. * Fix infinite recursion happening when changing style from overflow:scroll to auto. * Fix initial size of input type=FILE form control. * Make vertical-align text-top/bottom CSS 2.1 compliant. * Fix ecma alert() dialog formatting it's output as a single huge line without line breaks. Kate * Add actionscript highlighting. * Add some pseudo-elements that khtml supports, but FireFox doesn't. * Fix wrong indentation at top of source file in cstyle indenter. * Fix memory leaks and accessing uninitialized variable. * Fix endless loop in cstyle indenter. * Fix crash using comment commands. * Java Highlighting: Correctly highlight comments after import lines. kdefx * Change asterisks on passwords to bullets. kdeprint * Fix printing of files with accentuated characters in filename or in the path. * Fix showing names of non local files in kprinter. kio * Don't crash when creating a job for an invalid URL. * Hide the progress dialog while displaying the password dialog. * Fix wrong "Couldn't receive DCOP signal" errors on RMB menu. * Fix statusbar having more than one line. * Fix possible data loss when using kioexec. KJS * Properly propagate some exception values. * Fixed Number.toPrecision(n) calls on negative zero. * Allow changing the internal value of invalid dates. * Fix Unicode support in RegExp handling, and also be more robust vs. embedded nulls. Fixes problems with some cyrillic characters in gmail and makes google calendar somewhat work.
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r--x11/kdelibs3/Makefile27
1 files changed, 2 insertions, 25 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 6d4fe2cd529..9084f602a4c 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2007/01/17 23:47:26 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2007/01/26 02:44:27 markd Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
-PKGREVISION= 2
CATEGORIES= x11
COMMENT= Support libraries for the KDE integrated X11 desktop
@@ -9,7 +8,6 @@ COMMENT= Support libraries for the KDE integrated X11 desktop
CONFLICTS+= koffice3<=1.1.1
-USE_DIRS+= xdg-1.2
USE_TOOLS+= perl:run pkg-config
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
@@ -22,13 +20,10 @@ SGML_CATALOGS= ${PREFIX}/share/kde/apps/ksgmltools2/customization/catalog
SGML_CATALOGS+= ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat
SGML_CATALOGS+= ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.2/docbook.cat
-.include "dirs.mk"
.include "../../mk/bsd.prefs.mk"
LIBS.NetBSD+= ${EXPORT_SYMBOLS_LDFLAGS}
-REQD_DIRS+= ${KDE3_DIRS:O:S/^/${PREFIX}\//}
-
REPLACE_PERL+= \
dcop/dcopidlng/kalyptus \
kio/proxytype.pl \
@@ -61,25 +56,7 @@ SPECIAL_PERMS+= ${PREFIX}/bin/fileshareset ${SETUID_ROOT_PERMS}
SPECIAL_PERMS+= ${PREFIX}/bin/kgrantpty ${SETUID_ROOT_PERMS}
SPECIAL_PERMS+= ${PREFIX}/bin/kpac_dhcp_helper ${SETUID_ROOT_PERMS}
-PKG_OPTIONS_VAR= PKG_OPTIONS.kdelibs
-PKG_SUPPORTED_OPTIONS= cups debug
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/cups/buildlink3.mk"
-PLIST_SUBST+= CUPS=
-.else
-CONFIGURE_ARGS+= --disable-cups
-PLIST_SUBST+= CUPS="@comment "
-.endif
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CC+= -ggdb
-CXX+= -ggdb
-CONFIGURE_ARGS+= --enable-debug=full
-CONFIGURE_ENV+= INSTALL_STRIP_FLAG=
-INSTALL_UNSTRIPPED= yes
-.endif
+.include "options.mk"
.if ${OPSYS} == "NetBSD"
. if ${OS_VERSION:M1.5.[12]*} || ${OS_VERSION:M1.[0-4]*}