7.3.0:
Here's a stable xextproto to go along with Xserver 1.15
Keith Packard (1):
Bump release to 7.3
7.2.99.901:
Here's a release of xextproto that includes the new MIT-SHM requests
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Keith Packard (2):
Adds MIT-SHM AttachFd and CreateSegment requests
Bump version to 7.2.99.901 (7.3 RC1)
Alan Coopersmith (1):
xextproto 7.2.1
Gaetan Nadon (23):
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
Use more appropriate docbook element to get "Edited by"
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
sync: fix author name and authors affiliation
appgrp: use <copyright> markup and minor titlepage fixes
dbe spec: fix author affiliation and copyright notices
dpms spec: fix author affiliation
evi spec: fix copyright and orphan markup
geproto: fix author's e-mail
lbx: complete the authors name
multibuf spec: refactor copyright legal text for multi licensing
security: fix X Consortium copyrigh legal text and minor markups
shape spec: fix author affiliation and copyright text
shm spec: fix author affiliation and copyright text
sync spec: fix copyright markup for multiple authors
top-cup spec: remove orphan corpname markup
xtest spec: fix copyright markup
geproto spec: add missing copyright with the author's permission
Matt Dew (3):
Add id attributes to funcsynopsis to allow other docs to olink to them.
#1 - fix the capitalization of the ID attriutes to
informaltable cleanup
"Many headers included in xextproto were combined library, server and
protocol headers. This release splits those headers up and moves the
client-side library headers into the libXext module.
Clients should not be affected by this change.
Drivers that included headers from this module will need to be fixed."
"Note that as a result of this file removal and renaming, xextproto is only
partially compatible to other, already released modules. An upgrade of
xextproto from 7.0.x to 7.1.0 also requires upgrades of libXext, libXtst,
the X server and possible others."
xxx tnn note: I've added a compat shmstr.h to help old software,
such as xorg-server 1.6 to build. More fixes coming.
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.
X.Org found in NetBSD-current.
Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).
On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files. It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file. x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
Alan Coopersmith (3):
Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will
Remove Xserver API for appgroup extension [Will break Xorg server builds
renamed: .cvsignore -> .gitignore
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Peter Hutterer (3):
Add XGE header files and protocol description.
Xge: replace copyrights with standard format from xserver COPYING.
Bump to 7.0.3.
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg"
is obsolete and *not* equivalent to checking whether we are not using
modular X.org.
.if foo || bar
BAZ= no
.else
BAZ= yes
.endif
different from
.if foo
BAZ= no
.elif bar
BAZ= no
.else
BAZ= yes
.endif
in some situations exposed in this builtin.mk. Workaround this for now.
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.
Discussed with jlam@
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto