diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 19:34:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 19:34:05 +0800 |
commit | 1d444a3237f7b2da84f8a2422bc72da6af454f25 (patch) | |
tree | 6162bf54f20f62c334a2736e43b1fd61b5083de7 /graphics | |
parent | 02469e5bb127bb92a78976115d0c89bebb2262f8 (diff) | |
download | freebsd-ports-gnome-1d444a3237f7b2da84f8a2422bc72da6af454f25.tar.gz freebsd-ports-gnome-1d444a3237f7b2da84f8a2422bc72da6af454f25.tar.zst freebsd-ports-gnome-1d444a3237f7b2da84f8a2422bc72da6af454f25.zip |
- Add patch to set useful default for mouse
- Bump PORTREVISION
PR: ports/63609
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/svgalib/Makefile | 2 | ||||
-rw-r--r-- | graphics/svgalib/files/patch-az | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index d2cf04b5293f..77c407e7cfb9 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -7,7 +7,7 @@ PORTNAME= svgalib PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= http://www.svgalib.org/ diff --git a/graphics/svgalib/files/patch-az b/graphics/svgalib/files/patch-az new file mode 100644 index 000000000000..30130825862a --- /dev/null +++ b/graphics/svgalib/files/patch-az @@ -0,0 +1,20 @@ +--- src/config/libvga.config.orig Mon Mar 1 20:34:52 2004 ++++ src/config/libvga.config Mon Mar 1 20:35:32 2004 +@@ -31,7 +31,7 @@ + # mouse DRMOUSE4DS# Digital Research double-wheeled mouse + # mouse none# None + +-mouse Microsoft ++mouse gpm + + # Mouse/keyboard customisation by 101 (Attila Lendvai). If you have any good + # ideas you can reach me at 101@kempelen.inf.bme.hu +@@ -101,7 +101,7 @@ + # However, esp. with the Spacetec Spaceball you may + # want to specify a different device for svgalib to use + +-# mdev /dev/ttyS0 # mouse is at /dev/ttyS0 ++mdev /dev/sysmouse + + # Some multiprotocol mice will need one of the following: + |