From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 22 14:20:03 2008 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 9B3C51065678 for ; Fri, 22 Aug 2008 14:20:03 +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 76D478FC1D for ; Fri, 22 Aug 2008 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7MEK3BN041470 for ; Fri, 22 Aug 2008 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7MEK3r2041469; Fri, 22 Aug 2008 14:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 22 Aug 2008 14:20:03 GMT Resent-Message-Id: <200808221420.m7MEK3r2041469@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, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 483531065682 for ; Fri, 22 Aug 2008 14:17:05 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa02b.plala.or.jp (msa02.plala.or.jp [58.93.240.2]) by mx1.freebsd.org (Postfix) with ESMTP id B69B38FC08 for ; Fri, 22 Aug 2008 14:17:04 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from eupheme.kaumoge.org ([121.112.64.124]) by msa02b.plala.or.jp with ESMTP id <20080822141702.WDGW15544.msa02b.plala.or.jp@eupheme.kaumoge.org> for ; Fri, 22 Aug 2008 23:17:02 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id m7MEHOjY005856 for ; Fri, 22 Aug 2008 23:17:24 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86pro1t9r5.wl%umq@ueo.co.jp> Date: Fri, 22 Aug 2008 23:17:02 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126738: [patch] sysutils/tracker-client conflicts with converters/o3read 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: Fri, 22 Aug 2008 14:20:03 -0000 >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: >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: