Timeline


and

04/06/01:

17:17 Changeset [16023] by ghudson
Link with db2. However, make sure not to link with -ldb as well, which seems to have been the problem.
15:04 Changeset [16022] by ghudson
Need to use db1, as it turns out.
15:03 Changeset [16021] by ghudson
Eliminate dependency loops.
14:58 Changeset [16020] by ghudson
Force all sources to same timestamp, to reduce hassles.
14:58 Changeset [16019] by ghudson
Copy sources, don't link them, to reduce hassles.
13:25 Changeset [16018] by ghudson
Bump timestamp to prevent rebuild.
13:16 Changeset [16017] by ghudson
Tell rpmlib to order transactions before running them. Don't display erase callback info for RPMs we didn't erase; they are old versions being removed for upgrades.
12:37 Changeset [16016] by ghudson
Add missing libraries.
12:36 Changeset [16015] by ghudson
Fix improperly fixed gcc-ism.
11:22 Changeset [16014] by ghudson
Bump timestamp to prevent rebuild.
00:28 Changeset [16013] by ghudson
Bump timestamp to prevent rebuild.

04/05/01:

20:42 Changeset [16012] by ghudson
How to build bzip2.
20:36 Changeset [16011] by ghudson
Don't use gcc-specific compilation flags, and compile with debugging.
20:16 Changeset [16010] by ghudson
Add dependency so empty.h gets generated before it's needed.
19:39 Changeset [16009] by ghudson
Remove auto-generated files.
19:33 Changeset [16008] by ghudson
Add dependencies to force generation of oaf-factory.h before it's needed.
18:49 Changeset [16007] by ghudson
Okay, I think these really are supposed to be generated, and if they aren't it's a bug. So, removing them again for now. Pardon the flailing.
18:02 Changeset [16006] by ghudson
Bleah. Add these files back, because they don't seem to get automatically created. I will never understand gnome software.
17:14 Changeset [16005] by ghudson
Remove auto-generated files.
12:37 Changeset [16004] by ghudson
Fix merge: need to nuke DESTDIR in subdir Makefiles so we install properly with vendor make.
12:29 Changeset [16003] by ghudson
Need to build against db2; sendmail 8.9 doesn't understand the db3 API.

04/04/01:

21:16 Changeset [16002] by ghudson
Need stdlib.h for exit().
21:13 Changeset [16001] by ghudson
Munge man page pathnames to account for brp-compress. Kind of a hack; don't have a better idea.
20:30 Changeset [16000] by ghudson
Re-introduce rpm 4 changes.
18:39 Changeset [15999] by ghudson
Kludge around dbm_open in libdb as well as res_send in libresolv.
18:09 Changeset [15998] by ghudson
Use sysconf instead of various less portable methods of getting the maximum fd count.
18:09 Changeset [15997] by ghudson
Need unistd.h for sysconf().
17:59 Changeset [15996] by ghudson
Use sysconf instead of various less portable methods of getting the maximum fd count.
17:25 Changeset [15995] by rbasch
Add reactivate, run every 6 minutes, desync'ed.
17:24 Changeset [15994] by ghudson
ATHENA_HOSTTYPE now, not HOSTTYPE.
17:23 Changeset [15993] by rbasch
Remove invocation of full reactivate (it will now run out of cron). xlogin will still run reactivate with the -prelogin option.
17:19 Changeset [15992] by rbasch
Changes to run reactivate out of cron instead of from xlogin: - Check whether the machine is in use by looking at both utmp entries (via "who" output) and session records. - Create a pid file so only one instance runs at a time, and to flag when reactivate is running. - Maintain a count file, so that we only detach all filesystems on every tenth invocation. - Set "quiet" based on whether standard input is a tty, instead of whether $USER is set. - Quit if the machine is in the middle of an update. Also: - Create /etc/nologin during full reactivates. - Only nuke /tmp for PUBLIC=true machines. - Use syncupdate to restore /etc/group.local.
17:17 Changeset [15991] by ghudson
Need <string.h> for memset, strcmp, strlen, strcpy, memcpy.
12:47 Changeset [15990] by ghudson
Update capplet invocations for control-center 1.4.
11:54 Changeset [15989] by ghudson
Use relative symlinks instead of absolute symlinks containing DESTDIR.
11:48 Changeset [15988] by ghudson
Use relative symlinks instead of absolute symlinks containing DESTDIR.
11:04 Changeset [15987] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15986, which included commits to RCS files with non-trunk default branches.
11:04 Changeset [15986] by ghudson
Not present in scrollkeeper 0.2.
11:03 Changeset [15985] by ghudson
Merge with scrollkeeper 0.2.
10:57 Changeset [15984]
This commit was manufactured by cvs2svn to create tag 'scrollkeeper-0_2'.
10:57 Changeset [15983] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15982, which included commits to RCS files with non-trunk default branches.
10:57 Changeset [15982] by ghudson
Import scrollkeeper 0.2.
10:40 Changeset [15981] by ghudson
Add new spec file.
10:36 Changeset [15980] by ghudson
gnome-core now requires scrollkeeper, so build it.
00:48 Changeset [15979] by zacheiss
Convert ST38420A to single partition format.
00:22 Changeset [15978] by ghudson
Don't install make setgid, even if autoconf's broken test decides we need to.

