From a2b303d7e45f0d32b44015523eb920ca22ab5df8 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 30 Sep 2003 17:09:58 +0000 Subject: - 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 --- sysutils/cdrtools-devel/files/patch-conf::configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/cdrtools-devel/files/patch-conf::configure (limited to 'sysutils/cdrtools-devel/files/patch-conf::configure') 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) -- cgit v1.2.3