summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cdrtools/files')
-rw-r--r--sysutils/cdrtools/files/patch-DEFAULTS__Defaults.freebsd30
-rw-r--r--sysutils/cdrtools/files/patch-RULES__cc-gcc.rul88
-rw-r--r--sysutils/cdrtools/files/patch-btcflash__btcflash.110
-rw-r--r--sysutils/cdrtools/files/patch-cdrecord__README.rscsi36
-rw-r--r--sysutils/cdrtools/files/patch-cdrecord__cdrecord.128
-rw-r--r--sysutils/cdrtools/files/patch-cdrecord__cdrecord.dfl64
-rw-r--r--sysutils/cdrtools/files/patch-inc_avoffset.c28
-rw-r--r--sysutils/cdrtools/files/patch-inc_getfp.c37
-rw-r--r--sysutils/cdrtools/files/patch-include__schily__sha2.h15
-rw-r--r--sysutils/cdrtools/files/patch-libschily_getfp.c37
-rw-r--r--sysutils/cdrtools/files/patch-mkisofs__mkisofs.820
-rw-r--r--sysutils/cdrtools/files/patch-readcd__readcd.128
-rw-r--r--sysutils/cdrtools/files/patch-rscsi__rscsi.dfl19
-rw-r--r--sysutils/cdrtools/files/patch-scgcheck__scgcheck.129
-rw-r--r--sysutils/cdrtools/files/pkg-message.in15
15 files changed, 0 insertions, 484 deletions
diff --git a/sysutils/cdrtools/files/patch-DEFAULTS__Defaults.freebsd b/sysutils/cdrtools/files/patch-DEFAULTS__Defaults.freebsd
deleted file mode 100644
index 5e08bb8ff554..000000000000
--- a/sysutils/cdrtools/files/patch-DEFAULTS__Defaults.freebsd
+++ /dev/null
@@ -1,30 +0,0 @@
-###########################################################################
-# This patch was contributed by Marius Strobl.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- DEFAULTS/Defaults.freebsd.orig 2013-11-04 21:58:20.000000000 +0100
-+++ DEFAULTS/Defaults.freebsd 2014-02-03 01:16:19.000000000 +0100
-@@ -29,8 +29,8 @@
- CWARNOPTS=
-
- DEFINCDIRS= $(SRCROOT)/include
--DEFOSINCDIRS= /usr/local/include
--LDPATH= -L/opt/schily/lib -L/usr/local/lib
-+#DEFOSINCDIRS= /usr/local/include
-+#LDPATH= -L/opt/schily/lib -L/usr/local/lib
- #RUNPATH= -R$(INS_BASE)/lib -R/opt/schily/lib -R$(OLIBSDIR) Will probably not work
-
- ###########################################################################
diff --git a/sysutils/cdrtools/files/patch-RULES__cc-gcc.rul b/sysutils/cdrtools/files/patch-RULES__cc-gcc.rul
deleted file mode 100644
index 549d244d4e4d..000000000000
--- a/sysutils/cdrtools/files/patch-RULES__cc-gcc.rul
+++ /dev/null
@@ -1,88 +0,0 @@
-###########################################################################
-# This patch was contributed by Marius Strobl.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- RULES/cc-gcc.rul.orig Thu Jul 6 12:59:44 2006
-+++ RULES/cc-gcc.rul Sat Jul 22 03:55:52 2006
-@@ -24,11 +24,12 @@
- GCC_OPT=
- GCC_OPT32= -m32
- GCC_OPT64= -m64
--GCC_OPTXX= $(GCC_OPT$(C_ARCH:gcc%=%))
-+GCC_OPTXX=
-
- CPPFLAGS= -DSCHILY_BUILD $(CPPOPTS) $(CPPOPTX) $(OSINCDIRS:%=-I%) $(OSDEFS) $(OSDEFSX)
--CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX)
--C++FLAGS= $(C++OPTS) $(C++WARNOPTS) $(C++OPTOPT) $(G++OPTOPT) $(C++OPTX)
-+XCFLAGS:= $(CFLAGS)
-+CFLAGS= $(COPTS) $(CWARNOPTS) $(XCFLAGS) $(GCCOPTOPT) $(COPTX)
-+C++FLAGS= $(C++OPTS) $(C++WARNOPTS) $(CXXFLAGS) $(G++OPTOPT) $(C++OPTX)
-
- CPPOPTS= -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(INCDIRSX:%=-I%)
- COPTS= $(GCC_OPTXX)
-@@ -36,12 +37,10 @@
- CWOPTS= -Wall -Wtraditional
- CWOPTS= -Wall -Wno-unknown-pragmas \
- -Wshadow -Wmissing-prototypes -Wstrict-prototypes
--COPTOPT= -O
- COPTDYN= -fpic
- COPTGPROF= -pg
- C++OPTS= $(GCC_OPTXX)
- C++WOPTS= $(CWOPTS)
--C++OPTOPT= $(COPTOPT)
- C++OPTDYN= -fpic
- C++OPTGPROF= -pg
-
-@@ -61,28 +60,18 @@
-
- FLOAT_OPTIONS=
-
--__CC_COM= $(_UNIQ)$(CC)
--___CC_COM= $(__CC_COM:$(_UNIQ)=$(CC_COM_DEF))
--CC_COM= $(___CC_COM:$(_UNIQ)%=%)
--
--__CC++_COM= $(_UNIQ)$(CCC)
--___CC++_COM= $(__CC++_COM:$(_UNIQ)=$(CC++_COM_DEF))
--CC++_COM= $(___CC++_COM:$(_UNIQ)%=%)
--
--CC_COM_DEF= gcc
--CC++_COM_DEF= g++
--CC= $(CC_COM_DEF)
--CCC= $(CC++_COM_DEF)
--
--CCCC= @echo " ==> COMPILING \"$@\""; $(CC_COM) $(GCC_OPTXX)
--CC++ = @echo " ==> COMPILING \"$@\""; $(CC++_COM) $(GCC_OPTXX)
--LDCC= @echo " ==> LINKING \"$@\""; $(CC_COM) $(GCC_OPTXX)
--LDCC++ = @echo " ==> LINKING \"$@\""; $(CC++_COM) $(GCC_OPTXX)
--DYNLD= @echo " ==> LINKING dynamic library \"$@\""; $(CC_COM) $(GCC_OPTXX)
--DYNLDC++ = @echo " ==> LINKING dynamic library \"$@\""; $(CC++_COM) $(GCC_OPTXX)
-+CC_COM= $(CC)
-+CC++_COM= $(CXX)
-+
-+CCCC = $(CC_COM)
-+CC++ = $(CC++_COM)
-+LDCC= $(CC_COM)
-+LDCC++ = $(CC++_COM)
-+DYNLD= $(CC_COM)
-+DYNLDC++ = $(CC++_COM)
-
- RMDEP= :
--MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); $(CC_COM) $(GCC_OPTXX) -M
-+MKDEP= $(CC_COM) -M
- MKDEP_OUT=
--MKC++DEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); $(CC++_COM) $(GCC_OPTXX) -M
-+MKC++DEP= $(CC++_COM) -M
- MKC++DEP_OUT=
diff --git a/sysutils/cdrtools/files/patch-btcflash__btcflash.1 b/sysutils/cdrtools/files/patch-btcflash__btcflash.1
deleted file mode 100644
index c8b30d32f974..000000000000
--- a/sysutils/cdrtools/files/patch-btcflash__btcflash.1
+++ /dev/null
@@ -1,10 +0,0 @@
---- btcflash/btcflash.1.orig Wed Feb 8 23:13:24 2006
-+++ btcflash/btcflash.1 Thu Feb 16 14:54:32 2006
-@@ -293,7 +293,6 @@
- login shell.
- .SH "SEE ALSO"
- .BR cdrecord (1),
--.BR scg (7),
- .BR rcmd (3),
- .BR ssh (1).
- .SH NOTES
diff --git a/sysutils/cdrtools/files/patch-cdrecord__README.rscsi b/sysutils/cdrtools/files/patch-cdrecord__README.rscsi
deleted file mode 100644
index 9398843e937a..000000000000
--- a/sysutils/cdrtools/files/patch-cdrecord__README.rscsi
+++ /dev/null
@@ -1,36 +0,0 @@
---- cdrecord/README.rscsi.orig Sun Aug 17 11:31:39 2003
-+++ cdrecord/README.rscsi Sun Aug 17 14:38:57 2003
-@@ -18,24 +18,21 @@
- NOTE: In this case, rscsi must be installed suid root.
- **** This is the preferred method ****
-
--To enable remote SCSI via the login shell method you should do the following:
--
-- - Add an entry to /etc/passwd in the form:
-+ The FreeBSD port automatically installs the rscsi binary suid
-+ root and creates the user "rscsi".
-
-- rscsi:x:1999:1000:Tape:/export/home/rscsi:/opt/schily/sbin/rscsi
--
-- (modify this according to your OS). And don't forget to
-- modify /etc/shadow the way it needs to be on your OS.
-+To enable remote SCSI via the login shell method you should do the following:
-
-- - Create a home directory for this user and add a .rhosts file
-- to allow access to all users you like.
-+ - Make sure that there is an entry for rshd(8) in /etc/inetd.conf
-+ and inetd(8) is running.
-
-- - Install rscsi suid root into /opt/schily/sbin
-+ - Edit /usr/local/rscsi/.rhosts to allow access to all users you
-+ like.
-
-- - Install a file /etc/default/rscsi and define access rights.
-+ - Edit /usr/local/etc/rscsi and define access rights.
- Without this file, rscsi will not work at all.
-
-- The template for this file is: rscsi/rscsi.dfl
-+ The template for this file is: /usr/local/etc/rscsi.sample
-
- RSCSI Security:
-
diff --git a/sysutils/cdrtools/files/patch-cdrecord__cdrecord.1 b/sysutils/cdrtools/files/patch-cdrecord__cdrecord.1
deleted file mode 100644
index 88dc6bf0398f..000000000000
--- a/sysutils/cdrtools/files/patch-cdrecord__cdrecord.1
+++ /dev/null
@@ -1,28 +0,0 @@
-###########################################################################
-# This patch was contributed by Marius Strobl.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- 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/files/patch-cdrecord__cdrecord.dfl b/sysutils/cdrtools/files/patch-cdrecord__cdrecord.dfl
deleted file mode 100644
index 859f92768c34..000000000000
--- a/sysutils/cdrtools/files/patch-cdrecord__cdrecord.dfl
+++ /dev/null
@@ -1,64 +0,0 @@
---- cdrecord/cdrecord.dfl.orig Mon Aug 18 19:45:45 2003
-+++ cdrecord/cdrecord.dfl Mon Aug 18 19:46:32 2003
-@@ -3,7 +3,7 @@
- # This file is /etc/default/cdrecord
- # It contains defaults that are used if no command line option
- # or environment is present.
--#
-+#
- # The default device, if not specified elswhere
- # Note that since Sommer 2006, cdrecord by default searches for a
- # single CD-ROM device. You should set CDR_DEVICE= together with
-@@ -11,15 +11,14 @@
- # one CR-ROM drive in your system.
- #
- #CDR_DEVICE=yamaha
--#CDR_DEVICE=default
-
--#
-+#
- # The default speed (speed=), if not specified elswhere
- #
- # Note that newer cdrecord versions do not default
- # to speed=1. For MMC compliant drives, the default
- # is to write at maximum speed, so it in general does
--# not make sense to set up a default speed in /etc/default/cdrecord
-+# not make sense to set up a default speed in /etc/default/cdrecord
- #
- #CDR_SPEED=40
-
-@@ -34,7 +33,7 @@
- # Linux and Solaris have problems with bigger transfer sizes.
- # If you are on FreeBSD, it is recommened to set CDR_TRANSFERSIZE=126k
- #
--#CDR_TRANSFERSIZE=32k
-+CDR_TRANSFERSIZE=126k
-
- #
- # The following definitions allow abstract device names.
-@@ -56,14 +55,14 @@
- #
- # drive name device speed fifosize driveropts transfersize
- #
--my-default= 1,0,0 -1 -1 burnfree 63k
--sol-default= USCSI:1,0,0 -1 -1 burnfree
--ricoh-u= USCSI:0,2,0 -1 -1 burnfree
--teac= 1,3,0 -1 -1 ""
--teac-max-ts= 1,3,0 -1 -1 "" 32k
--panasonic= 1,4,0 -1 -1 ""
--plextor= 1,4,0 -1 -1 ""
--sanyo= 1,4,0 -1 -1 burnfree
--yamaha= 1,5,0 -1 -1 ""
--cdrom= 0,6,0 2 1m ""
--remote= REMOTE:rscsi@somehost:1,0,0 16 16m burnfree
-+#my-default= 1,0,0 -1 -1 burnfree 63k
-+#sol-default= USCSI:1,0,0 -1 -1 burnfree
-+#ricoh-u= USCSI:0,2,0 -1 -1 burnfree
-+#teac= 1,3,0 -1 -1 ""
-+#teac-max-ts= 1,3,0 -1 -1 "" 32k
-+#panasonic= 1,4,0 -1 -1 ""
-+#plextor= 1,4,0 -1 -1 ""
-+#sanyo= 1,4,0 -1 -1 burnfree
-+#yamaha= 1,5,0 -1 -1 ""
-+#cdrom= 0,6,0 2 1m ""
-+#remote= REMOTE:rscsi@somehost:1,0,0 16 16m burnfree
diff --git a/sysutils/cdrtools/files/patch-inc_avoffset.c b/sysutils/cdrtools/files/patch-inc_avoffset.c
deleted file mode 100644
index ab1af624da6d..000000000000
--- a/sysutils/cdrtools/files/patch-inc_avoffset.c
+++ /dev/null
@@ -1,28 +0,0 @@
-###########################################################################
-# This patch was contributed by Dimitry Andric.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- inc/avoffset.c.orig 2011-11-28 19:28:41 UTC
-+++ inc/avoffset.c
-@@ -60,7 +60,7 @@ main(ac, av)
- {
- int stdir;
- #ifdef HAVE_SCANSTACK
-- register struct frame *fp;
-+ volatile struct frame *fp;
- register int i = 0;
- register int o = 0;
-
diff --git a/sysutils/cdrtools/files/patch-inc_getfp.c b/sysutils/cdrtools/files/patch-inc_getfp.c
deleted file mode 100644
index b2d71c3636be..000000000000
--- a/sysutils/cdrtools/files/patch-inc_getfp.c
+++ /dev/null
@@ -1,37 +0,0 @@
-###########################################################################
-# This patch was contributed by Dimitry Andric.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- inc/getfp.c.orig 2008-06-13 22:32:03 UTC
-+++ inc/getfp.c
-@@ -52,7 +52,7 @@
-
- EXPORT void **___fpoff __PR((char *cp));
-
--EXPORT void **
-+EXPORT __noinline void **
- getfp()
- {
- long **dummy[1];
-@@ -69,7 +69,7 @@ getfp()
- * We need this function to fool GCCs check for returning addresses
- * from outside the functions local address space.
- */
--EXPORT void **
-+EXPORT __noinline void **
- ___fpoff(cp)
- char *cp;
- {
diff --git a/sysutils/cdrtools/files/patch-include__schily__sha2.h b/sysutils/cdrtools/files/patch-include__schily__sha2.h
deleted file mode 100644
index 5d526453cdb6..000000000000
--- a/sysutils/cdrtools/files/patch-include__schily__sha2.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- include/schily/sha2.h.orig 2009-08-09 14:29:59.000000000 +0200
-+++ include/schily/sha2.h 2012-10-20 14:25:05.000000000 +0200
-@@ -104,10 +104,12 @@
-
- #ifdef HAVE_LONGLONG
- extern void SHA384Init __PR((SHA2_CTX *));
-+#ifndef HAVE_PRAGMA_WEAK
- extern void SHA384Transform __PR((UInt64_t state[8],
- const UInt8_t [SHA384_BLOCK_LENGTH]));
- extern void SHA384Update __PR((SHA2_CTX *, const UInt8_t *, size_t));
- extern void SHA384Pad __PR((SHA2_CTX *));
-+#endif
- extern void SHA384Final __PR((UInt8_t [SHA384_DIGEST_LENGTH],
- SHA2_CTX *));
- extern char *SHA384End __PR((SHA2_CTX *, char *));
diff --git a/sysutils/cdrtools/files/patch-libschily_getfp.c b/sysutils/cdrtools/files/patch-libschily_getfp.c
deleted file mode 100644
index 0f0c1193a4d3..000000000000
--- a/sysutils/cdrtools/files/patch-libschily_getfp.c
+++ /dev/null
@@ -1,37 +0,0 @@
-###########################################################################
-# This patch was contributed by Dimitry Andric.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- libschily/getfp.c.orig 2008-06-13 22:32:03 UTC
-+++ libschily/getfp.c
-@@ -52,7 +52,7 @@
-
- EXPORT void **___fpoff __PR((char *cp));
-
--EXPORT void **
-+EXPORT __noinline void **
- getfp()
- {
- long **dummy[1];
-@@ -69,7 +69,7 @@ getfp()
- * We need this function to fool GCCs check for returning addresses
- * from outside the functions local address space.
- */
--EXPORT void **
-+EXPORT __noinline void **
- ___fpoff(cp)
- char *cp;
- {
diff --git a/sysutils/cdrtools/files/patch-mkisofs__mkisofs.8 b/sysutils/cdrtools/files/patch-mkisofs__mkisofs.8
deleted file mode 100644
index 26ae04ad8e71..000000000000
--- a/sysutils/cdrtools/files/patch-mkisofs__mkisofs.8
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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/files/patch-readcd__readcd.1 b/sysutils/cdrtools/files/patch-readcd__readcd.1
deleted file mode 100644
index f643d7dacbc4..000000000000
--- a/sysutils/cdrtools/files/patch-readcd__readcd.1
+++ /dev/null
@@ -1,28 +0,0 @@
-###########################################################################
-# This patch was contributed by Marius Strobl.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- readcd/readcd.1.orig Mon Sep 29 14:53:05 2003
-+++ readcd/readcd.1 Mon Sep 29 15:10:06 2003
-@@ -604,8 +604,6 @@
- .SH SEE ALSO
- .BR cdrecord (1),
- .BR mkisofs (8),
--.BR scg (7),
--.BR fbk (7),
- .BR rcmd (3),
- .BR ssh (1).
-
diff --git a/sysutils/cdrtools/files/patch-rscsi__rscsi.dfl b/sysutils/cdrtools/files/patch-rscsi__rscsi.dfl
deleted file mode 100644
index edbd1340c469..000000000000
--- a/sysutils/cdrtools/files/patch-rscsi__rscsi.dfl
+++ /dev/null
@@ -1,19 +0,0 @@
---- rscsi/rscsi.dfl.orig Sun Aug 17 11:50:57 2003
-+++ rscsi/rscsi.dfl Sun Aug 17 12:28:46 2003
-@@ -18,14 +18,13 @@
- # Each USER= entry adds the listed user to the users who may run rscsi
- #
- # A typical passwd entry looks like this:
--# rscsi:x:1999:1000:Remote SCSI:/export/home/rscsi:/opt/schily/sbin/rscsi
-+# rscsi:*:99:99::0:0:Remote SCSI:/usr/local/rscsi:/opt/schily/sbin/rscsi
- #
--# Add entries for all valid remote users to /export/home/rscsi/.rhosts
-+# Add entries for all valid remote users to /usr/local/rscsi/.rhosts
- #
- # USER= entries are checked with a pattern matcher. USER=* matches all users.
- #
- USER=rscsi
--#USER=joerg
-
- #
- # Each ACCESS= entry adds a target or group of targets to the list of visible
diff --git a/sysutils/cdrtools/files/patch-scgcheck__scgcheck.1 b/sysutils/cdrtools/files/patch-scgcheck__scgcheck.1
deleted file mode 100644
index d42f4c8c1c98..000000000000
--- a/sysutils/cdrtools/files/patch-scgcheck__scgcheck.1
+++ /dev/null
@@ -1,29 +0,0 @@
-###########################################################################
-# This patch was contributed by Marius Strobl.
-###########################################################################
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# See the file CDDL.Schily.txt in this distribution for details.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file CDDL.Schily.txt from this distribution.
-###########################################################################
-# The file CDDL.Schily.txt can be found in the original cdrtools tarball,
-# which is mirrored at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/.
-###########################################################################
-
---- 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
diff --git a/sysutils/cdrtools/files/pkg-message.in b/sysutils/cdrtools/files/pkg-message.in
deleted file mode 100644
index 48b73aede39f..000000000000
--- a/sysutils/cdrtools/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Note: The location of the cdrtools `defaults' files has been set to
-
- %%PREFIX%%/etc
-
-This is the FreeBSD ports standard config file location, NOT the cdrtools
-standard location, which is /etc/default.
-
-The reason for this is that FreeBSD ports and packages should not use
-configuration files outside of %%PREFIX%%.
-EOM
-}
-]