diff options
author | ume <ume@FreeBSD.org> | 2004-08-25 20:24:18 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-25 20:24:18 +0000 |
commit | 450d08dd23ea37f58dbab2da8ae60ec5da08b186 (patch) | |
tree | 0e78f5c6c90ee019a5674d62423804bb81fa9d1f /print/pips3300 | |
parent | e9dbef35908784984723df34020130fd1f948556 (diff) | |
download | FreeBSD-ports-450d08dd23ea37f58dbab2da8ae60ec5da08b186.zip FreeBSD-ports-450d08dd23ea37f58dbab2da8ae60ec5da08b186.tar.gz |
Fix long standing fetch problem by using latest distribution.
Recently, the souce codes are available. So, we can build FreeBSD
native version of PIPS from source instead of just using Linux
version. However, some libraries are still shipped as Linux binary.
So, we use libmap.conf to solve this problem.
Since I have only PM-760C, I cannot test it with other than PM-760C,
actually. So, your feedbacks are welcome.
Diffstat (limited to 'print/pips3300')
-rw-r--r-- | print/pips3300/Makefile | 4 | ||||
-rw-r--r-- | print/pips3300/distinfo | 4 | ||||
-rw-r--r-- | print/pips3300/pkg-descr | 3 |
3 files changed, 3 insertions, 8 deletions
diff --git a/print/pips3300/Makefile b/print/pips3300/Makefile index c8f147e..77addaa 100644 --- a/print/pips3300/Makefile +++ b/print/pips3300/Makefile @@ -5,11 +5,9 @@ # $FreeBSD$ # -PORTVERSION= 1.3 -PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-3300C PRTYPE= 3300 -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips3300/distinfo b/print/pips3300/distinfo index 31aeb0f..191f7d8 100644 --- a/print/pips3300/distinfo +++ b/print/pips3300/distinfo @@ -1,2 +1,2 @@ -MD5 (pips3300-1.3.i386.tgz) = c7dca91bd130798c5bf7d19bc09f40a5 -SIZE (pips3300-1.3.i386.tgz) = 1196007 +MD5 (pips3300-1.3.2.tar.gz) = 1317d573643910570f7cdde721ff439f +SIZE (pips3300-1.3.2.tar.gz) = 1393471 diff --git a/print/pips3300/pkg-descr b/print/pips3300/pkg-descr index 8883c25..4b71d6b 100644 --- a/print/pips3300/pkg-descr +++ b/print/pips3300/pkg-descr @@ -12,6 +12,3 @@ print out more than one page. Then you execute the next command: /usr/local/libexec/pips3300/setup to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on. - -To run with Japanese messages, you have to execute as follows: - env LANG=ja_JP pips3300 -la JP |