From 6634844309a285194f171afc728f039dc032a4f6 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 20 Apr 2005 15:48:27 +0000 Subject: update to 5.5.42 changes: -pre-C99 fix - saves a patch -new translations --- math/gcalctool/Makefile | 4 ++-- math/gcalctool/PLIST | 5 ++++- math/gcalctool/distinfo | 9 ++++----- math/gcalctool/patches/patch-aa | 24 ------------------------ 4 files changed, 10 insertions(+), 32 deletions(-) delete mode 100644 math/gcalctool/patches/patch-aa (limited to 'math') diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 7257a9215d1..cd13f7af487 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:29 tv Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/20 15:48:27 drochner Exp $ # -DISTNAME= gcalctool-5.5.41 +DISTNAME= gcalctool-5.5.42 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.5/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/gcalctool/PLIST b/math/gcalctool/PLIST index e3adb898fd9..562ca538f9a 100644 --- a/math/gcalctool/PLIST +++ b/math/gcalctool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2005/03/22 16:30:14 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.11 2005/04/20 15:48:27 drochner Exp $ bin/gcalctool bin/gnome-calculator man/man1/gcalctool.1 @@ -117,6 +117,7 @@ ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gcalctool.mo +${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gcalctool.mo @@ -126,8 +127,10 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/gcalctool.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gcalctool.mo +${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gcalctool.mo share/omf/gcalctool/gcalctool-C.omf diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 0c98dccb76a..d2ea77c987a 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.17 2005/04/12 00:51:22 rillig Exp $ +$NetBSD: distinfo,v 1.18 2005/04/20 15:48:27 drochner Exp $ -SHA1 (gcalctool-5.5.41.tar.bz2) = 15e241aad6cbedf7c2d972bb633b21eabc05f5b8 -RMD160 (gcalctool-5.5.41.tar.bz2) = ccc1f2e7de6e5edb451ac3fa0e323af9a62170ac -Size (gcalctool-5.5.41.tar.bz2) = 1043027 bytes -SHA1 (patch-aa) = ae3c2d5bfa1188987330825ef5123ae621aaf938 +SHA1 (gcalctool-5.5.42.tar.bz2) = d5b71286c6516a1a3d8b21ae22431f601832e2da +RMD160 (gcalctool-5.5.42.tar.bz2) = 6d9235ef9cec9e32bb5929d6567b009f4eca09ee +Size (gcalctool-5.5.42.tar.bz2) = 1072489 bytes diff --git a/math/gcalctool/patches/patch-aa b/math/gcalctool/patches/patch-aa deleted file mode 100644 index 3ce8e405bc6..00000000000 --- a/math/gcalctool/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2005/04/12 00:51:22 rillig Exp $ - -Needed for gcc-2.95. - ---- gcalctool/functions.c.orig Fri Feb 18 17:20:50 2005 -+++ gcalctool/functions.c Mon Apr 11 00:52:32 2005 -@@ -311,8 +311,6 @@ str_replace(char **str, char *from, char - void - trig_filter(char **func) - { -- assert(func); -- - enum mode { - normal = 0, - inv = 1, -@@ -322,6 +320,8 @@ trig_filter(char **func) - - int inverse; - int hyperbolic; -+ -+ assert(func); - - inverse = (v->inverse) ? inv : 0; - hyperbolic = (v->hyperbolic) ? hyp : 0; -- cgit v1.2.3