diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-06-05 10:28:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-06-05 10:28:12 +0000 |
commit | 8cb005afb5df459540a99010aa54dc7fd0db8acd (patch) | |
tree | 2b4ba3372d35cdd7bcb6e151f7c7a15a7ca369f5 /audio/workman/files | |
parent | Not required by gitlab-ce anymore. (diff) |
Remove expired ports:
2020-06-05 audio/workman: Depends on expired x11-toolkits/xview
2020-05-05 x11-toolkits/xview: 64-bit unsupported
2020-06-05 math/p5-Algorithm-KMeans: Depends on expired math/p5-Math-GSL
2020-05-05 math/p5-Math-GSL: Broken for more than 6 months
2020-06-05 net/openbsc: Depends on expired devel/libosmo-netif
2020-05-05 devel/libosmo-netif: Broken for more than 6 months
2020-06-05 audio/xvmixer: Depends on expired x11-toolkits/xview
2020-06-05 devel/libosmo-sccp: Depends on expired devel/libosmo-netif
2020-06-05 audio/p5-Audio: Depends on expired math/p5-Math-GSL
Diffstat (limited to 'audio/workman/files')
-rw-r--r-- | audio/workman/files/patch-Imakefile | 33 | ||||
-rw-r--r-- | audio/workman/files/patch-cdrom.c | 11 | ||||
-rw-r--r-- | audio/workman/files/patch-plat__freebsd.c | 69 | ||||
-rw-r--r-- | audio/workman/files/patch-workman.man | 34 | ||||
-rw-r--r-- | audio/workman/files/patch-workman__stubs.c | 12 |
5 files changed, 0 insertions, 159 deletions
diff --git a/audio/workman/files/patch-Imakefile b/audio/workman/files/patch-Imakefile deleted file mode 100644 index 2afc538c4ed3..000000000000 --- a/audio/workman/files/patch-Imakefile +++ /dev/null @@ -1,33 +0,0 @@ ---- Imakefile.orig 1995-06-05 00:10:44 UTC -+++ Imakefile -@@ -1,19 +1,19 @@ --/**/# @(#)Imakefile 1.16 04 Jun 1995 -+# @(#)Imakefile 1.16 04 Jun 1995 - --/**/# Set this to the manual section where you want to install workmandb.man -+# Set this to the manual section where you want to install workmandb.man - DBMANSECTION = 5 - --/**/# --/**/# Uncomment the following if you want fast database lookups using the --/**/# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the --/**/# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS --/**/# to match your system type as listed in libdb's PORT directory. --/**/# -+# -+# Uncomment the following if you want fast database lookups using the -+# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the -+# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS -+# to match your system type as listed in libdb's PORT directory. -+# - --/**/#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2 --/**/#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a -+#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2 -+#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a - --/**/# And you shouldn't need to touch anything below this. -+# And you shouldn't need to touch anything below this. - - - #include <XView.tmpl> diff --git a/audio/workman/files/patch-cdrom.c b/audio/workman/files/patch-cdrom.c deleted file mode 100644 index 801b462b5988..000000000000 --- a/audio/workman/files/patch-cdrom.c +++ /dev/null @@ -1,11 +0,0 @@ ---- cdrom.c.orig 1997-06-15 08:05:03 UTC -+++ cdrom.c -@@ -531,7 +531,7 @@ find_trkind(track, index, start) - int top = 0, bottom, current, interval, ret = 0, i; - - if (cur_cdmode == EJECTED || cd == NULL) -- return; -+ return (0); - - for (i = 0; i < cur_ntracks; i++) - if (cd->trk[i].track == track) diff --git a/audio/workman/files/patch-plat__freebsd.c b/audio/workman/files/patch-plat__freebsd.c deleted file mode 100644 index 8c90722618d0..000000000000 --- a/audio/workman/files/patch-plat__freebsd.c +++ /dev/null @@ -1,69 +0,0 @@ ---- plat_freebsd.c.orig 1995-02-20 17:29:55 UTC -+++ plat_freebsd.c -@@ -5,6 +5,9 @@ - * - * Todd Pfaff, 3/20/94 - * -+ * 11/26/95: Modified to work under FreeBSD 2.x -+ * by Donald Burr <d_burr@ix.netcom.com> -+ * - */ - static char *ident = "@(#)plat_freebsd.c 1.2 2/20/95"; - -@@ -22,21 +25,17 @@ static char *ident = "@(#)plat_freebsd.c - #include <string.h> - #include <sys/ioctl.h> - #include <sys/cdio.h> --#include <sys/scsiio.h> - #ifdef __NetBSD__ - #define MSF_MINUTES 1 - #define MSF_SECONDS 2 - #define MSF_FRAMES 3 - #include "/sys/scsi/scsi_all.h" - #include "/sys/scsi/scsi_cd.h" --#else --#include <scsi/scsi_all.h> --#include <scsi/scsi_cd.h> - #endif - - #include "struct.h" - --#define DEFAULT_CD_DEVICE "/dev/rcd0d" -+#define DEFAULT_CD_DEVICE "/dev/rcd0c" - - void *malloc(); - -@@ -163,7 +162,7 @@ gen_get_drive_status(d, oldmode, mode, p - } - - if (ioctl(d->fd, CDIOCREADSUBCHANNEL, &sc)) { --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) - /* we need to release the device so the kernel will notice - reloaded media */ - (void) close(d->fd); -@@ -261,6 +260,9 @@ gen_set_volume(d, left, right) - - bzero((char *)&vol, sizeof(vol)); - -+#define LEFT_PORT 0 -+#define RIGHT_PORT 1 -+ - vol.vol[LEFT_PORT] = left; - vol.vol[RIGHT_PORT] = right; - -@@ -345,12 +347,12 @@ gen_eject(d) - if (fstatfs(stbuf.st_rdev, &buf) == 0) - return (-3); - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) - rval = ioctl(d->fd, CDIOCALLOW); - if (rval == 0) - #endif - rval = ioctl(d->fd, CDIOCEJECT); --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) - if (rval == 0) - rval = ioctl(d->fd, CDIOCPREVENT); - #endif diff --git a/audio/workman/files/patch-workman.man b/audio/workman/files/patch-workman.man deleted file mode 100644 index 7df3be83c1a9..000000000000 --- a/audio/workman/files/patch-workman.man +++ /dev/null @@ -1,34 +0,0 @@ ---- workman.man.orig 1995-06-16 06:52:13 UTC -+++ workman.man -@@ -151,7 +151,7 @@ Exit automatically when the CD is ejecte - .TP - .I \-p file - Write the program's process ID to a different \fIfile\fP. By default, the --PID is written to "/tmp/.wm_pid" to allow signals to be sent more easily -+PID is written to "/var/run/workman.pid" to allow signals to be sent more easily - (see the SIGNALS section below.) - .TP - .I \-n -@@ -510,6 +510,7 @@ BSD/386 port by John T. Kohl <jtk@kolvir - SVR4 port by Baruch Cochavy <bcochavy@iil.intel.com>. - .LP - FreeBSD port by Todd Pfaff <todd@flex.eng.mcmaster.ca>. -+Modified to work under FreeBSD 2.x by Donald Burr <d_burr@ix.netcom.com>. - .LP - OSF/1 port by R.J. Edwards <rje@escact.ksc.nasa.gov>. - .LP ---- workman_stubs.c.orig 1997-06-11 18:14:01 UTC -+++ workman_stubs.c -@@ -58,7 +58,12 @@ void show_cdinfo(), - Panel_item quitbutton; - char *getenv(), *WMstrdup(); - -+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) -+/* FreeBSD has a special directory for pidfiles, I guess. */ -+char *pidfile = "/var/run/workman.pid"; -+#else - char *pidfile = "/tmp/.wm_pid"; -+#endif - char * empty = ""; - extern char *cd_device; - diff --git a/audio/workman/files/patch-workman__stubs.c b/audio/workman/files/patch-workman__stubs.c deleted file mode 100644 index 7eb2a475dcf8..000000000000 --- a/audio/workman/files/patch-workman__stubs.c +++ /dev/null @@ -1,12 +0,0 @@ ---- workman_stubs.c.orig 1997-06-11 18:14:01 UTC -+++ workman_stubs.c -@@ -158,6 +158,9 @@ main(argc, argv) - "Workman.Db.Shared", dbfiles); - if (dbfiles) - dbfiles = WMstrdup(dbfiles); -+ name = getenv("MUSIC_CD"); -+ if (name) -+ cd_device = name; - - reverse_threshold = defaults_get_integer("workman.reverseThreshold", - "Workman.ReverseThreshold", reverse_threshold); |