From 95836045db87fd80efef14967ff6dd58d543a5e7 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 21 Oct 2002 11:45:32 +0000 Subject: [PATCH] Fix right-clicking behavior on Qt3. PR: 44280 Submitted by: Fork --- net-im/kmess-kde4/Makefile | 8 ++++++-- net-im/kmess/Makefile | 8 ++++++-- net/kmess/Makefile | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile index cf7253113670..a4ddcc46acf2 100644 --- a/net-im/kmess-kde4/Makefile +++ b/net-im/kmess-kde4/Makefile @@ -7,16 +7,20 @@ PORTNAME= kmess PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= perky@FreeBSD.org -BROKEN= "Does not compile" - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's/rightButtonClicked/contextMenuRequested/g' \ + ${WRKSRC}/kmess/kmessviewinterface.cpp .include .include "${PORTSDIR}/x11/kde3/Makefile.kde" diff --git a/net-im/kmess/Makefile b/net-im/kmess/Makefile index cf7253113670..a4ddcc46acf2 100644 --- a/net-im/kmess/Makefile +++ b/net-im/kmess/Makefile @@ -7,16 +7,20 @@ PORTNAME= kmess PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= perky@FreeBSD.org -BROKEN= "Does not compile" - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's/rightButtonClicked/contextMenuRequested/g' \ + ${WRKSRC}/kmess/kmessviewinterface.cpp .include .include "${PORTSDIR}/x11/kde3/Makefile.kde" diff --git a/net/kmess/Makefile b/net/kmess/Makefile index cf7253113670..a4ddcc46acf2 100644 --- a/net/kmess/Makefile +++ b/net/kmess/Makefile @@ -7,16 +7,20 @@ PORTNAME= kmess PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= perky@FreeBSD.org -BROKEN= "Does not compile" - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's/rightButtonClicked/contextMenuRequested/g' \ + ${WRKSRC}/kmess/kmessviewinterface.cpp .include .include "${PORTSDIR}/x11/kde3/Makefile.kde"