From owner-cvs-all@FreeBSD.ORG Mon Sep 5 22:36:34 2005 Return-Path: X-Original-To: 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 4CD6D16A41F; Mon, 5 Sep 2005 22:36:34 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C5F43D45; Mon, 5 Sep 2005 22:36:34 +0000 (GMT) (envelope-from roam@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 j85MaXNN022777; Mon, 5 Sep 2005 22:36:33 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j85MaXIE022776; Mon, 5 Sep 2005 22:36:33 GMT (envelope-from roam) Message-Id: <200509052236.j85MaXIE022776@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 5 Sep 2005 22:36:33 +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/libelf Makefile distinfo pkg-plist ports/devel/libelf/files patch-Makefile.in patch-configure patch-lib::sys_elf.h.in 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: Mon, 05 Sep 2005 22:36:34 -0000 roam 2005-09-05 22:36:33 UTC FreeBSD ports repository Modified files: devel/libelf Makefile distinfo pkg-plist devel/libelf/files patch-configure Added files: devel/libelf/files patch-Makefile.in patch-lib::sys_elf.h.in Log: Update to libelf 0.8.6. In addition to the update in the PR, fix a build issue on FreeBSD 4.x, whose does not define ELFMAG and SELFMAG. PR: 85120 Submitted by: Vasil Dimov Revision Changes Path 1.13 +13 -4 ports/devel/libelf/Makefile 1.7 +2 -2 ports/devel/libelf/distinfo 1.1 +11 -0 ports/devel/libelf/files/patch-Makefile.in (new) 1.5 +12 -15 ports/devel/libelf/files/patch-configure 1.1 +16 -0 ports/devel/libelf/files/patch-lib::sys_elf.h.in (new) 1.4 +1 -0 ports/devel/libelf/pkg-plist