Commit graph

5570 commits

Author SHA1 Message Date
wiz
ef7801acef Update to 2.01.01alpha72:
2.01.01alpha72:

Cdrecord:

-	The CDRWIN cue sheet parser has been enhanced to give better error messages:

	-	There are now hints on what is missing in the CUE file

	-	The error message now also contains the column where the problem was detected

-	Allow cdrecord to compile again on a pre-C99 compiler (there was a variable delaration
	past a statement in a function.

-	A description for the *.inf file fomat was added to the cdrecord man page

-	New (previously missing) CD-Text tags have been added to auinfo.c (*.inf file parser):

	Albumsongwriter=
	Albumcomposer=
	Albumarranger=
	Albummessage=
	Albumclosed_info=

	Note that these tags do not appear in the CDDB database.


Cdda2wav (Maintained/enhanced by J

-	New arg "all" to -t option.

	cdda2wav -B	extracts all audio tacks into separate files
	cdda2wav -tall	extracts all audio tacks into a single files

-	cdda2wav now by default writes a file "xxx.cdtext" with raw binary
	CD-Text data in case cdda2wav was told to retrieve CD-Text.

-	A new option -no-textfile allows to disable the creation of the file "audio.cdtext"
	This version of cdda2wav creates a file "audio.cdtext" or similar (depending on
	the set up file name base) in case that there is CD-Text on the medium and that
	the drives supports to read the CD-Text data with MMC SCSI commands.

-	Fixed a bug in cdda2wav that caused cdda2wav to set up the file name base too late.
	This resultes in the files "audio.cdindex" and "audio.cddb" alwas to have this name
	while the *.inf files use the name base from the cdda2wav arguments. Now all
	files created by cdda2wav honor the file name base.

-	Cdda2wav by default fills empty track specific CD-Text data with the Disk global
	value (if present). A new option -no-textdefaults allows to disable this fallback
	and leaves the related fields empty if they are empty on the mester CD.

-	Fixed a problem with cdda2wav -interactive (used by GNOME GSTREAMER CD-DAE plugin)
	that could cause cdda2wav to dump core in case that there is a data
	session past the last audio track.

-	New (previously missing) CD-Text tags have been added to the *.inf files:

	Albumsongwriter=
	Songwriter=
	Albumcomposer=
	Composer=
	Albumarranger=
	Arranger=
	Albummessage=
	Message=
	Albumclosed_info=
	Closed_info=

	Note that these tags do not appear in the CDDB database.

Mkisofs (Maintained/enhanced by J

-	Fixed a bug with file descriptor handling in mkisofs/apple.c

2.01.01a71:

All:

-	include/schily/stat.h now supports nonosecond timestamps in struct stat on AIX.

-	New autoconf test for nanosecond time stamps on AIX.

-	conf/mkdir.sh

-	conf/mkdep-aix.sh was changed to avoid warnings for #pragma weak a = b
	as the IBM C-compiler calls a non "#pragma weak" cpp when called with -E

Cdrecord:

-	Cdrecord now is able to use -isosize even in case that the image data
	is read from stdin. This makes it easier to use "mkisofs | cdrecord".
2010-01-16 16:59:40 +00:00
sno
baedfc2b2a Updating sysutils/pstree from 2.32nb1 to 2.33.
Upstream changes:
 * Revision 2.33  2009-11-10 22:12:39+01  fred
 * Added UTF8, enlarged MAXLINE
2010-01-16 15:28:57 +00:00
heinz
1d4abac860 Added missing TEST_TARGET. 2010-01-16 14:46:36 +00:00
heinz
b4bc266ea8 Added missing TEST_TARGET. 2010-01-16 14:39:59 +00:00
wiz
f18ec91738 Update to 2.01.01alpha70:
All:

-	Added support for Hurd on i686 to the Schily Makefilesystem.

-	Modified conf/mkdir.sh to work around a deviation found in
	/usr/xpg4/bin/sed on Solaris

-	Modified conf/src-get to include conf/src-get in PATH to make
	recursive calls to src-get work.

Libfind:

-	Added $(LIB_ACL_TEST) to the libs for libfind to allow a shared libfind
	with ACL support on Linux.

Cdrecord:

-	Cdrecord now defaults to -sao in case that cuefile=something was specified

-	man page restructured

Cdda2wav (Maintained/enhanced by J

-	The default outout format is now .wav for all platforms.
	Before, the default for Solaris was .au.

-	man page restructured

Readcd:

-	man page restructured
2010-01-15 22:11:30 +00:00
obache
f3982716b1 * Fixes missing function attach_status_icon.
src/pynotify.c should be generated, but broken one exists in tarball.
   (regeneration rule require gmake)
   http://trac.galago-project.org/ticket/121
 * fixes path of override *.pc.in file.

Bump PKGREVISION.
2010-01-11 05:34:12 +00:00
obache
9d7a865f84 DragonFly BSD also does not have sem_timewait(3).
Noticed by Antonio Huete via PR#42591.
2010-01-10 07:58:05 +00:00
obache
545d72ff4d Need to include "util.h" for strdupCC.
Fixes build failure on DragonFly (and probably on FreeBSD),
noticed by Rumko via PR#42601.
2010-01-10 05:39:29 +00:00
joerg
aaa7e62171 Improve portability by using standard types. 2010-01-08 17:02:42 +00:00
joerg
639dbd3970 Use the cmake infrastructure. Makes it work in bulk builds. 2010-01-08 16:19:18 +00:00
wiz
f83bbe82b6 Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2010-01-07 07:36:53 +00:00
joerg
07a34c1dde Use the canonical form of the transformation rule. 2010-01-04 17:04:50 +00:00
sekiya
198c9685fc Use sizeof() to calculate size of struct ifreq on NetBSD.
Fixes:

	Interface 1: wm0
	Interface 4: o0
	cfservd: No such network device
	cfservd: ioctl: Socket operation on non-socket

... at startup.
2010-01-02 10:55:05 +00:00
ver
635b9f90f0 Fix failure in patch-ad. Approved by cegger@. 2010-01-01 00:34:53 +00:00
abs
fe476453eb Avoid errors on gcc2 2009-12-30 11:00:24 +00:00
spz
3d9d0a0add compile fixes for a leaf package for non-x86 NetBSD
(note that there are no claims of making it actually work)
2009-12-29 22:03:41 +00:00
jakllsch
8953923c7a Adjust base address down to 0x60000 so as to fit image within bottom 640KiB.
0x80000 no longer works as memtestplus now exceeds 128KiB.  Bump pkgrev.
2009-12-27 18:08:12 +00:00
abs
bec3293c14 When mounting a filesystem on behalf of a user treat __NetBSD__ similarly
to __FreeBSD__ and chown the mountpoint to the user. With this change,
and the recent one to policykit automounting works on NetBSD
2009-12-27 16:17:33 +00:00
joerg
188c7ce0b0 Fix user-destdir build. 2009-12-22 20:58:54 +00:00
tonnerre
4c6d0f1122 Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutils
as temporary directory, use a directory in the builddir.
2009-12-20 16:12:06 +00:00
drochner
7e3e939649 fix the "Check Integrity" function on NetBSD (which compares md5
hashes to files on a (not mounted) data CD/DVD): limit the buffer
size to 32k, otherwise physio()/MAXPHYS strikes
being here, add typecasts in some isspace(char) cases
bump PKGREVISION
2009-12-20 11:24:13 +00:00
drochner
81495edb86 update to 1.2.8.4
changes: bugfixes
2009-12-16 17:30:30 +00:00
drochner
6ceb63eda4 sync v/ base pkg 2009-12-16 17:26:48 +00:00
drochner
0a03313ff0 update to 2.28.3
changes:
-bugfixes
-translation updates
2009-12-16 17:25:49 +00:00
drochner
11170168bc update to 2.28.4
changes: minor fixes
2009-12-16 17:17:03 +00:00
drochner
0c901dd8d6 update to 1.4.3
changes: minor fixes
2009-12-16 17:06:34 +00:00
joerg
3ef3128a06 Fix the undocumented find_ignore_dirs option. Bump revision. 2009-12-16 15:29:48 +00:00
joerg
a0e6713ee7 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
wiz
5dd858616e Update to 20091130. More patterns, I guess. 2009-12-15 10:37:02 +00:00
heinz
6cdb5ba5e5 LICENSE for the Amanda packages is basically the same as modified-bsd. 2009-12-14 23:33:01 +00:00
gdt
06f2e03c91 Don't depend on ccache and distcc to avoid a cycle in the "pkg_info
-N" dependency graph.
2009-12-14 21:25:14 +00:00
obache
7b1644d59f System Tools Backends Version 2.6.1, 2009-04-15
-----------------------------------------------

Changes since last release
==========================

- Added infrastructure for translations (David Planella)
- Fixed some compiler warnings (Carlos Garnacho)

Translations
============
- fr (Claude Paroz)
- it (Luca Ferreti)
- es (Jorge Gonzalez)
- pt_BR (Leonardo Ferreira Fontenelle)
- ca (David Planella)
- el (Fotis Samis, Simos Xenitellis)
- hu (Kelemen Gábor)
- sl (studko)
- zh_CN (Ray Wang)
- da (Kenneth Nielsen)
- he (Marik Krapivner)
- plus a bunch from rossetta...
2009-12-14 01:39:57 +00:00
obache
f22e57751b buildlink avahi and fam conditionally as PKG_BUILD_OPTION. 2009-12-13 09:34:33 +00:00
asau
0f347b4a35 Support staged installation. 2009-12-12 23:20:52 +00:00
markd
3d67949da0 Recent cdrecord's insist that the atapi cd drive be referenced as 31,0,0.
Fix k3b to actually do that (rather than 15,0,0).
2009-12-12 19:39:24 +00:00
asau
0017e3ab52 Support staged installation. 2009-12-12 19:34:46 +00:00
heinz
0699f40b74 Improved spelling. 2009-12-11 17:36:36 +00:00
heinz
b0e52bbd2a Added DESTDIR support.
This should fix PR pkg/42439 by Lloyd Parkes.
2009-12-11 17:21:30 +00:00
abs
c921de5b32 PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:53:00 +00:00
abs
9dd2e34cb9 +neb-wipe 2009-12-10 17:32:20 +00:00
abs
9d5c3c7eff Added sysutils/neb-wipe version 1.0
Erase harddisk partitions in a very secure manner (35-pass pattern
overwrite with patterns for all encoding schemes). Also supports
overwrite with random data. Can erase whole disks or slices only.

Homepage at http://neb-stoehr.sourceforge.net
2009-12-10 17:31:58 +00:00
joerg
8e26693869 Fix build on NetBSD. Fix PLIST. Add DESTDIR support. Rename back to match
package directory and older versions.
2009-12-10 16:28:44 +00:00
wiz
cb1ae706f6 Use getrawpartition() again on NetBSD. From markd. Bump PKGREVISION. 2009-12-10 09:00:29 +00:00
joerg
d64ccfe0ff Doesn't have correct order rules for common.a, so not MAKE_JOBS_SAFE. 2009-12-09 20:31:14 +00:00
drochner
167ccc21ff sync w/ base pkg 2009-12-09 19:02:38 +00:00
drochner
51c2b8bc5f update to 2.28.2
this switches to the gnome-2.28 release branch
2009-12-09 19:01:05 +00:00
drochner
1cd0192cdc update to 1.4.2
this switches to the gnome-2.28 release branch
2009-12-09 18:53:49 +00:00
wiz
793063c11c Make samba dependency optional, but default on (so no change to package).
Based on patch by markand@malikania.org on pkgsrc-users, but with
a crucial missing line added.
2009-12-09 15:08:30 +00:00
obache
a34a7070dd * Set LICENSE=gnu-gpl-v2
* user-destdir support
2009-12-09 11:12:21 +00:00
obache
eeca85987b * marked as user-destdir ready
* set LICENSE=gnu-gpl-v2
2009-12-09 11:07:01 +00:00