From 1880e49e0145423d4a3a3b126f55eeec403f6568 Mon Sep 17 00:00:00 2001 From: gusi Date: Sat, 23 Nov 2013 11:40:23 +0000 Subject: Update devel/anjuta to 3.6.2: - Do not set versions for automake and autoconf, let the port system choose the right ones - Use shebang to fix some pl and js files [1] - Use desktofiles [2] - Use sed to include limits.h instead of values.h - Remove the usage of inline functions (with GNUC_INLINE) at plugins/symbol-db/symbol-db-engine-core.c, that break with clang at the link stage - Remove the profiling option (-fprofile-arc) or libprofile_rt.so would be needed. We don't ship that with our clang in the base - Add a patch so the definition of pm_project_resize_properties_dialog appears before its first usage - Ensure the libs installed are stripped - While here, ensure stage support and check the lib depends follow the new style - Some other minor fixes and cosmetic changes Reviewed by: kwm [1], [2] Reported by: poudriere git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18914 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/anjuta/files/patch-plugins_project-manager_dialogs.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/anjuta/files/patch-plugins_project-manager_dialogs.c (limited to 'devel/anjuta/files') diff --git a/devel/anjuta/files/patch-plugins_project-manager_dialogs.c b/devel/anjuta/files/patch-plugins_project-manager_dialogs.c new file mode 100644 index 000000000..fe3ef88e6 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_project-manager_dialogs.c @@ -0,0 +1,12 @@ +--- plugins/project-manager/dialogs.c.orig 2013-11-23 11:05:34.823263596 +0000 ++++ plugins/project-manager/dialogs.c 2013-11-23 11:05:53.553262862 +0000 +@@ -97,6 +97,9 @@ + N_COLUMNS + }; + ++void pm_project_resize_properties_dialog (PropertiesTable *table); ++ ++ + /* Helper functions + *---------------------------------------------------------------------------*/ + -- cgit v1.2.3