summaryrefslogtreecommitdiffhomepage
path: root/psxscl.local.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15Disable NLS for all packages minus the runtime components.Lucio Andrés Illanes Albornoz (arab, vxp)1-124/+0
Followup to <2696b7e8fb2972e72fab7ca8b5a3ab87022814af>: - Restore src/process/_execve.c NT_SEC_IMAGE vs. NT_SEC_RESERVE patch for builds on lucio-vm.local. to allow for running Midipix from a network share. Move previous psxscl patches into psxscl.local@lucio-vm.local.patch. Prevent Irssi from using g_child_watch_add_full() when resolving hostnames for testing purposes as clone(2) is not currently implemented. Updated Create `Midipix mintty shell' shortcut.vbs: - Always update the shortcut file. - Launch sh(1) instead of Mintty (via Elieux.) - Obtain the pathname to Cygwin from the command line, defaulting to `C:\cygwin64'. Updated midipix.sh: - Automatically determine ${MIDIPIX_DRIVE} and ${MIDIPIX_PNAME} via cygpath(1) (via Elieux.) - Export MSYS2_ARG_CONV_EXCL="*" when running within Msys (via Elieux.) - Prepend `/bin' to ${PATH} if not present (via Elieux.) - Set and restore the previous cygdrive prefix. - Use /proc/cygdrive instead of /cygdrive (via Elieux.)
2016-05-27Removed unnecessary psxscl patches.Lucio Andrés Illanes Albornoz (arab, vxp)1-13/+0
2016-03-07Folowup to last commit (adds minimal mprotect(2); fixes Irssi (part 2.))Lucio Andrés Illanes Albornoz (arab, vxp)1-14/+1
2016-03-07Set protect=NT_PAGE_NOACCESS when prot=0 in libpsxscl!__sys_mmap().Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+13
Fixes Irssi (part 1.)
2016-02-23- Fixed git, libressl, and ncurses.Lucio Andrés Illanes Albornoz (arab, vxp)1-13/+0
- Removed popt as only rsync required it. - Removed __PSX_DEFAULT_ROOT_DIRECTORY psxscl patch as chroot(8) can be used instead. - Swapped 204.psxscl.build with 205.ntcon.build.
2016-02-12- Major cleanup in general.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+150
- Added --{build-{scripts,steps},help,tarball}. Variables can now be overriden on the command-line. - Integrated bzip2, dash, less, ncurses, popt, rsync, tar, util-linux, which, and xz; as there are no patches in portage/ for util-linux just yet, this presently requires integrated local patches. Git is included in build.vars only as it requires OpenSSL. - Include ntapi.local.patch and psxscl.local.patch in the repository.