pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: sevan
Date: Sat Jan 7 04:30:45 UTC 2017
Modified Files:
pkgsrc/doc/guide/files: configuring.xml
Log Message:
Note the new PKG_DBDIR location
Remove ftp.FreeBSD.org as default MASTER_SITE_BACKUP
xlc on Darwin was for PowerPC and no longer available but the history of
mk/compiler/xlc.mk show that work to add AIX support had start at some point so
drop the Darwin/OS X reference.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/doc/guide/files/configuring.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/configuring.xml
diff -u pkgsrc/doc/guide/files/configuring.xml:1.51 pkgsrc/doc/guide/files/configuring.xml:1.52
--- pkgsrc/doc/guide/files/configuring.xml:1.51 Mon Sep 12 12:18:43 2016
+++ pkgsrc/doc/guide/files/configuring.xml Sat Jan 7 04:30:45 2017
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.51 2016/09/12 12:18:43 maya Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.52 2017/01/07 04:30:45 sevan Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -50,7 +50,7 @@ spelling mistakes) takes place.</para>
</listitem>
<listitem><para><varname>PKG_DBDIR</varname>: Where the
database about installed packages is stored. The default is
- <filename>/var/db/pkg</filename>.</para>
+ <filename>/usr/pkg/pkgdb</filename>.</para>
</listitem>
<listitem><para><varname>MASTER_SITE_OVERRIDE</varname>:
If set, override the packages'
@@ -61,10 +61,8 @@ spelling mistakes) takes place.</para>
if not found locally or in
<filename>${MASTER_SITES}</filename> or
<filename>${PATCH_SITES}</filename> respectively.
- The defaults are
- <filename>ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/${DIST_SUBDIR}/</filename>
- and
- <filename>ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/</filename>.</para>
+ The defaults is
+ <filename>ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/${DIST_SUBDIR}/</filename>.</para>
</listitem>
<listitem><para><varname>BINPKG_SITES</varname>:
List of sites carrying binary pkgs. <replaceable>rel</replaceable> and
@@ -256,7 +254,7 @@ uid=1000(myusername) gid=100(users) grou
</listitem>
<listitem><para><varname>xlc</varname>:
- IBM's XL C/C++ compiler suite (Darwin/MacOSX)</para>
+ IBM's XL C/C++ compiler suite</para>
</listitem>
</itemizedlist>
Home |
Main Index |
Thread Index |
Old Index