From e9651ae962f8e7c9665f881104f21efae8f1b436 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 28 Jul 2010 09:41:15 +0000 Subject: [PATCH] pkgsrc: minor changes to paths, options. --- etc/mtree/minix.tree | 5 +++-- etc/pkgsrc.conf | 10 ++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/etc/mtree/minix.tree b/etc/mtree/minix.tree index 985f0895b..9864cae93 100644 --- a/etc/mtree/minix.tree +++ b/etc/mtree/minix.tree @@ -15,8 +15,6 @@ 755 ast other /usr/ast 755 root operator /usr/bin 755 root operator /usr/etc -755 root operator /usr/db -755 root operator /usr/db/pkg 755 root operator /usr/pkg 755 root operator /home 755 root operator /usr/include @@ -90,4 +88,7 @@ 755 root operator /var /var/log -> /usr/log 755 root operator /usr/log +755 root operator /usr/var +755 root operator /usr/var/db +755 root operator /usr/var/db/pkg 755 root operator /var/run diff --git a/etc/pkgsrc.conf b/etc/pkgsrc.conf index 7ca32fafb..82b5a46b1 100644 --- a/etc/pkgsrc.conf +++ b/etc/pkgsrc.conf @@ -10,9 +10,9 @@ PATH:= ${PATH}:/usr/gnu/bin PKGSRC_COMPILER= gcc -PKG_DBDIR= /usr/db/pkg +PKG_DBDIR= /usr/var/db/pkg LOCALBASE= /usr/pkg -VARBASE= /var +VARBASE= /usr/var PKG_TOOLS_BIN= /usr/sbin PKGMANDIR= man @@ -36,4 +36,10 @@ CURSES_DEFAULT?= ncurses PKG_OPTIONS.groff=-x11 -groff-docs +# no inet6 +PKG_DEFAULT_OPTIONS?= -inet6 + +# allow all licenses for external packages +SKIP_LICENSE_CHECK=yes + .endif # end pkgsrc settings -- 2.44.0