* 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 (...)
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"
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!