From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 1 13:30:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFD4916A47C for ; Fri, 1 Dec 2006 13:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E6343CA7 for ; Fri, 1 Dec 2006 13:30:00 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB1DUEZI042656 for ; Fri, 1 Dec 2006 13:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB1DUENJ042655; Fri, 1 Dec 2006 13:30:14 GMT (envelope-from gnats) Resent-Date: Fri, 1 Dec 2006 13:30:14 GMT Resent-Message-Id: <200612011330.kB1DUENJ042655@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, Johan Strom Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F8EF16A4AB for ; Fri, 1 Dec 2006 13:24:24 +0000 (UTC) (envelope-from root@stromnet.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDE343CA3 for ; Fri, 1 Dec 2006 13:24:09 +0000 (GMT) (envelope-from root@stromnet.se) Received: from elfi.stromnet.se (90.224.172.102) by pne-smtpout2-sn2.hy.skanova.net (7.2.075) id 452BAB4100ADDE3F for FreeBSD-gnats-submit@freebsd.org; Fri, 1 Dec 2006 14:24:22 +0100 Received: by elfi.stromnet.se (Postfix, from userid 0) id EB99361E17; Fri, 1 Dec 2006 14:24:21 +0100 (CET) Message-Id: <20061201132421.EB99361E17@elfi.stromnet.se> Date: Fri, 1 Dec 2006 14:24:21 +0100 (CET) From: Johan Strom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106133: Fix for rblibtorrent port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johan Strom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 13:30:17 -0000 >Number: 106133 >Category: ports >Synopsis: Fix for rblibtorrent port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 13:30:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Johan Strom >Release: FreeBSD 6.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD elfi.stromnet.se 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #2: Wed Aug 30 16:34:20 CEST 2006 johan@elfi.stromnet.org:/usr/obj/usr/src/sys/ELFI i386 >Description: Fix for location of pkg-config file for libtorrent. >How-To-Repeat: >Fix: --- rblibtorrent.patch begins here --- diff -urN rblibtorrent.old/files/patch-Makefile.in rblibtorrent/files/patch-Makefile.in --- rblibtorrent.old/files/patch-Makefile.in Thu Nov 30 20:37:11 2006 +++ rblibtorrent/files/patch-Makefile.in Fri Dec 1 14:15:35 2006 @@ -5,7 +5,7 @@ debian/rules -pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)/libdata/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = libtorrent.pc all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive --- rblibtorrent.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: