- Update to 0.6.3
PR: ports/69635 Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
This commit is contained in:
parent
6740408e45
commit
eeb1f47e0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114934
5 changed files with 36 additions and 55 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= mlview
|
PORTNAME= mlview
|
||||||
PORTVERSION= 0.6.2
|
PORTVERSION= 0.6.3
|
||||||
CATEGORIES= editors gnome
|
CATEGORIES= editors gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
||||||
|
@ -20,7 +20,7 @@ USE_X_PREFIX= yes
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 253
|
||||||
USE_GNOME= gnomeprefix gnomehack eel2
|
USE_GNOME= gnomeprefix gnomehack eel2
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_INC_LIBTOOL_VER=13
|
USE_LIBTOOL_VER=15
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (gnome2/mlview-0.6.2.tar.bz2) = 0cbdd1b55f8ad7aa1769ddac38ffea9d
|
MD5 (gnome2/mlview-0.6.3.tar.bz2) = 6975d10f92deddfee4b02153aafc6bcd
|
||||||
SIZE (gnome2/mlview-0.6.2.tar.bz2) = 451900
|
SIZE (gnome2/mlview-0.6.3.tar.bz2) = 483344
|
||||||
|
|
|
@ -1,41 +0,0 @@
|
||||||
--- ltmain.sh.orig Fri Nov 21 21:36:55 2003
|
|
||||||
+++ ltmain.sh Sat Dec 6 20:58:32 2003
|
|
||||||
@@ -1086,7 +1086,7 @@
|
|
||||||
esac
|
|
||||||
elif test "X$arg" = "X-lc_r"; then
|
|
||||||
case $host in
|
|
||||||
- *-*-openbsd* | *-*-freebsd*)
|
|
||||||
+ *-*-openbsd* | *-*-freebsd4*)
|
|
||||||
# Do not include libc_r directly, use -pthread flag.
|
|
||||||
continue
|
|
||||||
;;
|
|
||||||
@@ -1096,8 +1096,16 @@
|
|
||||||
continue
|
|
||||||
;;
|
|
||||||
|
|
||||||
+ -pthread)
|
|
||||||
+ compile_command="$compile_command -pthread"
|
|
||||||
+ finalize_command="$finalize_command -pthread"
|
|
||||||
+ compiler_flags="$compiler_flags -pthread"
|
|
||||||
+ continue
|
|
||||||
+ ;;
|
|
||||||
+
|
|
||||||
-module)
|
|
||||||
module=yes
|
|
||||||
+ build_old_libs=no
|
|
||||||
continue
|
|
||||||
;;
|
|
||||||
|
|
||||||
@@ -4351,10 +4359,12 @@
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install the pseudo-library for information purposes.
|
|
||||||
+ if /usr/bin/false ; then
|
|
||||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
|
||||||
instname="$dir/$name"i
|
|
||||||
$show "$install_prog $instname $destdir/$name"
|
|
||||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
|
||||||
+ fi
|
|
||||||
|
|
||||||
# Maybe install the static library, too.
|
|
||||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
|
15
editors/mlview/files/patch-src-mlview-tree-view.c
Normal file
15
editors/mlview/files/patch-src-mlview-tree-view.c
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
--- src/mlview-tree-view.c.orig Sat May 1 23:36:40 2004
|
||||||
|
+++ src/mlview-tree-view.c Wed Jul 28 15:25:16 2004
|
||||||
|
@@ -746,11 +746,11 @@
|
||||||
|
mlview_tree_view_build_contextual_menu (MlViewTreeView *a_this)
|
||||||
|
{
|
||||||
|
struct TreeEditorContextualMenuHandle *menu_handle = NULL ;
|
||||||
|
+ GtkWidget *menu = NULL, *menuitem = NULL, *submenu = NULL;
|
||||||
|
|
||||||
|
g_return_val_if_fail (a_this
|
||||||
|
&& MLVIEW_IS_TREE_VIEW (a_this),
|
||||||
|
MLVIEW_BAD_PARAM_ERROR) ;
|
||||||
|
- GtkWidget *menu = NULL, *menuitem = NULL, *submenu = NULL;
|
||||||
|
|
||||||
|
menu_handle = g_try_malloc
|
||||||
|
(sizeof (struct TreeEditorContextualMenuHandle)) ;
|
|
@ -4,31 +4,38 @@ etc/gconf/schemas/mlview.schemas
|
||||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true
|
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true
|
||||||
lib/libmlview.a
|
lib/libmlview.a
|
||||||
lib/libmlview.so
|
lib/libmlview.so
|
||||||
lib/libmlview.so.4
|
lib/libmlview.so.5
|
||||||
share/gnome/applications/mlview.desktop
|
share/gnome/applications/mlview.desktop
|
||||||
|
share/gnome/mlview/mlview-css-picker.glade
|
||||||
share/gnome/mlview/mlview-dtd-choice.glade
|
share/gnome/mlview/mlview-dtd-choice.glade
|
||||||
share/gnome/mlview/mlview-dtd-choice-dtd-not-resolved.glade
|
share/gnome/mlview/mlview-dtd-choice-dtd-not-resolved.glade
|
||||||
|
share/gnome/mlview/mlview-main-app-win.glade
|
||||||
share/gnome/mlview/mlview-preferences.glade
|
share/gnome/mlview/mlview-preferences.glade
|
||||||
share/gnome/mlview/tree-view-find-dialog.glade
|
share/gnome/mlview/tree-view-find-dialog.glade
|
||||||
share/gnome/pixmaps/mlview-app-icon.png
|
share/gnome/mlview/mlview-app-icon.png
|
||||||
share/gnome/pixmaps/mlview-app-icon.xpm
|
share/gnome/mlview/mlview-app-icon.xpm
|
||||||
share/gnome/pixmaps/xml-comment-node.png
|
share/gnome/mlview/xml-comment-node.png
|
||||||
share/gnome/pixmaps/xml-element-node.png
|
share/gnome/mlview/xml-element-node.png
|
||||||
share/gnome/pixmaps/xml-element-node-open.png
|
share/gnome/mlview/xml-element-node-open.png
|
||||||
share/gnome/pixmaps/xml-pi-node.png
|
share/gnome/mlview/xml-entity-ref-node.png
|
||||||
share/gnome/pixmaps/xml-root.png
|
share/gnome/mlview/xml-pi-node.png
|
||||||
share/gnome/pixmaps/xml-root-open.png
|
share/gnome/mlview/xml-root.png
|
||||||
share/gnome/pixmaps/xml-text-node.png
|
share/gnome/mlview/xml-root-open.png
|
||||||
|
share/gnome/mlview/xml-text-node.png
|
||||||
share/locale/az/LC_MESSAGES/mlview.mo
|
share/locale/az/LC_MESSAGES/mlview.mo
|
||||||
share/locale/ca/LC_MESSAGES/mlview.mo
|
share/locale/ca/LC_MESSAGES/mlview.mo
|
||||||
share/locale/cs/LC_MESSAGES/mlview.mo
|
share/locale/cs/LC_MESSAGES/mlview.mo
|
||||||
share/locale/de/LC_MESSAGES/mlview.mo
|
share/locale/de/LC_MESSAGES/mlview.mo
|
||||||
|
share/locale/en_CA/LC_MESSAGES/mlview.mo
|
||||||
|
share/locale/en_GB/LC_MESSAGES/mlview.mo
|
||||||
share/locale/es/LC_MESSAGES/mlview.mo
|
share/locale/es/LC_MESSAGES/mlview.mo
|
||||||
share/locale/fr/LC_MESSAGES/mlview.mo
|
share/locale/fr/LC_MESSAGES/mlview.mo
|
||||||
|
share/locale/hr/LC_MESSAGES/mlview.mo
|
||||||
share/locale/ja/LC_MESSAGES/mlview.mo
|
share/locale/ja/LC_MESSAGES/mlview.mo
|
||||||
share/locale/ml/LC_MESSAGES/mlview.mo
|
share/locale/ml/LC_MESSAGES/mlview.mo
|
||||||
share/locale/ms/LC_MESSAGES/mlview.mo
|
share/locale/ms/LC_MESSAGES/mlview.mo
|
||||||
share/locale/nl/LC_MESSAGES/mlview.mo
|
share/locale/nl/LC_MESSAGES/mlview.mo
|
||||||
|
share/locale/no/LC_MESSAGES/mlview.mo
|
||||||
share/locale/pl/LC_MESSAGES/mlview.mo
|
share/locale/pl/LC_MESSAGES/mlview.mo
|
||||||
share/locale/pt/LC_MESSAGES/mlview.mo
|
share/locale/pt/LC_MESSAGES/mlview.mo
|
||||||
share/locale/pt_BR/LC_MESSAGES/mlview.mo
|
share/locale/pt_BR/LC_MESSAGES/mlview.mo
|
||||||
|
|
Loading…
Reference in a new issue