04/03/01:

20:07 Changeset [15977] by ghudson
Regenerate.
20:06 Changeset [15976] by rbasch
Remove WM_COMMAND property on the initial terminal window. Adjust terminal geometry so as not to obscure the toolchest menu.
20:04 Changeset [15975] by ghudson
Fix merge: use right flags to build libglob.
19:50 Changeset [15974] by ghudson
Merge with gmake 3.79.1.
19:42 Changeset [15973]
This commit was manufactured by cvs2svn to create tag 'make-3_79_1'.
19:42 Changeset [15972] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15971, which included commits to RCS files with non-trunk default branches.
19:42 Changeset [15971] by ghudson
Import GNU make 3.79.1.
17:45 Changeset [15970] by ghudson
Fix typo.
17:42 Changeset [15969] by ghudson
libgnome/metadata.c and libgnome/dump.c use the db1 interface, and don't build on Red Hat 7 where <db.h> is db3. Red Hat builds with --enable-prefer-db1 to get around this, and we will too, although I don't understand why things have been left broken like this.
14:06 Changeset [15968] by ghudson
Merge with xalf 0.7.
14:02 Changeset [15967]
This commit was manufactured by cvs2svn to create tag 'xalf-0_7'.
14:02 Changeset [15966] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15965, which included commits to RCS files with non-trunk default branches.
14:02 Changeset [15965] by ghudson
Import xalf 0.7.
14:02 Changeset [15964] by ghudson
Merge with GConf 1.0.0.
13:50 Changeset [15963]
This commit was manufactured by cvs2svn to create tag 'GConf-1_0_0'.
13:50 Changeset [15962] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15961, which included commits to RCS files with non-trunk default branches.
13:50 Changeset [15961] by ghudson
Import GConf 1.0.0.
13:49 Changeset [15960] by ghudson
Merge with control-center 1.4.0.1.
13:43 Changeset [15959] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15958, which included commits to RCS files with non-trunk default branches.
13:43 Changeset [15958] by ghudson
Not present in control-center 1.4.0.1.
12:55 Changeset [15957]
This commit was manufactured by cvs2svn to create tag 'control-center-1_4_0_1'.
12:55 Changeset [15956] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15955, which included commits to RCS files with non-trunk default branches.
12:55 Changeset [15955] by ghudson
Import control-center 1.4.0.1.
12:54 Changeset [15954] by ghudson
Merge with gnome-core 1.4.0.1.
12:48 Changeset [15953] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15952, which included commits to RCS files with non-trunk default branches.
12:48 Changeset [15952] by ghudson
Not present in gnome-core 1.4.0.1.
12:27 Changeset [15951]
This commit was manufactured by cvs2svn to create tag 'gnome-core-1_4_0_1'.
12:27 Changeset [15950] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15949, which included commits to RCS files with non-trunk default branches.
12:27 Changeset [15949] by ghudson
Import gnome-core 1.4.0.1.
12:26 Changeset [15948] by ghudson
Merge with gnome-libs 1.2.13.
12:23 Changeset [15947] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15946, which included commits to RCS files with non-trunk default branches.
12:23 Changeset [15946] by ghudson
Not present in gnome-libs 1.2.13.
12:09 Changeset [15945]
This commit was manufactured by cvs2svn to create tag 'gnome-libs-1_2_13'.
12:09 Changeset [15944] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15943, which included commits to RCS files with non-trunk default branches.
12:09 Changeset [15943] by ghudson
Import gnome-libs 1.2.13.
12:06 Changeset [15942] by ghudson
Rename HOSTTYPE to ATHENA_HOSTTYPE in the build system, because bash 2.04 (/bin/sh on Red Hat 7) stomps on HOSTTYPE.

