ports/107050: Patch: print/cups-base does not respect the PTHREAD_LIBS.

Jeremy Messenger mezz at FreeBSD.org
Thu Dec 21 23:30:24 UTC 2006


>Number:         107050
>Category:       ports
>Synopsis:       Patch: print/cups-base does not respect the PTHREAD_LIBS.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 21 23:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Messenger
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec
10 03:18:20 UTC 2005 kensmith at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL
i386

>Description:
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
==============================

>How-To-Repeat:
>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
==============================

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list