Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 10:24:31 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51533: Update port: devel/glib20 (pthread hack)
Message-ID:  <86adea3xkg.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200304290130.h3T1U2dE058010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51533
>Category:       ports
>Synopsis:       Update port: devel/glib20 (pthread hack)
>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:   Mon Apr 28 18:30:01 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #5: Sun Apr 27 19:35:56 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Just setting CONFIGURE_ENV does not the job, need to patch the
configure script.

See also the related PR's Audit-Trail:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/50402

>How-To-Repeat:

>Fix:
cvs server: Diffing .
cvs server: Diffing files
Index: files/patch-ae
===================================================================
RCS file: /home/ncvs/ports/devel/glib20/files/patch-ae,v
retrieving revision 1.25
diff -u -r1.25 patch-ae
--- files/patch-ae	2003/02/07 18:42:03	1.25
+++ files/patch-ae	2003/04/29 01:23:06
@@ -1,6 +1,6 @@
 --- configure.orig	Mon Dec  2 16:34:49 2002
 +++ configure	Tue Dec  3 18:21:22 2002
-@@ -11259,6 +11259,7 @@
+@@ -10176,6 +10176,7 @@
  
  # This can be used to rebuild libtool when needed
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,3 +8,12 @@
  
  # Always use our own libtool.
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -17057,6 +17058,8 @@
+       fi
+     done
+   fi
++  G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
++  G_THREAD_LIBS="${PTHREAD_LIBS}"
+ 
+   if test x"$G_THREAD_CFLAGS" = x; then
+ 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86adea3xkg.wl%fuyuki>