diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-30 17:09:58 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-30 17:09:58 +0000 |
commit | a2b303d7e45f0d32b44015523eb920ca22ab5df8 (patch) | |
tree | d87f8740bde86016de60f2f583d691ff697cb2c6 /sysutils/cdrtools-devel/files | |
parent | Fix another build problem on ia64. (diff) |
- Update to 2.01a19.
- Remove one site that seems to have stopped carrying the latest alpha
versions from MASTER_SITES.
- Install some PORTDOCS for cdda2wav.
- Refine the patching of the manual pages.
- Add a workaround for the bug in -current that causes cdrecord to trigger
a panic.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89909
Diffstat (limited to 'sysutils/cdrtools-devel/files')
5 files changed, 66 insertions, 0 deletions
diff --git a/sysutils/cdrtools-devel/files/patch-cdrecord::cdrecord.1 b/sysutils/cdrtools-devel/files/patch-cdrecord::cdrecord.1 new file mode 100644 index 000000000000..4413a3a8604d --- /dev/null +++ b/sysutils/cdrtools-devel/files/patch-cdrecord::cdrecord.1 @@ -0,0 +1,11 @@ +--- cdrecord/cdrecord.1.orig Mon Sep 29 14:48:48 2003 ++++ cdrecord/cdrecord.1 Mon Sep 29 14:49:23 2003 +@@ -1738,8 +1738,6 @@ + .SH SEE ALSO + .BR cdda2wav (1), + .BR readcd (1), +-.BR scg (7), +-.BR fbk (7), + .BR mkisofs (8), + .BR rcmd (3), + .BR ssh (1). diff --git a/sysutils/cdrtools-devel/files/patch-conf::configure b/sysutils/cdrtools-devel/files/patch-conf::configure new file mode 100644 index 000000000000..eda23804083c --- /dev/null +++ b/sysutils/cdrtools-devel/files/patch-conf::configure @@ -0,0 +1,10 @@ +--- conf/configure.orig Fri Sep 19 16:47:37 2003 ++++ conf/configure Fri Sep 19 16:49:26 2003 +@@ -5567,6 +5567,7 @@ + int + main() + { ++ exit(1); + if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) { + if (errno == EINVAL || errno == ENOMEM || + errno == EPERM || errno == EACCES) diff --git a/sysutils/cdrtools-devel/files/patch-mkisofs::mkisofs.8 b/sysutils/cdrtools-devel/files/patch-mkisofs::mkisofs.8 new file mode 100644 index 000000000000..26ae04ad8e71 --- /dev/null +++ b/sysutils/cdrtools-devel/files/patch-mkisofs::mkisofs.8 @@ -0,0 +1,20 @@ +--- mkisofs/mkisofs.8.orig Mon Sep 29 15:11:48 2003 ++++ mkisofs/mkisofs.8 Mon Sep 29 15:19:01 2003 +@@ -1668,7 +1668,7 @@ + The format of the + .I magic + file is almost identical to the +-.BR magic (4) ++.BR magic (5) + file used by the Linux + .BR file (1) + command - the routines for reading and decoding the +@@ -1707,7 +1707,7 @@ + .TE + .PP + The format of the file is described in the +-.BR magic (4) ++.BR magic (5) + man page. The only difference here is that for each entry in the magic file, the + .I message + for the initial offset diff --git a/sysutils/cdrtools-devel/files/patch-readcd::readcd.1 b/sysutils/cdrtools-devel/files/patch-readcd::readcd.1 new file mode 100644 index 000000000000..f6618e3f419a --- /dev/null +++ b/sysutils/cdrtools-devel/files/patch-readcd::readcd.1 @@ -0,0 +1,13 @@ +--- readcd/readcd.1.orig Mon Sep 29 14:53:05 2003 ++++ readcd/readcd.1 Mon Sep 29 15:10:06 2003 +@@ -432,9 +432,7 @@ + .SH FILES + .SH SEE ALSO + .BR cdrecord (1), +-.BR mkisofs (1), +-.BR scg (7), +-.BR fbk (7), ++.BR mkisofs (8), + .BR rcmd (3), + .BR ssh (1). + diff --git a/sysutils/cdrtools-devel/files/patch-scgcheck::scgcheck.1 b/sysutils/cdrtools-devel/files/patch-scgcheck::scgcheck.1 new file mode 100644 index 000000000000..0120c5231a34 --- /dev/null +++ b/sysutils/cdrtools-devel/files/patch-scgcheck::scgcheck.1 @@ -0,0 +1,12 @@ +--- scgcheck/scgcheck.1.orig Mon Sep 29 14:56:16 2003 ++++ scgcheck/scgcheck.1 Mon Sep 29 14:56:44 2003 +@@ -234,8 +234,7 @@ + .SH SEE ALSO + .BR cdrecord (1), + .BR readcd (1), +-.BR mkisofs (1), +-.BR scg (7). ++.BR mkisofs (8). + + .SH NOTES + .PP |