Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Dec 2006 14:24:21 +0100 (CET)
From:      Johan Strom <johan@stromnet.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106133: Fix for rblibtorrent port
Message-ID:  <20061201132421.EB99361E17@elfi.stromnet.se>
Resent-Message-ID: <200612011330.kB1DUENJ042655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061201132421.EB99361E17>