Update my Emailaddress

Disable Floating Status, which crashes kbiff [1]
Bump PORTREVISION

[1] Noticed by: Joey Mingrone <joey@mingrone.org>
This commit is contained in:
Tilman Keskinoz 2002-10-30 13:12:20 +00:00
parent 85441d7b18
commit 086cc20271
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69154
2 changed files with 15 additions and 2 deletions

View file

@ -7,10 +7,11 @@
PORTNAME= kbiff
PORTVERSION= 3.6.1
PORTREVISION= 1
CATEGORIES= mail kde
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
MAINTAINER= tilman@arved.de
MAINTAINER= arved@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
@ -18,7 +19,8 @@ USE_KDELIBS_VER=3
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--disable-fast-perl
USE_REINPLACE= yes
post-patch:

View file

@ -0,0 +1,11 @@
--- kbiff/setupdlg.cpp.orig Tue Oct 15 20:13:12 2002
+++ kbiff/setupdlg.cpp Tue Oct 15 20:16:13 2002
@@ -779,6 +779,8 @@
checkBeep = new QCheckBox(i18n("System &Beep"), this);
checkNotify = new QCheckBox(i18n("N&otify"), this);
checkStatus = new QCheckBox(i18n("&Floating Status"), this);
+ checkStatus->setChecked(false);
+ checkStatus->setEnabled(false);
// connect some slots and signals
connect(buttonBrowsePlaySound, SIGNAL(clicked()), SLOT(browsePlaySound()));