diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/rsynth | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/rsynth')
-rw-r--r-- | audio/rsynth/files/patch-configure.in | 2 | ||||
-rw-r--r-- | audio/rsynth/files/patch-naplay.c | 16 |
2 files changed, 8 insertions, 10 deletions
diff --git a/audio/rsynth/files/patch-configure.in b/audio/rsynth/files/patch-configure.in index e115c2cd0af0..52505df8549e 100644 --- a/audio/rsynth/files/patch-configure.in +++ b/audio/rsynth/files/patch-configure.in @@ -1,4 +1,4 @@ ---- configure.in.orig 1994-11-08 13:30:51.000000000 +0000 +--- configure.in.orig 1994-11-08 13:30:51 UTC +++ configure.in @@ -11,7 +11,8 @@ hplay=dummy dbm=none diff --git a/audio/rsynth/files/patch-naplay.c b/audio/rsynth/files/patch-naplay.c index 44906e467d35..b8a5b8d01957 100644 --- a/audio/rsynth/files/patch-naplay.c +++ b/audio/rsynth/files/patch-naplay.c @@ -1,9 +1,7 @@ -*** naplay.c.ORIG Tue Nov 1 19:40:13 1994 ---- naplay.c Sat Jun 10 19:51:40 1995 -*************** -*** 1,3 **** ---- 1,4 ---- -+ #include <sys/types.h> - #include <useconfig.h> - #include <sys/time.h> - #include <sys/stat.h> +--- naplay.c.orig 1994-11-01 18:40:13 UTC ++++ naplay.c +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <useconfig.h> + #include <sys/time.h> + #include <sys/stat.h> |