Konfliktüberprüfung von Ports deaktivieren
Möchte man zum Beispiel von einem Port welcher mit einem installierten Port in Konflikt steht den Quellcode herunterladen so wird dies durch die Konfliktüberprüfung verhindert:
# cd /usr/ports/www/firefox35/ # make fetch ===> firefox-3.5.7,1 conflicts with installed package(s): firefox-3.6,1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/www/firefox35
Mit Hilfe von DISABLE_CONFLICTS kann die Konfliktüberprüfung deaktiviert und der Quellcode heruntergeladen werden:
# make -DDISABLE_CONFLICTS fetch ===> Found saved configuration for firefox-3.5.3,1 => firefox-3.5.7.source.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://mozilla.c3sl.ufpr.br/releases/firefox/releases/3.5.7/source/. firefox-3.5.7.source.tar.bz2 100% of 44 MB 179 kBps 00m00s
Comments
No new comments allowed (anymore) on this post.