ports/55082: graphics/xfig: add mousewheel support
Ulrich Spoerlein
q at uni.de
Wed Jul 30 21:40:19 UTC 2003
>Number: 55082
>Category: ports
>Synopsis: graphics/xfig: add mousewheel support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 30 14:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Ulrich Spoerlein
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.1-RELEASE FreeBSD 5.1-RELEASE #5: Thu Jul 17 17:32:28 CEST 2003 root at roadrunner:/usr/obj/usr/src/sys/ROADRUNNER i386
>Description:
Mousewheel support is disabled by default. I think it is pretty useful and
should be activated.
Note: Should PORTREVISION be bumped?
>How-To-Repeat:
>Fix:
--- files/patch-aa Mon Jul 28 03:19:21 2003
+++ files/patch-aa Tue Jul 29 21:10:54 2003
@@ -38,7 +38,7 @@
#endif
XCOMM Uncomment the following definiton if you want to use the small icons
-@@ -105,10 +105,10 @@
+@@ -105,17 +105,17 @@
XCOMM Then be sure to change the XAW3DINC to point to the directory where your
XCOMM 3D Athena widget headers are located
@@ -51,6 +51,14 @@
DUSEXAW3D = -DXAW3D
XAWLIB = -lXaw3d
#endif
+
+ XCOMM Uncomment the following if you have a wheel mouse. See docs for description.
+
+-XCOMM #define WHEELMOUSE
++#define WHEELMOUSE
+
+ #ifdef WHEELMOUSE
+ DUSEWHEELMOUSE = -DWHEELMOUSE
@@ -154,7 +154,7 @@
XCOMM inline functions. With the "INLINE" keyword, you should notice that
XCOMM the display will be a bit faster in complex figures
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list