summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cdrtools-devel/files')
-rw-r--r--sysutils/cdrtools-devel/files/patch-ac11
-rw-r--r--sysutils/cdrtools-devel/files/patch-ad31
-rw-r--r--sysutils/cdrtools-devel/files/patch-ae38
-rw-r--r--sysutils/cdrtools-devel/files/patch-af89
-rw-r--r--sysutils/cdrtools-devel/files/patch-ag20
-rw-r--r--sysutils/cdrtools-devel/files/patch-ah20
-rw-r--r--sysutils/cdrtools-devel/files/patch-ba10
7 files changed, 0 insertions, 219 deletions
diff --git a/sysutils/cdrtools-devel/files/patch-ac b/sysutils/cdrtools-devel/files/patch-ac
deleted file mode 100644
index c729a75dfe76..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/schily.h.orig Mon Aug 30 16:50:46 1999
-+++ include/schily.h Sat Sep 18 17:25:57 1999
-@@ -34,7 +34,7 @@
- #define _SCHILY_H
-
- #ifndef _STANDARD_H
--#include <standard.h.h>
-+#include <standard.h>
- #endif
-
- #if defined(_SIZE_T) || defined(_T_SIZE_) || defined(_T_SIZE) || \
diff --git a/sysutils/cdrtools-devel/files/patch-ad b/sysutils/cdrtools-devel/files/patch-ad
deleted file mode 100644
index 7b89394c29d7..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ad
+++ /dev/null
@@ -1,31 +0,0 @@
---- RULES/i386-freebsd-cc.rul.orig Sun Aug 29 16:09:56 1999
-+++ RULES/i386-freebsd-cc.rul Wed Sep 22 13:21:08 1999
-@@ -24,7 +24,8 @@
- ###########################################################################
-
- CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
--CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
-+XCFLAGS:= $(CFLAGS)
-+CFLAGS= $(COPTS) $(CWARNOPTS) $(XCFLAGS) $(COPTX)
-
- CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
- COPTS=
-@@ -57,14 +58,13 @@
-
- FLOAT_OPTIONS=
-
--CC= @echo " ==> COMPILING \"$@\""; gcc
--LDCC= @echo " ==> LINKING \"$@\""; gcc
--DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
--RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
-+LDCC= $(CC)
-+DYNLD= $(CC)
-+RANLIB= ranlib
- ARFLAGS= cr
- LORDER= lorder
- TSORT= tsort
-
- RMDEP= :
--MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
-+MKDEP= $(CC) -M
- MKDEP_OUT=
diff --git a/sysutils/cdrtools-devel/files/patch-ae b/sysutils/cdrtools-devel/files/patch-ae
deleted file mode 100644
index 03f40b8e9ec0..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ae
+++ /dev/null
@@ -1,38 +0,0 @@
---- cdrecord/drv_philips.c.orig Sun May 7 14:39:57 2000
-+++ cdrecord/drv_philips.c Fri Aug 18 22:40:38 2000
-@@ -518,7 +518,7 @@
- int *speedp;
- int dummy;
- {
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- char mode[256];
- int len = 16;
- int page = 0x31;
-@@ -539,7 +539,7 @@
- if (len == 0)
- return (-1);
-
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
-@@ -567,7 +567,7 @@
- int *speedp;
- int dummy;
- {
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- char mode[256];
- int len = 20;
- int page = 0x23;
-@@ -588,7 +588,7 @@
- if (len == 0)
- return (-1);
-
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
diff --git a/sysutils/cdrtools-devel/files/patch-af b/sysutils/cdrtools-devel/files/patch-af
deleted file mode 100644
index 3e6ff143cf50..000000000000
--- a/sysutils/cdrtools-devel/files/patch-af
+++ /dev/null
@@ -1,89 +0,0 @@
---- cdrecord/drv_sony.c.orig Sun Jul 2 23:11:58 2000
-+++ cdrecord/drv_sony.c Fri Aug 18 22:40:38 2000
-@@ -399,12 +399,12 @@
- msf_t msf;
-
- char mode[256];
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- struct sony_924_mode_page_22 *xp;
-
- dummy = get_page22_sony(scgp, mode);
- if (dummy >= 0) {
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
-@@ -572,7 +572,7 @@
- int sectype;
- int tracktype;
- {
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- char mode[256];
- int len = 0x30;
- int page = 0x23;
-@@ -590,7 +590,7 @@
- if (len == 0)
- return (-1);
-
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
-@@ -613,7 +613,7 @@
- int sectype;
- int tracktype;
- {
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- char mode[256];
- int len = 0x30;
- int page = 0x23;
-@@ -635,7 +635,7 @@
- if (len == 0)
- return (-1);
-
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
-@@ -707,7 +707,7 @@
- int toctype;
- int multi;
- {
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- char mode[256];
- int i;
- int len = 0x30;
-@@ -718,7 +718,7 @@
- if ((len = get_page22_sony(scgp, mode)) < 0)
- return (-1);
-
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
-@@ -747,7 +747,7 @@
- SCSI *scgp;
- char *mode;
- {
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
- int len = 0x30;
- int page = 0x22;
- struct sony_924_mode_page_22 *xp;
-@@ -764,7 +764,7 @@
- if (len == 0)
- return (-1);
-
-- mp = (struct scsi_mode_page_header *)
-+ mp = (struct scg_scsi_mode_page_header *)
- (mode + sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len);
-
diff --git a/sysutils/cdrtools-devel/files/patch-ag b/sysutils/cdrtools-devel/files/patch-ag
deleted file mode 100644
index e1b0f3b748e2..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
---- cdrecord/modes.c.orig Sun May 7 14:49:37 2000
-+++ cdrecord/modes.c Fri Aug 18 22:40:38 2000
-@@ -58,7 +58,7 @@
- int hdlen;
- int len = 1; /* Nach SCSI Norm */
- int try = 0;
-- struct scsi_mode_page_header *mp;
-+ struct scg_scsi_mode_page_header *mp;
-
- again:
- fillbytes((caddr_t)mode, sizeof(mode), '\0');
-@@ -89,7 +89,7 @@
- scsiprbytes("Mode Sense Data", mode, len - scsigetresid(scgp));
- hdlen = sizeof(struct scsi_mode_header) +
- ((struct scsi_mode_header *)mode)->blockdesc_len;
-- mp = (struct scsi_mode_page_header *)(mode + hdlen);
-+ mp = (struct scg_scsi_mode_page_header *)(mode + hdlen);
- if (scgp->verbose)
- scsiprbytes("Mode Page Data", (u_char *)mp, mp->p_len+2);
-
diff --git a/sysutils/cdrtools-devel/files/patch-ah b/sysutils/cdrtools-devel/files/patch-ah
deleted file mode 100644
index d9bc5cd64fc0..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- libscg/scg/scsireg.h.orig Sun May 28 23:31:20 2000
-+++ libscg/scg/scsireg.h Fri Aug 18 22:40:38 2000
-@@ -244,7 +244,7 @@
-
- #if defined(_BIT_FIELDS_LTOH) /* Intel byteorder */
-
--struct scsi_mode_page_header {
-+struct scg_scsi_mode_page_header {
- Ucbit p_code : 6;
- Ucbit res : 1;
- Ucbit parsave : 1;
-@@ -262,7 +262,7 @@
-
- #else /* Motorola byteorder */
-
--struct scsi_mode_page_header {
-+struct scg_scsi_mode_page_header {
- Ucbit parsave : 1;
- Ucbit res : 1;
- Ucbit p_code : 6;
diff --git a/sysutils/cdrtools-devel/files/patch-ba b/sysutils/cdrtools-devel/files/patch-ba
deleted file mode 100644
index 87417c340c18..000000000000
--- a/sysutils/cdrtools-devel/files/patch-ba
+++ /dev/null
@@ -1,10 +0,0 @@
---- TARGETS/Targetdirs.orig Sat Apr 29 18:14:51 2000
-+++ TARGETS/Targetdirs Sun Jul 30 22:06:58 2000
-@@ -1,5 +1,5 @@
- #ident %W% %E% %Q%
- ###########################################################################
--DIRS= patches conf inc lib libdeflt libscg libhfs_iso libfile libunls \
-- cdrecord mkisofs mkisofs/diag cdda2wav misc man
-+DIRS= patches conf inc lib libdeflt libscg \
-+ cdrecord cdda2wav misc man
- ###########################################################################