Age | Commit message (Expand) | Author | Files | Lines |
2003-07-13 | move gcc selection back to bsd.pkg.mk as the top-level Makefile | grant | 1 | -1/+15 |
2003-07-13 | don't set USE_GCC2 by default as it implies the use pkgsrc gcc2, and | grant | 1 | -7/+1 |
2003-07-13 | when creating the buildinfo file, set CC=${CC} without the version | grant | 1 | -3/+6 |
2003-07-12 | When generating a perl packlist, strip all leading slashes. | wiz | 1 | -3/+3 |
2003-07-12 | Create directories with mode 0755, since that is what the mtree | wiz | 1 | -4/+5 |
2003-07-11 | Use new _OPSYS_NEEDS_XPKGWEDGE to simplify the check for whether we need a | jlam | 1 | -6/+12 |
2003-07-11 | Rather than hardcoding IRIX into bsd.pkg.mk when checking if xpkgwedge is | jschauma | 1 | -2/+3 |
2003-07-10 | define user-visible variable PTHREAD_LDFLAGS that contains options | grant | 1 | -1/+5 |
2003-07-09 | Append perl to the list of interpreters to be replaced if ${REPLACE_PERL} | agc | 1 | -2/+2 |
2003-07-09 | Make REPLACE_PERL more general, so that it will work with any interpreter, | agc | 1 | -5/+14 |
2003-07-09 | In pre-config-override, don't trumpet the fact that we're doing nothing. | agc | 1 | -2/+2 |
2003-07-08 | Fix a typo in a comment | agc | 1 | -2/+2 |
2003-07-08 | Fix for _CONFIGURE_PREREQ targets not being run when a package defines a | chris | 1 | -5/+10 |
2003-07-02 | When extracting a .zip archive, overwrite existing files without promping. | jmmv | 1 | -2/+2 |
2003-06-23 | default MAINTAINER is tech-pkg@ | jschauma | 1 | -2/+2 |
2003-06-19 | Introduce a new framework to handle info files, install-info and | seb | 1 | -8/+12 |
2003-06-17 | Change uptodate-digest check from excluding digest on 'digest-* | pkgchk-*)' | abs | 1 | -15/+9 |
2003-06-14 | if defined, add CXX and CPP to the make environment, as per CC. | grant | 1 | -1/+7 |
2003-06-14 | Add a ``show-needs-update'' target that checks each dependency to see | atatat | 1 | -1/+18 |
2003-06-14 | When setting up the lockfile, don't store whitespace printed by ps(1), so | agc | 1 | -2/+2 |
2003-06-13 | add tab to list of separators for parsing BUILD_INFO. | grant | 1 | -2/+2 |
2003-06-12 | Initiate support for X11 apps under IRIX. | jschauma | 1 | -2/+4 |
2003-06-10 | make OBJECT_FMT test of installed packages work again. | grant | 1 | -2/+2 |
2003-06-10 | remove whitespace after '=' in the generated BUILD_INFO file, making | grant | 1 | -5/+5 |
2003-06-07 | if CC is defined, add it to MAKE_ENV | abs | 1 | -1/+4 |
2003-06-06 | export LINK_ALL_LIBGCC_HACK into the environment, just like | drochner | 1 | -1/+2 |
2003-06-05 | Introduce the MASTER_SITE_DEBIAN variable. It currently contains a list of | jmmv | 1 | -1/+38 |
2003-06-04 | Set the AWK environmental variable to the value of ${AWK} (as given by all | jmmv | 1 | -2/+2 |
2003-06-01 | more wording tweak for missing vulnerability file. | hubertf | 1 | -2/+3 |
2003-06-01 | Improve message when vulnerability file is not there. | hubertf | 1 | -2/+4 |
2003-05-29 | include gcc.buildlink2.mk if USE_GCC_SHLIB is defined. this replaces | grant | 1 | -1/+7 |
2003-05-29 | Now that we're checking more thoroughly for vulnerabilities in the "do-fetch" | agc | 1 | -21/+1 |
2003-05-19 | In case license is not acceptable per /etc/mk.conf, tell user to view license | wiz | 1 | -2/+3 |
2003-05-18 | Check for the existence of the vulnerabilities file before telling people | agc | 1 | -9/+13 |
2003-05-18 | Add aleron, easynews, and heanet sourceforge mirrors. | wiz | 1 | -2/+5 |
2003-05-18 | Remove "belnet.dl.sourceforge.net" from sourceforge master site list | tron | 1 | -2/+1 |
2003-05-11 | Wrap EXTRACT_COOKIE like all others that could have an interactive step | jmc | 1 | -1/+11 |
2003-05-04 | Default DEPENDS_TARGET to replace if UPDATE_TARGET == replace. This avoids | rh | 1 | -1/+5 |
2003-05-04 | Make UPDATE_TARGET=replace somewhat useful: don't remove the original | rh | 1 | -4/+7 |
2003-04-30 | Actually, Mesa's Makefile.common seems like a much better place for | atatat | 1 | -4/+1 |
2003-04-30 | Move MESA_REQD from bsd.pkg.defaults.mk to bsd.pkg.mk, since the | atatat | 1 | -2/+5 |
2003-04-29 | Speed-ups for the check-vulnerable target, from Jeremy Reed in PR 21393. | agc | 1 | -2/+5 |
2003-04-29 | Provide the command to remake package tools which are out of date in a | agc | 1 | -2/+3 |
2003-04-29 | Use the full pathname for the pkg_install package directory when | agc | 1 | -2/+2 |
2003-04-25 | Make the PKGVULNDIR variable more generic, so one can choose where to | jmmv | 1 | -9/+9 |
2003-04-17 | allow defs.*.mk to override PKGTOOLS_REQD, starting with Solaris | grant | 1 | -2/+6 |
2003-04-17 | Add an ALLOW_VULNERABLE_PACKAGES switch, defaulting to undefined, to allow | agc | 1 | -2/+6 |
2003-04-17 | Add a check at fetch time to see if there are any known vulnerabilities | agc | 1 | -1/+17 |
2003-04-15 | only add ${LOCALPATCHES}/${PKGPATH}/* to the list of patches to apply | grant | 1 | -1/+3 |
2003-04-15 | add OPSYS_{,NO_}WHOLE_ARCHIVE_FLAG which defines the argument passed | grant | 1 | -1/+4 |