|
||||
HOWTO: Fluxbox from GIT
This script will rebuild your Fluxbox to newest version from GIT repository:
Code:
#! /bin/sh # if you use WRKDIRPREFIX in /etc/make.conf # then modify these to your settings PORTSDIR=/usr/ports WRKDIRPREFIX=${PORTSDIR}/obj cd /tmp git clone git://git.fluxbox.org/fluxbox.git \ || ( echo "\ninstall /usr/ports/devel/git port\n" && exit ) cd fluxbox && ./autogen.sh cd /usr/ports/x11-wm/fluxbox make depends make extract if [ -z ${WRKDIRPREFIX} ]; then SOURCEDIR=$( ls /usr/ports/x11-wm/fluxbox/work ) rm -rf /usr/ports/x11-wm/fluxbox/work/${SOURCEDIR} mv /tmp/fluxbox /usr/ports/x11-wm/fluxbox/work/${SOURCEDIR} \ || ( echo "\ncheck WRKDIRPREFIX\n" && exit ) else SOURCEDIR=$( ls ${WRKDIRPREFIX}/usr/ports/x11-wm/fluxbox/work ) rm -rf ${WRKDIRPREFIX}/usr/ports/x11-wm/fluxbox/work/${SOURCEDIR} mv /tmp/fluxbox ${WRKDIRPREFIX}/usr/ports/x11-wm/fluxbox/work/${SOURCEDIR} \ || ( echo "\ncheck WRKDIRPREFIX\n" && exit ) fi make build deinstall install clean
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
|||
I added a tag to the topic, this is FreeBSD specific.
|
|
||||
Its the same script/howto that was on bsdforums.org as they are dead now I added it here, no new changes since last changes at bsdforums.org
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
||||
Quote:
Generally current git state does nto have anything with this howto, I am doing little cleaning on my boxes and I found that script so I added a mini howto.
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
Tags |
freebsd |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluxbox don't start | Artur | FreeBSD General | 4 | 3rd September 2009 01:04 PM |
fluxbox crash? HELP | bsdnewbie999 | OpenBSD General | 9 | 2nd April 2009 04:35 AM |
Fluxbox fbsetbg problem | rex | FreeBSD General | 6 | 12th September 2008 05:18 PM |
OpenBSD 4.3, XDM + FluxBox | WeakSauceIII | General software and network | 2 | 19th May 2008 08:34 PM |
gtk themes for fluxbox | rex | FreeBSD General | 0 | 18th May 2008 03:24 AM |