ports/71612: [maintainer] sysutils/linneighborhood: fix thread usage

Simon Barner barner at in.tum.de
Sun Sep 12 02:00:47 UTC 2004


>Number:         71612
>Category:       ports
>Synopsis:       [maintainer] sysutils/linneighborhood: fix thread usage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 02:00:40 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 5.3-ALPHA i386
>Organization:
>Environment:
FreeBSD zi025.glhnet.mhn.de 5.3-ALPHA FreeBSD 5.3-ALPHA #0: Mon Aug 23 14:34:13
CEST 2004     root at zi025.glhnet.mhn.de:/mnt/fbsd521/usr/src/sys/i386/compile/KIS
TE  i386

>Description:

Somehow, a hard coded -lc_r survived in a patch file. Eleminating it, makes the
port (finally) PTHREAD_* conform.

It would be nice to see this (trival) patch in 5.3-R, but I also understand
that there are more important ports than LinNeighborhood... :-)

>How-To-Repeat:

N/A

>Fix:

--- linneighborhood.patch begins here ---
diff -ruN linneighborhood.orig/files/patch-Makefile.in linneighborhood/files/patch-Makefile.in
--- linneighborhood.orig/files/patch-Makefile.in	Sun Sep 12 03:34:16 2004
+++ linneighborhood/files/patch-Makefile.in	Sun Sep 12 03:43:45 2004
@@ -14,7 +14,7 @@
  LinNeighborhood_LDADD = @GTK_LIBS@
  INCLUDES = @GTK_CFLAGS@ -DLIBDIR=\"$(libdir)\" -DDATADIR=\"$(datadir)\"
 -LIBS = @GTK_LIBS@ -lpthread
-+LIBS = @GTK_LIBS@ -lc_r -lutil
++LIBS = @GTK_LIBS@ -lutil
  
  EXTRA_DIST = picture
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- linneighborhood.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list