Age | Commit message (Collapse) | Author | Files | Lines |
|
NetBSD current. Found on NetBSD/macppc 5.99.19.
|
|
|
|
Major changes in 2.26.4 are:
* New translations
* Fixed a crash in the preferences dialog
|
|
|
|
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
|
|
|
|
|
|
Reported by kre in PR 42077.
|
|
http://d.hatena.ne.jp/nonakap/20090305/p3
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
* configure require libXt to check X11, as PR 42085
* Set LICENSE=gnu-gpl-v2
* add DESTDIR support.
* need lex and yacc
* marked as MAKE_JOBS_SAFE=no
* set SETUID_ROOT_PERMS to executables.
|
|
|
|
|
|
by jmcneill.
DeviceKit is an abstraction for enumerating devices and listening
to device events. Any application on the system can access the
org.freedesktop.DeviceKit service via the system message bus. On
GNU/Linux, DeviceKit can be considered a simple D-Bus frontend to
udev(7).
This is a modified version of the DeviceKit daemon for NetBSD.
|
|
Based on work by jmcneill.
DeviceKit is an abstraction for enumerating devices and listening
to device events. Any application on the system can access the
org.freedesktop.DeviceKit service via the system message bus. On
GNU/Linux, DeviceKit can be considered a simple D-Bus frontend to
udev(7).
This package contains devkit and the devkit-gobject library.
|
|
-update to 1.2.8.1
changes: minor fixes
|
|
It is only needed for building Xfce4 from SVN repo.
No need to bump versions as this is a "build" dependency.
|
|
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.
The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0
Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
|
|
- explicitly request finding the C++ compiler before trying to run it
|
|
|
|
|
|
NetBSD-5.99.16/amd64.
|
|
All:
- The schily makefilesystem now by default sets all locale related envronment
variables to "C" in order to avoid problems.
- Make the makefile emulation mode for "non-automake aware" make programs
like SunPro Make and GNU make more immune against oddities in the tr(1)
program that are seen with a locale that differs from LC_ALL=C
Another step to prevent some tr(1) oddities was to replace the call to
tr(1) by a call to sed(1).
- Added GMAKE_NOWARN=true to allow to disable the gmake warning
- Enhanced include/schily/priv.h to distinct Solaris and AIX process privileges
- New include file include/schily/math.h
- Try to workaound a problem with GCC on newer AIX versions. It seems that
e.g. gcc on AIX is not C99 compliant and does not support isnan().
Note that the current solution may compile and run on newer AIX versions
but does not seem to be the optimal solution as it cannot check whether
a float is a number or not.
It is unfortunate, that we do not have an AIX login that would allow
to implement better AIX support.
Libscg:
- The low level SCSI transport code for Mac OS X has been reworked.
The code now supports cdrecord -scanbus
The code now supports cdrecord's autotarget mode
The code now supports to communicate with BluRay drives
The code now prints a longer help text that instructs what to do in order
to work against the "diskarbitrationd" program on Mac OS that tries to
steal us our hardware.
If someone is able and willing to help, please send mail!
I like to be able to tell "diskarbitrationd" to give up specific drives
and to set up shared access.
Cdrecord:
- The cdrecord man page now mentions that the -clone mode is a bad idea to copy
audio CDs.
Readcd:
- The readcd man page now mentions that the -clone mode is a bad idea to copy
audio CDs.
|
|
|
|
|
|
New in v0.5.20 (2009/08/28)
---------------------------
Bugs fixed this release:
408059 Failure due to _logger.log failure for content with special
characters: TypeError decoding Unicode not supported
412667 "duplicity remove-older-than" asks for passphrase even though
not required
418170 [PATCH] file names longer then 512 symbols are not supported
New in v0.5.19 (2009/08/06)
---------------------------
Fixed problem where Cygwin was returning -1 for the
hard max open file limit.
On process that complete before waitpid(), log them
and return zero as the process return status.
Make sure 'invalid packet (ctb=14)' from gpg is not
a fatal error.
Copy changes from trunk for duplicity translation.
Allow handling of unicode filenames in log messages.
Ignore unicode() translation errors in log messsages.
|
|
takes care of absolute options, but the value of INS_BASE is based down
via -D too. Bump revision.
|
|
Slight brown paper bag release, 0.10.7 fails to build
when the vga arb stubs were required. also whot pointed
out I had no info in 0.10.7 release mail.
libpciacesss 0.10.8 provides support for VGA arbiter on Linux,
along with support to check if a device is the boot VGA and
if a device has a kernel driver associated with it.
Dave Airlie (1):
pciaccess: bump to 0.10.8
Thomas Klausner (1):
pciaccess: fix vga arb stubs
|
|
|
|
Solaris. Bump PKGREVISION.
XXX: This should be formalized for all services.
|
|
|
|
Aaron Plattner (1):
Don't try to write boot_vga since that fails with EACCES
Dave Airlie (15):
pciaccess: provide a method to detect if a device is boot VGA
vgaarb: fixup api and decode rsrc.
add support for finding if something has a kernel driver
vgaarb: fixup api for new count reporting + decodes interface was wrong.
vgaarb: clean up debug output
vgaarb: add support for targetting default device
vgaarb: change API to target taking a device + lock/unlock not taking one
vgaarb: more api changes + cleanup
vgaarb: add vga count + resource accessor
pciaccess: make linux rom reading fallback optional
pciaccess: make linux rom reading fallback optional
pciaccess: make linux rom reading fallback optional
Revert "vgaarb: delete stub functions"
vgaarb: update stub interface
libpciaccess: bump to 0.10.7 for vga arb interface addition
Jesse Barnes (1):
Don't try to use bogus bridge data
Julien Cristau (2):
configure.ac: fix help text for the linux-rom-fallback option
Silence compiler warning about pci_id_file_open definition
Tiago Vignatti (11):
Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:
vgaarb: make it compile.
vgaarb: a bunch of clean ups to fit in libpciaccess style.
Delete vga_arb_rec.
Fix typo in vgaarb stubs.
Reorganize the code.
Comment typo.
vgaarb: delete stub functions
vgaarb: fix indentation and remove trailing white spaces
vgaarb: fix pci_device_vgaarb_get_info() return value.
Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."
|
|
Fixes "Unknown CPU model" bug in gnome-system-monitor.
|
|
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
|
|
|
|
|
|
patches from Debian, and now uses gtk2.
While here, PKG_DESTDIR=user-destdir'ify and use the proper framework
for handling configuration files instead of just sticking them in
share/grun as they were before.
|
|
defined workflow for setting it, removing it, or removing packages
depending on it.
|
|
Previously, zip extraction by default converted to lower case.
Fix some packages that need it and remove -L from some packages
that manually set it.
|
|
* Fix 1323 about a problem when mounting a requested volume during a restore.
* Add more example SD Device configurations.
* Force the client_encoding to SQL_ASCII when database is already using this
mode.
* Fix 1335 about postgresql error message during copy session
* Cleanup old job records when starting the director (Created/Running -> Failed)
* Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch
* Add more output when spooling and no space left
* Fix postgresql driver bug that displayed <NULL> rows from time to time.
* Implement the project 'restore' menu: enter a JobId, automatically
select dependents
* Should fix 1323 about verify accurate jobs and deleted files.
* more...
|
|
* Fix 1323 about a problem when mounting a requested volume during a restore.
* Add more example SD Device configurations.
* Force the client_encoding to SQL_ASCII when database is already using this
mode.
* Fix 1335 about postgresql error message during copy session
* Cleanup old job records when starting the director (Created/Running -> Failed)
* Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch
* Add more output when spooling and no space left
* Fix postgresql driver bug that displayed <NULL> rows from time to time.
* Implement the project 'restore' menu: enter a JobId, automatically
select dependents
* Should fix 1323 about verify accurate jobs and deleted files.
* more...
|
|
|
|
Patch from https://savannah.nongnu.org/bugs/?26064
Bump PKGREVISION.
|
|
- Don't fail if homedir or shell are not set (Bug 521438).
- Fix crash when path to share is empty (Bug 524792).
|
|
|
|
- Added support for 830, 946GZ, G965, Q965
- Fixed bug when mapping to file
- Added correct timing routines
|
|
packages against the shared libraries. Bump revisions for the latter.
|