Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108611946
D10829.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D10829.diff
View Options
Index: head/audio/rosegarden/Makefile
===================================================================
--- head/audio/rosegarden/Makefile
+++ head/audio/rosegarden/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rosegarden
-PORTVERSION= 16.06
-PORTREVISION= 1
+PORTVERSION= 17.04
CATEGORIES= audio
MASTER_SITES= SF
Index: head/audio/rosegarden/distinfo
===================================================================
--- head/audio/rosegarden/distinfo
+++ head/audio/rosegarden/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477047066
-SHA256 (rosegarden-16.06.tar.bz2) = 1044334f2c1a2ac7560d80910e0721c8913bd924f8185a393f630c89020340db
-SIZE (rosegarden-16.06.tar.bz2) = 6362923
+TIMESTAMP = 1495262222
+SHA256 (rosegarden-17.04.tar.bz2) = 988a6141c5b0a8e85c029f650de78bf57100c4d778c22d0194b0692584640ece
+SIZE (rosegarden-17.04.tar.bz2) = 6454603
Index: head/audio/rosegarden/files/patch-src_gui_application_main.cpp
===================================================================
--- head/audio/rosegarden/files/patch-src_gui_application_main.cpp
+++ head/audio/rosegarden/files/patch-src_gui_application_main.cpp
@@ -1,30 +0,0 @@
---- src/gui/application/main.cpp.orig 2016-02-29 12:18:01 UTC
-+++ src/gui/application/main.cpp
-@@ -359,6 +359,11 @@ void usage()
- exit(2);
- }
-
-+#ifdef __GNUG__
-+#pragma GCC push
-+#pragma GCC diagnostic ignored "-Wunused-variable"
-+#endif
-+
- int main(int argc, char *argv[])
- {
-
-@@ -405,7 +410,6 @@ int main(int argc, char *argv[])
- // (this has to be outside the ifdef block below)
- QSettings preAppSettings("rosegardenmusic", "Rosegarden");
- preAppSettings.beginGroup(GeneralOptionsConfigGroup);
--#pragma GCC diagnostic ignored "-Wunused-variable"
- unsigned int graphicsSystem = preAppSettings.value("graphics_system", Native).toUInt();
- preAppSettings.endGroup();
-
-@@ -868,4 +872,7 @@ int main(int argc, char *argv[])
-
- return returnCode;
- }
-+#ifdef __GNUG__
-+#pragma GCC pop
-+#endif
-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 9:21 PM (8 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16213340
Default Alt Text
D10829.diff (1 KB)
Attached To
Mode
D10829: Update audio/rosegarden to 17.04
Attached
Detach File
Event Timeline
Log In to Comment