summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
AgeCommit message (Collapse)AuthorFilesLines
2003-10-20XFree86 4.3.0 and above have "libXrender.so.1.2". Problem pointed on bytron2-3/+4
Bernd Ernesti.
2003-10-19s/${X11BASE}/$${X11BASE}/ in COMMENTgrant1-2/+2
2003-10-18Adapt to latest shared library changes in NetBSD's X11 sources andtron2-3/+10
XFree86-current.
2003-10-13Update pkgtools/x11-links to 0.16.veego3-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-06Catch up.mycroft2-3/+36
2003-09-28Document why we include the various buildlink3.mk files.jlam1-1/+4
2003-09-19test's -e operator doesn't work with the sh built-in test on Solaris,grant1-2/+2
use ${TEST} -e instead. noted by mlh@goatnospamhill.org on tech-pkg@.
2003-09-09Use pax(1) instead of "cp -R" to install so that we ensure symlinks arejlam1-3/+3
copied instead of followed.
2003-09-07Update pkgtools/x11-links to 0.14. Changes include supportingjlam8-9/+57
XFree86-4.3.x (or NetBSD-current xsrc) and listing more files for XFree86 on Darwin.
2003-09-07Check that Mesa/GLU is builtin.jlam1-2/+2
2003-09-07Add back the GLU files and some additional files in XFree86-4.3.x.jlam4-3/+33
2003-09-02Fix EXTRACT_ONLY. (Johnny please get some sleep :)seb1-2/+2
2003-09-02Update pkgtools/x11-links to 0.13. This package now uses buildlink3jlam15-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-26Finally remove support of Mesa 3.4.1 completely as discussed at lengthjschauma2-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-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-06-29Add BUILDLINK_FILES for IRIX64.jschauma1-1/+44
2003-06-12Initial buildlink2 for X under IRIX.jschauma2-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-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-16Use PAX instead of CP (Solaris 'cp' cannot copy symlinks)heinz1-3/+3
2003-01-14Update pkgtools/x11-links to 0.12. Changes from version 0.11 includejlam2-18/+5
teaching x11-links about Xrender libraries and headers via Xrender's buildlink2.mk.
2003-01-13add .dylib files for Darwin.grant2-3/+73
This allows X packages to be built on Darwin. bump pkg version to 0.11.
2003-01-13fix typo: llibXcursor.a.grant1-2/+2
2003-01-03Create a symlink for "lib/libXdpms.a" which is required to build e.g.tron1-1/+2
"xlockmore" on NetBSD-i386 with XFree86 3.3.6. This fixes PR pkg/19330 by Michael van Elst.
2003-01-03Link bitmap files again because they are e.g. need to build thetron2-3/+101
"enlightenment" package. Bump version number to 0.10.
2002-12-27Update to 0.8.veego2-101/+23
Changes: - Support XFree86 4.2.99.3, so we support the upcoming 4.3 - There is no need to link bitmap files, which was introduced while switching to bulidlink2 - Add the following new files: include/X11/Xcursor/Xcursor.h include/X11/extensions/bigreqstr.h include/X11/extensions/extutil.h include/X11/extensions/mitmiscstr.h include/X11/extensions/multibufst.h include/X11/extensions/shapestr.h include/X11/extensions/shmstr.h include/X11/extensions/syncstr.h include/X11/extensions/xcmiscstr.h include/X11/extensions/xteststr.h lib/llibXcursor.a lib/libXcursor.so lib/libXcursor.so.1 lib/libXcursor.so.1.0 lib/libXrandr.so.2 lib/libXrandr.so.2.0 lib/libXrender.so.1.2 lib/libXv.so lib/libXv.so.1 lib/libXv.so.1.0
2002-12-23Whitespace fixcjep1-2/+2
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-11-26Typo.jlam1-2/+2
2002-11-26Use "cp" instead of "pax" to copy the directory trees.jlam1-2/+2
2002-10-08Move the _REQUIRE_* definitions from xfree.buildlink2.mk to the x11-linksjlam2-10/+8
Makefile so that they won't be defined for other packages that include xfree.buildlink2.mk.
2002-10-08Remove reference to x11.buildlink.mk.jlam1-4/+3
2002-09-27Create a new variable USE_X11_LINKS that controls whether packages thatjlam3-20/+10
use buildlink2 and set USE_X11 will use x11-links, or if they will simply symlink the X11 files directly into ${BUILDLINK_DIR}. If USE_X11_LINKS is "YES" (the default), then x11-links is used. If USE_X11_LINKS is "NO", then the X11 files are symlinked directly. There is a choice here between speed and flexibility. Using x11-links is faster since you don't need to spend time symlinking all of the X11 files into ${BUILDLINK_DIR}. However, if you update your X11 installation, then the x11-links package will likely be out-of-date. Conversely, directly symlinking the X11 files will protect you from changes in your X11 installation when you update, but there is a (small) time penalty to have to do it for every package that uses X11.
2002-09-20Fix comment to note that you'll need to update the x11-links dependency injlam1-3/+4
bsd.buildlink2.mk as well.
2002-08-26Actually define USE_BUILDLINK2 so that we can use the buildlink2.mk files.jlam1-1/+2
2002-08-26Add missing BUILDLINK_PACKAGES lines.jlam2-2/+4
2002-08-26Remove private buildlink.mk files that were only used by x11-links. Theyjlam2-1590/+0
are no longer necessary now that x11-links uses buildlink2.
2002-08-25Revert previous change now that the buildlink2.mk files have hit the mainjlam1-3/+3
trunk. These packages can now safely use buildlink2.mk files.
2002-08-23revert buildlink2.mk merge until Johnny has a chance to look at the issuesabs1-7/+6
2002-08-23Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.jlam4-7/+1570
2002-08-05Separate out the OpenWindows buildlink logic and XFree buildlink logicjlam4-1566/+1596
into separate files for cleanliness.
2002-06-26Update pkgtool/x11-links to version 0.8:jlam3-4/+16
Use _REQUIRE_BUILTIN_* to specify that the headers/libraries of some parts of X11 that are available from 3rd parties must be part of the standard X11 distribution or else their symlinks aren't installed as part of x11-links. This is to allow x11-links to contain all of the parts of the standard X11 distribution. The problem that prompted this is that newer releases of XFree86-4.x contain not just new libraries but new inter-library dependencies. Some of the X11 libraries present in XF86-4.x that were also in XF86-3.x now depend on libXpm.so or libfreetype.so, which, from a buildlink point-of-view, must also be found during the link phase when building software.
2002-04-14Update to 0.7, which is needed for xfree-current (4.2.99.1).veego2-5/+18
Added: include/X11/Xft/XftCompat.h include/X11/extensions/XRes.h include/X11/extensions/XResproto.h include/fontconfig/fcfreetype.h include/fontconfig/fcprivate.h include/fontconfig/fontconfig.h lib/libXRes.a lib/libXft.so.2 lib/libXft.so.2.0 lib/libfontconfig lib/libfontconfig.so lib/libfontconfig.so.1 lib/libfontconfig.so.1.0
2002-01-27Add XFree86 4.2.0 additions, bump version to 0.6:markd3-3/+20
include/X11/fonts/fontenc.h include/X11/extensions/xtrapbits.h include/X11/extensions/xtrapddmi.h include/X11/extensions/xtrapdi.h include/X11/extensions/xtrapemacros.h include/X11/extensions/xtraplib.h include/X11/extensions/xtraplibp.h include/X11/extensions/xtrapproto.h lib/libXrender.so.1.1 lib/libXTrap.a lib/libXTrap.so lib/libXTrap.so.6 lib/libXTrap.so.6.4 lib/libXinerama.so lib/libXinerama.so.1 lib/libXinerama.so.1.0 OKed by jlam
2002-01-01If we are missing ${X11BASE}/include/X11/X.h, we're not going farabs1-1/+7
2001-12-21Add a guard to prevent packages other than x11-links from using thejlam2-2/+6
x11-links/buildlink.mk file.
2001-12-17Make this package work under Solaris (only tested with Solaris 9).tron1-1/+1003
2001-12-08Added missing library lib/libXmu.so.6.0 and bump the package version to 0.5.kristerw2-3/+4
OK:ed by jlam.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2