Commit graph

142 commits

Author SHA1 Message Date
wiz
8cf54e1a5b Add buildlink2.mk. 2002-10-21 15:26:58 +00:00
wiz
17306e65f0 Convert to buildlink2 (compile-tested). 2002-10-20 14:30:03 +00:00
hubertf
7bed43a6a2 Distfiles aren't available any longer on the KDE ftp site, so let's
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-09-01 04:26:09 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00
zuntum
933abc9dd1 Move pkg/ files into package's toplevel directory 2001-10-31 22:29:22 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-27 23:17:41 +00:00
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