summaryrefslogtreecommitdiff
path: root/x11/kdebase
AgeCommit message (Collapse)AuthorFilesLines
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+5
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-12More updates from Mesa:jschauma1-2/+3
As with the Makefiles, only include Mesa's buildlink when necessary, otherwise include MesaLib's and/or glu's buildlink.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2002-10-21Add buildlink2.mk.wiz1-0/+159
2002-10-20Convert to buildlink2 (compile-tested).wiz1-21/+13
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-4/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-10xmesa.h shouldn't be directly included.skrll4-1/+40
This should hopefully fix build problems on XF4 installations, eg. Hubert's bulk build machine.
2001-09-10Normalise patch format.skrll30-138/+116
patchdiff now works.
2001-08-29Make template links writeable, to prevent "Permission denied" when thehubertf1-1/+4
template is copied to one's desktop. Suggested by Jared D. McNeill <jmcneill@invisible.yi.org>
2001-08-26Pull across Mesa detetecion fixes from KDE 2.1.skrll1-1/+9
This should hopefully fix the build problems with XF4. Build tested with XF3.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-4/+7
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-20Regen.fredb1-2/+2
2001-03-20Try again. Default MANPATH for NetBSD should now befredb1-7/+9
"/usr/share/man:/usr/X11R6/man:/usr/pkg/man:/usr/local/man".
2001-03-20Grok NetBSD-style ${MACHINE_ARCH} subdirs in man path. Choose defaultsfredb2-5/+93
more suitably for NetBSD when ${MANPATH} is not set: include /usr/X11R6/man and /usr/pkg/man.
2001-03-20Don't let kde install it's own "rman". Instead, compile in the correctfredb7-32/+87
path to rman. The determination as to whether it's the package rman or the XFree86-4.x installed rman is left to bsd.pkg.mk (via USE_RMAN). Closes PR pkg/8755.
2001-02-26When we alter installation pathes, alter them everywhere.hubertf2-1/+24
Now kcmkwm(sp?) finds the icons for the buttons etc., fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-13Create and remove directory "share/doc/kde/HTML/pt" in "kdebase" packagetron1-2/+3
because it it used by the "kdegames" and "kdevelop" packages.
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs1-3/+3
2000-10-15fix Makefile (broken by last commit, unresolved conflict)wiz1-9/+2
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+9
2000-09-09Install screenblankers setuid root, so they can verify passwordshubertf1-1/+2
properly.
2000-08-30Use our "libtool" instead of internal one.tron1-5/+7
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-08-07Make sure that "HasXdmAuth" is really defined before checking its value.tron1-1/+3
2000-08-07Compile support for "XDM-AUTHORIZATION-1" into "kdm" if base X11 systemtron2-1/+15
supports it.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-2/+2
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-05-20Do not try to include old vm/vm_swap.h header in the UVM world.abs1-2/+3
Now builds on -current systems without old 1.4 headers still lying around.
2000-04-03look for libGL instead of libMesaGL (recent Mesas don't install as "Mesa")drochner2-7/+26
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-5/+4
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-23Make this package work on Solaris.agc1-8/+11
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam2-12/+3
libgif.*
2000-02-05find -> ${FIND}, whitespace fixwiz1-4/+3
2000-02-01"kvt" takes advantage of "ncurses".tron1-1/+2
2000-02-01Don't let "kvt" select fancy terminal types from ncurses's "terminfo"tron2-6/+17
database which are not available for "termcap" applications.
2000-01-28regenjdolecek1-3/+3
2000-01-28the login cap 'fix' committed into KDE2 treejdolecek2-2/+6
2000-01-23Ignore existence of "login_cap.h" under NetBSD because we don't offertron3-6/+91
the same interface as FreeBSD which KDE expects.
1999-12-12regenjdolecek1-10/+10