dvd+rw-tools: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:45:29 +00:00
parent bdcaa34f91
commit 6c8aa2460e
6 changed files with 0 additions and 108 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dvd+rw-booktype
-rwxr-xr-x root/root usr/bin/dvd+rw-format
-rwxr-xr-x root/root usr/bin/dvd+rw-mediainfo
-rwxr-xr-x root/root usr/bin/dvd-ram-control
-rwxr-xr-x root/root usr/bin/growisofs
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/growisofs.1.gz

View File

@ -1,8 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aYJ+ttiTnV5iChR/CWd1mMFXIOGm8BxhX8LaRzVtSAfmXAg73N/Tr8X5ZPFyalnpPD73QbNQcHvnZLwJ9R69Qk=
SHA256 (Pkgfile) = ed925ab99d69c20c7babd17de69c5ab5257f16f1799e88748c58bb040f66723b
SHA256 (.footprint) = d552bf5274355c323808431fecb4187d9c013584a75ea5af5468e5588098de88
SHA256 (dvd+rw-tools-7.1.tar.gz) = f8d60f822e914128bcbc5f64fbe3ed131cbff9045dca7e12c5b77b26edde72ca
SHA256 (dvd+rw-tools.patch) = 2e533e7b2c98c56e8bbcca61caf99b6c783d806ef7d6f069282e069ec4c58249
SHA256 (dvd+rw-tools-gcc43.patch) = eec216afbd55c62401cee285bfe5585e48d235a2e871005636d0cc7c517dc40a
SHA256 (crux-3.5.patch) = 7f3af786917888a9521be051e8afdcdc380eff675fc8c9cc000e292385feea9b

View File

@ -1,31 +0,0 @@
# Description: Tools to write DVDs
# URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: cdrkit
name=dvd+rw-tools
version=7.1
release=5
source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/$name-$version.tar.gz \
$name.patch $name-gcc43.patch crux-3.5.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name.patch
patch -p0 -i $SRC/$name-gcc43.patch
patch -p1 -i $SRC/crux-3.5.patch
make
mkdir -p $PKG/usr/bin $PKG/usr/share/man/man1
for exec in \
dvd+rw-booktype \
dvd+rw-format \
dvd+rw-mediainfo \
dvd-ram-control \
growisofs
do
install -m 755 $exec $PKG/usr/bin/
done
install -m 644 growisofs.1 $PKG/usr/share/man/man1/
}

View File

@ -1,36 +0,0 @@
diff -rupN dvd+rw-tools-7.1-orig/growisofs.c dvd+rw-tools-7.1/growisofs.c
--- dvd+rw-tools-7.1-orig/growisofs.c 2008-03-04 10:15:03.000000000 +0100
+++ dvd+rw-tools-7.1/growisofs.c 2019-06-19 23:25:00.642683888 +0200
@@ -444,6 +444,10 @@
#include <assert.h>
#include "mp.h"
+#if defined(__GNU_LIBRARY__)
+# include <sys/sysmacros.h>
+#endif
+
#if defined(__unix) || defined(__unix__)
# include <unistd.h>
# include <sys/time.h>
diff -rupN dvd+rw-tools-7.1-orig/transport.hxx dvd+rw-tools-7.1/transport.hxx
--- dvd+rw-tools-7.1-orig/transport.hxx 2008-03-01 11:34:43.000000000 +0100
+++ dvd+rw-tools-7.1/transport.hxx 2019-06-19 23:25:00.642683888 +0200
@@ -52,6 +52,10 @@ inline long getmsecs()
#define ENV_LOCALE ".OCP"
#endif
+#if defined(__GNU_LIBRARY__)
+# include <sys/sysmacros.h>
+#endif
+
#include "asctable.h"
#define CREAM_ON_ERRNO_NAKED(s) \
@@ -145,6 +149,7 @@ extern "C" char *plusminus_locale()
#include <sys/wait.h>
#include <sys/utsname.h>
#include <scsi/sg.h>
+#include <climits>
#if !defined(SG_FLAG_LUN_INHIBIT)
# if defined(SG_FLAG_UNUSED_LUN_INHIBIT)
# define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT

View File

@ -1,10 +0,0 @@
--- transport.hxx.orig 2008-10-19 12:50:57.000000000 +0200
+++ transport.hxx 2008-10-19 12:51:13.000000000 +0200
@@ -16,6 +16,7 @@
#include <fcntl.h>
#include <poll.h>
#include <sys/time.h>
+#include <limits.h>
inline long getmsecs()
{ struct timeval tv;

View File

@ -1,12 +0,0 @@
diff -Nru dvd+rw-tools-7.1/growisofs.c dvd+rw-tools-7.1-new/growisofs.c
--- dvd+rw-tools-7.1/growisofs.c 2008-03-04 10:15:03.000000000 +0100
+++ dvd+rw-tools-7.1-new/growisofs.c 2008-10-18 21:29:51.000000000 +0200
@@ -2964,7 +2964,7 @@
#if defined(__unix) || defined(__unix__)
env = getenv ("MKISOFS");
- mkisofs_argv[0] = (env?env:"mkisofs");
+ mkisofs_argv[0] = (env?env:"genisoimage");
#elif defined(_WIN32)
/*
* On Windows I insist on mkisofs.exe to reside in very same