Bug 150391 - [PATCH] Removing conflicts from databases/virtuoso port
Summary: [PATCH] Removing conflicts from databases/virtuoso port
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: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 20:40 UTC by Jose Alonso Cardenas Marquez
Modified: 2010-11-18 05:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2010-09-08 20:40:01 UTC
Currently, database/virtuoso installs some tools with the same name (bin/isql) than another ports like database/unixODBC, database/firebird20-*

Fix: 

The following patch file rename some virtuoso tools to isql/isql-vt and isqlw/isqlw-vt. Those changes remove CONFLICTS with another ports into the ports tree

http://people.freebsd.org/~acm/ports/virtuoso.diff
How-To-Repeat: Try install

database/unixODBC database/firebird20-client and database/virtuoso on the same time
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2010-09-08 20:53:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

- Maintainer is committer
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-18 05:03:08 UTC
acm         2010-11-18 05:03:04 UTC

  FreeBSD ports repository

  Modified files:
    databases/virtuoso   Makefile pkg-plist 
  Added files:
    databases/virtuoso/files patch-binsrc-tests-Makefile.in 
  Log:
  - Remove database/unixODBC and  database/firebird20-* CONFLICTS. Now
    database/virtuoso installs bin/isql and bin-isqlw like bin/isql-vt and
    bin/isqlw-vt respectly
  - Bump PORTREVISION
  
  PR:             150391
  Approved by:    fjoe (maintainer timeout - 5 weeks)
  
  Revision  Changes    Path
  1.25      +4 -1      ports/databases/virtuoso/Makefile
  1.1       +27 -0     ports/databases/virtuoso/files/patch-binsrc-tests-Makefile.in (new)
  1.6       +2 -2      ports/databases/virtuoso/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 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2010-11-18 05:03:37 UTC
State Changed
From-To: open->closed

- Committed!!