summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-01-20Resort some entries in the generic area at top (before "begin darwin")reed1-30/+30
and a few directories at bottom (after "end i18n"). No real changes. (Just did this so I can compare easier later.)
2006-01-20Make xorg-clients build on FreeBSD. Patch sent by Anders Nor Berle.xtraeme2-4/+4
2006-01-19Revive patch-bc (updated) and patch-bl. The former gets the correctjoerg3-2/+57
readdir and getpwuid handling for DragonFly, avoids the mouse problems due to use of floating point math in a signal handler (xorg-server).
2006-01-18Update meta-pkgs/xorg to 6.9.0.xtraeme41-1696/+593
The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-08Update xorg-libs to 6.8.2nb6abs3-8/+30
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
2005-12-12Fix two issues in Xos_r.h for DragonFly:joerg3-9/+35
- no thread safe pwd API - rework the readdir implementation
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfigreed1-2/+2
since it creates ${X11BASE}/lib/pkgconf directory if missing.
2005-10-23Removed trailing empty lines from patch-bl and patch-bn. Added RCS Id torillig3-6/+6
patch-bn.
2005-10-16Add the missing USE_BUILTIN.renderext= yestonio1-1/+2
Thanks xtraeme for pointing it out
2005-10-16Recognize ATI Radeon X850XT.augustss2-1/+54
2005-10-16add render.pc as Xrender (and probably others) seek for render with pkgconfigtonio3-4/+14
bump PKGREVISION
2005-10-12Fix shared library version for OpenBSD.hiramatsu1-6/+6
2005-09-18Apply patch from FreeBSD ports to fix CAN-2005-2495.xtraeme4-5/+193
Bump BUILDLINK_RECOMMENDED and PKGREVISION.