Index: head/sysutils/lxterminal/Makefile =================================================================== --- head/sysutils/lxterminal/Makefile (revision 435631) +++ head/sysutils/lxterminal/Makefile (revision 435632) @@ -1,38 +1,39 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= lxterminal PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight terminal emulator from the LXDE project LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gmake localbase pkgconfig tar:xz USE_GNOME= gtk20 glib20 cairo vte intltool USE_XORG= x11 xext GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= YES CONFIGURE_ARGS= --enable-gtk3=no OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_USES_OFF= gettext-tools post-patch-NLS-off: @${REINPLACE_CMD} -e 's|src po|src|' \ ${WRKSRC}/Makefile.in .include Index: head/sysutils/lxterminal/files/patch-src_lxterminal.c =================================================================== --- head/sysutils/lxterminal/files/patch-src_lxterminal.c (nonexistent) +++ head/sysutils/lxterminal/files/patch-src_lxterminal.c (revision 435632) @@ -0,0 +1,13 @@ +--- src/lxterminal.c.orig 2016-12-20 02:05:51 UTC ++++ src/lxterminal.c +@@ -573,8 +573,8 @@ static void terminal_name_tab_activate_e + _("Name Tab"), + GTK_WINDOW(terminal->window), + 0, +- NULL, GTK_RESPONSE_CANCEL, +- NULL, GTK_RESPONSE_OK, ++ _("_Cancel"), GTK_RESPONSE_CANCEL, ++ _("_OK"), GTK_RESPONSE_OK, + NULL); + gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_OK); + if (gtk_icon_theme_has_icon(gtk_icon_theme_get_default(), "lxterminal")) Property changes on: head/sysutils/lxterminal/files/patch-src_lxterminal.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