Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.

This commit is contained in:
Christian Weisgerber 2003-11-13 02:37:57 +00:00
parent a22fb8e6bc
commit a4fa436ea8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93852
4 changed files with 3 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= galculator
PORTVERSION= 1.1.3
PORTVERSION= 1.1.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (galculator-1.1.3.tar.bz2) = 4fded689a79b21015bf8d762916c0330
MD5 (galculator-1.1.4.tar.bz2) = 3f0d80474ef6c585958e5ece5f6d5aa7

View File

@ -1,20 +0,0 @@
$FreeBSD$
--- configure.orig Mon Jun 23 21:57:17 2003
+++ configure Thu Jun 26 00:23:52 2003
@@ -4003,6 +4003,8 @@ done
fi
if test "$gt_cv_have_gettext" = "yes"; then
+save_LIBS=$LIBS
+LIBS="$INTLLIBS $LIBS"
cat >>confdefs.h <<\_ACEOF
#define HAVE_GETTEXT 1
@@ -4334,6 +4336,7 @@ rm -f conftest.$ac_objext conftest$ac_ex
gt_cv_have_gettext=no
fi
fi
+LIBS=$save_LIBS
fi

View File

@ -6,6 +6,7 @@ share/galculator/glade/basic_buttons.glade
share/galculator/glade/color.glade
share/galculator/glade/dispctrl_bottom.glade
share/galculator/glade/dispctrl_right.glade
share/galculator/glade/dispctrl_right_vertical.glade
share/galculator/glade/font.glade
share/galculator/glade/main_frame.glade
share/galculator/glade/prefs.glade