From owner-cvs-all@FreeBSD.ORG Sun Mar 4 06:53:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58E7D16A400; Sun, 4 Mar 2007 06:53:01 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABEE13C46B; Sun, 4 Mar 2007 06:53:01 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l246r1Gl018441; Sun, 4 Mar 2007 06:53:01 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l246r1v0018439; Sun, 4 Mar 2007 06:53:01 GMT (envelope-from mezz) Message-Id: <200703040653.l246r1v0018439@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 4 Mar 2007 06:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/g-wrap Makefile ports/devel/g-wrap/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2007 06:53:01 -0000 mezz 2007-03-04 06:53:01 UTC FreeBSD ports repository Modified files: devel/g-wrap Makefile Added files: devel/g-wrap/files patch-configure Log: - Fix the build on amd64. - Fix the srfi extensions installation if they are already exist, install them anyway since there are no conflict in ports tree. Example, using portupgrade while upgrade and it will finding g-wrap exists then not install files as g-wrap will be uninstall when the build is done. - Bump the PORTREVISION to make sure the users to have srfi extensions back in their systems. Reported by: several, Peter Jeremy Tested by: Peter Jeremy Revision Changes Path 1.40 +14 -5 ports/devel/g-wrap/Makefile 1.1 +55 -0 ports/devel/g-wrap/files/patch-configure (new)