diff --git a/app-emulation/opencbm/files/0.4.2a/80_docs_encoding.dpatch b/app-emulation/opencbm/files/0.4.2a/80_docs_encoding.dpatch deleted file mode 100644 index 20f08fcc..00000000 --- a/app-emulation/opencbm/files/0.4.2a/80_docs_encoding.dpatch +++ /dev/null @@ -1,45 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 80_docs_encoding.dpatch by Frédéric Brière -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Specify the input character encoding to all sgml2* tools -## DP: Tracker: - -@DPATCH@ -diff -urNad opencbm~/docs/LINUX/Makefile opencbm/docs/LINUX/Makefile ---- opencbm~/docs/LINUX/Makefile 2007-11-11 10:01:17.000000000 -0500 -+++ opencbm/docs/LINUX/Makefile 2007-12-01 21:11:57.000000000 -0500 -@@ -19,21 +19,21 @@ - unix2dos $@ - - %.txt: %.sgml -- sgml2txt $< -+ sgml2txt -c latin $< - - %.pdf: %.dvi - dvipdf $< - - %.dvi: %.sgml -- sgml2latex -o dvi $< -+ sgml2latex -c latin -o dvi $< - - %.info: %.sgml -- sgml2info $< -+ sgml2info -c latin $< - perl -p -i -e 'if(m/^ \\input texinfo/){print "INFO-DIR-SECTION Miscellaneous\nSTART-INFO-DIR-ENTRY\n* opencbm: (opencbm). Commodore serial IEC bus support.\nEND-INFO-DIR-ENTRY\n";}' $@ - - %.html: opencbm.sgml - -[ ! -d html ] && mkdir html/ -- cd html; sgml2html -s 2 ../$<; cd .. -+ cd html; sgml2html -c latin -s 2 ../$<; cd .. - - all: $(TXT) $(DVI) $(INFO) $(HTML) ${PDF} - -diff -urNad opencbm~/docs/opencbm.sgml opencbm/docs/opencbm.sgml ---- opencbm~/docs/opencbm.sgml 2007-11-11 12:35:53.000000000 -0500 -+++ opencbm/docs/opencbm.sgml 2007-12-01 21:11:46.000000000 -0500 -@@ -2224,3 +2224,4 @@ - The OpenCBM team. - - -+ diff --git a/app-emulation/opencbm/files/0.4.2a/81_manpages_whatis.dpatch b/app-emulation/opencbm/files/0.4.2a/81_manpages_whatis.dpatch deleted file mode 100644 index 7891408b..00000000 --- a/app-emulation/opencbm/files/0.4.2a/81_manpages_whatis.dpatch +++ /dev/null @@ -1,68 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 81_manpages_whatis.dpatch by Frédéric Brière -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Provide a temporary whatis line in manpages - -@DPATCH@ -diff -urNad opencbm~/cbmcopy/cbmcopy.1 opencbm/cbmcopy/cbmcopy.1 ---- opencbm~/cbmcopy/cbmcopy.1 2006-04-28 15:02:28.000000000 -0400 -+++ opencbm/cbmcopy/cbmcopy.1 2007-08-10 23:47:41.000000000 -0400 -@@ -1,7 +1,7 @@ - .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. - .TH CBMCOPY "1" "April 2006" "cbmcopy 0.4.2" "User Commands" - .SH NAME --cbmcopy \- manual page for cbmcopy 0.4.2 -+cbmcopy \- copy files to/from a CBM drive - .SH SYNOPSIS - .B cbmcopy - [\fIOPTION\fR]... [\fIDRIVE\fR] [\fIFILE\fR]... -diff -urNad opencbm~/cbmctrl/cbmctrl.1 opencbm/cbmctrl/cbmctrl.1 ---- opencbm~/cbmctrl/cbmctrl.1 2006-04-28 15:02:29.000000000 -0400 -+++ opencbm/cbmctrl/cbmctrl.1 2007-08-10 23:44:03.000000000 -0400 -@@ -11,8 +11,7 @@ - .\" - .TH CBMCTRL "1" "April 2006" "cbmctrl 0.4.2" "User Commands" - .SH NAME -- cbmctrl \- manual page for cbmctrl 0.4.2 -- - control serial CBM devices -+ cbmctrl \- send commands to serial CBM devices - .P - .B This document is poorly maintained and probably outdated. - If in doubt, use the Texinfo manual. If the -diff -urNad opencbm~/cbmformat/cbmformat.1 opencbm/cbmformat/cbmformat.1 ---- opencbm~/cbmformat/cbmformat.1 2006-04-28 15:02:29.000000000 -0400 -+++ opencbm/cbmformat/cbmformat.1 2007-08-10 23:48:03.000000000 -0400 -@@ -1,7 +1,7 @@ - .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. - .TH CBMFORMAT "1" "April 2006" "cbmformat 0.4.2" "User Commands" - .SH NAME --cbmformat \- manual page for cbmformat 0.4.2 -+cbmformat \- fast 1541 disk formatter - .SH SYNOPSIS - .B cbmformat - [\fIOPTION\fR]... \fIDRIVE NAME,ID\fR -diff -urNad opencbm~/cbmforng/cbmforng.1 opencbm/cbmforng/cbmforng.1 ---- opencbm~/cbmforng/cbmforng.1 2006-04-28 15:02:30.000000000 -0400 -+++ opencbm/cbmforng/cbmforng.1 2007-08-10 23:47:24.000000000 -0400 -@@ -1,7 +1,7 @@ - .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. - .TH CBMFORNG "1" "April 2006" "cbmforng 0.4.2" "User Commands" - .SH NAME --cbmforng \- manual page for cbmforng 0.4.2 -+cbmforng \- fast 1541 disk formatter - .SH SYNOPSIS - .B cbmforng - [\fIOPTION\fR]... \fIDRIVE NAME,ID\fR -diff -urNad opencbm~/d64copy/d64copy.1 opencbm/d64copy/d64copy.1 ---- opencbm~/d64copy/d64copy.1 2007-08-10 23:41:50.000000000 -0400 -+++ opencbm/d64copy/d64copy.1 2007-08-10 23:45:12.000000000 -0400 -@@ -1,7 +1,7 @@ - .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. - .TH D64COPY "1" "April 2006" "d64copy 0.4.2" "User Commands" - .SH NAME --d64copy \- manual page for d64copy 0.4.2 -+d64copy \- copy .d64 images to/from a CBM drive - .SH SYNOPSIS - .B d64copy - [\fIOPTION\fR]... [\fISOURCE\fR] [\fITARGET\fR] diff --git a/app-emulation/opencbm/files/0.4.2a/95_no_module.dpatch b/app-emulation/opencbm/files/0.4.2a/95_no_module.dpatch deleted file mode 100644 index 41872a7e..00000000 --- a/app-emulation/opencbm/files/0.4.2a/95_no_module.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 95_no_module.dpatch by Frédéric Brière -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Prevent kernel module from being build by default - -@DPATCH@ -diff -urNad opencbm-0.4.0~/LINUX/Makefile opencbm-0.4.0/LINUX/Makefile ---- opencbm-0.4.0~/LINUX/Makefile 2007-08-10 13:24:45.000000000 -0400 -+++ opencbm-0.4.0/LINUX/Makefile 2007-08-10 13:25:01.000000000 -0400 -@@ -6,7 +6,7 @@ - CBMPERM = 666 - DEVMAJOR = 10 - DEVMINOR = 177 --SUBDIRS = sys/linux include arch/$(ARCH) lib compat \ -+SUBDIRS = include arch/$(ARCH) lib compat \ - cbmctrl cbmformat cbmforng d64copy cbmcopy \ - demo/flash demo/morse demo/rpm1541 docs - diff --git a/app-emulation/opencbm/files/0.4.2a/96_no_compat.dpatch b/app-emulation/opencbm/files/0.4.2a/96_no_compat.dpatch deleted file mode 100644 index 2143019c..00000000 --- a/app-emulation/opencbm/files/0.4.2a/96_no_compat.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 96_no_compat.dpatch by Frédéric Brière -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Skipping compat directory - -@DPATCH@ -diff -urNad opencbm-0.4.0~/LINUX/Makefile opencbm-0.4.0/LINUX/Makefile ---- opencbm-0.4.0~/LINUX/Makefile 2007-08-10 14:19:37.000000000 -0400 -+++ opencbm-0.4.0/LINUX/Makefile 2007-08-10 14:21:42.000000000 -0400 -@@ -6,7 +6,7 @@ - CBMPERM = 666 - DEVMAJOR = 10 - DEVMINOR = 177 --SUBDIRS = include arch/$(ARCH) lib compat \ -+SUBDIRS = include arch/$(ARCH) lib \ - cbmctrl cbmformat cbmforng d64copy cbmcopy \ - demo/flash demo/morse demo/rpm1541 docs - diff --git a/app-emulation/opencbm/files/0.4.2a/97_no_demo.dpatch b/app-emulation/opencbm/files/0.4.2a/97_no_demo.dpatch deleted file mode 100644 index 03bfdf60..00000000 --- a/app-emulation/opencbm/files/0.4.2a/97_no_demo.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 97_no_demo.dpatch by Frédéric Brière -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Disable compilation of demo/*, as we install them as examples - -@DPATCH@ -diff -urNad opencbm~/LINUX/Makefile opencbm/LINUX/Makefile ---- opencbm~/LINUX/Makefile 2007-08-13 01:05:38.000000000 -0400 -+++ opencbm/LINUX/Makefile 2007-08-13 01:05:54.000000000 -0400 -@@ -8,7 +8,7 @@ - DEVMINOR = 177 - SUBDIRS = include arch/$(ARCH) lib \ - cbmctrl cbmformat cbmforng d64copy cbmcopy \ -- demo/flash demo/morse demo/rpm1541 docs -+ docs - - SUBDIRS_OPTIONAL = mnib36 -