Bug 96495 - [PATCH] print/magicfilter: update to 2.3.h, fix build on 7.x
Summary: [PATCH] print/magicfilter: update to 2.3.h, fix build on 7.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: CHOI Junho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-29 04:10 UTC by Rong-En Fan
Modified: 2006-05-02 02:50 UTC (History)
1 user (show)

See Also:


Attachments
magicfilter-2.3.h.patch (3.03 KB, patch)
2006-04-29 04:10 UTC, Rong-En Fan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan 2006-04-29 04:10:10 UTC
This obsoletes ports/79639, which updates to 2.3.d (I sent it one year ago).

- Update to 2.3.h

Changes from 2.3.d to 2.3.h are not much. And I decided to use ports'
file unconditionally.  It is newer and can correctly recognize Epson's
ESC/Page language:

$ /usr/local/bin/file epson2050p-epl.prn
epson2050p-epl.prn: Epson ESC/Page language printer data

$ /usr/bin/file epson2050p-epl.prn
epson2050p-epl.prn: Curses screen image

(the above system is 6.0-RELEASE, /usr/bin/file is 4.12)

As for 4.x, the base's file is too old. If you try to build magicfilter
on it, it will resuilt in using the ship-in file. That requires some
extra effects on pkg-plist. By the way, we do not add -lz anymore,
the configure script can detect this correctly. (my update to 2.3.d
requires add -lz in patch)

This update also fix build on i386 7.x (tested on 700015, around April 28).
I also tested on i386 RELENG_[456] in tinderbox, all pass.
I would like to thank Ion-Mihai Tetcu (the mail/dspam's maintainer) who
tests this on amd64 RELENG_[456] and HEAD.

The rest changes to Makefile is making portlint happy.



Added file(s):
- files/patch-configure.sh

Port maintainer (cjh@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-29 04:12:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cjh

Over to maintainer
Comment 2 CHOI Junho freebsd_committer freebsd_triage 2006-05-02 02:50:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!