GAR! GAR! GAR!
August 20, 2004
All I did was run 'make makesums'. I haven't verified squat about this
modified upstream file. I suspect that anyone meticulous enough to verify the
pristine non-infected non-trojaned integrity of everything they run on their
Windows system will do so themselves for this program all on their own, without
the use of our checksums. I also suspect that such people are quite few in
number, and that the vast majority of Windows systems have far darker demons
lurking than whatever might conceiveably be concealed in this modified zip
file.
August 20, 2004 11:42 PM
First of all, the bright shiny new toolchain for rootbin means that CFLAGS, etc
now need new values. I've basically copied the form of what's in the
singularity DESTIMG and omitted those things that don't apply (e.g.
$(GCC_LIBDIR)... the rootbin toolchain doesn't produce that path)
Busybox needs a few more *_ARGS in order to succeed, and needs regex support in
uClibc.
August 20, 2004 03:06 AM
August 19, 2004
Seth's released a new md5tee with the previously committed gar-base.diff
applied. This one's called 0.3.2.
August 19, 2004 05:34 AM
- Stop using the Debian pool as the MASTER_SITE
- Get a much newer version
- Patch the Makefile that insists it's right
August 19, 2004 05:01 AM
Patch up md5tee so that the new compiler stops complaining about it.
August 19, 2004 04:32 AM
The binutils upstream is missing a dependency, which thankfully does not
require patching. GAR just needs to explicitly make it before making 'all'.
Specifically, configure-build-demangler isn't depending on
configure-build-libiberty when it should. Also, this doesn't effect the
toolchains, so I'll just add it to BUILD_ARGS unconditionally.
August 19, 2004 12:54 AM
August 16, 2004
The documentation provided with discover requires docbook tools to build.
Until docbook is packaged in GAR, this means it's a prequisite for building
LNX-BBC, which is unacceptable. This patch simply side-steps building and
installing the documentation, since we'd just strip it out at the end anyway.
August 16, 2004 01:48 AM
The lnximg DESTIMG used the same wrapped toolchain as rootbin. Now that
rootbin uses a real toolchain, so should lnximg.
August 16, 2004 01:39 AM
August 14, 2004
The devel/gcc Makefile needs to configure gcc differently depending on which
libc it's to work with. For now, I've used conditionals, but that's temporary.
Somehow, these differences need to be defined in the DESTIMG, or at least they
should take their que in some other way. Perhaps the way lang/c does. Hmmm.
August 14, 2004 06:33 AM
uClibc installs static stuff to $(PREFIX)$(DEVEL_PREFIX) and dynamic stuff to
$(PREFIX)$(RUNTIME_PREFIX). For this toolchain build, these two paths have no
common root, so we ignore PREFIX and just use DEVEL_PREFIX and RUNTIME_PREFIX.
Outside of the toolchain dep tree, they probably both belong in $(DESTDIR), but
we don't have to deal with that case.
August 14, 2004 05:57 AM
July 22, 2004
Now we have half of archive/ done. Whee!
July 22, 2004 08:06 PM
July 21, 2004
package-info is a target that I made up to make a big list of the packages that
are in the GAR tree. It has a similar style to the Debian package lists. This
change just adds a VERSION header to the output.
July 21, 2004 06:43 AM
This is part of my ongoing battle to have good package descriptions in the tree.
July 21, 2004 06:35 AM
Patches applied:
* lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-12
upstream moved
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-23
Fixed some IE display errors, and updated documentation to remove more references to CVS
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-24
bah, the tree seems wedged somehow.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-25
Added inkblot's archive and put in a missing shell prompt
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-26
Update archive location
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-27
no more my-id needed in anonymous get
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-28
Merging in updated arch.txt with condensed tutorial up front.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-29
changed arch location of my trees
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-30
Updating Web pages to use Archzoom URL
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-31
cherry-picking inkblot's research MASTER_SITES fix to pcmcia-cs
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-32
Adding link to Planet LNX-BBC in the navbar
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-26
Fixing header padding, and trying to fix mainbody width for IE (ha ha)
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-27
oops, that didn't work
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-28
Putting width on TD tag so IE doesn't go into conniptions.
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-29
Removing references from CVS to more documents.
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-30
returning diff reports to the navbar, and changing still more cvs refs to arch refs
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-31
The navbar headings look MUCH nicer now!
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-32
Added inkblot's archive and put in a missing shell prompt
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-33
my-id not necessary for third-party anonymous downloads
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-34
merge merge
* nick@zork.net--projects/lnx-bbc--documentation--1.0--patch-35
added nickel tour before $7 tour
* nick@zork.net--projects/text--articles--242--patch-4
fixin' der paddin'
July 21, 2004 05:39 AM
(automatically generated log message)
July 21, 2004 02:42 AM
July 18, 2004
It's cloop.ko, not cloop.o. Maybe now the ISO will build.
July 18, 2004 06:41 AM
July 17, 2004
Modularize ipv6 and switch to NOOP I/O scheduler for a space savings large
enough that the kernel now fits in the el torito image. The deadline scheduler
can probably go back in, the space savings from ipv6 was huge.
Also, this syndicated commit log crappo is the closest thing I've ever had to a
b'laugue. I guess it suits me.
July 17, 2004 02:47 PM
Patches applied:
* sam@dasbistro.com--2004-projects-slide/lnx-bbc--slide-church--1.0--patch-3
Fixed bind NUV patch problems
July 17, 2004 12:12 AM
July 16, 2004
Apparently, we were also using a super old version that no longer exists.
July 16, 2004 02:52 AM
This package has moved to sourceforge, which has that stupid redirect thing to
get to one of its mirrors, except it doesn't work.
July 16, 2004 02:45 AM
July 14, 2004
Update the cloop packages to newer upstream source that works with linux 2.6
July 14, 2004 01:05 AM
July 12, 2004
Upgrade to a newer version of parted which successfully compiles against linux
2.6 headers.
July 12, 2004 07:41 PM
This patch was supposed to be included in the last commit
July 12, 2004 08:47 AM
LILO needs devmapper support in order to work with 2.6. This is me adding
devmapper support.
July 12, 2004 08:24 AM
Fix up the kernel/linux-headers package so that it plays nicely with 2.6
source.
July 12, 2004 08:10 AM
July 09, 2004
linux-source needed updating for 2.6 and while it installed without error, it
was doing so in a state that was insufficient for building pcmcia-cs.... or
something like that.
July 09, 2004 04:51 AM
June 03, 2004
This is an initial bind NUV. I haven't check that the patches and everything work out.
June 03, 2004 08:30 PM
June 02, 2004
NUV of putty. Changed master sites to actually pull down the version that we want.
June 02, 2004 10:18 PM
May 19, 2004
May 14, 2004
May 11, 2004
May 10, 2004
May 08, 2004
May 07, 2004
April 29, 2004
(automatically generated log message)
April 29, 2004 07:26 PM
(automatically generated log message)
April 29, 2004 07:25 PM
April 26, 2004
(automatically generated log message)
April 26, 2004 07:56 PM
April 23, 2004
Patches applied:
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-28
Merging in updated arch.txt with condensed tutorial up front.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-29
changed arch location of my trees
April 23, 2004 05:01 PM
April 22, 2004
Since folks on the garnome list had some funny ideas about how complicated arch is, I decided to put the condensed "how to use tla just like CVS" snippets front and center. Just fill in the blanks for my-id and your gargoyle username, and you're up and running.
April 22, 2004 08:19 PM
Patches applied:
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-27
no more my-id needed in anonymous get
April 22, 2004 08:17 PM
Patches applied:
* lnx-bbc-devel@zork.net--gar/lnx-bbc--research--0.0--patch-8
Added download, cookies, work, and *.nav as precious files to the =tagging-method, to shut up tla tree-lint some.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-18
Merging in changes to tla register-archive examples plus a lot of layout/appearance fixups.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-19
Merging tagging-method change from research.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-20
hooray for bold command-line examples.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-21
Merge from my tree of DESCRIPTION and BLURB texts
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-22
Remove a trailing whitespace character that I inadvertantly introduced.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-23
Fixed some IE display errors, and updated documentation to remove more references to CVS
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-24
bah, the tree seems wedged somehow.
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-25
Added inkblot's archive and put in a missing shell prompt
* lnx-bbc-devel@zork.net--gar/lnx-bbc--stable--2.1--patch-26
Update archive location
* sam@dasbistro.com--gar/lnx-bbc--stable-docs--2.1--patch-1
Updated many blank BLURB and DESCRIPTION
* sam@dasbistro.com--gar/lnx-bbc--stable-docs--2.1--patch-4
Fixed some formatting issues
April 22, 2004 03:29 AM
April 21, 2004
April 20, 2004
April 19, 2004
Patches applied:
* nick@zork.net--projects/text--articles--242--patch-4
fixin' der paddin'
April 19, 2004 06:35 PM
(automatically generated log message)
April 19, 2004 06:22 PM