Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-20 | add support for OSF1, from by Tobias Nygren. | grant | 3 | -1/+442 | |
2004-11-11 | Update comment to reflect reality regarding bumping buildlink3 depends. | sketch | 1 | -3/+3 | |
2004-11-11 | Require x11-links-0.24 for the fixed OpenWindows headers. | sketch | 1 | -2/+2 | |
2004-11-11 | Bump package version rather than PKGREVISION as this is software we maintain | sketch | 1 | -3/+2 | |
ourselves. | |||||
2004-11-11 | Fix checks for __STDC__ in older versions of OpenWindows headers so that the | sketch | 2 | -2/+21 | |
SunPro compiler gets the correct syntax for macro concatenation. Bump PKGREVISION. | |||||
2004-11-11 | CREATE_X11LINK is used to generate the symlinks in the work directory | jlam | 1 | -3/+6 | |
corresponding to the X11 files. This can be defined to be more complex script than the default of "${LN} -fs $$src $$dest" if some of the files need to have transformations performed on them. | |||||
2004-10-01 | Improved DESCRiption (as discussed with maintainer). | reed | 1 | -2/+2 | |
2004-07-24 | handle X.org 6.7 and treat it the same way as XFree86 4.4 for the | grant | 1 | -7/+29 | |
moment. | |||||
2004-05-15 | Use option "-r" instead of "-e" for ${TEST} since this is not portable to some | heinz | 1 | -2/+2 | |
operating systems (eg UnixWare). | |||||
2004-03-30 | Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name since | jlam | 1 | -8/+6 | |
we use it in several places within pkgsrc as a public variable. | |||||
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -9/+12 | |
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly. | |||||
2004-03-17 | Force all of the headers and libraries to be symlinked into | jlam | 1 | -1/+7 | |
${BUILDLINK_X11_DIR}, even in the "pkgviews" case. This makes building X11 packages work with pkgviews again after the X11_TYPE-related changes. | |||||
2004-03-15 | Xrandr won't build without the X Extension library which is only present | recht | 1 | -1/+10 | |
in XFree86>=4.3; ignore it when checking dependencies or buildlinking. Skip also randrext (Xrandr's header files) in this case. The patch agains x11-links' builtin.mk is a slightly modified version of the patch jlam@ posted in: http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html ok'd by jlam@ | |||||
2004-03-15 | Fix recursive variable assignment. | tron | 1 | -2/+2 | |
2004-03-15 | builtin.mk file to hold information about the built-in X11R6 | jlam | 1 | -0/+32 | |
implementation. | |||||
2004-03-11 | Garbage collect USE_X11_LINKS, which was used solely to avoid | jlam | 1 | -2/+1 | |
dependency loops, and which are now handled in a more general way by bsd.buildlink3.mk. | |||||
2004-03-11 | Add a buildlink3.mk file for pkgtools/x11-links. This isn't meant to be | jlam | 1 | -0/+31 | |
included manually by a package, but is intended for inclusion by bsd.buildlink3.mk. It will be used to avoid special-casing x11-links when creating symlinks into the buildlink directory. | |||||
2004-03-11 | Don't cat nonexistent files during the build. | jlam | 1 | -2/+3 | |
2004-03-10 | Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN. | jlam | 1 | -17/+10 | |
2004-02-17 | Update to x11-links-0.23: catch up with Xft2/buildlink3.mk changes. | jlam | 4 | -14/+18 | |
2004-02-17 | Update pkgtools/x11-links to 0.22. Changes from version 0.21 include | jlam | 4 | -14/+18 | |
handling the built-in expat libraries and headers. | |||||
2004-02-16 | Update pkgtools/x11-links to 0.21. Changes from version 0.20 include | jlam | 9 | -40/+60 | |
catching up to changes to xcursor, Xrender, render, Xrandr, and randrext by including their buildlink3.mk files. | |||||
2004-02-10 | This package uses no compilers. | jlam | 1 | -1/+2 | |
2004-02-03 | Remove 'USE_LANGUAGES=' as at least on my system 'make install' compiles up | abs | 1 | -2/+1 | |
something to check the shared library type. (An entertaining way to pick up on issues seems to be to set CFLAGS to include an argument not understood by the base compiler, such as '-march=pentium3') | |||||
2004-02-02 | These packages don't use any compilers, so set USE_LANGUAGES to an empty | jlam | 1 | -1/+2 | |
value. | |||||
2004-01-31 | Add missing extensions/extutil.h and bump version to 0.20. | recht | 2 | -3/+4 | |
This fixes the build of Xrandr. ok'ed by wiz@ | |||||
2004-01-26 | Revert previous commit, it didn't work for binary packages. Noted by | xtraeme | 1 | -5/+2 | |
Julio Merino. | |||||
2004-01-25 | Add dependency on XFree86-libs if ${X11BASE}/include/X11/X.h doesn't | xtraeme | 1 | -2/+5 | |
exists and we are using XFree86 packages from pkgsrc. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-19 | Update for XFree 4.4.0 RC2: | veego | 3 | -4/+11 | |
Added shared libraries for libGLw and a different location for ft2build.h. Version bumped to 0.19. | |||||
2003-10-20 | XFree86 4.3.0 and above have "libXrender.so.1.2". Problem pointed on by | tron | 2 | -3/+4 | |
Bernd Ernesti. | |||||
2003-10-19 | s/${X11BASE}/$${X11BASE}/ in COMMENT | grant | 1 | -2/+2 | |
2003-10-18 | Adapt to latest shared library changes in NetBSD's X11 sources and | tron | 2 | -3/+10 | |
XFree86-current. | |||||
2003-10-13 | Update pkgtools/x11-links to 0.16. | veego | 3 | -4/+14 | |
Changes include supporting XFree86-4.3.99.14 aka XFree86-current. Added some new library versions and some freetype2 include files. And bump the required version number in the bsd.buildlink mk's. | |||||
2003-10-06 | Catch up. | mycroft | 2 | -3/+36 | |
2003-09-28 | Document why we include the various buildlink3.mk files. | jlam | 1 | -1/+4 | |
2003-09-19 | test's -e operator doesn't work with the sh built-in test on Solaris, | grant | 1 | -2/+2 | |
use ${TEST} -e instead. noted by mlh@goatnospamhill.org on tech-pkg@. | |||||
2003-09-09 | Use pax(1) instead of "cp -R" to install so that we ensure symlinks are | jlam | 1 | -3/+3 | |
copied instead of followed. | |||||
2003-09-07 | Update pkgtools/x11-links to 0.14. Changes include supporting | jlam | 8 | -9/+57 | |
XFree86-4.3.x (or NetBSD-current xsrc) and listing more files for XFree86 on Darwin. | |||||
2003-09-07 | Check that Mesa/GLU is builtin. | jlam | 1 | -2/+2 | |
2003-09-07 | Add back the GLU files and some additional files in XFree86-4.3.x. | jlam | 4 | -3/+33 | |
2003-09-02 | Fix EXTRACT_ONLY. (Johnny please get some sleep :) | seb | 1 | -2/+2 | |
2003-09-02 | Update pkgtools/x11-links to 0.13. This package now uses buildlink3 | jlam | 15 | -2320/+2434 | |
to build. I'm bumping the version number just in case the installed package is different from version 0.12 (I can't test on different systems). | |||||
2003-08-26 | Finally remove support of Mesa 3.4.1 completely as discussed at length | jschauma | 2 | -6/+2 | |
on tech-pkg@ at various times. This means that regardless of what kind of GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher) will be installed into ${LOCALBASE}. Some troubleshooting after the latest patches by Krister Walfridsson. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-06-29 | Add BUILDLINK_FILES for IRIX64. | jschauma | 1 | -1/+44 | |
2003-06-12 | Initial buildlink2 for X under IRIX. | jschauma | 2 | -2/+621 | |
XSgi is based on Release 6 of the X Consortium distribution, but it also has a whole bunch of symlinks into Motif libraries and headers. When installing the links, grab the right ABI. | |||||
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+2 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |