mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix right-clicking behavior on Qt3.
PR: 44280 Submitted by: Fork <bouloumag@hotmail.com>
This commit is contained in:
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
|
@ -7,16 +7,20 @@
|
||||||
|
|
||||||
PORTNAME= kmess
|
PORTNAME= kmess
|
||||||
PORTVERSION= 0.9.6
|
PORTVERSION= 0.9.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net kde
|
CATEGORIES= net kde
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= perky@FreeBSD.org
|
MAINTAINER= perky@FreeBSD.org
|
||||||
|
|
||||||
BROKEN= "Does not compile"
|
|
||||||
|
|
||||||
USE_KDELIBS_VER=3
|
USE_KDELIBS_VER=3
|
||||||
GNU_CONFIGURE= yes
|
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 <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||||
|
|
|
@ -7,16 +7,20 @@
|
||||||
|
|
||||||
PORTNAME= kmess
|
PORTNAME= kmess
|
||||||
PORTVERSION= 0.9.6
|
PORTVERSION= 0.9.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net kde
|
CATEGORIES= net kde
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= perky@FreeBSD.org
|
MAINTAINER= perky@FreeBSD.org
|
||||||
|
|
||||||
BROKEN= "Does not compile"
|
|
||||||
|
|
||||||
USE_KDELIBS_VER=3
|
USE_KDELIBS_VER=3
|
||||||
GNU_CONFIGURE= yes
|
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 <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||||
|
|
|
@ -7,16 +7,20 @@
|
||||||
|
|
||||||
PORTNAME= kmess
|
PORTNAME= kmess
|
||||||
PORTVERSION= 0.9.6
|
PORTVERSION= 0.9.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net kde
|
CATEGORIES= net kde
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= perky@FreeBSD.org
|
MAINTAINER= perky@FreeBSD.org
|
||||||
|
|
||||||
BROKEN= "Does not compile"
|
|
||||||
|
|
||||||
USE_KDELIBS_VER=3
|
USE_KDELIBS_VER=3
|
||||||
GNU_CONFIGURE= yes
|
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 <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||||
|
|
Loading…
Add table
Reference in a new issue