Bug 107050 - Patch: print/cups-base does not respect the PTHREAD_LIBS.
Summary: Patch: print/cups-base does not respect the PTHREAD_LIBS.
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 23:30 UTC by Jeremy Messenger
Modified: 2006-12-22 12:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Messenger freebsd_committer freebsd_triage 2006-12-21 23:30:22 UTC
The print/cups-base does not respect the PTHREAD_LIBS. The cups-config has
-lpthread in it. See example:

==============================
# /usr/local/bin/cups-config --libs
-lcups -L/usr/local/lib -lgnutls -L/usr/local/lib -ltasn1 -L/usr/local/lib
-lgcrypt -L/usr/local/lib -lgpg-error -lz -lpthread -lm -lcrypt
==============================

Fix: 

Patch: http://people.freebsd.org/~mezz/diff/cups-base.diff

After apply this patch, now it has -pthread that looks like below.

==============================
# /usr/local/bin/cups-config --libs                                        
-lcups -L/usr/local/lib -lgnutls -L/usr/local/lib -ltasn1 -L/usr/local/lib
-lgcrypt -L/usr/local/lib -lgpg-error -lz -pthread -lm -lcrypt
==============================
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 23:30:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-22 08:51:34 UTC
dinoex      2006-12-22 08:51:28 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile 
  Log:
  - honor PTHREAD_LIBS
  Submitted by:   Jeremy Messenger (maze)
  PR:             107050
  
  - honor PTHREAD_CFLAGS
  - make portlint happper
  
  Revision  Changes    Path
  1.60      +40 -39    ports/print/cups-base/Makefile
_______________________________________________
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 Dirk Meyer freebsd_committer freebsd_triage 2006-12-22 12:18:28 UTC
State Changed
From-To: open->closed

committed, thanks.