Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ 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-06 | improve | hubertf | 2 | -2/+10 | |
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-07-17 | Use EVAL_PREFIX to find the installed location of the kdebase package, and | agc | 1 | -3/+3 | |
use it accordingly. | |||||
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -2/+4 | |
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-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 | kab does not compile on Solaris platforms - work around this, and maintain | agc | 2 | -1/+573 | |
a separate PLIST for Solaris. | |||||
2000-02-29 | Remove adaptations for libungif, now that libungif package installs | jlam | 2 | -12/+3 | |
libgif.* | |||||
1999-12-06 | Use tabs instead of spaces, as suggested by pkglint. | bouyer | 1 | -2/+2 | |
1999-10-25 | Teach kdeutils to look for libungif instead of libgif. | jlam | 2 | -6/+15 | |
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 | 3 | -8/+55 | |
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html". | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-06-05 | Update "kdeutils" package to version 1.1.1. | tron | 4 | -73/+106 | |
1999-06-04 | Update dependence to "kdebase" package to version 1.1.1. | tron | 1 | -2/+2 | |
XXX I didn't test a mixture of kde 1.1 and 1.1.1. Use it on your own risk! | |||||
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -6/+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 | Make sure that "configure" finds JPEG, TIFF and PNG library. | tron | 1 | -4/+5 | |
1999-02-22 | Fix another broken "configure" script which fails if "giflib" is not | tron | 1 | -3/+19 | |
installed although it is not needed. | |||||
1999-02-19 | Remove unnecessary conflict list. | tron | 1 | -3/+1 | |
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-15 | Update "kdeutils" package to version 1.1. | tron | 4 | -223/+416 | |
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-07 | Move KDE application files to "${X11BASE}/share/kde" to avoid | tron | 2 | -282/+342 | |
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 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- 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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-07-20 | HAS_CONFIGURE -> GNU_CONFIGURE. | tv | 1 | -3/+3 | |
1998-07-19 | Update qt to 1.40. Use libtool to generate the shared and static library. | tv | 1 | -3/+3 | |
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE} (xpkgwedge-portlint), as all of them are also USE_X11. | |||||
1998-07-14 | Add "${CONFLICTS}". | tron | 1 | -1/+3 | |
1998-07-14 | Update "kdeutils" to version 1.0. | tron | 3 | -24/+82 | |
1998-07-04 | Update libjpeg to v6b. | mycroft | 1 | -2/+2 | |
1998-05-04 | If the enviroment variable "KDEDIR" is set KDE's "configure" ignores the | tron | 1 | -4/+4 | |
"--prefix" argument. So let the package use that variable itself. | |||||
1998-04-28 | Update to KDE Beta 4 'Kirkland'. | tron | 4 | -156/+70 | |
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -3/+3 | |
1998-04-23 | Switch the long double support on sqrtl() rather than fabsl(), since egcs has | mycroft | 1 | -0/+128 | |
fabsl() built in. | |||||
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -10/+5 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-11 | Feed our own data to the autoconfigure-o-magic. | hubertf | 1 | -2/+3 | |