Age | Commit message (Collapse) | Author | Files | Lines |
|
changes:
-bugfixes
-translation updates
|
|
changes: translation updates
|
|
|
|
|
|
workspace manager. This also changes the filesystem layout to be more
hier(7) compliant.
|
|
|
|
NEW features of cdrtools-2.01.01a59:
All:
- Add -D_GNU_SOURCE to the standard include flags for Linux in order
to unhide needed extensions.
Cdrecord:
- Better error messages when the media size is unknown
- Try to work around a firmware bug in the drive:
'HL-DT-ST' 'DVD-RAM GH22NP20' '1.02'
that is in effect with DVD+R media.
- cdtext.c now checks for empty CD-Text files to prevent a later endless loop in cdrecord
while writing the TOC. Thanks to Sebastian Tr
Cdda2wav (Maintained/enhanced by J
- cdda2wav now supports new parameters for the -output-endianess option.
"host" or "machine" represent the actual byte order of the host CPU in the current OS.
NEW features of cdrtools-2.01.01a58:
All:
- New Make rules for Syllable. Syllable is a fork from AtheOS.
- New make rules for Haiku
- New include file schily/sysexits.h is needed for Haiku
- New autoconf test for sysexits.h
- Autoconf tests for os2.h and os2me.h moved from cdda2wav to
global
- config.guess and config.sub now have support for Haiku
- New rule support for linux on "sh3", "sh4" and "sh4a" platforms.
- autoconf now acts more reliable and more orthogonal with AC_CHECK_TYPE() vs.
AC_CHECK_SIZEOF() and carefully includes include files separately based on
fine grained tests.
- Changed schily/dirent.h to correctly set up NAME_MAX on ATARI MiNT
- Changed schily/maxpath.h to correctly set up NAME_MAX on ATARI MiNT
Libschily:
- fexec now correctly works on Haiku and BeOS
- libschily/format.c now supports the %z (size_t) and %t (ptrdiff_t)
printf format size modifiers (fixed a typo introdiced in the first attempt)
Libscg:
- A first version of the SCSI adaptation layer for Syllable has been added.
Thanks to Kristian Van Der Vliet <vanders@liqwyd.com> for the first
implementation.
- Haiku is a BeOS clone and thus uses scsi-beos.c as SCSI adaptation layer.
IMPORTANT NOTICE: if you like to compile libscg with a current Haiku release
you first need to copy a file:
cd /boot/develop/headers/os
cp device/CAM.h drivers/CAM.h
CAM.h was at /boot/develop/headers/os/drivers/CAM.h in BeOS and as CAM
has no own hardware, it seems to belong into /boot/develop/headers/os/drivers/
Cdrecord:
- Fixed a minor typo in cdrecord
- Some better warnings with cdrecord in case that the environment variables
'CDR_FORCERAWSPEED=' or 'CDR_FORCSPEED=' have been specified.
Cdda2wav (Maintained/enhanced by J
- Cdda2wav now uses an autoconf test to decide whether BEOS clone areas
can be used. THis gives Haiku compatibility.
- Fixed a bug introduced with introducing support for MD5 Sums.
Cdda2wav now disables the MD5 sum output in case -no-infofile has been specified
- Autoconf tests for os2.h and os2me.h moved from cdda2wav to
global
Mkisofs (Maintained/enhanced by J
- Mkisofs now reports "Haiku" for the OS platform if on Haiku.
- The isoinfo man page now includes the -debug option
- Automated support for System ID
Haiku, Syllable, AMIGA-OS, ATARI-MiNT
- Fixed some Rock Ridge bugs that have been identified when investigating
in the OpenSolaris bug 6807009
http://defect.opensolaris.org/bz/show_bug.cgi?id=5385
- Man page description for -abstract -biblio -copyright is now better
to understand
|
|
Otherwise, random panics may occur.
Explanation from ad@, patch from Zafer.
Bump to 0.17.
|
|
Per request in PR pkg/41025
|
|
Bump PKGREVISION
|
|
Changelist since 1.370 is too large to be included in this message
so please consult:
http://www.webmin.com/changes-1.380.html
http://www.webmin.com/changes-1.390.html
http://www.webmin.com/changes-1.400.html
http://www.webmin.com/changes-1.410.html
http://www.webmin.com/changes-1.420.html
http://www.webmin.com/changes-1.430.html
http://www.webmin.com/changes-1.440.html
http://www.webmin.com/changes-1.450.html
http://www.webmin.com/changes-1.460.html
http://www.webmin.com/changes-1.470.html
|
|
|
|
while.
|
|
(this is ugly code, should use ioctl instead of kvm)
bump PKGREVISION
|
|
Remove DESTDIR/stand before building to avoid failed builds from
renamed module path.
|
|
has not been updated for Xen, so it's not of much use anyway).
Fix PLIST issues because the documentation was built only if texi2html
was installed.
Bump PKGREVISION
|
|
|
|
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
|
|
|
|
Interface for statvfs() and fstatvfs()
Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice. They will
generally provide more functionality and portability.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
|
|
|
|
This module provides a portable way to obtain filesystem disk space
information.
The module should work with all versions of Windows (95 and up), and with all
flavors of Unix that implement the statvfs or the statfs calls. This would
include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
This module differs from Filesys::Df in that it has added support for
Windows, but does not support open filehandles as a argument.
Oked by joerg@
|
|
|
|
This module provides a way to obtain filesystem disk space information. This
is a Unix only distribution. If those information needs to be gathered for
Unix and Windows, use Filesys::DfPortable. The only major benefit of using
Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of
open filehandles as arguments.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include
Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
|
|
|
|
Sys::Utmp provides a vaguely object oriented interface to the Unix user
accounting file (sometimes /etc/utmp or /var/run/utmp). Whilst it would
prefer to use the getutent() function from the systems C libraries it will
attempt to provide its own if they are missing.
Oked by joerg@
|
|
|
|
|
|
1 Mars 2009: Overview of changes in 2.26.0
==========================================
* Nothing.
17 February 2009: Overview of changes in 2.25.91
================================================
* Synced with gnome-2-24.
|
|
infrastructure supports this properly (thanks joerg!).
|
|
Changes since last release
==========================
General
=======
- Clean up GTK Includes (Maxim Ermilov)
- Remove usage of deprecated API (Andre Klapper, Thomas H.P. Andersen)
Translation
===========
- ar (Anas Husseini)
- as (Amitakhya Phukan)
- ast (Astur)
- bn_IN (Runa Bhattacharjee)
- de (Mario Blättermann)
- dz (Dawa pemo)
- en_GB (Jen Ockwell)
- es (Jorge González)
- fi (Ilkka Tuohela)
- gl (Suso Baleato)
- he (Mark Krapivner)
- hi (Rajesh Ranjan)
- it (Francesco Marletta)
- ko (Changwoo Ryu)
- lv (Raivis Dejus)
- or (Manoj Kumar Giri)
- pl (Tomasz Dominikowski)
- ps (Zabeeh Khan)
- pt_BR (Leonardo Ferreira Fontenelle)
- ro (Adi Roiban)
- sk (Pavol Klačanský)
- sv (Daniel Nylander)
- te (Krishna Babu K)
- th (Theppitak Karoonboonyanan)
- zh_HK (Woodman Tuen)
- zh_TW (Woodman Tuen)
|
|
Changes:
Improve handling of incorrect permissions on backup repository during
restore operation. Closes Ubuntu bug #329722. (Andrew Ferguson)
Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson)
Make sticky bit warnings quieter while determining file system abilities.
Closes Savannah bug #25788. (Andrew Ferguson)
Fix situation where destination file cannot be opened because of an access
error. Thanks to Dean Cording for the bug report. (Andrew Ferguson)
Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix.
|
|
2.26.0:
* ApplicationRegistry: supports_mime_type(), supports_uri_scheme():
Actually return the bool. (Vincent Untz ) Bug #570107.
|
|
Bump PKGREVISION.
|
|
|
|
and enabling LINUX_COMPAT on AIX (file-5.00 requires it, because it
allocates 0 bytes)
Oked by he@
|
|
No changelog, but changes seem to be the addition of DragonFly and
FreeBSD plus some minor code shuffling.
From Bartosz Kuzma in PR pkg/41053.
|
|
|
|
While here, add DESTDIR support.
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
files, not over and over again.
|
|
|
|
|
|
|
|
changes:
* Fix memory leaks
* Use single GLib includes
* Updated translations
|
|
|
|
|
|
|