summaryrefslogtreecommitdiffhomepage
path: root/irssi-0.8.18.local.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-11-151) Replaces the SysV-style build script link mechanism w/ build {,meta-}targets,Lucio Andrés Illanes Albornoz (arab, vxp)1-103/+0
2) splits build.{subr,sh}} into subr/{build,pkg,rtl}.subr and build.sh, 3) replaces {997.strip,998.midipix_sh,999.tarballs}.build with subr/{strip,tarball}.subr, 4) moves patches to patches/, vars files to vars/, and everything else to etc/, 5) renames `Create `Midipix mintty shell' shortcut.vbs' to midipix_shortcut.vbs, 6) fixes a Weechat configure issue, and 7) updates etc/{build.usage,README}.
2016-10-23Revert "Irssi: remove getsockopt(2) workaround patch."Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+16
This reverts commit 96f2b22c0d67e1c89bf10b69bd3eebdb46a2f8e6.
2016-10-17Irssi: remove getsockopt(2) workaround patch.Lucio Andrés Illanes Albornoz (arab, vxp)1-16/+0
2016-06-30Remove dependency on portage and config.sub patches.Lucio Andrés Illanes Albornoz (arab, vxp)1-22/+0
2016-06-18Followup to <7927966d8799ccceeee04d1e9e7119f0cac65d7b>:Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+56
- Comment out implemented getsockopt(SOL_SOCKET, SO_ERROR) call in order to fully fix /CONNECT. - Dummy out pidwait_add() to work around the lack of clone(2). - Provide for blocking /EXEC (see above.)
2016-06-15Disable NLS for all packages minus the runtime components.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+47
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-03-06- Adds glib2, irssi, and libffi.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+22
- Fixes signal handling wrt. build status files. - Simplify tarball creation procedure. - Forcibly remove all \*.la files from $PREFIX_LVL3/lib after each installation build step.