Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
bee-files/libxml2-2.9.4-0.bee
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run `rsync -a /src/mariux/beeroot/bee-files/ .`, and delete some files. * mxstartup: Remove NIS and add hostconfig tags Now `/etc/mxstartups` allows `@tags` for host-selection. this format was formerly used for NIS netgroups. We don't use them anymore and we don't want to introduce a new format. * mxloadmonitor: Fix evil bug in collectd Now deletes zero sized rrds as intended. * gdm-3.4.1: Recompile / linke with systemd-230 preinstalled Doesn't work yet. * gdm-3.16.2: Start up X on VT7 The old GDM 3.4.1 doesn't start up with systemd 230. Screen still black, but X is running. Trying to get gdm-3.16.2 running on old systemd-27 so we don't have to rebuild too many packages on systemd migration. * dconf: Add 0.26.0 for new GDM 3.16.2 `dconf compile` wasn't known in new gdm compile. * flex: Add version 2.6.0 Compiling Linux-PAM reveals some flex related warnings. This update doesn’t fix them. Whatever. * Linux-PAM: Add version 1.3.0 for GDM and systemd 230 Looks like we need a new PAM for gdm/systemd.
executable file
18 lines (12 sloc)
315 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env beesh | |
# Mon Jun 13 2016 -- kreitler | |
SRCURL[0]="http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz" | |
BEE_MAKEFLAGS=${BEE_MAKEFLAGS:-' -j12 '} | |
[ $UID != 0 ] && PREFIX=/dev/shm/junk | |
mee_configure() { | |
bee_configure --with-python | |
} | |
mee_install() { | |
[ "x$DEE_BUG" != "x" ] && exit | |
bee_install | |
} |