diff options
author | arved <arved@FreeBSD.org> | 2002-10-30 21:12:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-10-30 21:12:20 +0800 |
commit | 9e2e46bbdf74148032e70794b311be3c77035388 (patch) | |
tree | a3d2701c451c4720f42233ad58e1eb6e7ad20ca2 /mail/kbiff | |
parent | 15325087f0b5637ab1dfc28d3b356394cbab91e2 (diff) | |
download | freebsd-ports-graphics-9e2e46bbdf74148032e70794b311be3c77035388.tar.gz freebsd-ports-graphics-9e2e46bbdf74148032e70794b311be3c77035388.tar.zst freebsd-ports-graphics-9e2e46bbdf74148032e70794b311be3c77035388.zip |
Update my Emailaddress
Disable Floating Status, which crashes kbiff [1]
Bump PORTREVISION
[1] Noticed by: Joey Mingrone <joey@mingrone.org>
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 6 | ||||
-rw-r--r-- | mail/kbiff/files/patch-kbiff-setupdlg.cpp | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 8784b979058..830f692ac4c 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -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: diff --git a/mail/kbiff/files/patch-kbiff-setupdlg.cpp b/mail/kbiff/files/patch-kbiff-setupdlg.cpp new file mode 100644 index 00000000000..12897f3c389 --- /dev/null +++ b/mail/kbiff/files/patch-kbiff-setupdlg.cpp @@ -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())); |