Bug 126738 - [patch] sysutils/tracker-client conflicts with converters/o3read
Summary: [patch] sysutils/tracker-client conflicts with converters/o3read
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 15:20 UTC by Hirohisa Yamaguchi
Modified: 2008-09-04 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.85 KB, patch)
2008-08-22 15:20 UTC, Hirohisa Yamaguchi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hirohisa Yamaguchi 2008-08-22 15:20:02 UTC
	converters/o3read (which was recently added) and
	sysutils/tracker-client both installs the same binary
	bin/o3totxt.

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

	the patch follows:
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?)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-22 15:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-04 22:46:45 UTC
mezz        2008-09-04 21:46:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/tracker-client Makefile pkg-plist 
  Added files:
    sysutils/tracker-client/files 
                                  patch-src_text-filters__Makefile.in 
  Log:
  Resolve the conflict in the between of tracker-client and converters/o3read by
  get this port to not build/install o3totxt and depend on converters/o3read.
  Bump the PORTREVISION.
  
  PR:             ports/126738
  Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
  
  Revision  Changes    Path
  1.23      +2 -1      ports/sysutils/tracker-client/Makefile
  1.1       +11 -0     ports/sysutils/tracker-client/files/patch-src_text-filters__Makefile.in (new)
  1.11      +0 -1      ports/sysutils/tracker-client/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2008-09-04 22:46:51 UTC
State Changed
From-To: open->closed

Committed, thanks!