diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-23 19:40:23 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-23 19:40:23 +0800 |
commit | 1880e49e0145423d4a3a3b126f55eeec403f6568 (patch) | |
tree | 803f97cdb601a2dec2e7cba73c11fe19f50f8bd2 /devel/anjuta/files | |
parent | 315175221f1c1bdf2df17d84580520a34982182e (diff) | |
download | marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.tar marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.tar.gz marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.tar.bz2 marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.tar.lz marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.tar.xz marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.tar.zst marcuscom-ports-1880e49e0145423d4a3a3b126f55eeec403f6568.zip |
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
Diffstat (limited to 'devel/anjuta/files')
-rw-r--r-- | devel/anjuta/files/patch-plugins_project-manager_dialogs.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 + *---------------------------------------------------------------------------*/ + |