Commit graph

72 commits

Author SHA1 Message Date
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +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
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +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
skrll
830a33d91d Forgot to add this file... 2000-08-16 18:30:42 +00:00
skrll
749d3f58a2 Use LTCONFIG_OVERRIDE and make sure that qt1 library path is included in
-rpath list.
2000-08-16 18:29:50 +00:00
hubertf
a9ca726ba6 USE_PKGLIBTOOL => USE_LIBTOOL 2000-08-15 23:20:51 +00:00
dmcmahill
74c43ea77e argh. left a few too many lines in... 2000-07-25 22:32:25 +00:00
dmcmahill
ca95bb23fd allow generation of shared libs on sparc. The pkg was set to only build static
libs at one time because of needing a -fPIC version of /usr/lib/c++rt0.o.  However,
kde fails to build with only the static libs and a large part of pkgsrc needs a
/usr/lib/c++rt0.o compiled -fPIC anyway.  A -fPIC version of /usr/lib/c++rt0.o
is available on ftp.netbsd.org courtesy of David Brownlee.
2000-07-25 22:31:48 +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
drochner
b268fe607b fix directory creation (trailing "/" passed to mkdir(2)) 2000-06-02 13:44:16 +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
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
kleink
7b330716b7 Regen. 2000-01-26 16:25:43 +00:00
kleink
686c537b1c Don't try to use a 25-character buffer in gethostname() which won't work for
any `reasonably' named host; increase this to the XNS5 recommendation of 255
characters plus terminator.

(This doesn't address the issue of sockaddr_un length limitations, however.)
2000-01-26 16:23:26 +00:00
jdolecek
ed595fd45b regen 1999-11-22 20:27:42 +00:00
jdolecek
d7c53bc3bc the libtool staff pulled into KDE 1999-11-22 20:27:23 +00:00
jlam
611153bf50 Be pedantic about passing correct linker flags. 1999-10-09 16:50:24 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +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
tron
d022d1fb15 Build all libraries static on sparc a.out systems because "c++rt0.o"
kludge doesn't work.
1999-07-09 23:38:40 +00:00
tron
f8efa41221 Because the "c++rt0.o" hack doesn't work for the sparc ports there is
no way to get this working on a.out sparc systems.
1999-07-09 22:43:08 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
drochner
27f1a8cb27 change dependencies to updated qt-1.44 1999-06-04 15:39:08 +00:00
tron
e83744c5c3 Fix directory name in master site list. 1999-06-04 15:15:11 +00:00
tron
303d6dd4aa Update "kdelibs" package to version 1.1.1. 1999-06-03 22:44:04 +00:00
tron
f1c33f6d42 Because KDE's configuration script clobbers "LD_FLAGS" we better use a
different method to add "${LOCALBASE}/lib" to the library path.
1999-03-23 17:47:59 +00:00
tron
d558f0b8f6 Make sure that "configure" finds PNG and TIFF library. Fixes PR pkg/7203
by Dave Huang.
1999-03-22 08:41:48 +00:00
tron
02a0736759 Add patch to fix race condition in "mediatool" library. 1999-03-06 00:00:28 +00:00
tron
7666d62a02 Update dependence for "png" package. 1999-03-04 14:59:23 +00:00
tron
c5925a9cd4 Remove unnecessary conflict list. 1999-02-19 21:55:24 +00:00
tron
98f7f9db8d Remove bogus whitespace. 1999-02-17 21:55:17 +00:00
tron
082cdbf15a Update "kdelibs" package to version 1.1. 1999-02-15 21:33:34 +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
tron
d11c89cbd4 Move KDE application files to "${X11BASE}/share/kde" to avoid
interference with GNOME.
1998-11-07 10:52:28 +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
thorpej
a164dd34ec Fix the LIBTOOL problem correctly, from agc. 1998-08-20 10:05:55 +00:00
thorpej
b0f36c19e5 Don't just not set $LIBTOOL, rather set it to the libtool that we're
actually supposed to be using.
1998-08-20 07:38:03 +00:00
agc
d11aeb2a9a Use new LIBTOOL_FLAGS definition 1998-08-19 15:25:51 +00:00