summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-03-30Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, whichxtraeme1-2/+4
is mandatory if you want Xft2/Xrender support when using X11_TYPE=XFree86.
2004-03-30Remove XFree86/Makefile.common which was causing strange changes in thextraeme1-4/+2
targets, and use ${LOCALBASE}/X11R6 instead of ${X11ROOT}, noted by Jeremy C. Reed (fixes building in qt3 when using X11_TYPE=XFree86).
2004-03-30X11ROOT should be used as directory for buildlinkifying the files.xtraeme1-2/+2
2004-03-30Add buildlink3.mkrecht1-0/+46
2004-03-30Use x11 directory instead of testing directory.reed1-2/+2
2004-03-30Allow the last known version information to match all future versions ofjlam2-2/+4
XFree86 until we know for certain that it's different. This makes us more bulletproof to updates in xsrc.
2004-03-30Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name sincejlam2-14/+14
we use it in several places within pkgsrc as a public variable.
2004-03-29Make hot-babe less sensitive so that her clothes stay on a bit longer. Fromsnj4-18/+23
toddpw@ in PR pkg/24921. While here, clean up the English in DESCR and use bl3.
2004-03-29Add missing Xrandr and xcursor buildlink2.mks.recht2-3/+8
Patch PKGREVISION to 1.
2004-03-29Revert ruby-tcltk package to use tcl83.taca1-6/+9
Unfortunately, Ruby has problem with thread library even if recent release of 1.8.1. So, a program using ruby's library shouldn't link with thread library. Bump PKGREVISION.
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam5-42/+60
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam18-23/+41
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Make sure X11_TYPE=XFree86 is defined before building X11 packages,xtraeme2-2/+4
this will fix wrong binary packages made by bulk builds.
2004-03-28Fix PATH.xtraeme2-4/+4
2004-03-28Regen.xtraeme1-1/+3
2004-03-28Fix meta-pkgs/XFree86 PATH.xtraeme1-2/+2
2004-03-28Add missing files plus some modifications.xtraeme1-0/+785
2004-03-28Upgrade XFree86 packages to 4.4.0.xtraeme54-4675/+2042
To see a full list of changes, please review: http://xfree86.org/4.4.0/RELNOTES.html These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x, and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
2004-03-28Install the libraries into QTLIBDIR and symlink to PYSITELIB to makerecht1-5/+6
libtool happy.
2004-03-28Add buildlink3 file; from Michal Pasternak on tech-pkg.wiz1-0/+23
2004-03-26Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults tojlam1-2/+1
"yes" and packages that can't use the DB-1.85 API should set it to "no". This makes the native DB the preferred DB if it exists.
2004-03-26Include the iostream header file before using ostream. Fixes build onminskim2-1/+14
NetBSD-current.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz98-135/+206
Buildlink files: RECOMMENDED version changed to current version.
2004-03-25Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGSjlam5-37/+824
that accumulates within itself with a do-nothing version because it tried to re-use LDFLAGS for another purpose. This broke all library checks after the "checking for ELF" step. Fix this by (duh) not re-using LDFLAGS but by using a different variable. Bump the PKGREVISIONs of lang/tcl and x11/tk. This fixes building the threaded versions of tcl and tk.
2004-03-24Now that we build tcl/tk with thread safety enabled, pull pthread buildlinkjwise2-4/+5
glue into the tcl buildlink glue. Also, update buildlink dependencies appropriately. Pointed out by wiz@netbsd.org.
2004-03-24Never install the executable setuid root. Might have happened if libvgawiz3-2/+16
was found (not on NetBSD, of course). Bump PKGREVISION to 1. Closes PR 21812 by reed.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam2-4/+4
2004-03-22Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match.jwise1-2/+3
2004-03-22This package build fine with gcc3, don't insist on using egcs on SunOS.bouyer3-22/+7
This package use c++.
2004-03-22Update to 804.026:wiz4-20/+20
This a re-port of a perl interface to Tk8.4. C code is derived from Tcl/Tk8.4.5. It also includes all the C code parts of Tix8.1.4 from SourceForge. The perl code corresponding to Tix's Tcl code is not fully implemented. Perl API is essentially the same as Tk800 series Tk800.025 but has not been verified as compliant. There ARE differences see pod/804delta.pod. The goal of this release is Unicode support via perl's and core-tk's use of UTF-8. Tk804.026 builds and loads into a threaded perl but is NOT yet thread safe. This Tk804 is only likely to work with perl5.8.0 or later. Perl's UTF-8 support has improved since it was introduced in perl5.6.0. Some functions (regular expression match in Text widgets) are known to only work with perl5.8.1 and later There are a lot more tests in Tk804. Some notably t/entry.t and t/listbox.t very dependant on the available fonts and to a lesser extent the window manager used. (See below for a list of fails which can be "expected" even if nothing is really wrong.) Others t/JP.t and t/KR.t need oriental fonts and can take a long time to run on a machine with a lot of fonts but which lacks the glyphs tests are looking for.
2004-03-22Updated xpmroot to 2.4.18 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+3
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-20Fix build on sparc64 with gcc2. Slightly silence pkglint.snj2-2/+6
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-18Bump PKGREVISION after gkrellm1 buildlink[23].mk change.cube1-2/+2
That should close PR 24818.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam46-143/+95
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Add explicit dependency on pkgconfig.minskim1-1/+2
2004-03-17Unconditionally disable kerberos on FreeBSD.wiz1-1/+2
Per Michal Pasternak on tech-pkg, xscreensaver only supports kerberos 4 and FreeBSD only provides kerberos 5.
2004-03-17Remove CONFIGURE_ARGS here since it had no effect and specifiedtaca1-8/+1
incorrect parameter.
2004-03-16add darwin supportdanw7-11/+479
2004-03-16Switch to Tcl/Tk 8.4. OK'ed by taca@.minskim1-6/+6
Bump PKGREVISION.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam4-4/+8
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16BUILDLINK_DEPENDS.<pkg> is appended to.jlam1-2/+2
2004-03-16Manipulate the buildlink depth so that libiconv and Xfixes aren't addedjlam1-1/+3
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are included by the top-level Makefile.
2004-03-16Switch to Tcl/Tk 8.4 and bl3ify.minskim1-3/+5
2004-03-16Backout my recent changes because Thomas Klausner and Grant Beattietron3-17/+3
disapprove.
2004-03-16Fix locale file installation. Bump package revision because of that.tron1-0/+13
2004-03-16Fix locale file installation. Bump package revision because of that.tron2-3/+4
2004-03-16Add ruby to CATEGORIES.taca4-8/+8