Date: Sat, 20 Jan 2001 17:02:13 -0800 (PST) From: Satoshi Asami <asami@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts dopackages Message-ID: <200101210102.f0L12Di59344@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 2001/01/20 17:02:13 PST Modified files: Tools/portbuild/scripts dopackages Log: A few new features: (1) The script now assumes make(1) knows how to handle long dependency chains properly. quickports is a list of ports that take a long time to build by thesmelves (not ports that have long dependency chains). The script adds several extra dependency levels to the generate Makefile for those ports to make their dependency chains longer. (2) Use -R flag to cvs. Comment out the cvsup part. (3) Preserve error messages for ports that didn't build the first time around but did build on the retry. (4) Record the package's timestamps in the log directory by doing an "ls -asFlrt" in the packages/All directory. (5) Add a little sleep after two background jobs so outputs won't be garbled. Revision Changes Path 1.13 +22 -14 ports/Tools/portbuild/scripts/dopackages To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101210102.f0L12Di59344>