Commit graph

6490 commits

Author SHA1 Message Date
rillig
1dd63c42ae Fixed pkglint warnings. 2006-06-09 14:29:56 +00:00
abs
b42bb03998 make sure USE_LANGUAGES is set before including compiler.mk 2006-06-09 08:07:46 +00:00
wiz
b6669e806a Add qt4-psql (should that be qt4-pgsql?). 2006-06-09 06:31:02 +00:00
joerg
f672ff9e8a Needs msgfmt. 2006-06-08 12:24:55 +00:00
minskim
999b34adae Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yields
an internal compiler error).  This addresses PR pkg/31877.
2006-06-08 01:27:27 +00:00
hubertf
6573ffd8b8 Update to xdaemon 1.2: fix PLIST 2006-06-06 20:44:50 +00:00
reed
9b82c0c8cd Sort entries -- no change to package. 2006-06-05 23:25:43 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
f509390e7e Needs Python 2.4. 2006-06-02 23:42:33 +00:00
joerg
dcf9829df2 py-Numeric needs Python 2.2+ 2006-06-02 23:38:10 +00:00
tron
30c19f2c06 Apply patch from bug #6918 in the "freedesktop.org" Bugzilla database
to make this package build with version 2.2.1 or newer of the "freetype2"
package. Bump package revision.

This should fix PR pkg/33606 by Mathieu.
2006-06-01 22:44:08 +00:00
markd
7cc1cfc30b Update to KDE 3.5.3 2006-06-01 14:37:29 +00:00
markd
1f072f8b07 Update to KDE 3.5.3 2006-06-01 13:48:02 +00:00
markd
62d38265c2 Update to KDE 3.5.3
Changes:
* General
  o New: KDE startup reordered in order to improve startup time.
  o KDialog: --title does not work in at least one case
  o Don't show the screensaver when doing presentations
  o If KDE shuts down while starting up (due to low battery status),
    saved session is lost
  o KSysGuard: Typos in the ksysguard PO file
  o Random wallpapers don't change on every configuration change.
* Kicker
  o Bookmarks: Look up konsole-bookmarks in the correct directory
  o Show/hide arrow not shown if all icons are hidden
* KControl
  o Fix the broken priority setting.
* KFind
  o Don't draw a separator, it causes a couple of ugly pixels.
* Konsole
  o Fix a possible crash on session save/logout
  o Numerous fixes due to the Coverity reports.
  o Fix DCOP call setEncoding.
  o kwrited - Add a 'Clear Messages' to the popup menu.
  o Fix crash when user deletes all the sessions.
  o Fix underline issue when there are ampersands in tab title.
  o Remember the text color while moving the tab.
  o Fix issue with tab/window titles not refreshing for the
    non-active session.
  o Verify that the command is executable for '-e <command>.'
  o Use the "DefaultSession" parameter in konsolerc.
* Kate
  o Fix crash in View Difference
  o Fix crash in external tools config when clicking the edit button.
* Konqueror
  o Fix multi selection and Show/Hide in toolbar.
  o Fix QString/KURL confusion which probably caused encoding bugs
    with local paths on non-latin1 systems.
  o Respect user-selected view mode when browsing removable media.
  o Fixed detection of some Netscape plugins when packagers are built
    with new ld flags.
