Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2011 17:48:10 +0100
From:      Michel Talon <talon@lpthe.jussieu.fr>
To:        Baptiste Daroussin <bapt@FreeBSD.org>, ports@FreeBSD.org
Subject:   Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install
Message-ID:  <20110325164810.GA86192@lpthe.jussieu.fr>

next in thread | raw e-mail | index | archive | help
Sorry i have just seen a table for dependencies in pkg_repo.c

"CREATE TABLE deps ("
			"origin TEXT,"
			"name TEXT,"
			"version TEXT,"
			"package_id INTEGER REFERENCES packages(id),"
			"PRIMARY KEY (package_id, origin)"

So this seems fine.

-- 

Michel TALON




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110325164810.GA86192>