04/02/01:

15:05 Changeset [15941] by ghudson
Reindent. No changes other than whitespace at the beginning of lines.
13:39 Changeset [15940] by ghudson
Need stdlib.h for exit().

04/01/01:

00:42 Changeset [15939] by zacheiss
Convert most disk types >=4GB to large root partition format.
00:41 Changeset [15938] by zacheiss
Add support for /usr and /var no longer being seperate partitions.

03/31/01:

21:19 Changeset [15937] by ghudson
Use athdir to find the right binary directory in sunsoft.
15:59 Changeset [15936] by ghudson
Install client lib in hardcoded path to avoid ATHTOOLROOT lossage.
15:59 Changeset [15935] by ghudson
Revert repexecdir part of last change; repexecdir is used for more than just installing.
15:57 Changeset [15934] by ghudson
Fix merge: eliminate new desktop screensaver hack (ripple).
15:55 Changeset [15933] by ghudson
Fix merge: our local XA_SCREENSAVER_TIME was supplanted by the XA_SCREENSAVER_STATUS atom, which uses a slightly different format.
12:52 Changeset [15932] by ghudson
Hardcode GNOME_DATADIR, or it gets a value with ATHTOOLROOT in it.
12:49 Changeset [15931] by ghudson
Hardcode GNOMEDIR and repexecdir, which sawfish installs stuff in, or they get values with ATHTOOLROOT in them.
12:46 Changeset [15930] by ghudson
Fix merge (by nuking local changes): don't double DESTDIR in installation.
11:43 Changeset [15929] by ghudson
Add panel-wrapper spec file.
00:41 Changeset [15928] by ghudson
Skipped a step in setting the default font.
00:12 Changeset [15927] by ghudson
Merge fix: install xscreensaver as xss.
00:10 Changeset [15926] by ghudson
Modify theme name to match directory.
00:09 Changeset [15925] by ghudson
Add panel-wrapper.

03/30/01:

17:01 Changeset [15924] by zacheiss
Do better null pointer checking.
15:58 Changeset [15923] by ghudson
Install Crux-athena theme.
15:57 Changeset [15922] by ghudson
Set default font to make menu titles more readable. Pick Crux-athena as the default theme.
15:56 Changeset [15921] by ghudson
Customize colors as decided by aui team.
15:53 Changeset [15920] by ghudson
Make a copy of Crux we can customize.
15:51 Changeset [15919] by ghudson
Set default background to aui-determined color.
15:50 Changeset [15918] by ghudson
Set default background to aui-determined value.
15:49 Changeset [15917] by ghudson
Use our icons.
15:49 Changeset [15916] by ghudson
Install our icons.
11:20 Changeset [15915] by ghudson
Revert text labels support; we will put text labels in icons.
11:08 Changeset [15914] by ghudson
Revert rpm 4 changes temporarily to fix wash.

03/29/01:

21:51 Changeset [15913] by ghudson
Hack in NOCALLS support (no user profiles will be read or written when the environment variable NOCALLS is set).
21:50 Changeset [15912] by ghudson
Add ATHTOLLROOT support.

03/28/01:

