This website requires JavaScript.
Explore
Help
Sign In
jcgruenhage
/
void-packages
Watch
1
Star
0
Fork
You've already forked void-packages
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
1d989be90f
void-packages
/
.gitignore
11 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Add .gitignore for temporary vim/emacs files
2012-01-12 22:55:32 +00:00
*.swo
*.swp
*~
\#*#
.gitignore: update.
2014-03-22 11:35:55 +00:00
*.o
.gitignore: ignore masterdir*
2014-04-07 16:22:13 +00:00
masterdir*
xbps-src: use default hostdir if unset; added support for x86 chroots ootb. - If -H (hostdir) is unset, it now defaults to xbps-packages/hostdir. This way a single hostdir can be shared by multiple masterdirs without any tweak. - If bootstrap pkg are installed via 'binary-bootstrap arch', add support to reexec xbps-src with linux32 to allow 32bit builds without any tweak or additional commands.
2014-04-22 14:01:05 +00:00
hostdir*
.gitignore: sync with reality.
2014-04-01 12:31:42 +00:00
etc/conf
.gitignore: add etc/virtual
2014-11-09 08:03:11 +00:00
etc/virtual
xbps-src: base-chroot-v2 (reduce artifacts/deps) This patchset contains multiple changes to xbps-src and its required package "base-chroot" for building packages via chroot. - moved xbps.d(5) conf files to `etc/xbps.d`. - renamed xbps.d(5) repository files to `etc/xbps.d/repos-{local,remote}*`. - do not set `--repository` to any xbps command that supports it, xbps-src now simply populates `rootdir/etc/xbps.d` with correct settings (taking care of CHROOT_READY/IN_CHROOT). - Unless `-C` is set (to preserve builddir/destdir/autodeps), when entering to the chroot (if CHROOT_READY is set), xbps-src will clean up the masterdir and then perform a system update to always use a constant set of packages for that exact date. - Improved some normal/error msgs. - Includes support for `xbps>=0.58`. - common/hooks: switch to bsdtar. - base-chroot: - base-chroot-musl is gone, now unified for glibc/musl. - deps removed: gettext, mpfr, readline, texinfo, which, xz. - deps changed: tar -> bsdtar. Effectively this reduces dependencies in `base-chroot`, makes it unified for musl and glibc, switches xbps-src to use `bsdtar` rather than GNU `tar` and `xz`, gets rid of useless host dependencies like GNU gettext, texinfo, etc. I've been testing these changes for 1 month or so already, I was able to build from scratch `base-system` for both native and multiple targets, i.e `./xbps-src -a target -Nt pkg base-system`
2020-01-01 10:15:35 +00:00
.xbps-checkvers*.plist
Reference in a new issue
Copy permalink