summaryrefslogtreecommitdiff
path: root/x11/xorg-imake
AgeCommit message (Collapse)AuthorFilesLines
2007-08-17To quote Johnny Lam: "In modular-xorg we trust"joerg17-687/+0
Remove xorg 6.9 packages from pkgsrc.
2006-12-16Fix build on NetBSD/arm - _only_ affects #ifdef __NetBSD__ && __arm__.abs2-6/+17
No change for other platforms/OSs
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! Note: This is the same as x11/xorg-libs/patches/patch-cu Discussed with joerg@
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-8/+9
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-09-25Forgotten patchsum. Thanks Greg.joerg1-2/+2
2006-09-25Always use INSTALLMINORREV, eliminiating the special handling injoerg2-7/+10
FreeBSD. Bump revision. Tested by Peter Schuller.
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-17Since mkhtmlindex is now a Perl script, depend on Perl and replacejoerg1-2/+5
the interpreter. Bump revision.
2006-06-12Improve Linux/AMD64 support. Bump revisions of xorg-imake andjoerg3-5/+15
xorg-libs due to changed packages.
2006-04-28Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrbjoerg2-11/+20
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and -server.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-27Fix the build of xorg-server on NetBSD/amd64. Bump revision ofjoerg1-1/+2
xorg-imake, since the installed files changed.
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme1-2/+2
2006-01-19Revive former patch-am to get proper shared library names on DragonFly.joerg2-1/+15
2006-01-18Update meta-pkgs/xorg to 6.9.0.xtraeme13-379/+146
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.
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-3/+1
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-10-16Avoid warning of `OptimizedCDebugFlags redefined' on NetBSD/macppc.hira2-5/+13
2005-09-13Fix the NetBSD.cf pre-formatted manual page make target so itreed3-8/+19
creates the manpage in current build directory instead of unsafely in tmp directory. Discussed with Xorg and XFree86 security teams and fixed there also. Bump PKGREVISION.
2005-08-19When doing an UNPRIVILEGED install, it failed with:reed1-1/+2
cannot create /home/reed/pkg/xorg/lib/X11/config/host.def: permission denied I fixed this by chmod NONBINMODE. (Idea from www/apache/Makefile.)
2005-06-07Apply patches from Joerg Sonnerberger to fix some misc problems, likextraeme3-4/+19
imake problems with audio/nas and the mouse issues seen on DragonFlyBSD, this closes PR pkg/30418.
2005-05-23Apply patches from Joerg Sonnenberger for DragonFlyBSD and GCCxtraeme5-281/+104
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-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-05Bring back DARWIN_USE_QUARTZ; fix PR#29886adam1-1/+2
2005-03-29Sync SUBST_CLASSES=thr with meta-pkgs/xorg/Makefile.common, whichxtraeme1-2/+3
supports NetBSD>=1.6M.
2005-03-22Added support for Darwin/MacOSXadam3-3/+59
2005-03-02Add missing entry to PLIST. Bump PKGREVISION to 1.hira2-2/+4
2005-03-01Update xorg to 6.8.2.xtraeme2-10/+9
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/+3
2005-02-10Install the DragonFly.cf file too, from Todd Willey in PR pkg/29330.xtraeme3-2/+18
2005-01-12This is for PR #28948 from Todd Willey so DragonFly.cfreed2-2/+3
should set CompessManPages to NO (as the default). Also bump PKGREVISION. (Maybe packages depending on this and on DragonFly should bump their depends.)
2004-12-27Finish my previous commit and unbreak xorg-*:xtraeme3-6/+30
* 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-11-15Make this build on NetBSD/amd64. Patch provided by Nicolas Jolyhira3-14/+84
on port-amd64@. OK'd by xtraeme@.
2004-11-08Remove patch-ai, which is the same file than DragonFly.cf in ${FILESDIR},xtraeme2-285/+1
noted by hira@ in private email.
2004-11-01Make this build/work on DragonFlyBSD. Patches were submitted byxtraeme5-2/+595
Todd Willey via tech-pkg@.
2004-10-08Missing bits to make this build/work correctly on FreeBSD 5.x.xtraeme2-1/+40
Not tested on 4.x, but changes should be trivial to commit...
2004-09-22Checksums correctedadam1-5/+5
2004-09-21Update X.org packages to 6.8.1.xtraeme3-69/+9
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-08-04Fix for xmkmf, which had the buildlink directory embedded to look forxtraeme1-1/+6
config files, fixes PR pkg/26505 by Kouichirou Hiratsuka.
2004-07-31As suggested by Kouichirou Hiratsuka in PR pkg/26483, movextraeme2-9/+23
ProjectRoot definition inside #ifdef BeforeVendorCF, otherwise it's overwritten by xpkgwedge two times. Finally xpkgwedge works, bump PKGREVISION.
2004-07-30Apply patch from Kouichirou Hiratsuka PR pkg/26480 to not installxtraeme1-7/+7
the header files properly (previous change broke "update" target).
2004-07-30Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.xtraeme1-2/+3
2004-07-30o Add missing files.xtraeme2-7/+18
o Remove header files, which are handled by xorg-libs. o Don't leave empty version.def, it's needed for some packages (e.g Xft2/builtin.mk, Xrandr/builtin.mk, etc). o Remove duplicated line in do-build target. Bump PKGREVISION.
2004-07-29Depend on xorg-dirs where appropiate, as was done for XFree86 by jmmv@.xtraeme1-1/+2
2004-07-29xorg packages now will be installed into ${PREFIX}/xorg by default,xtraeme1-3/+1
so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
2004-07-29Initial import of xorg-imake-6.7.0.xtraeme13-0/+482
The xorg-imake package provides various utilities, such as imake, lndir, mkdirhier, xmkmf, and others. These utilities are from X.org, although an X server and X libraries are not needed.