Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
correct files. Bump PKGREVISION.
|
|
|
|
Use standard options name (modular-xorg-server, not xorg-server) but
add legacy support code.
Addresses PR pkg/37495 by Per Amund Amundsen.
|
|
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
|
|
|
|
Building as a separate package means that assistant doesn't have DBus
support built in but I don't think thats a problem.
|
|
Add some missing dirrm's from PLIST.
Also install QtUiTools library and header files (kde4 at least uses these)
Bump PKGREVISION
|
|
add missing dirrm line from PLIST (PR pkg/37412). Bump PKGREVISION
|
|
Bug fixes.
|
|
Bug fixes.
|
|
|
|
|
|
- more products recognized
- fixes for LVDS detection
- fixup after broken BIOSes
- fix some typos.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on in the clock applet, convert the day's start time to UTC first.
evolution does only accept UTC times, and since midnight at Greenwich
is still the previous day in the US, evolution did show the previous day
for US users.
See https://bugs.launchpad.net/evolution/+bug/42115 for a discussion.
Ubuntu does simply add 12h which works in most cases, but not always
in pacific areas. We do it correctly.
The Ubuntu fix was proposed by walt per mail to tech-pkg; thanks walt
for testing my patch too.
|
|
|
|
This switches to the gnome-2.20 branch, too many changes to list here.
(The update has taken a while because the XDMCP code relies on
IPv6-mapped IPv4 sockets which is not so easy on NetBSD.)
|
|
|
|
|
|
from MASTER_SITE_LOCAL==ftp.netbsd.org. This saves much time in build,
and it works around the problem in PR pkg/37446 where documentation
build failed due to ressource shortage.
Thanks to Matthias Scheler for discussion and testing.
|
|
changes: translation updates
|
|
changes:
* Fix bugs gnomevfs volume callbacks
* gnome module popt bug fix
|
|
changes:
-bugfixes
-translation updates
|
|
changes:
-fix some bugs leading to crashs
-translation updates
|
|
changes: translation updates
|
|
|
|
changes: translation updates
|
|
changes:
* Fix preformance regression on long lines
* Properly apply styles for old version 1 language files
* Improve many lang files
* Updated translations
|
|
|
|
orientation and resolution
|
|
|
|
|
|
changes:
-many bugfixes
-translation updates
pkgsrc note: the gtk-doc (html) developer documentation was not
properly built when that release was done, so we need to rebuild
it using gtk-doc. Unfortunately this takes a lot of time.
|
|
|
|
Devil's Pie "Sweet Music, Soul Music?" 0.22
===========================================
* Fix decorate/undecorate with OpenBox (thanks Rafał Mużyło)
* Fix typos in man page (Loïc Minier)
Devil's Pie "A Love Supreme" 0.21
=================================
* Add change_workspace action (#453464, thanks Adam Więckowski)
* Add decorate action (#449634, thanks Galkin Vasily)
* Add quit action (thanks Leon Zhang)
* Handle wnck_screen_get_active_workspace() failing (#343546)
|
|
Big improvements to the cairo graphics and Window backend. Also better
support for OpenGL.
Changes 0.11.0:
Bugfixes to art and xlib.
|
|
* Lots of improvements to the NSBitmapImage subclasses.
* GSTheme and other classes were added to improve support of theming.
* Added new methods from Mac OS X 10.4 for NSControl, NSResponder,
NSDocument, NSPrintOperation, NSWindowController, NSCell,
NSMenuItem, NSView. Some ivar names were changed also.
* Added new ivars for NSMenuItem, NSPrintOperation, NSTableView,
NSDrawer, NSScrollView.
* New classes from Mac OS X 10.4 and earlier were added including
NSLevelIndicator, NSObjectController, NSUserDefaultsController,
NSKeyValueBinding, NSArrayController, NSController.
* NSSpellServer and NSAffineTransform was moved to GNUstep base for
Mac OS X compatibility.
Changes 0.11.0:
* Added support for keyed encoding in all gui classes.
* Added mechanism to allow for dynamic extension of model loading
mechanism
* Implemented glue code in GSNibCompatibility for classes such as
NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
|
|
|
|
remove this depedency from Makefile, b3.mk, configure scripts,
and xkbui.pc.in. Bump Rev.
|
|
This function does not exist AFAIK in our pcre libraries, and the configure
check was failing.
A segment of nm output reads:
/usr/pkg/lib/libpcreposix.so:00000a06 T regcomp
/usr/pkg/lib/libpcreposix.so:00000abf T regerror
/usr/pkg/lib/libpcreposix.so:000007a8 T regexec
/usr/pkg/lib/libpcreposix.so:00000780 T regfree
These symbols will override those in libc:
/usr/lib/libc.so:00031be8 T _regcomp
/usr/lib/libc.so:0002fbf8 T _regerror
/usr/lib/libc.so:0002e9c2 T _regexec
/usr/lib/libc.so:0006336c T _regfree
/usr/lib/libc.so:00031be8 W regcomp
/usr/lib/libc.so:0002fbf8 W regerror
/usr/lib/libc.so:0002e9c2 W regexec
/usr/lib/libc.so:0006336c W regfree
|