Bug 147346 - [PATCH] sync in last of print/hplip personal patches.
Summary: [PATCH] sync in last of print/hplip personal patches.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 00:40 UTC by Chris Petrik
Modified: 2010-09-05 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (44.27 KB, patch)
2010-06-03 00:40 UTC, Chris Petrik
no flags Details | Diff
patch-hplip-new-patch.txt (43.84 KB, patch)
2010-06-13 19:50 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2010-06-03 00:40:04 UTC
Small patch to make hplip configurable.

So fare you can disable fax, scan, dbus, qt, etc..

fix a small issue that allowed installing GUI type files even when the disable of QT was enabled.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-03 00:45:54 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Chris Petrik 2010-06-13 19:50:48 UTC
Patch to remove CONFIGURE error message.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-06-15 21:26:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2010-08-06 09:02:51 UTC
State Changed
From-To: open->patched

Will be committed with update to 3.10.6
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-05 21:40:37 UTC
makc        2010-09-05 20:40:28 UTC

  FreeBSD ports repository

  Modified files:
    print/hplip          Makefile distinfo pkg-plist 
    print/hplip/files    patch-Makefile.in patch-core_install.py 
                         pkg-message.in 
  Added files:
    print/hplip/files    patch-prnt__hpcups__HPCupsFilter.cpp 
  Removed files:
    print/hplip/files    hpssd.in patch-check.py patch-cups.py 
  Log:
  - Update to 3.10.6
  - Remove rc.d script (remains from hplip2, not used nowadays)
    and simplify pkg-message
  - Make fax and scanning support optional and off by default [1]
  - Respect PREFIX/LOCALBASE, other minor cleanups
  
  PR:             ports/147346 [1] (based on)
  Submitted by:   Christopher Petrik <chris at officialunix.com>
  
  Revision  Changes    Path
  1.38      +102 -80   ports/print/hplip/Makefile
  1.13      +3 -3      ports/print/hplip/distinfo
  1.2       +0 -30     ports/print/hplip/files/hpssd.in (dead)
  1.10      +27 -4     ports/print/hplip/files/patch-Makefile.in
  1.2       +0 -20     ports/print/hplip/files/patch-check.py (dead)
  1.2       +8 -8      ports/print/hplip/files/patch-core_install.py
  1.2       +0 -23     ports/print/hplip/files/patch-cups.py (dead)
  1.1       +20 -0     ports/print/hplip/files/patch-prnt__hpcups__HPCupsFilter.cpp (new)
  1.2       +10 -51    ports/print/hplip/files/pkg-message.in
  1.14      +471 -463  ports/print/hplip/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-05 21:43:41 UTC
State Changed
From-To: patched->closed

The port has been updated, thanks!