Bug 236796 - print/epson-inkjet-printer-escpr: Update to 1.6.38
Summary: print/epson-inkjet-printer-escpr: Update to 1.6.38
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-26 04:57 UTC by Tatsuki Makino
Modified: 2019-04-13 01:06 UTC (History)
0 users

See Also:
tatsuki_makino: maintainer-feedback+
tatsuki_makino: merge-quarterly?


Attachments
patch for print/epson-inkjet-printer-escpr (7.86 KB, patch)
2019-03-26 04:57 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval-
Details | Diff
test log (103.43 KB, text/plain)
2019-03-26 05:09 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details
test log (105.54 KB, text/plain)
2019-04-03 06:09 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details
patch for print/epson-inkjet-printer-escpr (11.40 KB, patch)
2019-04-10 07:36 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details | Diff
test log (106.22 KB, text/plain)
2019-04-10 07:36 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2019-03-26 04:57:21 UTC
Created attachment 203152 [details]
patch for print/epson-inkjet-printer-escpr

Version 1.6.37 was appeared in 2019-03-25.
The program code has been changed. The PPD file has been added. The build system has been slightly changed.

Related? changes
1.6.34 (2019-01-14)
PPD file for ET-1110 Series was added.

1.6.35 (2019-01-30)
New media type and paper size were added to the program code.
PPD file for ST-2000 Series was added.
PPD file for WF-6530 Series was renamed.

1.6.36 (2019-03-11)
PPD file for ET-2720 Series was added.

1.6.37
PPD file for L3160_Series is added.
Comment 1 Tatsuki Makino 2019-03-26 05:09:44 UTC
Created attachment 203153 [details]
test log

I still use poudriere on 10.4-STABLE because I installed 12.0-STABLE but didn't get to setup poudriere. orz
I think that there is no problem because array, enumeration and conditional statement have only been changed slightly.
Comment 2 Tatsuki Makino 2019-04-03 06:09:40 UTC
Created attachment 203336 [details]
test log

It has been tested with 12.0-STABLE.
Comment 3 Tatsuki Makino 2019-04-10 00:32:53 UTC
Comment on attachment 203152 [details]
patch for print/epson-inkjet-printer-escpr

There are 1.6.38 from 2019-04-08.
Comment 4 Tatsuki Makino 2019-04-10 07:36:07 UTC
Created attachment 203554 [details]
patch for print/epson-inkjet-printer-escpr

1.6.38 (2019-04-08)
typedef for EPS_INT8 has been changed from char to signed char. But it was reverted by patch because EPS_INT8 is used as char without casting. If char is implemented as unsigned char, there may be something wrong.
PPD file for ET-2760 Series has been added.
PPD file for ET-1110 Series, L1110 Series, L3100 Series and L3110 Series have been modified.
Comment 5 Tatsuki Makino 2019-04-10 07:36:51 UTC
Created attachment 203555 [details]
test log
Comment 6 commit-hook freebsd_committer freebsd_triage 2019-04-13 01:05:24 UTC
A commit references this bug:

Author: swills
Date: Sat Apr 13 01:04:47 UTC 2019
New revision: 498786
URL: https://svnweb.freebsd.org/changeset/ports/498786

Log:
  print/epson-inkjet-printer-escpr: Update to 1.6.38

  PR:		236796
  Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)

Changes:
  head/print/epson-inkjet-printer-escpr/Makefile
  head/print/epson-inkjet-printer-escpr/distinfo
  head/print/epson-inkjet-printer-escpr/files/patch-configure.ac
  head/print/epson-inkjet-printer-escpr/files/patch-lib_epson-escpr-api.c
  head/print/epson-inkjet-printer-escpr/files/patch-lib_epson-typedefs.h
  head/print/epson-inkjet-printer-escpr/files/patch-ppd_Makefile.am
  head/print/epson-inkjet-printer-escpr/files/patch-src_filter.c
  head/print/epson-inkjet-printer-escpr/pkg-plist
Comment 7 Steve Wills freebsd_committer freebsd_triage 2019-04-13 01:06:15 UTC
Committed, thanks!