Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -2/+2 | |
2003-10-18 | Would have to include <sys/param.h> to get a definition of NetBSD and | markd | 2 | -1/+15 | |
KDE is never going to build on NetBSD<1.0 so don't bother testing a version, just assume we have setproctitle in libc. Fixes build with gcc3. Same patch as previously applied to kdelibs3. | |||||
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -3/+3 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -4/+3 | |
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later... | |||||
2003-09-11 | Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supports | jlam | 2 | -4/+2 | |
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -5/+4 | |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -6/+7 | |
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build. | |||||
2003-06-02 | Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 | abs | 1 | -2/+2 | |
is accepted. Suggested by Grant. | |||||
2003-05-29 | s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just | grant | 1 | -2/+2 | |
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically. | |||||
2003-05-12 | libaudiofile is 0.2.x, not 2.2.2 in it's versioning | jmc | 1 | -2/+2 | |
2003-05-11 | Netbsd/powerpc needs larger template depth than the default. Add this to | jmc | 1 | -1/+5 | |
CXXFLAGS so this will compile. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -8/+6 | |
dependency bumps. | |||||
2003-03-13 | make sure that it's really KDE_2_ that's installed, not KDE3. :) | hubertf | 1 | -2/+5 | |
Try to build qt2-designer-kde to see the problem, with KDE3 installed. Problem noted by Stefan Zimmermann <mail@stefan-zimmermann.de> | |||||
2002-12-14 | REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't | schmonz | 1 | -3/+3 | |
prefix REPLACE_PERL definitions with ${WRKSRC}. | |||||
2002-12-13 | Include buildlink2 glue code for "libxslt" to fix build failures. | tron | 1 | -1/+2 | |
2002-12-05 | Remove vulnerable and not really necessary KIO protocols for "rlogin" | tron | 3 | -7/+7 | |
and "telnet". | |||||
2002-10-26 | Fixes for Solaris: | bouyer | 5 | -6/+40 | |
Add libgcc to libraries list Set KDED_WORKAROUND for non-NetBSD case too Solaris's grep and sh works in a different way, we need a different BUILDLINK_FILES_CMD Fix typos in c++ file in !netbsd case Use CXXLINK for linking c++ libraries | |||||
2002-10-15 | Fix typo which made this file completely useless and caused build failures | tron | 1 | -2/+2 | |
in all KDE packages using it. | |||||
2002-10-13 | Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipeline | jlam | 1 | -3/+2 | |
to BUILDLINK_FILES.<pkg>. | |||||
2002-10-12 | Revert previous...GREP is correct. | jlam | 1 | -2/+2 | |
2002-10-12 | Use EGREP instead of GREP. | jlam | 1 | -2/+2 | |
2002-10-10 | Use BUILDLINK_PLIST_CMD instead of grepping the PLISTs so that we use the | jlam | 1 | -4/+5 | |
file list from the installed package, not the file list from the pkgsrc PLIST, which may be for a new version than the installed package. | |||||
2002-10-08 | Remove BUILDLINK_DEPENDS.* that refers older versions than mandated by | wiz | 1 | -2/+1 | |
the buildlink2.mk file. | |||||
2002-10-01 | Add CONFLICTS with arts. Proposed in PR 18486. | wiz | 1 | -1/+3 | |
2002-09-29 | Use gcc/buildlink2.mk instead of Makefile.gcc, and note that this packages | jlam | 1 | -6/+7 | |
uses C++. Hopefully fixes pkg/16567. | |||||
2002-09-20 | All packages that used these buildlink.mk files have been converted to | jlam | 1 | -81/+0 | |
use buildlink2, so remove these files. | |||||
2002-09-20 | Use BUILDLINK_PKGSRCDIR.kdelibs2 instead of referring to the pkgsrc | jlam | 1 | -3/+5 | |
directory for kdelibs2 directly. Also some minor whitespacing. | |||||
2002-09-11 | Stop this package from findind "pkg-config" and trying to use libraries | tron | 1 | -1/+2 | |
which it shouldn't use. An installed "glib2" package might otherwise cause build failures. | |||||
2002-09-10 | Since the major of libiconv was increased during the update to 1.8, | wiz | 3 | -7/+6 | |
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 8 | -40/+65 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-08-16 | Fix broken Linux include file hack which causes build failure on | tron | 2 | -1/+15 | |
NetBSD-current. | |||||
2002-08-15 | update checksum for patch-bt | jdolecek | 1 | -2/+2 | |
2002-08-15 | Make sure we require the new version of kdelibs | skrll | 1 | -2/+2 | |
2002-08-15 | Bring in security fix for certificate handling. | skrll | 5 | -16/+68 | |
PKGREVISION++ | |||||
2002-05-20 | Mark this package as broken on arm32. Compilation hangs the machine even | cjep | 1 | -1/+5 | |
without optimization. XXX Should probably try using gcc>=2.95.3. | |||||
2002-04-10 | turn off optimization on alpha to workaround a c++ compiler bug. | dmcmahill | 1 | -4/+7 | |
2002-04-10 | obey CXXFLAGS and don't unconditionally prepend -O2. | dmcmahill | 2 | -7/+35 | |
2002-03-31 | Include KDED_WORKAROUND as without it the PLIST_SUBST is kinda pointless (and | jmc | 1 | -4/+4 | |
it then breaks package builds). | |||||
2002-03-28 | Do the kded fix differently. | skrll | 1 | -1/+14 | |
Don't mess with startkde which caused timing problems on slower machines (see pkg/16071). Instead, delete the kded module files so that kdeinit falls back to exec(3)ing the binary. (bye bye sed script) | |||||
2002-03-15 | Cause a newline to be added to kio/klauncher/Makefile.am before patch is run | markd | 1 | -1/+6 | |
so that patch on Solaris succeeds with patch-bk. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 2 | -5/+6 | |
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".] | |||||
2002-02-23 | Make sure that kssl look in the right place for its data. | skrll | 4 | -1/+52 | |
This fixes the "The server certificate failed the authenticity test" errors in konqueror when using https. | |||||
2002-02-15 | Pull in gcc-2.95.3 for alpha as kdeprint/management/kmiconview.cpp | skrll | 1 | -1/+6 | |
tickles a compiler bug. | |||||
2002-01-25 | Fix the mimelnk/application/x-core.desktop pattern. | skrll | 2 | -1/+15 | |
Closes pkg/15172 from Hume Smith <hclsmith@yahoo.ca> | |||||
2002-01-21 | Make sure we've got a version of libxml2 that the configure script is | skrll | 1 | -1/+2 | |
happy with. Reported by Chris Gilbert. | |||||
2002-01-05 | Use new format for "UNLIMIT_RESOURCES". | tron | 1 | -2/+2 | |
2002-01-04 | Unlimit datasize for building which is necessary for the new toolchain. | tron | 1 | -2/+3 | |
2001-12-30 | Set BUILDLINK_DEPENDS.qt2-libs to qt2-libs>=2.3.0 | zuntum | 1 | -1/+2 | |
(similarly to recent Makefile change) | |||||
2001-12-30 | Depend on qt2-libs>=2.3.0, not "2.2.4" (default of qt2-libs's buildlink.mk) | zuntum | 1 | -2/+3 | |
PR pkg/13290 by Scott Presnell <srp@zgi.com> | |||||
2001-12-20 | Remove support for dynamic package list handling because "USE_CUPS" only | tron | 1 | -5/+1 | |
affects the "kdelibs2" package. |