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/zynaddsubfx | |
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/zynaddsubfx')
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_CMakeLists.txt (renamed from audio/zynaddsubfx/files/patch-src__CMakeLists.txt) | 8 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Misc_Config.cpp (renamed from audio/zynaddsubfx/files/patch-src__Misc__Config.cpp) | 6 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Misc_Master.h (renamed from audio/zynaddsubfx/files/patch-src__Misc__Master.h) | 4 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Misc_Part.h (renamed from audio/zynaddsubfx/files/patch-src__Misc__Part.h) | 4 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h (renamed from audio/zynaddsubfx/files/patch-src__Nio__SafeQueue.h) | 4 | ||||
-rw-r--r-- | audio/zynaddsubfx/files/patch-src_UI_CMakeLists.txt (renamed from audio/zynaddsubfx/files/patch-src__UI__CMakeLists.txt) | 6 |
6 files changed, 16 insertions, 16 deletions
diff --git a/audio/zynaddsubfx/files/patch-src__CMakeLists.txt b/audio/zynaddsubfx/files/patch-src_CMakeLists.txt index 056d11c4be53..edfe1fba4f13 100644 --- a/audio/zynaddsubfx/files/patch-src__CMakeLists.txt +++ b/audio/zynaddsubfx/files/patch-src_CMakeLists.txt @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2014-10-16 15:33:19.000000000 +0200 -+++ src/CMakeLists.txt 2014-10-16 15:33:53.000000000 +0200 -@@ -127,6 +127,13 @@ +--- src/CMakeLists.txt.orig 2012-06-16 04:22:35 UTC ++++ src/CMakeLists.txt +@@ -127,6 +127,13 @@ set (BuildOptionsDebug # From here on, the setting variables have been prepared so concentrate # on the actual compiling. @@ -14,7 +14,7 @@ if(AlsaEnable) list(APPEND AUDIO_LIBRARIES ${ASOUND_LIBRARY}) list(APPEND AUDIO_LIBRARY_DIRS ${ASOUND_LIBRARY_DIRS}) -@@ -143,13 +150,6 @@ +@@ -143,13 +150,6 @@ if(OssEnable) add_definitions(-DOSS=1) endif(OssEnable) diff --git a/audio/zynaddsubfx/files/patch-src__Misc__Config.cpp b/audio/zynaddsubfx/files/patch-src_Misc_Config.cpp index ce2eed88b2f7..040bc788f518 100644 --- a/audio/zynaddsubfx/files/patch-src__Misc__Config.cpp +++ b/audio/zynaddsubfx/files/patch-src_Misc_Config.cpp @@ -1,6 +1,6 @@ ---- src/Misc/Config.cpp.orig +--- src/Misc/Config.cpp.orig 2011-12-19 21:14:30 UTC +++ src/Misc/Config.cpp -@@ -84,10 +84,9 @@ +@@ -84,10 +84,9 @@ void Config::init() //banks cfg.bankRootDirList[0] = "~/banks"; cfg.bankRootDirList[1] = "./"; @@ -14,7 +14,7 @@ } if(cfg.presetsDirList[0].empty()) { -@@ -95,8 +94,7 @@ +@@ -95,8 +94,7 @@ void Config::init() cfg.presetsDirList[0] = "./"; cfg.presetsDirList[1] = "../presets"; cfg.presetsDirList[2] = "presets"; diff --git a/audio/zynaddsubfx/files/patch-src__Misc__Master.h b/audio/zynaddsubfx/files/patch-src_Misc_Master.h index 67ebe230c6f9..7c36db89677a 100644 --- a/audio/zynaddsubfx/files/patch-src__Misc__Master.h +++ b/audio/zynaddsubfx/files/patch-src_Misc_Master.h @@ -1,5 +1,5 @@ ---- src/Misc/Master.h~ 2013-10-22 18:41:37.000000000 +0300 -+++ src/Misc/Master.h 2013-10-22 18:41:53.000000000 +0300 +--- src/Misc/Master.h.orig 2012-06-16 04:02:12 UTC ++++ src/Misc/Master.h @@ -33,6 +33,8 @@ #include "../Params/Controller.h" diff --git a/audio/zynaddsubfx/files/patch-src__Misc__Part.h b/audio/zynaddsubfx/files/patch-src_Misc_Part.h index 4fc764126d2a..2541cc763ab5 100644 --- a/audio/zynaddsubfx/files/patch-src__Misc__Part.h +++ b/audio/zynaddsubfx/files/patch-src_Misc_Part.h @@ -1,5 +1,5 @@ ---- src/Misc/Part.h~ 2013-10-22 18:39:58.000000000 +0300 -+++ src/Misc/Part.h 2013-10-22 18:40:09.000000000 +0300 +--- src/Misc/Part.h.orig 2012-06-14 14:35:03 UTC ++++ src/Misc/Part.h @@ -30,6 +30,7 @@ #include "../Misc/Microtonal.h" diff --git a/audio/zynaddsubfx/files/patch-src__Nio__SafeQueue.h b/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h index f57ee6e94268..3199ecd63958 100644 --- a/audio/zynaddsubfx/files/patch-src__Nio__SafeQueue.h +++ b/audio/zynaddsubfx/files/patch-src_Nio_SafeQueue.h @@ -1,5 +1,5 @@ ---- src/Nio/SafeQueue.h~ 2013-10-22 18:37:27.000000000 +0300 -+++ src/Nio/SafeQueue.h 2013-10-22 18:37:34.000000000 +0300 +--- src/Nio/SafeQueue.h.orig 2011-12-19 21:14:30 UTC ++++ src/Nio/SafeQueue.h @@ -2,6 +2,7 @@ #ifndef SAFEQUEUE_H #define SAFEQUEUE_H diff --git a/audio/zynaddsubfx/files/patch-src__UI__CMakeLists.txt b/audio/zynaddsubfx/files/patch-src_UI_CMakeLists.txt index 274cda37ee22..9bf450a1634c 100644 --- a/audio/zynaddsubfx/files/patch-src__UI__CMakeLists.txt +++ b/audio/zynaddsubfx/files/patch-src_UI_CMakeLists.txt @@ -7,9 +7,9 @@ library of a static library like libzynaddsubfx_gui.a. Removing FLTK_LIBRARIES does not cause any problems either, as GUI_LIBRARIES in src/CMakeLists.txt sets all the required GUI-related libraries that need to be linked against the zynaddsubfx binary. ---- src/UI/CMakeLists.txt~ 2013-10-22 18:26:35.000000000 +0300 -+++ src/UI/CMakeLists.txt 2013-10-22 18:26:39.000000000 +0300 -@@ -32,5 +32,3 @@ +--- src/UI/CMakeLists.txt.orig 2012-06-10 22:20:18 UTC ++++ src/UI/CMakeLists.txt +@@ -32,5 +32,3 @@ add_library(zynaddsubfx_gui STATIC NioUI.cpp WidgetPDial.cpp ) |