diff options
author | ume <ume@FreeBSD.org> | 2004-08-26 04:24:18 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-26 04:24:18 +0800 |
commit | 450d08dd23ea37f58dbab2da8ae60ec5da08b186 (patch) | |
tree | 0e78f5c6c90ee019a5674d62423804bb81fa9d1f /print/pips3500 | |
parent | e9dbef35908784984723df34020130fd1f948556 (diff) | |
download | freebsd-ports-gnome-450d08dd23ea37f58dbab2da8ae60ec5da08b186.tar.gz freebsd-ports-gnome-450d08dd23ea37f58dbab2da8ae60ec5da08b186.tar.zst freebsd-ports-gnome-450d08dd23ea37f58dbab2da8ae60ec5da08b186.zip |
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/pips3500')
-rw-r--r-- | print/pips3500/Makefile | 4 | ||||
-rw-r--r-- | print/pips3500/distinfo | 4 | ||||
-rw-r--r-- | print/pips3500/pkg-descr | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/print/pips3500/Makefile b/print/pips3500/Makefile index cc9642b6df1f..2efc4eddc2cf 100644 --- a/print/pips3500/Makefile +++ b/print/pips3500/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -PORTVERSION= 1.3 +PORTVERSION= 2.1.2 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-3500C PRTYPE= 3500 -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips3500/distinfo b/print/pips3500/distinfo index 6d4dd52ba87b..8aba18a54887 100644 --- a/print/pips3500/distinfo +++ b/print/pips3500/distinfo @@ -1,2 +1,2 @@ -MD5 (pips3500-1.3.i386.tgz) = 2ade9da1484c4ff8f7c57b8bba0b7e05 -SIZE (pips3500-1.3.i386.tgz) = 1780967 +MD5 (pips3500-2.1.2.tar.gz) = d74a9a4d567bf6486581ef5bd445b1be +SIZE (pips3500-2.1.2.tar.gz) = 2663413 diff --git a/print/pips3500/pkg-descr b/print/pips3500/pkg-descr index a08283dbe09a..ab0e70f5486e 100644 --- a/print/pips3500/pkg-descr +++ b/print/pips3500/pkg-descr @@ -12,6 +12,3 @@ print out more than one page. Then you execute the next command: /usr/local/libexec/pips3500/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 pips3500 -la JP |