diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-25 20:24:18 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-25 20:24:18 +0000 |
commit | 9290192e49da38265fc529924edcece9af7ba72b (patch) | |
tree | d44b77db8583c8656d1e6cd093f8582f3f524155 /print/pips3300 | |
parent | 883d95f0669d1ef236351405fd067cd24be31b4b (diff) |
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.
Notes
Notes:
svn path=/head/; revision=117276
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 c8f147e8ed5d..77addaa7aaf7 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 31aeb0fd71c6..191f7d8a4b73 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 8883c25eed38..4b71d6b10c41 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 |