Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-29 | Fix runtime library search path of "libkdlgloader.so.1.0". | tron | 1 | -2/+3 | |
2000-08-16 | USE_PKGLIBTOOL => USE_LIBTOOL | hubertf | 2 | -3/+4 | |
2000-08-01 | Add missing locale files and icons. | tron | 1 | -1/+7 | |
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 | -3/+5 | |
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 | -3/+3 | |
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 | -3/+3 | |
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 | -3/+3 | |
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me. | |||||
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-05-05 | Update kdevelop to 1.2 | wulf | 9 | -248/+339 | |
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-02-29 | Remove adaptations for libungif, now that libungif package installs | jlam | 2 | -12/+3 | |
libgif.* | |||||
2000-02-02 | Don't append '/' when making directories in the App Wizard. | scw | 3 | -1/+36 | |
A better place to fix this might be in Qt's QDir class... | |||||
1999-12-28 | regen (removing patch-a[c-f]) | wiz | 1 | -5/+1 | |
1999-12-14 | Fix dependences again: | tron | 1 | -2/+1 | |
"kdbg" depends on "kdevel" and not the other way arround. | |||||
1999-12-14 | Update kdevelop to 1.0 | wennmach | 6 | -39/+100 | |
This update is based on the kdevelop-1.0beta4.1 pkg sent to me by Nick Hudson <nick@nthcliff.demon.co.uk> and includes Nick's patches. Changes from previous (1.0beta2) pkg: mainly bugfixes, and a lot of those. | |||||
1999-10-27 | Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates the | tron | 1 | -2/+1 | |
directories which are used by "kdbg" later. | |||||
1999-10-27 | Remove "share/kde/applnk/Development" during deinstallation. | tron | 1 | -1/+2 | |
1999-10-26 | Add an explicit dependency on libungif. Required to get this pkg to build | wennmach | 1 | -2/+3 | |
with older versions of kde* which installed giflib. | |||||
1999-10-24 | Add missing directory "share/doc/kde/HTML/zh_CN.GB2312/kdevelop" plus | tron | 1 | -1/+4 | |
contents to package list. | |||||
1999-10-24 | Make this package with "libungif" instead of "libgif". | tron | 2 | -5/+14 | |
1999-09-27 | Add: | hubertf | 1 | -1/+3 | |
+share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo +@dirrm share/kde/apps/kdevelop | |||||
1999-09-27 | Enter missing russian documentation files and directories. | tron | 1 | -1/+24 | |
1999-09-27 | Don't attempt to remove directory "share/kde/applnk/Development" which | tron | 1 | -2/+1 | |
will be used by other packages, too. The directory is now created by the "kdebase" package. | |||||
1999-09-27 | kdevelop now depends on kdbg | wennmach | 1 | -1/+2 | |
1999-09-24 | Because "kiconedit" and "kpaint" are part of the "kdegraphics" packages | tron | 1 | -6/+2 | |
which we have of course mark package as not broken again. | |||||
1999-09-24 | Remove directory imported by mistake. | tron | 1 | -2087/+0 | |
1999-09-24 | Make package as broken until we have "kiconedit" and "kpaint" packages. | tron | 1 | -1/+3 | |
1999-09-24 | Use "USE_PERL5" instead of explicit dependence on "perl5" package. | tron | 1 | -2/+2 | |
1999-09-24 | Use "DEPENDS" instead of deprecated(?) "RUN_DEPENDS" and remove redundant | tron | 1 | -7/+6 | |
dependence on "qt" package. | |||||
1999-09-23 | Initial import of pkgsrc/devel/kdevelop: | wennmach | 8 | -0/+387 | |
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210. | |||||
1999-09-23 | Initial import of pkgsrc/devel/kdevelop: | wennmach | 1 | -0/+2087 | |
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210. |