2009-07-18 12:23:55 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.6:
Adam Jackson (1):
libXaw 1.0.6
Alan Coopersmith (1):
Add README with pointers to mailing list, bugzilla & git repos
Jeremy Huddleston (1):
Fixed compile/install on darwin
Paulo Cesar Pereira de Andrade (2):
Compile warning fixes.
Changed AsciiSrc widget to use only binary selection transfers.
Peter Breitenlohner (1):
xaw6 doesn't depend on xpm
|
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-11-10 18:21:06 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 1.0.5. Due to the libXaw8 removal (which was
the default library when linking this package) bump API
depends.
Remove libXp include from buildlink3.mk.
Dependencies will be bumped as next commit.
Ok joerg@
Colin Harrison (1):
Add MINGW32 definition
Dan Nicholson (2):
Be more robust using ed for the libtool hacks
Use sed instead of ed for libtool SONAME hacking
Daniel Stone (2):
Remove Xaw8 (Xprint)
Remove last remaining vestiges of Xprint support
Lee Leahu (1):
Fix configure error when using libtool-2.2.*
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Paulo Cesar Pereira de Andrade (4):
Remove almost 10 year old notice about Xaw development from man page.
Minor set of trivial corrections.
Correct build on systems that did not yet upgrade to libtool-2.2
libXaw version 1.0.5.
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-03-15 14:36:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add libXp include for the transitive libtool closure of libXaw8.
|
2008-01-29 04:57:37 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Add hacks.mk file to build with -fno-strict-aliasing with gcc 3.0+.
There were a significant amount of warnings, and it's more important
for this library to be reliable than it is for it to be as fast
as possible.
Bump rev.
|
2008-01-16 00:16:50 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.4:
Version bump: 1.0.4
Bug #9649: Bad markup on XAw.3x
X.Org Bugzilla #9649 <https://bugs.freedesktop.org/show_bug.cgi?id=9649>
Bug #11091: libXaw COPYING file
X.Org Bugzilla #11091 <https://bugs.freedesktop.org/show_bug.cgi?id=11091>
Attachment #10122 <https://bugs.freedesktop.org/attachment.cgi?id=10122>
Use iswalnum() if it's present as a function, not just if it's #defined
Also fixes X.Org bugzilla #8564
|
2007-01-22 16:12:13 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Update to libXaw-1.0.3. No relevant functional changes.
|
2006-11-06 11:06:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Redirect to mk/x11.b3.mk for !modular case.
|