Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -2/+3 | |
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".] | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-06-12 | Use wildcard dependence on "uulib" package. | tron | 1 | -2/+2 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -2/+2 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 2 | -2/+66 | |
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. | |||||
2000-12-27 | remove the NOT_FOR_ARCH= *-*-alpa. This appears to be leftover | dmcmahill | 1 | -3/+1 | |
from a long time ago and this pkgs seems to work on my alpha. Tested kfinger and krn. | |||||
2000-11-08 | 1.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/ | abs | 1 | -3/+3 | |
2000-09-03 | remove trailing whitespace | wiz | 1 | -2/+2 | |
2000-08-22 | Use LTCONFIG_OVERRIDE and remove libtool part of patch. | skrll | 3 | -32/+8 | |
2000-08-16 | USE_PKGLIBTOOL -> USE_LIBTOOL | hubertf | 1 | -3/+2 | |
2000-07-17 | Use EVAL_PREFIX to find the installed location of the kdebase package, and | agc | 1 | -5/+5 | |
use it accordingly. | |||||
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -2/+3 | |
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-06-13 | change dependency from gdbm-1.7.3 to gdbm>=1.7.3 | wiz | 1 | -2/+2 | |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -2/+2 | |
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-03-28 | Change from using qt to qt1. This clears the way to allow Qt to be upgraded | dmcmahill | 1 | -4/+3 | |
to Qt-2 without breaking KDE which still requires Qt-1. | |||||
2000-03-23 | Make this package work on Solaris. | agc | 2 | -25/+13 | |
2000-02-20 | replace 'find' by '${FIND}' where appropriate | wiz | 1 | -2/+2 | |
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 1 | -5/+5 | |
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies. | |||||
1999-12-06 | Make kde work on solaris. Mostly: | bouyer | 2 | -1/+573 | |
- don't hardcode -lossaudio in Makefiles, teach configure about it instead - different PLIST | |||||
1999-11-12 | Add USB tty stuff: ttyU[123], dtyU[0123]. No idea if one can dial out on | hubertf | 2 | -9/+19 | |
ctyU* too. | |||||
1999-10-20 | Fix list of modem-devices kppp presents. | hubertf | 2 | -1/+34 | |
Question: am I the only one who's modem doesn't understand ATL4 but works fine with ATL3? If not, I should probably change that, too... | |||||
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-09-15 | Because "ftp.kde.org" is an alias for "ftp.de.kde.org" again we explicitly | tron | 1 | -2/+2 | |
use "ftp.us.kde.org" as primary master site. | |||||
1999-09-15 | Update K Desktop Environment to version 1.1.2. A change list is available | tron | 7 | -41/+127 | |
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html". | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-07-07 | Make "ksirc" build on ELF systems. | tron | 1 | -0/+13 | |
1999-06-06 | Missing patch file to make "kfinger" build. | tron | 1 | -0/+12 | |
1999-06-05 | Update "kdenetwork" package to version 1.1.1. | tron | 5 | -960/+999 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -36/+36 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -5/+2 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-04-24 | Fix run time library search path. | tron | 1 | -2/+2 | |
1999-03-23 | Adjust to changes in "kdesupport" package. | tron | 1 | -5/+8 | |
1999-03-05 | Because "ksirc" can't be built with "gcc" we need seperate package lists | tron | 3 | -2/+626 | |
for each compiler. | |||||
1999-02-19 | Create all required documentation directories in "kdebase" package. | tron | 2 | -6/+2 | |
1999-02-18 | Let "kdebase" package create the directories "share/doc/kde/HTML/it" and | tron | 1 | -2/+1 | |
"share/kde/sounds" to avoid problems if "kdeutils" gets removed before "kdenetwork" package. | |||||
1999-02-17 | Update "kdenetwork" package to version 1.1. | tron | 6 | -45/+620 | |
1999-02-15 | Ignore not updated KDE sub packages for now. | tron | 1 | -1/+3 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-12-29 | Remove unnecessary duplicate dependences. | tron | 1 | -5/+1 | |
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -3/+3 | |
1998-11-07 | Move KDE application files to "${X11BASE}/share/kde" to avoid | tron | 2 | -176/+240 | |
interference with GNOME. | |||||
1998-11-06 | Update for the qt 1.41. | mycroft | 1 | -2/+2 | |
1998-09-27 | Fix "${MASTER_SITES}": ftp.kde.org and ftp.us.kde.org refer to the same site. | tron | 1 | -3/+3 | |