summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
AgeCommit message (Collapse)AuthorFilesLines
2007-01-17Add vendor patch for CVE-2006-6101, CVE-2006-6102 and CVE-2006-6103;joerg3-1/+183
this fixes possible overflows in the extensions dbe and render.
2007-01-17Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to makerillig1-2/+2
clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented?
2006-12-16Fix build on NetBSD/arm - _only_ affects #ifdef __NetBSD__ && __arm__.abs2-6/+17
No change for other platforms/OSs
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-10-30Added PLIST entries for SunOS. Discussed with joerg@dsainty1-1/+82
2006-10-30Run-time path fix for Solaris for the X client libraries. Without thisdsainty2-1/+24
patch, libraries such as libXext.so will not contain a run-time link path to /usr/pkg/xorg/lib, causing run time link failures or possibly linking with other (non-Pkgsrc) X libraries on the system! Discussed with joerg@
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-6/+6
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-09-16Add missing RCS Id.hira2-2/+4
2006-09-14Actually bump the revisions as promised.joerg1-2/+2
2006-09-14Check set*uid for error, at least on Linux it can fail.joerg12-1/+263
Bump revisions of xorg-clients, xorg-libs and xorg-server.
2006-09-13Fixes for CVE-2006-2006-3739 and CVE-2006-3740.joerg5-3/+100
Bump revision.
2006-08-26Fix PLIST for FreeBSD. Bump revision.joerg2-3/+7
2006-08-23Actually add the patch as well.joerg1-0/+103
2006-08-22Fix SA21450 using patch from Xorg CVS. Bump revisions of xorg-libs andjoerg2-3/+4
xorg-server.
2006-08-14Don't install os.h and misc.h in server builds, it would overridejoerg2-1/+16
files from xorg-libs.
2006-07-31Don't drop -fno-strict-aliasing on NetBSD/!i386. Fixes PR 34099.joerg3-5/+23
Bump revision of xorg-imake and xorg-libs.
2006-07-26Add a missing file on Linux. Bump PKGREVISION.minskim2-3/+4
2006-07-24Set ForceNormalLib and SharedFontLib to YES regardless of Linux distribution,minskim3-12/+67
so that the same set of libraries are built on every Linux distribution. Thanks to Joerg Sonnenberger for guide and review.
2006-07-24Move zlib SUBST magic to Makefile.common, it is always needed.joerg1-8/+1
Fixes problems found by abs@
2006-07-23Add missing entries for Linux. Approved by the maintainer.minskim1-1/+11
2006-07-23Make this package build on platforms without native zlib by includingminskim3-5/+22
zlib's buildlink3.mk. Thanks to Joerg Sonnenberger for review.
2006-07-23Pass "-I." to the preprocessor so that xf86drm.h is found on Linux.minskim3-7/+25
Approved by the maintainer.
2006-07-11Don't use the builtin framework for the various Xorg componentsjoerg1-10/+1
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@
2006-07-10Add x11-links, xorg-libs, and XFree86-libs information to BUILDLINK_ORDERjlam1-1/+2
so that show-buildlink3 will show when these buildlink3.mk files are included.
2006-06-17Add support for the i945GM to the i810 driver.markd7-1/+387
From patches by Dimitry Andric. Bump PKGREVISION of xorg-server.
2006-06-12Improve Linux/AMD64 support. Bump revisions of xorg-imake andjoerg4-7/+23
xorg-libs due to changed packages.
2006-06-01Apply patch from bug #6918 in the "freedesktop.org" Bugzilla databasetron5-3/+263
to make this package build with version 2.2.1 or newer of the "freetype2" package. Bump package revision. This should fix PR pkg/33606 by Mathieu.
2006-05-03Apply patch to fix vulnerability reported in CVE-2006-1526.tron2-1/+24
Bump package revision because of this fix.
2006-04-28Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrbjoerg2-10/+25
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and -server.
2006-04-22Fix Perl reference in getconfig and getconfig.pl and also requirejoerg2-1/+12
Perl at runtime. Bump revision.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-18Change missed reference of renderext to renderproto.reed1-2/+2
2006-04-13Only install headers in lib/fonts/bitmap when not building the Xserverjoerg2-1/+16
to avoid overriding installed files.
2006-04-12Don't create xorg/lib/X11/fs as symlink to the config directory,joerg2-1/+15
it prevents the default config from being included correctly in the package. Add a random imake dependency to xorg-fontserver while here and bump the revision.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam1-3/+3
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-20Fix CVE-2006-0745: Comparing the address of geteuid and 0 to detectjoerg2-1/+22
whether the server was started by non-root is not likely to ever work. This could allow a local user to override system files or run arbitrary code. Patch from the original advisory. Bump revision of xorg-server.
2006-03-02Fix AGP GART support on DragonFly. Fix PLIST on DragonFly.joerg2-3/+30
Bump xorg-server revision.
2006-02-27Fix the build of xorg-server on NetBSD/amd64. Bump revision ofjoerg2-9/+40
xorg-imake, since the installed files changed.
2006-02-27Try to fix Xorg build breakage on Linux. No feedback received, butjoerg4-1/+40
should not break anything.
2006-02-23Tell the buildlink3 framework where the installed shared libraries are sojlam1-2/+3
that the path isn't automatically stripped out by the wrappers.
2006-02-14Fix race condition in xdm's Xsession. From PR 32804.joerg2-4/+15
2006-02-14Don't hard code path to xorg/bin/xterm, just expect it in PATH.joerg4-3/+45
This affects startx, xinitrc and xdm. Bump revision.
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-02-01Fix sysmouse handling on DragonFly, mostly garbage arrived. Thanks forjoerg2-4/+39
Simon Schubert to point out the right file. Fix ATI driver option to not include the theatre module, if disabled. Shown by Robert Sebastian Gerus during testing of the first fix. Bump revision of xorg-server.
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-2/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Fix two more issues of FreeBSD leftovers/missing DF support injoerg3-1/+108
xorg-server.
2006-01-23From the "Did-anyone-ever-try-this-at-all" department:joerg2-1/+15
Give up with trying to find ingenious ways to ensure that the version expression gets correctly quoted to cc, it somehow differes between direct invocations and runs from pkgsrc. Just hard-code the value for now.