ports/132031: [maintainer update] multimedia/clive: fix CONFLICTS

Toni Gundogdu legatvs at gmail.com
Mon Feb 23 23:50:05 UTC 2009


>Number:         132031
>Category:       ports
>Synopsis:       [maintainer update] multimedia/clive: fix CONFLICTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 23 23:50:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Toni Gundogdu
>Release:        
>Organization:
>Environment:
>Description:
* 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.
>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

(...)

>Fix:


Patch attached with submission follows:

--- /usr/ports/multimedia/clive/Makefile	2009-02-23 22:19:53.000000000 +0200
+++ clive/Makefile	2009-02-24 01:22:42.000000000 +0200
@@ -22,7 +22,7 @@
 		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple
 
 # deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name)
-CONFLICTS=	*clive-[0-1]*
+CONFLICTS=	clive-[0-1]*
 
 OPTIONS=	PASTE   "Enable pasting from X clipboard" off \
 		PAGER   "Enable pager for viewing cache entries" off \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list