Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (13m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 04:25:31 UTC Now

2009-08-08 09:36:59 UTC MAIN commitmail json YAML

Update to 2.01.01pre62:

All:

- New include files include/schily/ctype.h, include/schily/pwd.h
and include/schily/grp.h

- All programs are now using schily/stdio.h
for orthogonality.

- Haiku default install dir is now /boot/opt/schily

- New rules RULES/os-cygwin_nt-6.0-wow64.id and
RULES/os-cygwin_nt-6.1-wow64.id support Cygwin on 64bit
installations of Win Vista and "Win 7".

- New rules for compiling 64 Bit binaries on cygwin_nt-wow64
NOTE: You need to have a 64 bit aware gcc on Cygwin to use this!

- TEMPLATES/temp-gcc.rul and TEMPLATES/temp-xcc.rul
now correctly include cc-gcc.rul and cc-dumb.rul and thus
make the automake feature working again for completely
unknown platforms.

- Fixed RULES/rules.inc to make sure we install xx.h instead of
xx.h.exe

- Workaround an infinite hang in an autoconf test on 64 Bit Vista
with Cygwin

- Include limits.h in schily/hostname.h for Linux

- Several "%s" formats have been introduced in order to make gcc-4
happy even though the original strings have been pointer to constant
and well known strings

- Change the option order in the autoconf test for calling the linker
in order to avoid problems with the microsoft linker.

Libschily:

- libschily now is thread aware and uses the thread specific errno
value on Solaris, Linux and FreeBSD.

Libscg:

- Raised the SCSI Bus-number limit from 256 to 500 for Linux as a workaround
for a resource leak bug in the linux kernel. The workaround lets the problem
happen much later but cannot completely avoid it. If you are hit by the Linux
kernel resource leak bug, you need to reboot.

Cdrecord:

- Correctly abort the FIFO in cdrecord on BeOS and Haiku
in case that the clone ara cannot be made shared.

Mkisofs (Maintained/enhanced by J

- Fixed a potential malloc problem in mkisofs

(wiz)