18:27 Changeset [15911] by ghudson
Pull up 1.1 to athena-8_4 branch.
18:25 Changeset [15910]
This commit was manufactured by cvs2svn to create branch 'athena-8_4'.
18:25 Changeset [15909] by ghudson
8.4.22 is a "Seinfeld" update (a miniroot update about nothing), intended solely to give the miniroot update a workout on dev cell machines.
16:18 Changeset [15908] by ghudson
Merge with oaf 0.6.5.
16:18 Changeset [15907] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15906, which included commits to RCS files with non-trunk default branches.
16:18 Changeset [15906] by ghudson
Not present in oaf 0.6.5.
16:13 Changeset [15905]
This commit was manufactured by cvs2svn to create tag 'oaf-0_6_5'.
16:13 Changeset [15904] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15903, which included commits to RCS files with non-trunk default branches.
16:13 Changeset [15903] by ghudson
Import oaf 0.6.5.
15:30 Changeset [15902] by ghudson
Merge with gdk-pixbuf 0.10.1.
15:26 Changeset [15901]
This commit was manufactured by cvs2svn to create tag 'gdk-pixbuf-0_10_1'.
15:26 Changeset [15900] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15899, which included commits to RCS files with non-trunk default branches.
15:26 Changeset [15899] by ghudson
Import gdk-pixbuf 0.10.1.
15:06 Changeset [15898]
This commit was manufactured by cvs2svn to create tag 'scrollkeeper-0_1_4'.
15:06 Changeset [15897] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15896, which included commits to RCS files with non-trunk default branches.
15:06 Changeset [15896] by ghudson
Import scrollkeeper 0.1.4.
13:23 Changeset [15895] by ghudson
Pull up 1.6 to athena-8_4 branch.
13:23 Changeset [15894] by ghudson
Oops, put MINIROOT=true in proper place.

03/27/01:

