Bug 151157 - [PATCH] graphics/sane-backends: link with pthread
Summary: [PATCH] graphics/sane-backends: link with pthread
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-10-02 18:00 UTC by mwisnicki+freebsd
Modified: 2010-10-16 16:00 UTC (History)
0 users

See Also:


Attachments
sane-backends-1.0.21_2.patch (780 bytes, patch)
2010-10-02 18:00 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2010-10-02 18:00:12 UTC
Since some dynamically loaded sane backends (like hpaio from print/hplip) use
threads, saned/libsane itself must be linked with threads. Debian is doing it too.

This unbreaks scanning with saned + hpaio.

Generated with FreeBSD Port Tools 0.99
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-10-16 09:10:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-16 15:59:30 UTC
makc        2010-10-16 14:59:26 UTC

  FreeBSD ports repository

  Modified files:
    graphics/sane-backends Makefile Makefile.man pkg-plist 
  Log:
  Enable pthread to unbreak scanning with saned + hpaio
  while here, fix build with NOPORTDOCS
  
  PR:             based on ports/151157
  Submitted by:   Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
  
  Revision  Changes    Path
  1.96      +8 -4      ports/graphics/sane-backends/Makefile
  1.15      +1 -0      ports/graphics/sane-backends/Makefile.man
  1.50      +3 -0      ports/graphics/sane-backends/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 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-10-16 16:00:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!