Subject: CVS commit: pkgsrc/multimedia/mmg
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 03/30/2005 20:15:12
Module Name: pkgsrc
Committed By: reed
Date: Wed Mar 30 20:15:12 UTC 2005
Modified Files:
pkgsrc/multimedia/mmg: Makefile
Log Message:
Remove slash from end of DEPENDS.
This caused my bulk build to fail (before building) when it was
building list of dependencies, because multimedia/mmg/Makefile
included ../../multimedia/mkvtoolnix/Makefile.dist and also
depended on ../../multimedia/mkvtoolnix/. And multimedia/mkvtoolnix/Makefile
also included ../../multimedia/mkvtoolnix/Makefile.dist.
The bulk build error was like:
----> Depending in /home/jreed/pkgsrc/multimedia/mmg (pass #1)
----> Depending in ../../multimedia/mkvtoolnix/ (pass #2)
...
----> Depending in ../../multimedia/mkvtoolnix/ (pass #24)
ERROR: You have reached 25 times through the dependency tree
and _still_ not finished. This is probably due to a broken
set of dependencies. You may wish to examine the partial
database left in /home/jreed/pkgsrc/.bulk_db.foo
Removing the trailing slash from the DEPENDS fixed this problem for me.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/multimedia/mmg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.