openbsd-ports/print/hplip/patches/patch-base_magic_py
ajacoutot f8bddf7e5a Major update to hplip-3.9.6b.
Refer to the project homepage for the complete changelog.

This port now comes into 5 subpackages (ala Fedora):
- main: complete hplip functionnalities
- hpijs: deprecated hpijs printer driver
- hpcups: new-gen printer driver
- libs: libraries and helpers used by other subpackages
- gui: graphical tools (systray applet...)

It seems this version works a least as good as the previous one we had
in-tree. I could use some feedbacks for the fancier stuffs that hplip
provides (besides regular printing using hpcups and/or hpijs), like
printer communication, ink levels... because I have no hp equipment, but
at least, there was no regression reported.
(some features are Linux-only and are expected not to work)

Tested by several, thanks!
2009-07-13 08:14:28 +00:00

18 lines
1.1 KiB
Plaintext

$OpenBSD: patch-base_magic_py,v 1.1 2009/07/13 08:14:28 ajacoutot Exp $
--- base/magic.py.orig Thu Jul 2 18:39:01 2009
+++ base/magic.py Thu Jul 2 18:40:12 2009
@@ -255,10 +255,9 @@ magic = [
[0L, 'string', '=', '#! /usr/bin/python', 'application/x-python'],
[0L, 'string', '=', '#! /usr/bin/python', 'application/x-python'],
[0L, 'string', '=', 'eval "exec /usr/bin/python', 'application/x-python'],
- [0L, 'string', '=', '#!/usr/local/bin/python', 'application/x-python'],
- [0L, 'string', '=', '#! /usr/local/bin/python', 'application/x-python'],
- [0L, 'string', '=', '#! /usr/local/bin/python', 'application/x-python'],
- [0L, 'string', '=', 'eval "exec /usr/local/bin/python', 'application/x-python'],
+ [0L, 'string', '=', '#!${MODPY_BIN}', 'application/x-python'],
+ [0L, 'string', '=', '#! ${MODPY_BIN}', 'application/x-python'],
+ [0L, 'string', '=', 'eval "exec ${MODPY_BIN}', 'application/x-python'],
[0L, 'string', '=', '#!/usr/bin/env python', 'application/x-python'],
[0L, 'string', '=', '#! /usr/bin/env python', 'application/x-python'],
[0L, 'string', '=', '#!/bin/rc', 'text/script'],