diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 11:34:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 11:34:05 +0000 |
commit | 49e10359aa0e751ceb28f36d6cf6843824e63426 (patch) | |
tree | b7aaa5b3c170d992b68442b4cfc97cd6d8a1742d /graphics/svgalib | |
parent | 4953f288c7dfe66bf494569622648815812fdb78 (diff) | |
download | ports-49e10359aa0e751ceb28f36d6cf6843824e63426.tar.gz ports-49e10359aa0e751ceb28f36d6cf6843824e63426.zip |
Notes
Diffstat (limited to 'graphics/svgalib')
-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: + |