summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-07-29s/X11R6/xorg/xtraeme1-2/+2
2004-07-29xorg packages now will be installed into ${PREFIX}/xorg by default,xtraeme1-2/+1
so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
2004-07-29Initial import of xorg-libs-6.7.0.xtraeme21-0/+1904
This package contains the X.org include header files and shared library files.