Index: head/math/galculator/Makefile =================================================================== --- head/math/galculator/Makefile (revision 546091) +++ head/math/galculator/Makefile (revision 546092) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= galculator PORTVERSION= 2.1.4 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= math MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes USES= autoreconf gettext gmake gnome libtool localbase pkgconfig USE_GNOME= cairo intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_DEFAULT= GTK3 GTK2_USE= gnome=gtk20 GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GTK3_CONFIGURE_ENABLE= gtk3 GTK3_USE= gnome=gtk30 .include Index: head/math/galculator/files/patch-src_config__file.c =================================================================== --- head/math/galculator/files/patch-src_config__file.c (nonexistent) +++ head/math/galculator/files/patch-src_config__file.c (revision 546092) @@ -0,0 +1,10 @@ +--- src/config_file.c.orig 2015-09-05 19:24:27 UTC ++++ src/config_file.c +@@ -39,7 +39,6 @@ + #include "config_file.h" + #include "general_functions.h" + +-s_preferences prefs; + static s_prefs_entry prefs_list[53] = { + {"display_bkg_color", &(prefs.bkg_color), STRING, "prefs_bkg_color_button", set_button_color}, + {"display_result_font", &(prefs.result_font), STRING, "prefs_result_font", set_button_font}, Property changes on: head/math/galculator/files/patch-src_config__file.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property