Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-13 | +perl | dholland | 1 | -0/+1 | |
2008-07-13 | Add missing descriptions for sane and dbus, used by wine. | dholland | 1 | -0/+2 | |
2008-07-07 | +cgi | adrianp | 1 | -0/+1 | |
2008-07-02 | Document java option. ok wiz@ | gdt | 1 | -0/+1 | |
2008-06-26 | Makefile fragment for packages using pf. | peter | 1 | -0/+68 | |
Approved by agc. | |||||
2008-06-24 | Fix _two_ bugs in obviously untested previous commit. | wiz | 1 | -4/+4 | |
2008-06-23 | include owner in readme | abs | 1 | -2/+6 | |
2008-06-22 | When bombing out because the package we need isn't installed, print | dholland | 1 | -2/+2 | |
the full requirement rather than just the package name. This message should never be seen (after all, the package we need is supposed to *get* installed) but sometimes if things are screwed up in one way or another it does show up. Since often what's wrong is that the package that's installed is the wrong version, not that it's missing entirely, this way the error message makes a lot more sense. E.g. http://mail-index.netbsd.org/tech-pkg/2008/06/12/msg001126.html et seq. ok dillo@ | |||||
2008-06-22 | "Downgrade" checkperms dependency to a normal build dependency. | joerg | 1 | -2/+2 | |
This way it doesn't have to be installed for make checksum etc. to run. | |||||
2008-06-22 | Simplify the logic that avoids using compat_headers during bootstrap. | tnn | 1 | -5/+2 | |
2008-06-19 | Add a marker for bootstrap packages to allow special cases them during | joerg | 1 | -1/+2 | |
bulk builds. | |||||
2008-06-18 | Removed stale mirrors for Apache and synchronized pkgsrc list with | heinz | 1 | -9/+18 | |
http://www.apache.org/mirrors/. Tried to introduce some geographic diversity (America, Europe, Asia, Australia). | |||||
2008-06-17 | Add a bunch of supported options. | sketch | 1 | -1/+8 | |
2008-06-17 | Sun Studio 12 has a generic -m64 flag rather than individual -xarch targets. | sketch | 1 | -8/+10 | |
2008-06-16 | Make it more explicit that PKG_DESTDIR_SUPPORT and as side effect | joerg | 2 | -2/+8 | |
META_PACKAGE must be set before including bsd.prefs.mk. | |||||
2008-06-14 | +atheme-large-net | adrianp | 1 | -0/+1 | |
2008-06-14 | Fix typo. | joerg | 1 | -2/+2 | |
2008-06-14 | Set MAINTAINER to OWNER if the latter is set. | dillo | 1 | -1/+5 | |
Somehow this got lost from the original OWNER support commit. | |||||
2008-06-13 | Make sure we pick up pax via USE_TOOLS. | sketch | 2 | -5/+5 | |
2008-06-12 | Move META_PACKAGE logic from bsd.pkg.mk to bds.prefs.mk, otherwise it | joerg | 2 | -20/+20 | |
can't define destdir support. | |||||
2008-06-12 | Annotate whether a package was built with DESTDIR. | joerg | 1 | -1/+2 | |
2008-06-11 | Honor PKGLOCALEDIR for AUTO_MKDIRS. | obache | 1 | -1/+2 | |
2008-06-10 | Mark shells/pdksh as broken so it doesn't get removed part-way through the | sketch | 1 | -2/+2 | |
build and kill bmake. This isn't really a great solution as it means it won't get built on any platform, maybe we should just make pdksh a bmake dependancy on every OS. | |||||
2008-06-09 | Wrap expansion of local patches inside LOCALPATCHES, given that it is undefined | sketch | 1 | -1/+3 | |
by default. Previous behaviour would try to echo /<pkgpath> which leads to interesting behaviour when /net is an autofs map... Reduces runtime of mk/bulk/printdepends by 5.25 days on my test system. | |||||
2008-06-09 | For some reason, devel/bmake now requires shells/pdksh on Solaris. Update | sketch | 1 | -3/+3 | |
the save-files list to accommodate. | |||||
2008-06-08 | Commit two fixes which at least for me appear to be required when | he | 1 | -3/+2 | |
doing an old-style bulk build on 4.0 or older systems: - in mk/bulk/build, do "make update" instead of "make install + clean" when installing a new pkg_install - in pkgtools/pkg_install/Makefile, don't try to use our own executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist Discussed with joerg, and even though he's not entirely happy with the latter change, he didn't appear to have a better suggestion. This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH appears to be required to get an old-style bulk build going. | |||||
2008-06-08 | +zenmap | adrianp | 1 | -0/+1 | |
2008-06-06 | Document xblast-mini | dsainty | 1 | -0/+1 | |
2008-05-30 | Add rm for gtkspell. | wiz | 1 | -1/+5 | |
2008-05-26 | Add support for NOT_FOR_BULK_PLATFORM, which works similar | tnn | 1 | -1/+13 | |
to NOT_FOR_PLATFORM, but only active when BATCH is defined. Can be used to mark packages that are known to stall the bulk builds on certain platforms. | |||||
2008-05-26 | Depend on nbcompat for getopt_long on OSF1. | tnn | 1 | -2/+2 | |
XXX bandaid to get groff to build, will be fixed differently with the (still vaporware) new features framework ... | |||||
2008-05-26 | Fix broken shell code: | tron | 1 | -3/+3 | |
You must *not* use "test ... && ..." when you use "set -e". Because if the first expression fails your shell script will abort. This should fix problem with NetBSD-current's (correctly behaving) "/bin/sh" report on current-users by David Holland and Kurt Schreiner. | |||||
2008-05-26 | Document bsdtar value. From OKANO Takayoshi. | joerg | 1 | -3/+3 | |
2008-05-26 | Move meta package override earlier. | joerg | 1 | -20/+19 | |
2008-05-25 | Explicitly add pax dependency in those Makefiles that use it (or have | joerg | 1 | -2/+2 | |
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree. | |||||
2008-05-25 | DragonFly normally has bsdtar in /usr/bin. | joerg | 1 | -1/+4 | |
2008-05-25 | Add support to extract using bsdtar. | joerg | 2 | -4/+8 | |
2008-05-25 | Add bsdtar to the tools list. | joerg | 1 | -1/+12 | |
2008-05-25 | bootstrap packages has been registered for while now. | joerg | 1 | -6/+2 | |
2008-05-24 | Add MASTER_SITE_XORG | tnn | 1 | -1/+7 | |
2008-05-24 | Suppress automatical addition c to USE_LANGUAGES (ref. PR 34079) | obache | 1 | -3/+3 | |
if F2C does not really required. Fixes problem mentioned in PR 38626. | |||||
2008-05-24 | Adjust path for compat_headers. | tnn | 1 | -3/+3 | |
2008-05-23 | PKGNAME_NOREV is used to define the DIST_SUBDIR in some places, so | joerg | 1 | -19/+31 | |
ensure it is defined with the rest of the PKGNAME_* variables before including the phase variable files. | |||||
2008-05-22 | If _CKSUMFILES is empty, also skip checksum logic. Unbreaks meta | joerg | 1 | -2/+2 | |
packages. | |||||
2008-05-22 | Add ftp as tool. On NetBSD and DragonFly, this will use the system | joerg | 5 | -11/+19 | |
version of tnftp, otherwise it will use net/tnftp. Require ftp as bootstrap dependency when the package has files to fetch. The dependency is currently unconditional and FETCH_CMD is set to TOOLS_PATH.ftp by default. | |||||
2008-05-22 | Move digest dependency into checksum and fetch part. | joerg | 6 | -47/+50 | |
Make _ALL_FILES and in turn _CKSUMFILES available earlier. Use it to only depend on digest if _CKSUMFILES is non-empty. NO_CHECKSUM will now only skip the checksum and checksum-phase targets. FAILOVER_FETCH will independently check the sums on distfiles and depend on digest, fixing the remaining issues originally raised in PR 34914. | |||||
2008-05-22 | undocument USE_INET6 | tnn | 1 | -11/+1 | |
2008-05-22 | Daniel Horecki pointed out on irc that all USE_INET6 references have been | tnn | 1 | -6/+1 | |
purged from pkgsrc-wip, so remove the support code for that. | |||||
2008-05-21 | Include OWNER (if set) in BUILD_INFO - from dillo | abs | 1 | -1/+4 | |
2008-05-21 | Commit a workaround for the "make replace fails as non-root" bug: | tnn | 1 | -2/+2 | |
Make sure _PKGSRC_BARRIER is set when using just-in-time su. I've been running this for a long time in my tree without ill effects. For more information see PR pkg/34470 and PR pkg/38505. |