summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-30Unify PLIST. OK'd by xtraeme@.hira12-1460/+1465
2005-03-23Add PLIST.${OPSYS} into PLIST_SRC when OPSYS != NetBSD, problemxtraeme1-1/+3
reported by Todd Willey on the tech-pkg@ list.
2005-03-22Do not insert #pragma with Darwin's cpp any moreadam2-5/+5
2005-03-22Added support for Darwin/MacOSXadam9-70/+308
2005-03-21Re-added NetBSD signatureadam1-0/+1
2005-03-19Fix an inverted condition for NetBSD/amd64.hira2-9/+9
2005-03-02there really is no need to force the latest version of xorg just togrant1-2/+3
build an X application, especially for the case IGNORE_RECOMMENDED=YES. restore the value of BUILDLINK_DEPENDS to what it should be and was before, and set BUILDLINK_RECOMMENDED to >=6.8.2, as it should be.
2005-03-01Update xorg to 6.8.2.xtraeme7-55/+35
Changes: * Render implementation fixes * Updated x86emu and resynced with upstream at Scitech * Updated SiS driver * Updated Nvidia driver (opensource version) * Render acceleration for ATI's R100 and R200-series cards * Substantial speedups in the software implementation of the render extensions when compiled with gcc 3.4 on the i386 architecture. * Infrastructure for rotation support in drivers * New Trapezoid specification for the Render extension o Respecify Render to include only 'normal' traps o Allow backward compatibility but internally covert to new format * Software mouse cursor is now based on the Damage extension * A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro |USE_DEPRECATED_KEYBOARD_DRIVER|. * All extensions (except Xserver-specific extensions "DMX" and "XpExtension")can now be enabled/disabled from the configuration file and from the command line. * Mac OS X updates: o Support dynamic screen configuration changes in rootless mode o Added option to always use Mac command key equivalents o Interpret scroll wheel mouse events correctly when shift is held down o Added trivial Xinput support o Fixed launch of X clients from Finder with a space in their path o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier * Updated xterm version
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+5
2005-02-21Fix crash with -current/amd64.hira5-24/+79
- don't pass address hint to mmap() with 2.99.16 or later - add __NetBSD__ to use mprotect()
2005-02-09NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it.xtraeme1-3/+9
2005-02-09Add PLIST NetBSD/i386 specific files into its own file, because DGAxtraeme4-32/+37
is not available on sparc. This package is now ready for NetBSD i386/sparc.
2005-01-25Apply patches from Todd Willey for DragonFlyBSD, this closes PR pkg/29042.xtraeme4-8/+417
Thank you!
2005-01-15Add some more libs for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme1-1/+9
2005-01-13Add some more missing libs, required by xorg-clients. Reported byxtraeme1-1/+3
Lasse Kliemann on tech-pkg@.
2005-01-13Fix PLIST for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme2-39/+37
Bump PKGREVISION.
2005-01-07Added patch for Xorg Bug #1488: Fix crash on i830 during startup.reed2-1/+18
Bump PKGREVISION for xorg-server package. This was reported by dheeraj of ece gatech edu via PR #28877.
2004-12-27Finish my previous commit and unbreak xorg-*:xtraeme1-16/+1
* Move the subst macros for threadlib.h from xorg-libs to xorg/Makefile.common. * SUBST_CLASSES should be appended. Thanks to Manuel Stuehn <manuel.stuehn@student.uni-siegen.de> for the email showing me the problems.
2004-12-20Apply patch from X.org to fix:xtraeme3-8/+36
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0914 While I'm here, make this build again on NetBSD -current, which has not /usr/include/threadlib.h. Bump PKGREVISION.
2004-11-15Make this build on NetBSD/amd64. Patch provided by Nicolas Jolyhira8-9/+222
on port-amd64@. OK'd by xtraeme@.
2004-10-22The CONFLICTS lines for xextensions, libx11 and libXaw should bextraeme1-6/+5
only when X11BASE = LOCALBASE, otherwise they are useless, because the xorg packages install the files into ${X11ROOT} aka ${PREFIX}/xorg and not ${PREFIX}. Bump PKGREVISION because the binary has been modified.
2004-10-20Make xdm use configs from under PKG_SYSCONFDIR.reed5-1/+243
Some ideas came from NetBSD's XFree86 customizations. Use USE_PKGINSTALL and CONF_FILES for xorg-clients. Installs xdm configs (and shell scripts) to examples directory. Create OWN_DIRS for the authDir. PLIST changes are for chooser is now in bin directory. And pixmaps moved to include/X11/pixmaps directory. xdm configs are no longer in lib/X11/xdm (so they are no longer lost on reinstall). (Anyone want to do twm and other configs?)
2004-10-09Adjust BUILDLINK_RECOMMENDED to 6.8.1nb2 (compositeext and fixesextxtraeme1-3/+4
pkgconfig files were added).
2004-10-09As jmmv@ suggested in: http://news.gw.com/netbsd.pkgsrc.changes/53743xtraeme4-3/+34
install pkgconfig files for compositeext and fixesext, required to use the builtin versions. Bump PKGREVISION. Thanks for the suggestion Julio! :)
2004-10-08Missing bits to make this build/work correctly on FreeBSD 5.x.xtraeme3-5/+56
Not tested on 4.x, but changes should be trivial to commit...
2004-10-06Like XFree86-libs, xorg-libs under Linux does not installreed1-2/+4
libGLU.a and it does install libXfont.so, libXfont.so.1, and libXfont.so.1.5. I decided not to bump PKGREVISION because this could not be packaged (under Linux) in the first place.
2004-10-06No real changes. No different entries.reed1-16/+16
Just sorted a little to make it easier to compare.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Checksums correctedadam1-7/+7
2004-09-21Update X.org packages to 6.8.1.xtraeme21-986/+153
To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4.
2004-09-16Incorporate libXpm security fixes of X.Org X11R6.8.1.minskim11-4/+436
Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2004-08-11Add missing entries to PLIST.common.recht2-2/+48
Patch by Kouichirou Hiratsuka in PR pkg/26610 Bump PKGREVISION to 1.
2004-07-30Add a new variable to specify the installation prefix forxtraeme2-6/+6
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE.