Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 23:17:02 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126738: [patch] sysutils/tracker-client conflicts with converters/o3read
Message-ID:  <86pro1t9r5.wl%umq@ueo.co.jp>
Resent-Message-ID: <200808221420.m7MEK3r2041469@freefall.freebsd.org>

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

>Number:         126738
>Category:       ports
>Synopsis:       [patch] sysutils/tracker-client conflicts with converters/o3read
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 22 14:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	converters/o3read (which was recently added) and
	sysutils/tracker-client both installs the same binary
	bin/o3totxt.

>How-To-Repeat:
	1. install converters/o3read
	2. install sysutils/tracker-client
	3. delete sysutils/tracker-client
	4. delete converters/o3read
	 -> get following:
	pkg_delete: file '/usr/local/bin/o3totxt' doesn't exist
	pkg_delete: couldn't entirely delete package (perhaps the packing list is
	incorrectly specified?)

>Fix:
	Do not install bin/o3totxt supplied with tracker and depend on
	converters/o3read, since the source files are identical.

	the patch follows:

diff -Npru ports/sysutils/tracker-client/Makefile ports.orig/sysutils/tracker-client/Makefile
--- ports/sysutils/tracker-client/Makefile	2008-07-01 05:16:21.000000000 +0900
+++ ports.orig/sysutils/tracker-client/Makefile	2008-08-22 22:49:29.000000000 +0900
@@ -8,7 +8,7 @@
 
 PORTNAME=	tracker
 PORTVERSION=	0.6.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	http://www.gnome.org/~jamiemcc/tracker/
 PKGNAMESUFFIX?=	-client
@@ -25,6 +25,7 @@ LIB_DEPENDS=	sqlite3.8:${PORTSDIR}/datab
 		qdbm.14:${PORTSDIR}/databases/qdbm \
 		exempi.3:${PORTSDIR}/textproc/exempi
 RUN_DEPENDS=	xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \
+		o3totxt:${PORTSDIR}/converters/o3read \
 		pdftotext:${PORTSDIR}/graphics/poppler-utils \
 		w3m:${PORTSDIR}/www/w3m
 
diff -Npru ports/sysutils/tracker-client/files/patch-src_text-filters__Makefile.in ports.orig/sysutils/tracker-client/files/patch-src_text-filters__Makefile.in
--- ports/sysutils/tracker-client/files/patch-src_text-filters__Makefile.in	1970-01-01 09:00:00.000000000 +0900
+++ ports.orig/sysutils/tracker-client/files/patch-src_text-filters__Makefile.in	2008-08-22 22:42:34.000000000 +0900
@@ -0,0 +1,11 @@
+--- ./src/text-filters/Makefile.in.orig	2008-03-03 13:14:00.000000000 +0900
++++ ./src/text-filters/Makefile.in	2008-08-22 21:40:00.000000000 +0900
+@@ -266,7 +266,7 @@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = ooo_converter
++#SUBDIRS = ooo_converter
+ all: all-recursive
+ 
+ .SUFFIXES:
diff -Npru ports/sysutils/tracker-client/pkg-plist ports.orig/sysutils/tracker-client/pkg-plist
--- ports/sysutils/tracker-client/pkg-plist	2008-04-08 06:16:29.000000000 +0900
+++ ports.orig/sysutils/tracker-client/pkg-plist	2008-08-22 22:42:03.000000000 +0900
@@ -1,4 +1,3 @@
-bin/o3totxt
 bin/tracker-extract
 bin/tracker-files
 bin/tracker-meta-folder
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pro1t9r5.wl%umq>