diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
commit | 92a23247b1467190ce10007190052c33423ff547 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/wmsmixer | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.gz freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.zst freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.zip |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/files/patch-Imakefile | 21 | ||||
-rw-r--r-- | audio/wmsmixer/files/patch-mixctl.h | 4 | ||||
-rw-r--r-- | audio/wmsmixer/files/patch-wmsmixer.cc | 6 |
3 files changed, 13 insertions, 18 deletions
diff --git a/audio/wmsmixer/files/patch-Imakefile b/audio/wmsmixer/files/patch-Imakefile index 25b97fbf9b44..5f9b582ac665 100644 --- a/audio/wmsmixer/files/patch-Imakefile +++ b/audio/wmsmixer/files/patch-Imakefile @@ -1,13 +1,8 @@ -*** Imakefile.orig Mon Apr 2 03:17:43 2001 ---- Imakefile Mon Apr 2 03:17:51 2001 -*************** -*** 10,13 **** - SRCS = wmsmixer.cc - OBJS = wmsmixer.o - -! ComplexProgramTarget(wmsmixer) ---- 10,13 ---- - SRCS = wmsmixer.cc - OBJS = wmsmixer.o - -! ComplexProgramTargetNoMan(wmsmixer) +--- Imakefile.orig 2003-04-12 22:08:16 UTC ++++ Imakefile +@@ -12,4 +12,4 @@ LD = c++ -m32 -nostdlib + SRCS = wmsmixer.cc + OBJS = wmsmixer.o + +-ComplexProgramTarget(wmsmixer) ++ComplexProgramTargetNoMan(wmsmixer) diff --git a/audio/wmsmixer/files/patch-mixctl.h b/audio/wmsmixer/files/patch-mixctl.h index bab9c9cac82c..9a27cf4c6dce 100644 --- a/audio/wmsmixer/files/patch-mixctl.h +++ b/audio/wmsmixer/files/patch-mixctl.h @@ -1,5 +1,5 @@ ---- mixctl.h.orig Tue Mar 6 07:39:43 2001 -+++ mixctl.h Thu Apr 25 21:19:40 2002 +--- mixctl.h.orig 2001-03-02 10:32:05 UTC ++++ mixctl.h @@ -19,7 +19,7 @@ #include <soundcard.h> #endif diff --git a/audio/wmsmixer/files/patch-wmsmixer.cc b/audio/wmsmixer/files/patch-wmsmixer.cc index 56125c68a1a6..dc388a529c67 100644 --- a/audio/wmsmixer/files/patch-wmsmixer.cc +++ b/audio/wmsmixer/files/patch-wmsmixer.cc @@ -1,6 +1,6 @@ ---- wmsmixer.cc.orig Tue Mar 6 07:39:43 2001 -+++ wmsmixer.cc Sat Nov 16 14:22:26 2002 -@@ -547,7 +547,7 @@ +--- wmsmixer.cc.orig 2003-04-12 22:08:58 UTC ++++ wmsmixer.cc +@@ -547,7 +547,7 @@ void readFile() } } |