diff options
author | reed <reed@pkgsrc.org> | 2004-02-06 06:29:13 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-02-06 06:29:13 +0000 |
commit | 67b8f7b41149bfadf9bd604471a524cb8498a301 (patch) | |
tree | 892cd577f5acf47168956fdf452bdbbe761fcb3a /print/gimp-print-escputil | |
parent | e54ce0c4674a799541fb3fabd1a34a25d32efe4c (diff) | |
download | pkgsrc-67b8f7b41149bfadf9bd604471a524cb8498a301.tar.gz |
Add a MESSAGE for Linux, because Linux needs the
bidirectional communication for the parallel port
enabled. (Maybe later, a note about a module?)
Bump package revision.
Diffstat (limited to 'print/gimp-print-escputil')
-rw-r--r-- | print/gimp-print-escputil/MESSAGE.Linux | 9 | ||||
-rw-r--r-- | print/gimp-print-escputil/Makefile | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/print/gimp-print-escputil/MESSAGE.Linux b/print/gimp-print-escputil/MESSAGE.Linux new file mode 100644 index 00000000000..ec5834f0603 --- /dev/null +++ b/print/gimp-print-escputil/MESSAGE.Linux @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE.Linux,v 1.1 2004/02/06 06:29:13 reed Exp $ + +Linux kernel support is required for bidirectional communication +used by the ${PKGNAME_NOREV} package. For Linux version 2.2, +CONFIG_PRINTER_READBACK should be enabled; this is called +CONFIG_PARPORT_1284 on 2.4 and later kernels. + +=========================================================================== diff --git a/print/gimp-print-escputil/Makefile b/print/gimp-print-escputil/Makefile index 17573dc533e..a35fba97850 100644 --- a/print/gimp-print-escputil/Makefile +++ b/print/gimp-print-escputil/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 14:58:00 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/06 06:29:13 reed Exp $ # DISTNAME= gimp-print-4.2.5 PKGNAME= gimp-print-escputil-4.2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} |