20:42 Changeset [15893] by ghudson
Introduce AUI changes (sawfish, panel, gnome-terminal, dash fallback option). Possible problem: 4dwm is still the window manager unless you set skip_sgi. Definite problem: the initial xterm or gnome-terminal will fall under 4dwm session management (so you'll get one more in each login).
20:41 Changeset [15892] by ghudson
Introduce AUI changes (sawfish, panel, gnome-terminal, dash fallback option).
20:40 Changeset [15891] by ghudson
Use panel-wrapper instead of just panel. Change syntax of gnome-terminal geometry spec.
20:39 Changeset [15890] by ghudson
Rewrite to use gnome-session UI code (iris effect and prettier dialog).
20:38 Changeset [15889] by ghudson
Reindent.
20:35 Changeset [15888] by ghudson
Fix dependencies to match packages file.

03/26/01:

15:31 Changeset [15887] by ghudson
Put /usr/gcc/bin/gcc in the path and run gcc as "gcc" (and g++ as "g++"). Fits most third-party build systems better.
15:30 Changeset [15886] by ghudson
Need -lresolv on Solaris for krb5 link.
15:26 Changeset [15885] by ghudson
Nuke unused variables.
15:22 Changeset [15884] by ghudson
Fix for building in symlink farms.
15:21 Changeset [15883] by ghudson
Disable perl tests for now; they cause too much trouble and don't identify real problems.
15:19 Changeset [15882] by ghudson
Don't create the symlink farm for third/krb5/src/appl.
15:17 Changeset [15881] by ghudson
Use environment variables for version; we can't use the version file any more since build.sh is making its own symlink farms.
15:16 Changeset [15880] by ghudson
Use uninst callbacks to improve output.
15:16 Changeset [15879] by ghudson
Update for rpm 4.x.
15:10 Changeset [15878] by ghudson
Pull up 1.14 to athena-8_4 branch.
15:10 Changeset [15877] by ghudson
Force a device reconfigure on reboot after an update.
15:09 Changeset [15876] by ghudson
Update savecore location when the hostname changes.
15:02 Changeset [15875] by ghudson
Add -force_html flag, per infoagents locker.
14:59 Changeset [15874] by ghudson
Robustify coredumpsize ulimit.
14:59 Changeset [15873] by ghudson
Use correct terminal variable.
14:58 Changeset [15872] by ghudson
Move bugme timer to the top so it doesn't interfere with panel.
14:56 Changeset [15871] by ghudson
Use different syntax for --target to accomodate rpm 4, which supports multiple targets.
13:06 Changeset [15870] by ghudson
Pull up 1.5 to athena-8_4 branch.
13:06 Changeset [15869] by zacheiss
Don't complain and bomb out if we're running on a different kernel than we were built against.
13:05 Changeset [15868] by ghudson
Do a miniroot update.
13:03 Changeset [15867] by zacheiss
Don't copy in name_to_sysnum; there's a working one in the miniroot, and copying in the one from the base OS install is bad if its a different version of the OS than the miniroot.
12:42 Changeset [15866] by ghudson
xscreensaver has a bunch of gnome stuff now; depend on control-center.
12:15 Changeset [15865] by ghudson
gnome-vfs shouldn't build without control-center; it still runs gnome-config --libs capplet, but doesn't appear to use the result.

03/23/01:

15:29 Changeset [15864] by ghudson
Propagate local change from old location (../libcapplet).
15:25 Changeset [15863] by ghudson
Merge with gnome-vfs 1.0.
15:23 Changeset [15862] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15861, which included commits to RCS files with non-trunk default branches.
15:23 Changeset [15861] by ghudson
Not present in gnome-vfs 1.0.
15:19 Changeset [15860] by ghudson
Build fixes for non-Linux/non-gcc platforms.
15:09 Changeset [15859]
This commit was manufactured by cvs2svn to create tag 'gnome-vfs-1_0'.
15:09 Changeset [15858] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15857, which included commits to RCS files with non-trunk default branches.
15:09 Changeset [15857] by ghudson
Import gnome-vfs 1.0.
15:08 Changeset [15856] by ghudson
Add back gnome-vfs and its dependencies (bzip2, GConf, oaf) because control-center depends on them.
14:57 Changeset [15855] by ghudson
We'll use xscreensaver's capplet instead of this one.
14:48 Changeset [15854] by ghudson
Merge with control-center 1.4.0.
14:42 Changeset [15853] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15852, which included commits to RCS files with non-trunk default branches.
14:42 Changeset [15852] by ghudson
Not present in control-center 1.4.0.
14:29 Changeset [15851]
This commit was manufactured by cvs2svn to create tag 'control-center-1_4_0'.
14:29 Changeset [15850] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15849, which included commits to RCS files with non-trunk default branches.
14:29 Changeset [15849] by ghudson
Import control-center 1.4.0.
14:28 Changeset [15848] by ghudson
Noted by rbasch: don't want DESTDIR in -z test for LIBEXECDIR.
12:37 Changeset [15847] by ghudson
Put -static in link flags, not CFLAGS.
01:16 Changeset [15846] by ghudson
Fix gcc-ism.
00:30 Changeset [15845] by ghudson
Force substitution of /usr/athena/bin/perl for perl in scripts, instead of the value found in the path.

03/21/01:

19:12 Changeset [15844] by ghudson
Add DESTDIR support.
19:10 Changeset [15843] by ghudson
Point cf files somewhere other than /usr/athena/config.
19:10 Changeset [15842] by ghudson
No longer needed with sysinfo 4.x.
14:53 Changeset [15841] by ghudson
Pull up 1.4 to athena-8_4 branch.
14:52 Changeset [15840] by ghudson
107226-14 only patches SUNWdtma, which we don't install. Punt it.
14:32 Changeset [15839] by jweiss
syslog is various cases when updating is not possible
14:30 Changeset [15838] by ghudson
Pull up patch from xscreensaver 3.22 (with some hand-hacking) to be conservative about blanking the screen when the keyboard or mouse is grabbed by another application.
14:30 Changeset [15837] by jweiss
queries to help debug why machines don't update
11:37 Changeset [15836] by zacheiss
Add WIN.MIT.EDU realm, used by Pismere.

03/20/01:

13:11 Changeset [15835] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15834, which included commits to RCS files with non-trunk default branches.
13:11 Changeset [15834] by ghudson
Not present in sysinfo 4.0.2.
13:04 Changeset [15833]
This commit was manufactured by cvs2svn to create tag 'sysinfo-4_0_2'.
13:04 Changeset [15832] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15831, which included commits to RCS files with non-trunk default branches.
13:04 Changeset [15831] by ghudson
Import sysinfo 4.0.2.
12:08 Changeset [15830] by ghudson
Remove more things we added because of nautilus (bzip2, gnome-print, openssl).
11:06 Changeset [15829] by ghudson
Hack: explicitly set installdir; setting it to $(repexecdir) runs afoul of ATHTOOLROOT.

03/19/01:

17:34 Changeset [15828] by ghudson
Regenerate.
17:32 Changeset [15827] by ghudson
Merge with gnome-core 1.4.0.
17:32 Changeset [15826] by ghudson
Note that we got the latest gnome-core from unstable.
16:58 Changeset [15825] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15824, which included commits to RCS files with non-trunk default branches.
16:58 Changeset [15824] by ghudson
Not present in gnome-core 1.4.0.
16:55 Changeset [15823] by ghudson
Fix merge: set install_prefix to DESTDIR.
16:26 Changeset [15822]
This commit was manufactured by cvs2svn to create tag 'gnome-core-1_4_0'.
16:26 Changeset [15821] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15820, which included commits to RCS files with non-trunk default branches.
16:26 Changeset [15820] by ghudson
Import gnome-core 1.4.0.
16:06 Changeset [15819] by ghudson
Remove nautilus and the libraries only it needed (ammonite, bonobo, freetype, GConf, gnome-vfs, libghttp, oaf) for now, since it's unlikely to be in working shape for the next release and it's interfering with the wash.
15:13 Changeset [15818] by rbasch
Make sure child actually exited when checking xlogin exit status.
15:12 Changeset [15817] by rbasch
xlogin exits with status 3, not 2, to request console login.
13:39 Changeset [15816] by ghudson
Merge with bonobo 0.37.
13:25 Changeset [15815]
This commit was manufactured by cvs2svn to create tag 'bonobo-0_37'.
13:25 Changeset [15814] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15813, which included commits to RCS files with non-trunk default branches.
13:25 Changeset [15813] by ghudson
Import bonobo 0.37.
11:52 Changeset [15812] by zacheiss
Bomb out if we retried our max number of times and didn't get a response from the server.

03/17/01:

12:21 Changeset [15811] by ghudson
Merge with gnome-libs 1.2.12.
12:20 Changeset [15810] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15809, which included commits to RCS files with non-trunk default branches.
12:20 Changeset [15809] by ghudson
Not present in gnome-libs 1.2.12.
12:03 Changeset [15808]
This commit was manufactured by cvs2svn to create tag 'gnome-libs-1_2_12'.
12:03 Changeset [15807] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15806, which included commits to RCS files with non-trunk default branches.
12:03 Changeset [15806] by ghudson
Import gnome-libs 1.2.12.
12:00 Changeset [15805] by ghudson
Add binutils.
11:54 Changeset [15804] by ghudson
Put /usr/athena/lib in ld.so.conf to improve shared library findability.
11:53 Changeset [15803] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15802, which included commits to RCS files with non-trunk default branches.
11:53 Changeset [15802] by ghudson
Import binutils 2.10.1.
11:51 Changeset [15801] by ghudson
From rbasch: update for recent change to add.c.
11:50 Changeset [15800] by ghudson
Only warn about using compatibility when -w is given.
11:43 Changeset [15799] by ghudson
In ares__send_query, make sure to stop if we encounter an error and move onto the next server/try. Noticed by Chris Leishman <chris@sharinga.com>.
11:28 Changeset [15798] by ghudson
Must declare g_log_domain_gmodule before including <glib.h> because logging stuff is written out as static functions using it (via a #define). (Only on systems where the compiler doesn't support variable-argument preprocessing macros.)

03/16/01:

12:04 Changeset [15797] by ghudson
How to install AFS 3.6 patches 1 binaries.
11:57 Changeset [15796] by ghudson
Propagate Athena changes from sun4x_57 version of this script.
11:55 Changeset [15795] by ghudson
Base configuration afs3.6 2.6, aka 3.6 patches 1
11:42 Changeset [15794] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15793, which included commits to RCS files with non-trunk default branches.
11:42 Changeset [15793] by ghudson
Base configuration afs3.6 2.6, aka 3.6 patches 1

03/14/01:

15:30 Changeset [15792] by ghudson
Pull up 1.12 to athena-8_4 branch.
15:29 Changeset [15791] by ghudson
Make symlink for 2.2.17 kernel.
14:38 Changeset [15790] by ghudson
Pull up 1.3 to athena-8_4 branch.
14:37 Changeset [15789] by ghudson
Remove a couple of patches which I don't think we applied.
14:25 Changeset [15788] by ghudson
Pull up 1.5 to athena-8_4 branch.
14:24 Changeset [15787] by ghudson
Make a symlink for libXm.so.1 for now.
12:59 Changeset [15786] by ghudson
Merge with gtk+ 1.2.9.
12:34 Changeset [15785] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15784, which included commits to RCS files with non-trunk default branches.
12:34 Changeset [15784] by ghudson
Not present in gtk+ 1.2.9.
12:22 Changeset [15783] by ghudson
Merge with glib 1.2.9.
12:11 Changeset [15782]
This commit was manufactured by cvs2svn to create tag 'gtk-1_2_9'.
12:11 Changeset [15781] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15780, which included commits to RCS files with non-trunk default branches.
12:11 Changeset [15780] by ghudson
Import gtk+ 1.2.9.
12:09 Changeset [15779]
This commit was manufactured by cvs2svn to create tag 'glib-1_2_9'.
12:09 Changeset [15778] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15777, which included commits to RCS files with non-trunk default branches.
12:09 Changeset [15777] by ghudson
Import glib 1.2.9.

03/13/01:

16:25 Changeset [15776] by ghudson
Pull up 1.2 to athena-8_4 branch.
16:24 Changeset [15775] by ghudson
Install rpmupdate in /etc/athena where it belongs.
16:00 Changeset [15774] by ghudson
Merge with nautilus 1.0.
15:56 Changeset [15773] by ghudson
Not present in nautilus 1.0.
15:42 Changeset [15772] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15771, which included commits to RCS files with non-trunk default branches.
15:42 Changeset [15771] by ghudson
Not present in nautilus 1.0.
14:09 Changeset [15770]
This commit was manufactured by cvs2svn to create tag 'nautilus-1_0'.
14:09 Changeset [15769] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15768, which included commits to RCS files with non-trunk default branches.
14:09 Changeset [15768] by ghudson
Import nautilus 1.0.
12:05 Changeset [15767] by ghudson
Merge with librep 0.13.4.
11:47 Changeset [15766]
This commit was manufactured by cvs2svn to create tag 'rep-gtk-0_15'.
11:47 Changeset [15765] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15764, which included commits to RCS files with non-trunk default branches.
11:47 Changeset [15764] by ghudson
Import rep-gtk 0.15.
11:43 Changeset [15763]
This commit was manufactured by cvs2svn to create tag 'librep-0_13_4'.
11:43 Changeset [15762] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15761, which included commits to RCS files with non-trunk default branches.
11:43 Changeset [15761] by ghudson
Import librep 0.13.4.
11:43 Changeset [15760] by ghudson
Add bzip2 and pine. rep is actually named librep.

03/09/01:

20:37 Changeset [15759] by ghudson
Add support for new -t option to build.sh to build just one target and its dependencies. Useful for testing builds of part of the tree, especially GNOME stuff.
17:28 Changeset [15758] by ghudson
Pull up 1.2 to athena-8_4 branch.
17:28 Changeset [15757] by ghudson
Get Solaris patch numbers right (and sort them).
17:14 Changeset [15756] by ghudson
Pull up 1.1 to athena-8_4 branch.
17:13 Changeset [15755]
This commit was manufactured by cvs2svn to create branch 'athena-8_4'.
17:13 Changeset [15754] by ghudson
We installed eleven patches and modified one config file.
16:58 Changeset [15753] by ghudson
Pull up 1.12 to athena-8_4 branch.
16:57 Changeset [15752] by ghudson
Turn off sgid bit on arp.
16:53 Changeset [15751] by ghudson
Merge with sawfish 0.37.3.
16:52 Changeset [15750] by ghudson
Fix typo.
16:50 Changeset [15749] by ghudson
Pull up 1.11 to athena-8_4 branch.
16:39 Changeset [15748] by ghudson
Make symlinks for /usr/bin/{lpr,lpq,lprm}.
16:36 Changeset [15747] by ghudson
Pull up 1.14 to athena-8_4 branch.
16:36 Changeset [15746] by ghudson
Pull up 1.10 to athena-8_4 branch.
16:22 Changeset [15745] by ghudson
Pull up 1.1 to athena-8_4 branch.
16:22 Changeset [15744] by ghudson
Pull up 1.2 to athena-8_4 branch.
16:22 Changeset [15743] by ghudson
Pull up 1.19 to athena-8_4 branch.
16:17 Changeset [15742] by ghudson
Support staging rpmupdate RPMs to get us from 8.4 to 9.0.
15:40 Changeset [15741] by ghudson
Fix up documentation on Hesiod information.
15:38 Changeset [15740] by ghudson
Move rpmupdate to athena/etc/rpmupdate.
15:38 Changeset [15739]
This commit was manufactured by cvs2svn to create branch 'athena-8_4'.
15:38 Changeset [15738] by ghudson
Move rpmupdate here from packs/update/os/linux.
15:31 Changeset [15737] by ghudson
Add rpmupdate.
15:29 Changeset [15736] by ghudson
Pull up 1.26 to athena-8_4 branch.
15:29 Changeset [15735] by ghudson
Pull up 1.1 to athena-8_4 branch.
15:28 Changeset [15734]
This commit was manufactured by cvs2svn to create branch 'athena-8_4'.
15:28 Changeset [15733] by ghudson
Disentagle rpmupdate from athena-ws so it can be updated separately.
14:42 Changeset [15732] by ghudson
Pull up 1.13 to athena-8_4 branch.
14:41 Changeset [15731] by ghudson
Need \n\ at end of usage message line; IRIX cc complains otherwise.
14:35 Changeset [15730]
This commit was manufactured by cvs2svn to create tag 'sawfish-0_37_3'.
14:35 Changeset [15729] by ghudson
This commit was generated by cvs2svn to compensate for changes in r15728, which included commits to RCS files with non-trunk default branches.
14:35 Changeset [15728] by ghudson
Import sawfish 0.37.3.

03/07/01:

17:01 Changeset [15727] by ghudson
Pull up 1.11 to athena-8_4 branch.
17:01 Changeset [15726] by ghudson
Pull up 1.3-1.4 to athena-8_4 branch.
17:01 Changeset [15725] by ghudson
Pull up 1.12 to athena-8_4 branch.
17:01 Changeset [15724] by ghudson
Pull up 1.5 to athena-8_4 branch.
17:01 Changeset [15723] by ghudson
Pull up 1.8 to athena-8_4 branch.
17:01 Changeset [15722] by ghudson
Pull up 1.6 to athena-8_4 branch.
17:01 Changeset [15721] by ghudson
Pull up 1.17-1.18 to athena-8_4 branch.
17:01 Changeset [15720] by ghudson
Pull up 1.7 to athena-8_4 branch.
17:01 Changeset [15719] by ghudson
Pull up 1.4 to athena-8_4 branch.
17:01 Changeset [15718] by ghudson
Pull up 1.13 to athena-8_4 branch.
16:23 Changeset [15717] by ghudson
From zacheiss: restore our post-8.3 patches after reversion.
Note: See TracTimeline for information about the timeline view.