Bug 132031 - [maintainer update] multimedia/clive: fix CONFLICTS
Summary: [maintainer update] multimedia/clive: fix CONFLICTS
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 23:50 UTC by Toni Gundogdu
Modified: 2009-02-25 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (458 bytes, patch)
2009-02-23 23:50 UTC, Toni Gundogdu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toni Gundogdu 2009-02-23 23:50:04 UTC
* Fixes CONFLICTS in Makefile
  - the mask included also multimedia/cclive
  - cclive and clive can co-exist on same system

* Please remove the pkg-plist file
  - Makefile contains the PLIST_FILES variable

Thanks.

Fix: Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/multimedia/clive; make install clean

(...)

===>  Installing for clive-2.1.6

===>  clive-2.1.6 conflicts with installed package(s): 
      cclive-0.2.3

      They install files into the same place.
      Please remove them first with pkg_delete(1).
*** Error code 1

(...)
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-02-25 13:50:14 UTC
garga       2009-02-25 13:49:59 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/clive     Makefile 
  Removed files:
    multimedia/clive     pkg-plist 
  Log:
  - Fix CONFLICTS, the mask used conflict the port with cclive, and they can
    co-exist
  - Remove pkg-plist file, since Makefile has PLIST_FILES line
  
  PR:             ports/132031
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.32      +1 -1      ports/multimedia/clive/Makefile
  1.17      +0 -2      ports/multimedia/clive/pkg-plist (dead)
_______________________________________________
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 2 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 13:50:51 UTC
State Changed
From-To: open->closed

Committed with minor changes, I added ljcfile-[0-9]* to CONFLICTS too 
because this port install bin/cfile. Thanks!