summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-06-24For XFree86-libs and xorg-libs file existence test, check whether thejlam1-2/+2
file is in ${LOCALBASE} or not. If it isn't, then assume that the X11 distribution is built-in. This fixes the detection of both XFree86-libs and xorg-libs and causes the proper dependency to be added to packages that use X11.
2005-06-20Fix variable names to start with "BUILTIN_FILES_" as expected by thejlam1-4/+4
find-files.mk fragment. This fixes the version number detection for Mesa, XFree86, and X.org.
2005-06-07Apply patches from Joerg Sonnerberger to fix some misc problems, likextraeme2-1/+27
imake problems with audio/nas and the mouse issues seen on DragonFlyBSD, this closes PR pkg/30418.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam2-0/+125
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-23Apply patches from Joerg Sonnenberger for DragonFlyBSD and GCCxtraeme12-18/+301
3.x.x, while I'm here remove redundant DragonFly.cf from xorg-imake/files, we'll use the same file from xorg-libs.
2005-04-16Patch was missing path (extras/Xpm/lib) to the files to patch.reed2-5/+5
Problem noticed by Reid Thompson under DragonFly and reported to tech-pkg list. I verified also under Linux.
2005-04-15 - Add PLIST_SUBST for the scanpci.hira2-7/+8
- Build the scanpci on the NetBSD/macppc.
2005-04-15Simplify comparison.hira1-3/+3
2005-04-15Don't build the DGA extension on the unsupported architectures.hira3-50/+58
2005-04-14* Apply patch from OpenBSD CVS to fix libXpm vulnerability:xtraeme5-4/+79
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0605 * Apply patch from FreeBSD/ports to fix the problem with the radeon driver switching from graphics to text mode. Bump PKGREVISION.