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/xmmix | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) | |
download | ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip |
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/xmmix')
-rw-r--r-- | audio/xmmix/files/patch-Imakefile | 4 | ||||
-rw-r--r-- | audio/xmmix/files/patch-XMmix.ad | 4 | ||||
-rw-r--r-- | audio/xmmix/files/patch-main.c | 10 | ||||
-rw-r--r-- | audio/xmmix/files/patch-mixer.c | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/audio/xmmix/files/patch-Imakefile b/audio/xmmix/files/patch-Imakefile index 79f540669263..e3e211630bb4 100644 --- a/audio/xmmix/files/patch-Imakefile +++ b/audio/xmmix/files/patch-Imakefile @@ -1,5 +1,5 @@ ---- ./Imakefile.orig 1996-07-14 13:48:56.000000000 -0400 -+++ ./Imakefile 2012-01-07 00:24:32.000000000 -0500 +--- Imakefile.orig 1996-07-14 17:48:56 UTC ++++ Imakefile @@ -43,7 +43,7 @@ * #include "Motif.tmpl" * #include "Motif.rules" diff --git a/audio/xmmix/files/patch-XMmix.ad b/audio/xmmix/files/patch-XMmix.ad index 91df07b95d9b..7c5019e21f79 100644 --- a/audio/xmmix/files/patch-XMmix.ad +++ b/audio/xmmix/files/patch-XMmix.ad @@ -1,5 +1,5 @@ ---- ./XMmix.ad.orig 1996-07-14 13:48:58.000000000 -0400 -+++ ./XMmix.ad 2012-01-07 00:24:32.000000000 -0500 +--- XMmix.ad.orig 1996-07-14 17:48:58 UTC ++++ XMmix.ad @@ -26,7 +26,7 @@ !* diff --git a/audio/xmmix/files/patch-main.c b/audio/xmmix/files/patch-main.c index fc68a0e4b8ec..d523765c55ef 100644 --- a/audio/xmmix/files/patch-main.c +++ b/audio/xmmix/files/patch-main.c @@ -1,6 +1,6 @@ ---- ./main.c.orig 1996-11-07 11:01:43.000000000 -0500 -+++ ./main.c 2012-01-07 00:26:29.000000000 -0500 -@@ -33,7 +33,7 @@ +--- main.c.orig 1996-11-07 16:01:43 UTC ++++ main.c +@@ -33,7 +33,7 @@ static char *_main_c_ident_ = "@(#)main. bool_t exit_flag; /* Flag indicating end of application */ appdata_t app_data; /* Options data */ widgets_t widgets; /* Holder of all widgets */ @@ -9,7 +9,7 @@ /*********************** -@@ -95,7 +95,7 @@ +@@ -95,7 +95,7 @@ usage(int argc, char **argv) * main * The main function */ @@ -18,7 +18,7 @@ main(int argc, char **argv) { XtAppContext app; -@@ -103,6 +103,7 @@ +@@ -103,6 +103,7 @@ main(int argc, char **argv) /* Initialize variables */ exit_flag = FALSE; diff --git a/audio/xmmix/files/patch-mixer.c b/audio/xmmix/files/patch-mixer.c index b25b96f1038f..051f9f9b0762 100644 --- a/audio/xmmix/files/patch-mixer.c +++ b/audio/xmmix/files/patch-mixer.c @@ -1,6 +1,6 @@ ---- ./mixer.c.orig 1996-11-07 11:00:26.000000000 -0500 -+++ ./mixer.c 2012-01-07 00:24:32.000000000 -0500 -@@ -124,7 +124,7 @@ +--- mixer.c.orig 1996-11-07 16:00:26 UTC ++++ mixer.c +@@ -124,7 +124,7 @@ STATIC ctlinfo_t ctlsav; /* Saved state * Nothing */ STATIC void |