Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-10 | xmesa.h shouldn't be directly included. | skrll | 4 | -1/+40 | |
This should hopefully fix build problems on XF4 installations, eg. Hubert's bulk build machine. | |||||
2001-09-10 | Normalise patch format. | skrll | 30 | -138/+116 | |
patchdiff now works. | |||||
2001-08-29 | Make template links writeable, to prevent "Permission denied" when the | hubertf | 1 | -1/+4 | |
template is copied to one's desktop. Suggested by Jared D. McNeill <jmcneill@invisible.yi.org> | |||||
2001-08-26 | Pull across Mesa detetecion fixes from KDE 2.1. | skrll | 1 | -1/+9 | |
This should hopefully fix the build problems with XF4. Build tested with XF3. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -4/+7 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-02 | Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty | wiz | 1 | -2/+1 | |
lines. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-20 | Regen. | fredb | 1 | -2/+2 | |
2001-03-20 | Try again. Default MANPATH for NetBSD should now be | fredb | 1 | -7/+9 | |
"/usr/share/man:/usr/X11R6/man:/usr/pkg/man:/usr/local/man". | |||||
2001-03-20 | Grok NetBSD-style ${MACHINE_ARCH} subdirs in man path. Choose defaults | fredb | 2 | -5/+93 | |
more suitably for NetBSD when ${MANPATH} is not set: include /usr/X11R6/man and /usr/pkg/man. | |||||
2001-03-20 | Don't let kde install it's own "rman". Instead, compile in the correct | fredb | 7 | -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-26 | When we alter installation pathes, alter them everywhere. | hubertf | 2 | -1/+24 | |
Now kcmkwm(sp?) finds the icons for the buttons etc., fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi> | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-13 | Create and remove directory "share/doc/kde/HTML/pt" in "kdebase" package | tron | 1 | -2/+3 | |
because it it used by the "kdegames" and "kdevelop" packages. | |||||
2000-11-08 | 1.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/ | abs | 1 | -3/+3 | |
2000-10-15 | fix Makefile (broken by last commit, unresolved conflict) | wiz | 1 | -9/+2 | |
2000-10-15 | Use new USE_MESA variable to depend on the correct Mesa packages | rh | 1 | -2/+9 | |
2000-09-09 | Install screenblankers setuid root, so they can verify passwords | hubertf | 1 | -1/+2 | |
properly. | |||||
2000-08-30 | Use our "libtool" instead of internal one. | tron | 1 | -5/+7 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -5/+5 | |
2000-08-07 | Make sure that "HasXdmAuth" is really defined before checking its value. | tron | 1 | -1/+3 | |
2000-08-07 | Compile support for "XDM-AUTHORIZATION-1" into "kdm" if base X11 system | tron | 2 | -1/+15 | |
supports it. | |||||
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -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-14 | The previous method of using a make target for finding a prerequisite | agc | 1 | -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-11 | Make the determination of the pre-req package's installed directory be | agc | 1 | -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-10 | Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}. | agc | 1 | -2/+2 | |
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me. | |||||
2000-05-20 | Do not try to include old vm/vm_swap.h header in the UVM world. | abs | 1 | -2/+3 | |
Now builds on -current systems without old 1.4 headers still lying around. | |||||
2000-04-03 | look for libGL instead of libMesaGL (recent Mesas don't install as "Mesa") | drochner | 2 | -7/+26 | |
2000-03-28 | Change from using qt to qt1. This clears the way to allow Qt to be upgraded | dmcmahill | 1 | -5/+4 | |
to Qt-2 without breaking KDE which still requires Qt-1. | |||||
2000-03-23 | Make this package work on Solaris. | agc | 1 | -8/+11 | |
2000-02-29 | Remove adaptations for libungif, now that libungif package installs | jlam | 2 | -12/+3 | |
libgif.* | |||||
2000-02-05 | find -> ${FIND}, whitespace fix | wiz | 1 | -4/+3 | |
2000-02-01 | "kvt" takes advantage of "ncurses". | tron | 1 | -1/+2 | |
2000-02-01 | Don't let "kvt" select fancy terminal types from ncurses's "terminfo" | tron | 2 | -6/+17 | |
database which are not available for "termcap" applications. | |||||
2000-01-28 | regen | jdolecek | 1 | -3/+3 | |
2000-01-28 | the login cap 'fix' committed into KDE2 tree | jdolecek | 2 | -2/+6 | |
2000-01-23 | Ignore existence of "login_cap.h" under NetBSD because we don't offer | tron | 3 | -6/+91 | |
the same interface as FreeBSD which KDE expects. | |||||
1999-12-12 | regen | jdolecek | 1 | -10/+10 | |
1999-12-12 | today's set of KDE2 pullups | jdolecek | 8 | -8/+16 | |
1999-12-12 | mark as pulled into KDE2, correct obvious cut&paste error | jdolecek | 1 | -3/+4 | |
1999-12-11 | regen | jdolecek | 1 | -6/+6 | |
1999-12-11 | today's KDE pullups | jdolecek | 5 | -5/+15 | |
1999-12-11 | update the comment on beginning to match with what has been committed | jdolecek | 1 | -7/+9 | |
into KDE tree. I tried hard to give appropriate credit all who deserved, let me know if I forgot somebody. s/FALSE/false/ define INFO_DMA_AVAILABLE even through no info is returned | |||||
1999-12-06 | Make kde work on solaris. Mostly: | bouyer | 6 | -22/+1807 | |
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST | |||||
1999-11-15 | Install "Daemon.README" to correct location. | tron | 1 | -2/+3 | |
1999-11-15 | Add missing MD5 sum for "Daemon.README". | tron | 1 | -1/+2 | |