FreeBSD Bugzilla – Attachment 162455 Details for
Bug 203637
[MAINTAINER] print/epson-inkjet-printer-escpr: Update to 1.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for print/epson-inkjet-printer-escpr that fixed a problem of architecture using 64 bits pointer
patch-epson-inkjet-printer-escpr-1.6.0_1.diff (text/plain), 2.08 KB, created by
Tatsuki Makino
on 2015-10-26 06:11:51 UTC
(
hide
)
Description:
patch for print/epson-inkjet-printer-escpr that fixed a problem of architecture using 64 bits pointer
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2015-10-26 06:11:51 UTC
Size:
2.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 399947) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= epson-inkjet-printer-escpr > PORTVERSION= 1.6.0 > DISTVERSIONSUFFIX= -1lsb3.2 >+PORTREVISION= 1 > CATEGORIES= print > MASTER_SITES= LOCAL/hrs > >@@ -20,6 +21,7 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >+SUB_FILES= pkg-message > PORTDOCS= AUTHORS COPYING NEWS README README.ja > > OPTIONS_DEFINE= DOCS >Index: files/patch-src-filter.c >=================================================================== >--- files/patch-src-filter.c (revision 399947) >+++ files/patch-src-filter.c (working copy) >@@ -8,3 +8,11 @@ > #include "epson-escpr-services.h" > #include "epson-escpr-mem.h" > >+@@ -45,6 +46,7 @@ >+ #include "libprtX.h" >+ #include "optBase.h" >+ #include "linux_cmn.h" >++#include "xfifo.h" >+ >+ #define WIDTH_BYTES(bits) (((bits) + 31) / 32 * 4) >+ >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (nonexistent) >+++ files/pkg-message.in (working copy) >@@ -0,0 +1,23 @@ >+ >+Examples to add printer for EP-803AW >+ >+# The printer connected with USB cable (using ulpt0) >+ >+chown :cups /dev/ulpt0 >+chmod g+rw /dev/ulpt0 >+lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'usb:/dev/ulpt0' -D 'EPSON EP-803AW (ulpt0)' -E >+ >+# The printer connected with USB cable (using unlpt0) >+ >+chown :cups /dev/unlpt0 >+chmod g+rw /dev/unlpt0 >+lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'usb:/dev/unlpt0' -D 'EPSON EP-803AW (unlpt0)' -E >+ >+# The printer joined network (using LPD port) >+ >+lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'lpd://192.0.2.100:515/PASSTHRU' -D 'EPSON EP-803AW (LPR)' -E >+ >+# The printer joined network (using port 9100) >+ >+lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -d ' '`" -v 'socket://192.0.2.100:9100' -D 'EPSON EP-803AW (RAW)' -E >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203637
:
161824
|
161825
|
161836
|
161837
| 162455 |
162456
|
162641