From owner-cvs-all@FreeBSD.ORG  Thu Jan 13 02:10:57 2005
Return-Path: <owner-cvs-all@FreeBSD.ORG>
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 4809B16A4CE; Thu, 13 Jan 2005 02:10:57 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1EEC843D31; Thu, 13 Jan 2005 02:10:57 +0000 (GMT)
	(envelope-from trevor@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0D2AvOi033595;
	Thu, 13 Jan 2005 02:10:57 GMT
	(envelope-from trevor@repoman.freebsd.org)
Received: (from trevor@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0D2AuHa033594;
	Thu, 13 Jan 2005 02:10:56 GMT
	(envelope-from trevor)
Message-Id: <200501130210.j0D2AuHa033594@repoman.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Thu, 13 Jan 2005 02:10:56 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: ports/emulators/linux_base-debian Makefile
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Jan 2005 02:10:57 -0000

trevor      2005-01-13 02:10:56 UTC

  FreeBSD ports repository

  Modified files:
    emulators/linux_base-debian Makefile 
  Log:
  For some reason our rebuilt libc6 .deb package containing an ldconfig marked by
  brandelf was invalid ("files list file for package `libc6' contains an empty
  filename"), causing an installation error.  Avoid the error by instead unpacking
  libc6 into the installation directory, then running brandelf, then configuring
  libc6.
  
  Note restriction due to GNU GPL.
  
  Take maintainership.
  
  Revision  Changes    Path
  1.15      +6 -13     ports/emulators/linux_base-debian/Makefile