Fix right-clicking behavior on Qt3.

PR:		44280
Submitted by:	Fork <bouloumag@hotmail.com>
This commit is contained in:
Hye-Shik Chang 2002-10-21 11:45:32 +00:00
parent 2081afbf02
commit 95836045db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68503
3 changed files with 18 additions and 6 deletions

View file

@ -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 <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"

View file

@ -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 <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"

View file

@ -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 <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"