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
Responsible Changed From-To: freebsd-ports-bugs->cjh Over to maintainer
State Changed From-To: open->closed Committed. Thanks!