From owner-cvs-all@FreeBSD.ORG Sat May 10 23:31:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A6837B401; Sat, 10 May 2003 23:31:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D7843F85; Sat, 10 May 2003 23:31:55 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4B6Vt0U046797; Sat, 10 May 2003 23:31:55 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4B6VtPP046796; Sat, 10 May 2003 23:31:55 -0700 (PDT) Message-Id: <200305110631.h4B6VtPP046796@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 May 2003 23:31:55 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gdm2 Makefile ports/x11/gdm2/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 06:31:56 -0000 marcus 2003/05/10 23:31:55 PDT FreeBSD ports repository Modified files: x11/gdm2 Makefile Added files: x11/gdm2/files patch-ltmain.sh Log: Add a patch to allow -lc_r to be linked in on -CURRENT. Not having this caused gdm to lock up when started. Special thanks goes to Glenn Johnson for tracking this down. Apparently, newer versions of libtool have code to prevent -lc_r from being passed to the linker on _all_ versions of FreeBSD. Since ${PTHREAD_LIBS} is set to -lc_r for 5.x, this causes massive problems with threaded applications. Revision Changes Path 1.63 +1 -0 ports/x11/gdm2/Makefile 1.5 +51 -0 ports/x11/gdm2/files/patch-ltmain.sh (new)