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/festalon | |
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/festalon')
-rw-r--r-- | audio/festalon/files/patch-src_cputest.c (renamed from audio/festalon/files/patch-src__cputest.c) | 8 | ||||
-rw-r--r-- | audio/festalon/files/patch-src_filter.h (renamed from audio/festalon/files/patch-src__filter.h) | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/festalon/files/patch-src__cputest.c b/audio/festalon/files/patch-src_cputest.c index 313a06a7d842..c124c1c9eae9 100644 --- a/audio/festalon/files/patch-src__cputest.c +++ b/audio/festalon/files/patch-src_cputest.c @@ -1,6 +1,6 @@ ---- ./src/cputest.c.orig 2005-02-28 01:26:01.000000000 +0100 -+++ ./src/cputest.c 2010-09-28 11:21:52.000000000 +0200 -@@ -31,18 +31,33 @@ +--- src/cputest.c.orig 2005-02-28 00:26:01 UTC ++++ src/cputest.c +@@ -31,18 +31,33 @@ static int mm_support(void) { #ifdef ARCH_X86 int rval; @@ -36,7 +36,7 @@ "movl %0, %1\n\t" /* ... Toggle the ID bit in one copy and store */ -@@ -53,9 +68,6 @@ +@@ -53,9 +68,6 @@ static int mm_support(void) /* ... Get the (hopefully modified) EFLAGS */ "pushf\n\t" diff --git a/audio/festalon/files/patch-src__filter.h b/audio/festalon/files/patch-src_filter.h index d8796d68c072..4087949be93c 100644 --- a/audio/festalon/files/patch-src__filter.h +++ b/audio/festalon/files/patch-src_filter.h @@ -1,6 +1,6 @@ ---- ./src/filter.h.orig 2010-09-28 11:22:11.000000000 +0200 -+++ ./src/filter.h 2010-09-28 11:22:33.000000000 +0200 -@@ -20,6 +20,8 @@ +--- src/filter.h.orig 2005-02-27 23:39:24 UTC ++++ src/filter.h +@@ -20,6 +20,8 @@ typedef struct { #ifdef ARCH_X86 int16 coeffs_i16[NCOEFFS] __attribute__ ((aligned (8))); |