diff options
author | makc <makc@FreeBSD.org> | 2011-01-13 04:43:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-01-13 04:43:46 +0800 |
commit | 147db0e6a2719cbe53bebdc416a730be69cd40e9 (patch) | |
tree | c986834f501e27a6aff7ceefd98f285f7c37c052 /print | |
parent | 7818c46a3b6ccc1e45717911ac7db3d6ecfeb5c8 (diff) | |
download | freebsd-ports-gnome-147db0e6a2719cbe53bebdc416a730be69cd40e9.tar.gz freebsd-ports-gnome-147db0e6a2719cbe53bebdc416a730be69cd40e9.tar.zst freebsd-ports-gnome-147db0e6a2719cbe53bebdc416a730be69cd40e9.zip |
Add patch from upstream to allow scanning on DeskJet 1050/2050
Submitted by: Tamas TEVESZ via mail
Feature safe: yes
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 1 | ||||
-rw-r--r-- | print/hplip/files/patch-models.dat | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index dda9288e6f95..ed8b45c1bfc0 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 3.10.9 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF diff --git a/print/hplip/files/patch-models.dat b/print/hplip/files/patch-models.dat new file mode 100644 index 000000000000..e8488671f319 --- /dev/null +++ b/print/hplip/files/patch-models.dat @@ -0,0 +1,38 @@ +--- data/models/models.dat.orig 2010-12-17 22:59:11.009160000 +0100 ++++ data/models/models.dat 2010-12-22 02:25:44.492055552 +0100 +@@ -13747,7 +13747,7 @@ + fax-type=0 + fw-download=False + icon=hp_deskjet_f4200.png +-io-mfp-mode=3 ++io-mfp-mode=1 + io-mode=1 + io-support=2 + job-storage=0 +@@ -13798,7 +13798,7 @@ + r8-agent2-sku=121/121XL + r8-agent2-type=2 + scan-style=1 +-scan-type=-1 ++scan-type=7 + status-battery-check=0 + status-dynamic-counters=1 + status-type=2 +@@ -19076,7 +19076,7 @@ + fax-type=0 + fw-download=False + icon=hp_deskjet_f4200.png +-io-mfp-mode=3 ++io-mfp-mode=1 + io-mode=1 + io-support=2 + job-storage=0 +@@ -19127,7 +19127,7 @@ + r8-agent2-sku=121/121XL + r8-agent2-type=2 + scan-style=1 +-scan-type=0 ++scan-type=7 + status-battery-check=0 + status-dynamic-counters=1 + status-type=2 |