Index: head/deskutils/genius/files/patch-src_inter.c =================================================================== --- head/deskutils/genius/files/patch-src_inter.c (revision 367356) +++ head/deskutils/genius/files/patch-src_inter.c (nonexistent) @@ -1,9 +0,0 @@ ---- src/inter.c.orig 2009-04-19 23:44:43.000000000 +0000 -+++ src/inter.c -@@ -368,5 +368,5 @@ init_inter(void) - { - rl_readline_name = "Genius"; - rl_attempted_completion_function = -- (CPPFunction *)tab_completion; -+ (rl_completion_func_t *)tab_completion; - } Property changes on: head/deskutils/genius/files/patch-src_inter.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/genius/files/patch-src_genius-readline-helper.c =================================================================== --- head/deskutils/genius/files/patch-src_genius-readline-helper.c (revision 367356) +++ head/deskutils/genius/files/patch-src_genius-readline-helper.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/genius-readline-helper.c.orig 2009-10-19 01:06:52.000000000 +0000 -+++ src/genius-readline-helper.c -@@ -164,7 +164,7 @@ main(int argc, char *argv[]) - rl_terminal_name = "xterm"; - rl_readline_name = "Genius"; - rl_attempted_completion_function = -- (CPPFunction *)tab_completion; -+ (rl_completion_func_t *)tab_completion; - - while(fgets(buf,4096,infp)) { - int count; Property changes on: head/deskutils/genius/files/patch-src_genius-readline-helper.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/genius/Makefile =================================================================== --- head/deskutils/genius/Makefile (revision 367356) +++ head/deskutils/genius/Makefile (revision 367357) @@ -1,35 +1,38 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= genius -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ MAINTAINER= ports@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment LICENSE= GPLv3 BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ readline shared-mime-info tar:xz USE_GNOME= gnomedocutils gnomeprefix gtksourceview2 gnomevfs2 vte -USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-extra-gcc-optimization \ --disable-update-mimedb \ --disable-scrollkeeper INSTALL_TARGET= install-strip USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib + +post-patch: + @${FIND} ${WRKSRC}/gtkextra -name "*.c" | ${XARGS} \ + ${REINPLACE_CMD} -e 's|inline gint|gint|' .include Index: head/deskutils/genius/distinfo =================================================================== --- head/deskutils/genius/distinfo (revision 367356) +++ head/deskutils/genius/distinfo (revision 367357) @@ -1,2 +1,2 @@ -SHA256 (genius-1.0.17.tar.xz) = 2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f -SIZE (genius-1.0.17.tar.xz) = 2314316 +SHA256 (genius-1.0.18.tar.xz) = acd367b0602a78450569822f4da41cc0e53fefef587b84121bd12ea1486ecb75 +SIZE (genius-1.0.18.tar.xz) = 2434892 Index: head/deskutils/genius/pkg-plist =================================================================== --- head/deskutils/genius/pkg-plist (revision 367356) +++ head/deskutils/genius/pkg-plist (revision 367357) @@ -1,199 +1,221 @@ bin/genius bin/gnome-genius include/genius/compil.h include/genius/dict.h include/genius/eval.h include/genius/geloutput.h include/genius/genius-i18n.h include/genius/lexer.h include/genius/matop.h include/genius/matrix.h include/genius/matrixw.h include/genius/mpwrap.h include/genius/mpzextra.h include/genius/plug_api.h include/genius/structs.h include/genius/utype.h lib/genius/libtestplugin.a lib/genius/libtestplugin.so libexec/genius-readline-helper-fifo share/application-registry/genius.applications share/applications/gnome-genius.desktop %%DATADIR%%/gel/calculus/differentiation.gel %%DATADIR%%/gel/calculus/fourier.gel %%DATADIR%%/gel/calculus/integration.gel %%DATADIR%%/gel/calculus/limits.gel %%DATADIR%%/gel/calculus/loader.gel %%DATADIR%%/gel/calculus/sums_products.gel %%DATADIR%%/gel/combinatorics/factorial.gel %%DATADIR%%/gel/combinatorics/loader.gel %%DATADIR%%/gel/combinatorics/misc.gel %%DATADIR%%/gel/combinatorics/recursive_sequences.gel %%DATADIR%%/gel/commutative_algebra/loader.gel %%DATADIR%%/gel/commutative_algebra/macaulay.gel %%DATADIR%%/gel/equation_solving/diffeqs.gel %%DATADIR%%/gel/equation_solving/find_root.gel %%DATADIR%%/gel/equation_solving/formulas.gel %%DATADIR%%/gel/equation_solving/loader.gel +%%DATADIR%%/gel/equation_solving/newton.gel %%DATADIR%%/gel/functions/complex_numbers.gel %%DATADIR%%/gel/functions/delta.gel %%DATADIR%%/gel/functions/elementary.gel %%DATADIR%%/gel/functions/kernels.gel +%%DATADIR%%/gel/functions/lambert.gel %%DATADIR%%/gel/functions/loader.gel %%DATADIR%%/gel/functions/numerical.gel %%DATADIR%%/gel/functions/orthogonal_polynomials.gel %%DATADIR%%/gel/lib.cgel %%DATADIR%%/gel/linear_algebra/bilinear_forms.gel %%DATADIR%%/gel/linear_algebra/linear_algebra.gel %%DATADIR%%/gel/linear_algebra/loader.gel %%DATADIR%%/gel/linear_algebra/misc.gel %%DATADIR%%/gel/linear_algebra/special_matrices.gel %%DATADIR%%/gel/linear_algebra/subspaces.gel %%DATADIR%%/gel/loader.gel %%DATADIR%%/gel/misc/loader.gel %%DATADIR%%/gel/misc/misc.gel %%DATADIR%%/gel/number_theory/factoring.gel %%DATADIR%%/gel/number_theory/loader.gel %%DATADIR%%/gel/number_theory/misc.gel %%DATADIR%%/gel/number_theory/modulus.gel %%DATADIR%%/gel/number_theory/primes.gel %%DATADIR%%/gel/number_theory/quadratic.gel %%DATADIR%%/gel/sets/basic.gel %%DATADIR%%/gel/sets/loader.gel %%DATADIR%%/gel/statistics/basic.gel %%DATADIR%%/gel/statistics/loader.gel %%DATADIR%%/gel/symbolic/differentiation.gel %%DATADIR%%/gel/symbolic/loader.gel %%DATADIR%%/genius-graph.png %%DATADIR%%/genius.txt %%DATADIR%%/gtksourceview/genius.lang %%DATADIR%%/plugins/test.plugin share/gnome/help/genius/C/figures/genius_window.png share/gnome/help/genius/C/figures/line_plot.png share/gnome/help/genius/C/figures/line_plot_graph.png share/gnome/help/genius/C/figures/parametric.png share/gnome/help/genius/C/figures/parametric_graph.png share/gnome/help/genius/C/figures/surface_graph.png share/gnome/help/genius/C/genius.xml share/gnome/help/genius/C/legal.xml share/gnome/help/genius/cs/figures/genius_window.png share/gnome/help/genius/cs/figures/line_plot.png share/gnome/help/genius/cs/figures/line_plot_graph.png share/gnome/help/genius/cs/figures/parametric.png share/gnome/help/genius/cs/figures/parametric_graph.png share/gnome/help/genius/cs/figures/surface_graph.png share/gnome/help/genius/cs/genius.xml share/gnome/help/genius/de/figures/genius_window.png share/gnome/help/genius/de/figures/line_plot.png share/gnome/help/genius/de/figures/line_plot_graph.png share/gnome/help/genius/de/figures/parametric.png share/gnome/help/genius/de/figures/parametric_graph.png share/gnome/help/genius/de/figures/surface_graph.png share/gnome/help/genius/de/genius.xml +share/gnome/help/genius/el/figures/genius_window.png +share/gnome/help/genius/el/figures/line_plot.png +share/gnome/help/genius/el/figures/line_plot_graph.png +share/gnome/help/genius/el/figures/parametric.png +share/gnome/help/genius/el/figures/parametric_graph.png +share/gnome/help/genius/el/figures/surface_graph.png +share/gnome/help/genius/el/genius.xml share/gnome/help/genius/es/figures/genius_window.png share/gnome/help/genius/es/figures/line_plot.png share/gnome/help/genius/es/figures/line_plot_graph.png share/gnome/help/genius/es/figures/parametric.png share/gnome/help/genius/es/figures/parametric_graph.png share/gnome/help/genius/es/figures/surface_graph.png share/gnome/help/genius/es/genius.xml share/gnome/help/genius/fr/figures/genius_window.png share/gnome/help/genius/fr/figures/line_plot.png share/gnome/help/genius/fr/figures/line_plot_graph.png share/gnome/help/genius/fr/figures/parametric.png share/gnome/help/genius/fr/figures/parametric_graph.png share/gnome/help/genius/fr/figures/surface_graph.png share/gnome/help/genius/fr/genius.xml +share/gnome/help/genius/pt_BR/figures/genius_window.png +share/gnome/help/genius/pt_BR/figures/line_plot.png +share/gnome/help/genius/pt_BR/figures/line_plot_graph.png +share/gnome/help/genius/pt_BR/figures/parametric.png +share/gnome/help/genius/pt_BR/figures/parametric_graph.png +share/gnome/help/genius/pt_BR/figures/surface_graph.png +share/gnome/help/genius/pt_BR/genius.xml share/gnome/help/genius/ru/figures/genius_window.png share/gnome/help/genius/ru/figures/line_plot.png share/gnome/help/genius/ru/figures/line_plot_graph.png share/gnome/help/genius/ru/figures/parametric.png share/gnome/help/genius/ru/figures/parametric_graph.png share/gnome/help/genius/ru/figures/surface_graph.png share/gnome/help/genius/ru/genius.xml share/icons/hicolor/32x32/apps/genius-stock-plot.png share/icons/hicolor/32x32/apps/gnome-genius.png share/icons/hicolor/48x48/apps/genius-stock-plot.png share/icons/hicolor/48x48/apps/gnome-genius.png share/locale/ar/LC_MESSAGES/genius.mo share/locale/az/LC_MESSAGES/genius.mo share/locale/ca/LC_MESSAGES/genius.mo share/locale/cs/LC_MESSAGES/genius.mo share/locale/da/LC_MESSAGES/genius.mo share/locale/de/LC_MESSAGES/genius.mo share/locale/dz/LC_MESSAGES/genius.mo share/locale/el/LC_MESSAGES/genius.mo share/locale/en_CA/LC_MESSAGES/genius.mo share/locale/en_GB/LC_MESSAGES/genius.mo share/locale/es/LC_MESSAGES/genius.mo share/locale/eu/LC_MESSAGES/genius.mo share/locale/fr/LC_MESSAGES/genius.mo share/locale/ga/LC_MESSAGES/genius.mo share/locale/gl/LC_MESSAGES/genius.mo share/locale/hi/LC_MESSAGES/genius.mo share/locale/hr/LC_MESSAGES/genius.mo share/locale/id/LC_MESSAGES/genius.mo share/locale/it/LC_MESSAGES/genius.mo share/locale/ja/LC_MESSAGES/genius.mo share/locale/ko/LC_MESSAGES/genius.mo share/locale/lv/LC_MESSAGES/genius.mo share/locale/mk/LC_MESSAGES/genius.mo share/locale/ml/LC_MESSAGES/genius.mo share/locale/nb/LC_MESSAGES/genius.mo share/locale/ne/LC_MESSAGES/genius.mo share/locale/nl/LC_MESSAGES/genius.mo share/locale/oc/LC_MESSAGES/genius.mo share/locale/pa/LC_MESSAGES/genius.mo share/locale/pl/LC_MESSAGES/genius.mo share/locale/pt/LC_MESSAGES/genius.mo share/locale/pt_BR/LC_MESSAGES/genius.mo share/locale/ro/LC_MESSAGES/genius.mo share/locale/ru/LC_MESSAGES/genius.mo share/locale/rw/LC_MESSAGES/genius.mo share/locale/sl/LC_MESSAGES/genius.mo share/locale/sq/LC_MESSAGES/genius.mo share/locale/sr/LC_MESSAGES/genius.mo share/locale/sr@Latn/LC_MESSAGES/genius.mo share/locale/sv/LC_MESSAGES/genius.mo share/locale/zh_CN/LC_MESSAGES/genius.mo share/locale/zh_TW/LC_MESSAGES/genius.mo share/mime/packages/genius.xml share/mime-info/genius.keys share/mime-info/genius.mime share/omf/genius/genius-C.omf share/omf/genius/genius-cs.omf share/omf/genius/genius-de.omf +share/omf/genius/genius-el.omf share/omf/genius/genius-es.omf share/omf/genius/genius-fr.omf +share/omf/genius/genius-pt_BR.omf share/omf/genius/genius-ru.omf @dirrm share/omf/genius @dirrm share/gnome/help/genius/ru/figures @dirrm share/gnome/help/genius/ru +@dirrm share/gnome/help/genius/pt_BR/figures +@dirrm share/gnome/help/genius/pt_BR @dirrm share/gnome/help/genius/fr/figures @dirrm share/gnome/help/genius/fr @dirrm share/gnome/help/genius/es/figures @dirrm share/gnome/help/genius/es +@dirrm share/gnome/help/genius/el/figures +@dirrm share/gnome/help/genius/el @dirrm share/gnome/help/genius/de/figures @dirrm share/gnome/help/genius/de @dirrm share/gnome/help/genius/cs/figures @dirrm share/gnome/help/genius/cs @dirrm share/gnome/help/genius/C/figures @dirrm share/gnome/help/genius/C @dirrm share/gnome/help/genius @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%%/gtksourceview @dirrm %%DATADIR%%/gel/symbolic @dirrm %%DATADIR%%/gel/statistics @dirrm %%DATADIR%%/gel/sets @dirrm %%DATADIR%%/gel/number_theory @dirrm %%DATADIR%%/gel/misc @dirrm %%DATADIR%%/gel/linear_algebra @dirrm %%DATADIR%%/gel/functions @dirrm %%DATADIR%%/gel/equation_solving @dirrm %%DATADIR%%/gel/commutative_algebra @dirrm %%DATADIR%%/gel/combinatorics @dirrm %%DATADIR%%/gel/calculus @dirrm %%DATADIR%%/gel @dirrm %%DATADIR%% @dirrm lib/genius @dirrm include/genius