From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 20 08:00:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C7321065670 for ; Sun, 20 Feb 2011 08:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4D88FC12 for ; Sun, 20 Feb 2011 08:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1K80NBp089947 for ; Sun, 20 Feb 2011 08:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1K80NNS089932; Sun, 20 Feb 2011 08:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 20 Feb 2011 08:00:23 GMT Resent-Message-Id: <201102200800.p1K80NNS089932@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, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC170106566C for ; Sun, 20 Feb 2011 07:53:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CBD998FC14 for ; Sun, 20 Feb 2011 07:53:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1K7r7q3008465 for ; Sun, 20 Feb 2011 07:53:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p1K7r7lv008455; Sun, 20 Feb 2011 07:53:07 GMT (envelope-from nobody) Message-Id: <201102200753.p1K7r7lv008455@red.freebsd.org> Date: Sun, 20 Feb 2011 07:53:07 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/154902: [patch] Port devel/libedit: added libedit.pc for gnome-config to be able to find it X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 08:00:24 -0000 >Number: 154902 >Category: ports >Synopsis: [patch] Port devel/libedit: added libedit.pc for gnome-config to be able to find it >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: Sun Feb 20 08:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 8.1-STABLE amd64 >Organization: n/a >Environment: >Description: Added libedit.pc to unmaintained port devel/libedit for gnome-config to be able to find it >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN Makefile.orig Makefile --- Makefile.orig 2011-02-19 23:38:44.000000000 -0800 +++ Makefile 2011-02-19 23:44:07.000000000 -0800 @@ -7,7 +7,7 @@ PORTNAME= libedit PORTVERSION= 2.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.astron.com/pub/libedit/ \ http://www.canonware.com/download/libedit/ diff -ruN files/patch-libedit.pc.orig files/patch-libedit.pc --- files/patch-libedit.pc.orig 1969-12-31 16:00:00.000000000 -0800 +++ files/patch-libedit.pc 2011-02-19 23:43:52.000000000 -0800 @@ -0,0 +1,14 @@ +--- libdata/pkgconfig/libedit.pc.orig 1969-12-31 16:00:00.000000000 -0800 ++++ libdata/pkgconfig/libedit.pc 2011-02-19 23:40:01.000000000 -0800 +@@ -0,0 +1,11 @@ ++prefix=/usr/local ++exec_prefix=${prefix} ++libdir=${exec_prefix}/lib ++includedir=${prefix}/include ++ ++Name: libedit ++Description: Not just a replacement library for libreadline and libhistory. ++Version: 2.11 ++Libs: -L${libdir} -ledit -lcurses ++Libs.private: ++Cflags: -I${includedir} diff -ruN pkg-plist.orig pkg-plist --- pkg-plist.orig 2011-02-19 23:38:44.000000000 -0800 +++ pkg-plist 2011-02-19 23:44:30.000000000 -0800 @@ -4,4 +4,5 @@ lib/libedit.a lib/libedit.so.6 lib/libedit.so +libdata/pkgconfig/libedit.pc @dirrm include/editline >Release-Note: >Audit-Trail: >Unformatted: