Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-17 | Add vendor patch for CVE-2006-6101, CVE-2006-6102 and CVE-2006-6103; | joerg | 3 | -1/+183 | |
this fixes possible overflows in the extensions dbe and render. | |||||
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -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-16 | Fix build on NetBSD/arm - _only_ affects #ifdef __NetBSD__ && __arm__. | abs | 2 | -6/+17 | |
No change for other platforms/OSs | |||||
2006-12-12 | Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. | joerg | 1 | -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-30 | Added PLIST entries for SunOS. Discussed with joerg@ | dsainty | 1 | -1/+82 | |
2006-10-30 | Run-time path fix for Solaris for the X client libraries. Without this | dsainty | 2 | -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-09 | Flag a number of packages I use as supporting (user-)destdir. | joerg | 1 | -6/+6 | |
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir". | |||||
2006-09-16 | Add missing RCS Id. | hira | 2 | -2/+4 | |
2006-09-14 | Actually bump the revisions as promised. | joerg | 1 | -2/+2 | |
2006-09-14 | Check set*uid for error, at least on Linux it can fail. | joerg | 12 | -1/+263 | |
Bump revisions of xorg-clients, xorg-libs and xorg-server. | |||||
2006-09-13 | Fixes for CVE-2006-2006-3739 and CVE-2006-3740. | joerg | 5 | -3/+100 | |
Bump revision. | |||||
2006-08-26 | Fix PLIST for FreeBSD. Bump revision. | joerg | 2 | -3/+7 | |
2006-08-23 | Actually add the patch as well. | joerg | 1 | -0/+103 | |
2006-08-22 | Fix SA21450 using patch from Xorg CVS. Bump revisions of xorg-libs and | joerg | 2 | -3/+4 | |
xorg-server. | |||||
2006-08-14 | Don't install os.h and misc.h in server builds, it would override | joerg | 2 | -1/+16 | |
files from xorg-libs. | |||||
2006-07-31 | Don't drop -fno-strict-aliasing on NetBSD/!i386. Fixes PR 34099. | joerg | 3 | -5/+23 | |
Bump revision of xorg-imake and xorg-libs. | |||||
2006-07-26 | Add a missing file on Linux. Bump PKGREVISION. | minskim | 2 | -3/+4 | |
2006-07-24 | Set ForceNormalLib and SharedFontLib to YES regardless of Linux distribution, | minskim | 3 | -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-24 | Move zlib SUBST magic to Makefile.common, it is always needed. | joerg | 1 | -8/+1 | |
Fixes problems found by abs@ | |||||
2006-07-23 | Add missing entries for Linux. Approved by the maintainer. | minskim | 1 | -1/+11 | |
2006-07-23 | Make this package build on platforms without native zlib by including | minskim | 3 | -5/+22 | |
zlib's buildlink3.mk. Thanks to Joerg Sonnenberger for review. | |||||
2006-07-23 | Pass "-I." to the preprocessor so that xf86drm.h is found on Linux. | minskim | 3 | -7/+25 | |
Approved by the maintainer. | |||||
2006-07-11 | Don't use the builtin framework for the various Xorg components | joerg | 1 | -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-10 | Add x11-links, xorg-libs, and XFree86-libs information to BUILDLINK_ORDER | jlam | 1 | -1/+2 | |
so that show-buildlink3 will show when these buildlink3.mk files are included. | |||||
2006-06-17 | Add support for the i945GM to the i810 driver. | markd | 7 | -1/+387 | |
From patches by Dimitry Andric. Bump PKGREVISION of xorg-server. | |||||
2006-06-12 | Improve Linux/AMD64 support. Bump revisions of xorg-imake and | joerg | 4 | -7/+23 | |
xorg-libs due to changed packages. | |||||
2006-06-01 | Apply patch from bug #6918 in the "freedesktop.org" Bugzilla database | tron | 5 | -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-03 | Apply patch to fix vulnerability reported in CVE-2006-1526. | tron | 2 | -1/+24 | |
Bump package revision because of this fix. | |||||
2006-04-28 | Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrb | joerg | 2 | -10/+25 | |
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and -server. | |||||
2006-04-22 | Fix Perl reference in getconfig and getconfig.pl and also require | joerg | 2 | -1/+12 | |
Perl at runtime. Bump revision. | |||||
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-04-18 | Change missed reference of renderext to renderproto. | reed | 1 | -2/+2 | |
2006-04-13 | Only install headers in lib/fonts/bitmap when not building the Xserver | joerg | 2 | -1/+16 | |
to avoid overriding installed files. | |||||
2006-04-12 | Don't create xorg/lib/X11/fs as symlink to the config directory, | joerg | 2 | -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-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 | |
that they look nicer. | |||||
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -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-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -3/+3 | |
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not. | |||||
2006-03-20 | Fix CVE-2006-0745: Comparing the address of geteuid and 0 to detect | joerg | 2 | -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-02 | Fix AGP GART support on DragonFly. Fix PLIST on DragonFly. | joerg | 2 | -3/+30 | |
Bump xorg-server revision. | |||||
2006-02-27 | Fix the build of xorg-server on NetBSD/amd64. Bump revision of | joerg | 2 | -9/+40 | |
xorg-imake, since the installed files changed. | |||||
2006-02-27 | Try to fix Xorg build breakage on Linux. No feedback received, but | joerg | 4 | -1/+40 | |
should not break anything. | |||||
2006-02-23 | Tell the buildlink3 framework where the installed shared libraries are so | jlam | 1 | -2/+3 | |
that the path isn't automatically stripped out by the wrappers. | |||||
2006-02-14 | Fix race condition in xdm's Xsession. From PR 32804. | joerg | 2 | -4/+15 | |
2006-02-14 | Don't hard code path to xorg/bin/xterm, just expect it in PATH. | joerg | 4 | -3/+45 | |
This affects startx, xinitrc and xdm. Bump revision. | |||||
2006-02-12 | Joerg Sonnenberger will be the maintainer. | xtraeme | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -4/+4 | |
2006-02-01 | Fix sysmouse handling on DragonFly, mostly garbage arrived. Thanks for | joerg | 2 | -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-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 2 | -2/+4 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2006-01-23 | Fix two more issues of FreeBSD leftovers/missing DF support in | joerg | 3 | -1/+108 | |
xorg-server. | |||||
2006-01-23 | From the "Did-anyone-ever-try-this-at-all" department: | joerg | 2 | -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. |