mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Update to fix an issue with Xastir/Motif and a certain level of Xorg server.
PR: ports/148491 Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
This commit is contained in:
parent
988951de41
commit
67e1d3cf6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258106
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xastir
|
||||
PORTVERSION= 1.9.8
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-shapelib
|
||||
CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick
|
||||
.else
|
||||
.if defined(WITH_GRAPHICK)
|
||||
LIB_DEPENDS+= GraphicsMagickWand.3:${PORTSDIR}/graphics/GraphicsMagick
|
||||
LIB_DEPENDS+= GraphicsMagickWand.4:${PORTSDIR}/graphics/GraphicsMagick13
|
||||
.else
|
||||
LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick
|
||||
CONFIGURE_ARGS+= --without-graphicsmagick
|
||||
|
19
comms/xastir/files/patch-main.c
Normal file
19
comms/xastir/files/patch-main.c
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
--- src/main.c 11 Mar 2010 04:03:58 -0000 1.792
|
||||
+++ src/main.c 7 May 2010 16:23:16 -0000 1.793
|
||||
@@ -9018,6 +9018,12 @@
|
||||
"create_appshell Menu Popup",
|
||||
al,
|
||||
ac);
|
||||
+#if XmVersion >= 2000
|
||||
+ XtVaSetValues(right_menu_popup, XmNpopupEnabled, XmPOPUP_DISABLED, NULL);
|
||||
+ XtUngrabButton(da, AnyButton, AnyModifier);
|
||||
+#else
|
||||
+ XtVaSetValues(right_menu_popup, XmNpopupEnabled, False, NULL);
|
||||
+#endif
|
||||
//XtVaSetValues(right_menu_popup, XmNwhichButton, 3, NULL);
|
||||
|
||||
ac = 0;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user