diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-19 01:03:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-19 01:03:31 +0000 |
commit | 84b966243e0ace320fa59665eff80df7a6d00655 (patch) | |
tree | 1a59a61a5f5a50d2afd34aa35efd8b594701935a /audio/rplay/patches | |
parent | 0f2a06ddcabe5a7f81c684166d97ec3e9ecd777c (diff) | |
download | pkgsrc-84b966243e0ace320fa59665eff80df7a6d00655.tar.gz |
portlint: install info pages propperly, RCS ID, no more USE_GMAKE, ...
Diffstat (limited to 'audio/rplay/patches')
-rw-r--r-- | audio/rplay/patches/patch-ac | 11 | ||||
-rw-r--r-- | audio/rplay/patches/patch-ad | 13 | ||||
-rw-r--r-- | audio/rplay/patches/patch-af | 13 | ||||
-rw-r--r-- | audio/rplay/patches/patch-ag | 13 | ||||
-rw-r--r-- | audio/rplay/patches/patch-ah | 13 |
5 files changed, 63 insertions, 0 deletions
diff --git a/audio/rplay/patches/patch-ac b/audio/rplay/patches/patch-ac new file mode 100644 index 00000000000..cd899e7ad77 --- /dev/null +++ b/audio/rplay/patches/patch-ac @@ -0,0 +1,11 @@ +--- lib/regex.h.orig Sun Jan 18 20:42:26 1998 ++++ lib/regex.h Sun Jan 18 20:42:56 1998 +@@ -473,7 +473,7 @@ + unsigned num_regs, regoff_t *starts, regoff_t *ends)); + + /* 4.2 bsd compatibility. */ +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__NetBSD__) + extern char *re_comp _RE_ARGS ((_CONST_ char *)); + extern int re_exec _RE_ARGS ((_CONST_ char *)); + #endif diff --git a/audio/rplay/patches/patch-ad b/audio/rplay/patches/patch-ad new file mode 100644 index 00000000000..52103fb47a8 --- /dev/null +++ b/audio/rplay/patches/patch-ad @@ -0,0 +1,13 @@ +--- doc/RPLAY.texi.orig Sun Jan 18 20:59:52 1998 ++++ doc/RPLAY.texi Sun Jan 18 21:04:54 1998 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename RPLAY.info + @settitle The RPLAY Protocol ++@dircategory Network Audio Systems ++@direntry ++* RPLAY-Protocol: (RPLAY). The RPLAY Protocol ++@end direntry + @iftex + @finalout + @end iftex diff --git a/audio/rplay/patches/patch-af b/audio/rplay/patches/patch-af new file mode 100644 index 00000000000..06dcdee0f9e --- /dev/null +++ b/audio/rplay/patches/patch-af @@ -0,0 +1,13 @@ +--- doc/RPTP.texi.orig Sun Jan 18 20:59:52 1998 ++++ doc/RPTP.texi Sun Jan 18 21:04:57 1998 +@@ -3,6 +3,10 @@ + @setfilename RPTP.info + @settitle The RPTP Protocol + @defindex ev ++@dircategory Network Audio Systems ++@direntry ++* RPTP: (RPTP). The RPTP Protocol ++@end direntry + @iftex + @finalout + @end iftex diff --git a/audio/rplay/patches/patch-ag b/audio/rplay/patches/patch-ag new file mode 100644 index 00000000000..b9241cb6143 --- /dev/null +++ b/audio/rplay/patches/patch-ag @@ -0,0 +1,13 @@ +--- doc/librplay.texi.orig Sun Jan 18 20:59:52 1998 ++++ doc/librplay.texi Sun Jan 18 21:04:59 1998 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename librplay.info + @settitle The RPlay Programmer's Manual ++@dircategory Network Audio Systems ++@direntry ++* librplay: (librplay). The RPlay Programmer's Manual ++@end direntry + @iftex + @finalout + @end iftex diff --git a/audio/rplay/patches/patch-ah b/audio/rplay/patches/patch-ah new file mode 100644 index 00000000000..98b7e95e611 --- /dev/null +++ b/audio/rplay/patches/patch-ah @@ -0,0 +1,13 @@ +--- doc/rplay.texi.orig Sun Jan 18 20:59:52 1998 ++++ doc/rplay.texi Sun Jan 18 21:05:01 1998 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename rplay.info + @settitle RPlay ++@dircategory Network Audio Systems ++@direntry ++* rplay: (rplay). RPlay ++@end direntry + @iftex + @finalout + @end iftex |