Commit graph

135 commits

Author SHA1 Message Date
skrll
9c1693ae32 xmesa.h shouldn't be directly included.
This should hopefully fix build problems on XF4 installations, eg. Hubert's
bulk build machine.
2001-09-10 08:28:27 +00:00
skrll
38b277944b Normalise patch format.
patchdiff now works.
2001-09-10 08:23:18 +00:00
hubertf
cc015e7381 Make template links writeable, to prevent "Permission denied" when the
template is copied to one's desktop.

Suggested by Jared D. McNeill <jmcneill@invisible.yi.org>
2001-08-29 18:27:59 +00:00
skrll
523ab9e821 Pull across Mesa detetecion fixes from KDE 2.1.
This should hopefully fix the build problems with XF4. Build tested with
XF3.
2001-08-26 11:36:02 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
fredb
4b0564e2d0 Regen. 2001-03-20 12:21:24 +00:00
fredb
7089ba2ae5 Try again. Default MANPATH for NetBSD should now be
"/usr/share/man:/usr/X11R6/man:/usr/pkg/man:/usr/local/man".
2001-03-20 12:08:40 +00:00
fredb
3890d18d76 Grok NetBSD-style ${MACHINE_ARCH} subdirs in man path. Choose defaults
more suitably for NetBSD when ${MANPATH} is not set: include /usr/X11R6/man
and /usr/pkg/man.
2001-03-20 05:27:10 +00:00
fredb
b330ca4a15 Don't let kde install it's own "rman". Instead, compile in the correct
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-03-20 00:20:41 +00:00
hubertf
a9c8c52fd1 When we alter installation pathes, alter them everywhere.
Now kcmkwm(sp?) finds the icons for the buttons etc.,
fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi>
2001-02-26 19:21:57 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
tron
d1e8f39827 Create and remove directory "share/doc/kde/HTML/pt" in "kdebase" package
because it it used by the "kdegames" and "kdevelop" packages.
2000-12-13 11:46:37 +00:00
abs
c4fcaceca5 1.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/ 2000-11-08 15:09:35 +00:00
wiz
a21cdf1795 fix Makefile (broken by last commit, unresolved conflict) 2000-10-15 13:33:27 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00
hubertf
e46c313753 Install screenblankers setuid root, so they can verify passwords
properly.
2000-09-09 01:07:59 +00:00
tron
0a9aad7ec4 Use our "libtool" instead of internal one. 2000-08-30 22:17:14 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
tron
51bd7b96de Make sure that "HasXdmAuth" is really defined before checking its value. 2000-08-07 08:08:50 +00:00
tron
b250c1df32 Compile support for "XDM-AUTHORIZATION-1" into "kdm" if base X11 system
supports it.
2000-08-07 07:32:41 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
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-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
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-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
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-11 14:53:35 +00:00
agc
52c1afc38c Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 15:08:13 +00:00
abs
5f37ccdba8 Do not try to include old vm/vm_swap.h header in the UVM world.
Now builds on -current systems without old 1.4 headers still lying around.
2000-05-20 20:39:41 +00:00
drochner
c2db1b3198 look for libGL instead of libMesaGL (recent Mesas don't install as "Mesa") 2000-04-03 11:01:57 +00:00
dmcmahill
efd6402596 Change from using qt to qt1. This clears the way to allow Qt to be upgraded
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-28 00:12:29 +00:00
agc
49155fbfc1 Make this package work on Solaris. 2000-03-23 11:58:31 +00:00
jlam
0252bae54a Remove adaptations for libungif, now that libungif package installs
libgif.*
2000-02-29 19:43:53 +00:00
wiz
9cf87d4901 find -> ${FIND}, whitespace fix 2000-02-05 15:51:04 +00:00
tron
7f3e29d991 "kvt" takes advantage of "ncurses". 2000-02-01 16:12:36 +00:00
tron
c5c016b93b Don't let "kvt" select fancy terminal types from ncurses's "terminfo"
database which are not available for "termcap" applications.
2000-02-01 14:55:07 +00:00
jdolecek
868b7c0391 regen 2000-01-28 13:24:04 +00:00
jdolecek
4698c06e50 the login cap 'fix' committed into KDE2 tree 2000-01-28 13:23:31 +00:00
tron
e99b49897a Ignore existence of "login_cap.h" under NetBSD because we don't offer
the same interface as FreeBSD which KDE expects.
2000-01-23 00:48:07 +00:00
jdolecek
e96c2c129c regen 1999-12-12 19:07:16 +00:00
jdolecek
d814fbbdb8 today's set of KDE2 pullups 1999-12-12 19:06:37 +00:00
jdolecek
fef4222a83 mark as pulled into KDE2, correct obvious cut&paste error 1999-12-12 19:04:00 +00:00
jdolecek
7600ba23bf regen 1999-12-11 23:22:59 +00:00
jdolecek
9254f426c0 today's KDE pullups 1999-12-11 23:21:51 +00:00
jdolecek
c670e6a0da update the comment on beginning to match with what has been committed
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-11 21:30:04 +00:00
bouyer
a6539fb6bd Make kde work on solaris. Mostly:
- don't hardcode -lossaudio in Makefiles, teach configure about it instead
- different PLIST
1999-12-06 20:44:57 +00:00
tron
f0fb60cd04 Install "Daemon.README" to correct location. 1999-11-15 09:04:03 +00:00
tron
9be5b07602 Add missing MD5 sum for "Daemon.README". 1999-11-15 08:21:42 +00:00
hubertf
6f83e0f904 We're requested to also distribute the Daemon's copyright and "usage"
license, so put this into a file as well.
1999-11-15 00:53:13 +00:00
tron
1acb9c64a0 Because we don't really want to have binary files in our source trees
fetch the daemon picture from "ftp.netbsd.org".
1999-11-15 00:34:53 +00:00