Commit graph

49 commits

Author SHA1 Message Date
abs
c4fcaceca5 1.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/ 2000-11-08 15:09:35 +00:00
tron
939f7ae751 Put back patch for "configure" to skip search for QT includes and
libraries which got lost in the last commit.
2000-08-25 08:26:59 +00:00
tron
cff4215b0d Because this package doesn't require QT to build we don't need to
locate the QT includes and libraries.
2000-08-25 08:26:07 +00:00
skrll
5054feb1ba Use LTCONFIG_OVERRIDE and remove the libtool part of a patch. 2000-08-22 21:23:23 +00:00
hubertf
397f333ee6 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-16 00:38:49 +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
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +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
jdolecek
56e3f05994 regen 1999-11-22 20:32:05 +00:00
jdolecek
1b9210e83c the libtool staff pulled into KDE 1999-11-22 20:31:31 +00:00
jdolecek
c296624bdd pulled into KDE 1999-11-22 20:31:03 +00:00
hubertf
c9b2d4eba7 defuzz 1999-11-12 05:29:38 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
40e480e741 Because "ftp.kde.org" is an alias for "ftp.de.kde.org" again we explicitly
use "ftp.us.kde.org" as primary master site.
1999-09-15 18:44:14 +00:00
tron
3376546328 Update K Desktop Environment to version 1.1.2. A change list is available
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-09-15 18:26:00 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
40451b94cc Update "kdesupport" package to version 1.1.1. 1999-06-05 15:39:04 +00:00
tron
46ed066577 Check in "mimelib/config.h" for "__NetBSD__" as suggested by
Andrew Gillham.
1999-04-27 19:59:43 +00:00
tron
f48be440ce - Don't build "QwSpriteField" (now a separte package) and "js" library
(not needed by any existing package). Now this package fits into the
  category "converters" again.
- Because this package isn't X11 related anymore it is installed into
  "${LOCALBASE}".
1999-03-23 23:30:23 +00:00
tron
c5925a9cd4 Remove unnecessary conflict list. 1999-02-19 21:55:24 +00:00
tron
7ef901b903 Update "kdesupport" package to version 1.1. 1999-02-15 22:34:57 +00:00
tron
7fde7636d4 Ignore not updated KDE sub packages for now. 1999-02-15 21:41:32 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
tron
47f8e1abac Depend on version 1.42 of "qt" package. 1998-12-29 19:42:09 +00:00
garbled
993cb4b33b libQwSpriteField needs -lXext. Make it so. 1998-12-29 06:09:26 +00:00
mycroft
b721020aec Update for the qt 1.41. 1998-11-06 05:15:41 +00:00
tron
2ca7bed700 Fix "${MASTER_SITES}": ftp.kde.org and ftp.us.kde.org refer to the same site. 1998-09-27 18:06:41 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
d80773427a Define USE_LIBTOOL, and get rid of old BUILD_DEPENDS=libtool definition.
Use new LIBTOOL_FLAGS definition.
1998-08-19 15:33:12 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
c5d39511f7 KDE doesn't use the "normal" Autoconf method of finding libraries; it
relies on libtool's `.la' files.  Use the new libtool option --install-la
to install those files.
1998-07-21 21:13:46 +00:00
tv
859876ad98 Use the pkg version of libtool instead of kdesupport's private copy.
Use GNU_CONFIGURE, not HAS_CONFIGURE.
1998-07-19 21:22:34 +00:00
tv
294f87bc27 Update qt to 1.40. Use libtool to generate the shared and static library.
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE}
(xpkgwedge-portlint), as all of them are also USE_X11.
1998-07-19 21:09:22 +00:00
agc
8800f4da8b Use automatic shared object handling 1998-07-15 12:51:36 +00:00
tron
b51b76e2be Add "${CONFLICTS}". 1998-07-14 22:56:40 +00:00
tron
5d3d15a111 Update "kdesupport" to version 1.0. 1998-07-14 20:55:28 +00:00
tron
6dc74612e1 Update to KDE Beta 4 'Kirkland'. 1998-04-28 22:52:32 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
3f8bbc32b9 Update to KDE Beta 3 'Huesten'. 1998-03-21 01:53:16 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
cae1bd25bd portlint: true -> /usr/bin/true 1998-01-24 03:38:36 +00:00
hubertf
e039166437 portlint: $() -> ${} 1998-01-24 03:38:26 +00:00
hubertf
9b0353e958 Update for NetBSD, by boquist@cs.chalmers.se. 1997-12-29 03:22:08 +00:00
hubertf
b4ba853eae Mime and UUENCODE/DECODE libraries for the KDE integrated X11 desktop 1997-12-29 03:14:49 +00:00