From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 14:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5808EBA4 for ; Fri, 30 Aug 2013 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D66E2930 for ; Fri, 30 Aug 2013 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UEU1Q2046287 for ; Fri, 30 Aug 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7UEU12r046286; Fri, 30 Aug 2013 14:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 14:30:01 GMT Resent-Message-Id: <201308301430.r7UEU12r046286@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Maste Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7992EB7F for ; Fri, 30 Aug 2013 14:28:19 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66AAC291F for ; Fri, 30 Aug 2013 14:28:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UESJ40045879 for ; Fri, 30 Aug 2013 14:28:19 GMT (envelope-from emaste@freefall.freebsd.org) Received: (from emaste@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7UESJBq045878; Fri, 30 Aug 2013 14:28:19 GMT (envelope-from emaste) Message-Id: <201308301428.r7UESJBq045878@freefall.freebsd.org> Date: Fri, 30 Aug 2013 14:28:19 GMT From: Ed Maste To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181684: [exp-run] enable libexecinfo build in src X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ed Maste List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 14:30:02 -0000 >Number: 181684 >Category: ports >Synopsis: [exp-run] enable libexecinfo build in src >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 14:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ed Maste >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FreeBSD >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r25447 4: Sun Aug 18 03:32:49 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/ FREEFALL amd64 >Description: I have imported NetBSD's libexecinfo into the base system. It is not currently built by default but I would like to do so before 10.0. >How-To-Repeat: Build and install lib/libexecinfo >Fix: --- 0001-Enable-libexecinfo-build.patch begins here --- >From b2527548b6a6a8dbbade209dffea95b716b6304b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 29 Aug 2013 13:17:45 -0400 --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile b/lib/Makefile index 6e64925..feca8d3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -72,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ libdwarf \ libedit \ ${_libefi} \ + libexecinfo \ libexpat \ libfetch \ libgeom \ -- 1.8.3.3 --- 0001-Enable-libexecinfo-build.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: