Bugfix update to anjuta-2.32.1.0.

This commit is contained in:
ajacoutot 2010-11-12 15:05:17 +00:00
parent 924136e725
commit 1cda55e583
5 changed files with 22 additions and 24 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2010/10/24 15:53:55 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2010/11/12 15:05:17 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= versatile IDE for C and C++
GNOME_PROJECT= anjuta
GNOME_VERSION= 2.32.0.0
REVISION= 0
GNOME_VERSION= 2.32.1.0
SHARED_LIBS += anjuta-foocanvas 0.0 # 0.0
SHARED_LIBS += anjuta 0.0 # 0.0
@ -39,13 +38,13 @@ WANTLIB += jpeg krb5 m ncurses neon pango-1.0 pangocairo-1.0 gdl-1
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += sasl2 soup-2.4 sqlite3 ssl startup-notification-1 stdc++ vte
WANTLIB += tasn1 unique-1.0 util webkit-1.0 wnck-1 xcb xcb-atom
WANTLIB += xcb-aux xcb-event xcb-render xcb-render-util xml2 xslt z
WANTLIB += gstapp-0.10 gladeui-1 gtksourceview-2.0 eggdbus-1
WANTLIB += xcb-aux xcb-event xcb-render xml2 xslt z
WANTLIB += gstapp-0.10 gladeui-1 gtksourceview-2.0
WANTLIB += svn_client-1 svn_delta-1 svn_diff-1 svn_fs-1 svn_fs_base-1
WANTLIB += svn_fs_fs-1 svn_ra-1 svn_ra_local-1 svn_ra_svn-1 svn_repos-1
WANTLIB += svn_subr-1 svn_wc-1 svn_fs_util-1 svn_ra_neon-1 cdt
WANTLIB += vala-0.10 gda-4.0 ltdl gnome-keyring gvc graph pathplan
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += ${MODPY_WANTLIB} GL Xxf86vm drm icudata icuuc xcb-shm
BUILD_DEPENDS= :autogen->=5.6.5:devel/autogen \
::devel/p5-Locale-gettext

View File

@ -1,5 +1,5 @@
MD5 (gnome/anjuta-2.32.0.0.tar.bz2) = kS21dH5QkY/6jXEq/YDH8Q==
RMD160 (gnome/anjuta-2.32.0.0.tar.bz2) = MbOQMGa3WQATrGzhTElAdW7DhX4=
SHA1 (gnome/anjuta-2.32.0.0.tar.bz2) = qFUXkFDsh72RVmjMef6ZbxeIygo=
SHA256 (gnome/anjuta-2.32.0.0.tar.bz2) = DZjGA4snfq6lhgzOZxwoKeNbv/2KDbORNEOMj/2rQwM=
SIZE (gnome/anjuta-2.32.0.0.tar.bz2) = 10094910
MD5 (gnome/anjuta-2.32.1.0.tar.bz2) = NH4QQEFy1/hGs/K8kvxnYA==
RMD160 (gnome/anjuta-2.32.1.0.tar.bz2) = Dy4PnA6EUDUMb+7HIT5fTaO8Dhc=
SHA1 (gnome/anjuta-2.32.1.0.tar.bz2) = i42/QS0KUAsJYeZSJ3m1pc+e270=
SHA256 (gnome/anjuta-2.32.1.0.tar.bz2) = 5pwi44Yj/yqCjEIU9khhadGkLltLIh8mxYEJS8BZ1jg=
SIZE (gnome/anjuta-2.32.1.0.tar.bz2) = 10197971

View File

@ -1,25 +1,25 @@
$OpenBSD: patch-configure,v 1.1 2010/09/30 07:37:46 jasper Exp $
$OpenBSD: patch-configure,v 1.2 2010/11/12 15:05:17 ajacoutot Exp $
Be sure to pickup the right Python.
--- configure.orig Mon Sep 27 20:01:54 2010
+++ configure Wed Sep 29 09:44:33 2010
@@ -3015,14 +3015,6 @@ echo timestamp > conftest.file
--- configure.orig Fri Nov 12 14:54:47 2010
+++ configure Fri Nov 12 15:16:18 2010
@@ -2878,14 +2878,6 @@ echo timestamp > conftest.file
# name. Accept space and tab only in the latter.
am_lf='
'
-case `pwd` in
- *[\\\"\#\$\&\'\`$am_lf]*)
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
- as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
-esac
-case $srcdir in
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
-esac
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
@@ -16304,7 +16296,7 @@ fi
@@ -16063,7 +16055,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-plugins_Makefile_in,v 1.5 2010/09/30 07:37:46 jasper Exp $
$OpenBSD: patch-plugins_Makefile_in,v 1.6 2010/11/12 15:05:17 ajacoutot Exp $
Disable the symbol-db plugin, OpenBSD lacks shm_open().
--- plugins/Makefile.in.orig Mon Sep 27 20:01:56 2010
+++ plugins/Makefile.in Tue Sep 28 23:00:16 2010
@@ -350,7 +350,6 @@ SUBDIRS = . \
--- plugins/Makefile.in.orig Fri Nov 12 14:54:50 2010
+++ plugins/Makefile.in Fri Nov 12 15:15:33 2010
@@ -341,7 +341,6 @@ SUBDIRS = . \
glade \
devhelp \
language-manager \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2010/09/30 07:37:46 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2010/11/12 15:05:17 ajacoutot Exp $
@conflict gnome-build-*
@pkgpath x11/gnome/build
@bin bin/anjuta
@ -173,7 +173,6 @@ lib/anjuta/libanjuta-language-vala.la
lib/anjuta/libanjuta-language-vala.so
@comment lib/anjuta/libanjuta-loader.la
lib/anjuta/libanjuta-loader.so
@comment lib/anjuta/libanjuta-macro.la
@comment lib/anjuta/libanjuta-message-view.la
lib/anjuta/libanjuta-message-view.so
@comment lib/anjuta/libanjuta-patch.la