* KWin
  o Don't force new windows to be at the beginning of the focus chain
    (windows with focus stealing prevention shouldn't be there).
  o Don't deactivate the showing desktop state when a new window is
    shown that belongs to the desktop.
  o KWin messes up ConfigureRequest:s, causing X crashes.
  o Move minimized windows to the right place in focus chain.
  o Separate focus chains are nice, but KDE-style Alt+Tab not limited
    to the current desktop
  o Window switching (alt-tab) with focus (strictly) under or follow
    mouse does not switch all windows and newly focused window
    doesn't get focus
  o Obey automatic un-hover option also when switching to a shaded
    window with alt+tab.
  o Mouse cursor covers tooltips of KDE applications
  o Fixed timestamp handling on 64bit systems, fixes focus problems
    when running KDE for a long time
2006-06-01 13:46:31 +00:00
markd
a93d8a92d7 Update to KDE 3.5.3
Changes:
* KHTML
  o Don't crash when triple-clicking on a line that has :after or
    :before content, or anything that isn't in the DOM
  o Implement nondeterministic CSS matching
  o Do not crash if an old target got destroyed.
  o Fix static Y position of positioned objects in initial whitespace
    (3.5 regression).
  o Fontrendering: A few percent speedup by caching font scalability
    info
  o Konqueror will crash if a floated link uses :hover:before or
    :hover:after to create a positioned element.
  o Text selection misbehaves for devanagari.
  o Fix crash when hovering a HTML menu item
  o Don't crash when null pointer passed to removeEventListener
  o Prevent an infinite loop in parseToken() when dealing with broken
    HTML.
  o If we saved creating a renderer at attach. Create it if we later
    need it.
  o Don't allow to find text in password fields.
  o Improve XHTML CSS styling
  o Handle CSS restyling for all types of dynamic DOM changes and
    user interaction
  o Only repaint the expossed background when scrolling. Optimizes a
    few slow pages with unoptimized X11 drivers.
  o Speed-up painting and selections on pages with large tables.
  o Match better the error-handling capabilities of Firefox with
    respect to DL/DT/DD elements.
  o Added missing sanity check which caused crashes in caret mode on
    pgup/pgdn when there was no valid caret.
  o Make sure copyBlt doesn't fail because of different depth.
  o No other property depends on background-image, and applying it
    before the rest of the background short-hand breaks it under
    inheritance.
* KIO
  o Add media kioslave support to KFileDialog
  o KPropertiesDialog first renames the file, then allows all plugins
    to save their changes.
  o Make KDirSelectDialog work with media:/ and similar. Fixes JuK.
* KDEPrint
  o Fix usage of private methods in CUPS which broke KDEPrint with
    CUPS 1.2
  o Allow adding multiple file to the to-be-printed list.
  o No fax sent when special characters are included in the sender
    information
  o Kdeprintfax ignores paper size setting when using Hylafax
* KDE-UI
  o Use KConfigGroup to reset the config group automatically.
  o Give a possibility to disable spellchecking.
* KIO-Slaves
  o KIO-HTTP
  o  Keep the fragment when doing redirections. (the HTTP requests
     and redirections don't include fragments; it's a browser thing).
2006-06-01 13:39:10 +00:00
joerg
6a6e511339 Don't install cat pages by default, fixes PR 33587. Bump revision. 2006-06-01 13:14:18 +00:00
wiz
ed27b84e23 Update to 2.14.2:
==============
Version 2.14.2
==============

  Panel

	* Use gnome-vfs function to sort volumes (Xavier Claessens)
	* Fix closing of About dialog (Vincent)

  Applets

	* Fix closing of About dialogs (Vincent)

  Misc

	* Require intltool 0.35.0 (Vincent)
	* Depend on gnome-vfs 2.14.2 (Christian Neumair)

  Docs Translators

	* Francisco Javier F. Serrador (es)

  Translators

	* Jérémy Le Floc'h (br)
	* Mindu Dorji (dz)
	* Kostas Papadimas (el)
	* Ivar Smolin (et)
	* Robert-André Mauchin (fr)
	* Vladimer Sichinava (ka)
	* Gnome PL Team (pl)
	* Leonid Kanter (ru)
	* Clytie Siddall (vi)
2006-05-31 22:51:27 +00:00
wiz
5f381fd339 Update to 2.14.2:
==============
Version 2.14.2
==============

  Fixes

	* Try to locate files in the app prefix and not in the system prefix
	  for gnome-about (Christian Persch)
	* Fix leak in gnome-about (Christian Persch)

  Misc

	* Require GTK+ >= 2.8.0 (Vincent)

  Translators

	* Francisco Javier F. Serrador (es)
	* Maka Eradze (ka)
	* Hariram Pansari (or)
2006-05-31 22:07:18 +00:00
adam
90e5e47732 Changes 4.1.3:
* Bug-fix release
2006-05-31 19:23:23 +00:00
adam
2f51b66ede QT postgresql driver 2006-05-31 19:22:13 +00:00
adam
51cfc834b0 Changes 4.1.3:
* Bug-fix release
2006-05-31 19:19:06 +00:00
adam
9f7bd4e85b Changes 4.1.3:
* Bug fixes and improvements
2006-05-31 19:18:07 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
rillig
457d5252f2 Fixed the PLIST. 2006-05-31 12:05:56 +00:00
rillig
7fd87a27e1 Made hot-babe work on Solaris. 2006-05-31 12:03:53 +00:00
rillig
8d2653e198 Updated hot-babe to 0.2.2.
Changes since 0.1.2:
- Switched to gtk2
2006-05-31 11:42:45 +00:00
taca
16365fa499 Specify X11BASE as configuration parameter. This change should fix
the problem which cause LoadError of libX11.so.6.  This problem was
noted by rudolf <netbsd at eq.cz> on pkgsrc-users.

Bump PKGREVISION.
2006-05-31 04:08:27 +00:00
reed
70cc03ec67 Fix homepage and/or master sites.
Add another mirror (http) for wm/windowmaker.

Homepage URL change reported by C David Rigby via
WWW feedback form.
2006-05-30 19:49:24 +00:00
drochner
a4e47a7ea4 update to 2.8.18
changes:
-bugfixes
-translation updates
2006-05-29 17:10:08 +00:00
joerg
9e5c90e2b3 py-qt3-sip only supports Python 2.3 and newer, so everything using it
or pt-qt3-base can't support other versions.
2006-05-28 22:59:59 +00:00
rillig
f8db7fb82e pyversion.mk only needs to be included once. 2006-05-28 17:57:31 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
joerg
8b6df7c482 Allow build for Python 1.5 and 2.0. 2006-05-26 19:56:16 +00:00
joerg
71ff3090d5 Uses C++. 2006-05-26 12:36:19 +00:00
wiz
5bdd358547 Depend on rman>=3.1, per PR 33536 from Andreas Tannert. Bump PKGREVISION. 2006-05-25 10:43:38 +00:00
adam
d4d685d1a9 Changes 2.8.8:
* Fixed regressions from 2.9.1 and 2.8.6:
  - Regenerated with latest glibmm to fix several empty methods.
  - ActionGroup:add(): Fix crash in alternate property get.
  - Gdk::PixbufLoader: Correct the vfunc sequence to avoid the ABI break.
* Table: Fix crash in Table_Helpers::TableList.erase().
2006-05-22 11:04:26 +00:00
rillig
921e9b0590 Fixed invalid CATEGORIES. Bumped PKGREVISION. 2006-05-22 08:22:29 +00:00
jlam
7bd087ae6e Avoid hardcoding "ca" and "pt_BR" as known locales in the configure
scripts.  Fixes build after removing ca.po and pt_BR.po.
2006-05-21 23:31:14 +00:00
ben
e4ec5e2cfe Add --enable-threads to CONFIGURE_ARGS or else FLTK library will omit
some threading methods such as Fl:awake(), which is needed by certain
applications.  Bump pkgrevision.
2006-05-21 22:16:54 +00:00
jlam
19b3f0991a Remove useless locale files that contained no translations. Bump the
PKGREVISION to 5.
2006-05-21 15:19:31 +00:00
rillig
1cfc846445 Removed trailing white-space. 2006-05-21 11:46:29 +00:00
rillig
464acf32cc Fixed some pkglint warnings. 2006-05-21 11:41:59 +00:00
wiz
2a9d3fa4c8 USE_LANGUAGES=c++ 2006-05-21 02:10:53 +00:00
joerg
cc1549810f Fix build with GCC 3.4+: not only the prototype needs the register
argument...
2006-05-20 18:09:49 +00:00
joerg
12f085bf1d Fix build on DragonFly. 2006-05-20 17:26:15 +00:00
rillig
f58840b07a Fixed pkglint warnings. 2006-05-19 16:23:47 +00:00
joerg
f65d7568d4 Uses C++. 2006-05-19 08:14:38 +00:00
joerg
e3fc99ccd3 No trunc on DragonFly as well. 2006-05-19 08:10:02 +00:00
joerg
b99581094d Uses C++. 2006-05-19 07:42:40 +00:00
joerg
2aa32361be Uses C++. 2006-05-19 07:32:29 +00:00