]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r266553, r266554:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 25 May 2014 17:00:22 +0000 (17:00 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 25 May 2014 17:00:22 +0000 (17:00 +0000)
commit0f8e1f62ed1445474054e0878c49519e8d1266a3
tree697cd69815f3bb8c28e766f9fe313b7d58722565
parent76ede18fc1ed0f4b55bb2c223d3918db57ebd89e
MFC r266553, r266554:

r266553:
  Add forward-compatibility glue with pkg-1.3:
   - Use ASSUME_ALWAYS_YES=YES instead of ASSUME_ALWAYS_YES=1
     since pkg-1.3 expects "yes" or "true" values.
   - Before exporting PKG_ABI, strip extra characters from what
     is parsed from 'pkg -vv'.  This causes problems further down
     when creating the packages directory for inclusion on the
     dvd1.iso.  Previously PKG_ABI would be 'freebsd:9:x86:64',
     but now is '"freebsd:9:x86:64";' in pkg-1.3.

r266554:
  Disable the main FreeBSD pkg(7) repositories in the dvd
  repository configuration to avoid fetching from upstream
  in case there may be conflicts.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@266658 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/scripts/FreeBSD_install_cdrom.conf
release/scripts/pkg-stage.sh