Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-09 | Remove support for NO_PACKAGE. | joerg | 2 | -25/+3 | |
2009-04-08 | Clear USE_LANGUAGES for meta packages. | joerg | 1 | -1/+2 | |
2009-04-08 | Disable CHECK_PERMS by default for meta-packages. | joerg | 1 | -1/+2 | |
2009-04-08 | Switch to the license handling in license.mk. | wiz | 2 | -37/+19 | |
The following licenses are accepted by default: public-domain gnu-gpl-v2 gnu-lgpl-v2 gnu-gpl-v3 gnu-lgpl-v3 original-bsd modified-bsd x11 apache-2.0 cddl-1.0 open-font-license All packages should now be converted to define their LICENSE. Show a warning when PKG_DEVELOPER is set but LICENSE is not defined. | |||||
2009-04-04 | Describe gdb6-tui option. | wiz | 1 | -0/+1 | |
2009-04-04 | Tell the user the right config file and option for vulnerabilities based | joerg | 2 | -3/+7 | |
on the pkg_install version. Reported by Nicolas Joly. | |||||
2009-04-04 | Added some keywords for "make help". | rillig | 1 | -1/+3 | |
2009-04-01 | Remove tool definition for native pax as it is not fully compatible with | joerg | 2 | -4/+2 | |
the expected pax use and has some bad behavior making it undesirable to work around. Discussed with hasso@ and on tech-pkg. | |||||
2009-04-01 | Remove PAX definition, it is not forcefully installed as part of the | joerg | 1 | -2/+1 | |
bootstrap any longer, so this is plainly wrong. | |||||
2009-03-27 | Pass some additional options down as used by the scmgit-base build. | joerg | 1 | -2/+5 | |
Tested by full bulk build, ok wiz@ | |||||
2009-03-25 | Added the keyword "licence" for "make help". | rillig | 1 | -1/+3 | |
2009-03-24 | Explain "p0f" and "spamassassin" options of the "milter-greylist" package. | tron | 1 | -1/+3 | |
2009-03-22 | Add the required mk/emulator plugin for AIX binary only packages. | sno | 1 | -0/+43 | |
Oked by joerg@ | |||||
2009-03-22 | Fix copy&paste error resulting in duplicate .endif. | joerg | 1 | -2/+1 | |
2009-03-22 | Rename MSGFMT_STRIP_MSGCTX to MSGFMT_STRIP_MSGCTXT to reflect what is | joerg | 2 | -18/+28 | |
stripped. Allow the script to be used for pkgsrc msgfmt as well. Set MSGFMT_STRIP_MSGCTXT automatically for msgfmt before 0.15. | |||||
2009-03-20 | MSGFMT_STRIP_* applies to both the native and the pkgsrc version, so | joerg | 1 | -4/+4 | |
move the conditional block into the shared path. | |||||
2009-03-20 | Restore duplication check for _BLNK_PACKAGES that got lost with earlier | joerg | 1 | -2/+2 | |
versions and was not fatal. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 16 | -88/+101 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2009-03-20 | Skip vulnerability check for packages that set NO_PKGTOOLS_REQD_CHECK. | joerg | 2 | -3/+8 | |
Set AUDIT_PACKAGES and friends correctly though. Fixes bootstrap on platforms with pdksh. | |||||
2009-03-20 | Only add dependency on the fetch program, if there is something to | joerg | 1 | -1/+3 | |
fetch. | |||||
2009-03-20 | Refactor msgfmt.sh script to conditionally strip the msgid_plural for | joerg | 4 | -268/+315 | |
old NetBSD versions and to strip msgctx if requested by the package. This allows to replace the use of msgfmtstrip in various packages by setting MSGFMT_STRIP_MSGCTX. | |||||
2009-03-19 | Add FreeBSD support | sno | 1 | -1/+9 | |
oked by tron@ | |||||
2009-03-17 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 13 | -47/+42 | |
2009-03-17 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -6/+6 | |
2009-03-17 | Documented the public variables of this file. | rillig | 1 | -1/+27 | |
2009-03-17 | revert previous | tnn | 2 | -2/+8 | |
2009-03-17 | gamin isn't ready yet, so switch back to fam | jmcneill | 1 | -2/+2 | |
2009-03-16 | Move _SYS_VARS processing to a point where BUILDLINK_PACKAGES is | joerg | 1 | -14/+14 | |
finalised. | |||||
2009-03-16 | Global FAM_DEFAULT is now acceptable, so no need to override it here. | tnn | 2 | -8/+2 | |
2009-03-15 | Switch to gamin as the default FAM implementation. | jmcneill | 1 | -4/+12 | |
2009-03-08 | Try to work around the mess called useradd on Linux. On Red Hat derived | joerg | 1 | -13/+30 | |
distributions, useradd will create the home directory by default and there is support for an option to disable that. Other Linux distrubutions either lack the option in login.defs or the support for -M. As workaround look for the option and if it is set, force -M. Tested by Jens Rehsack. Addresses PR 40737. | |||||
2009-03-08 | Describe "postfix-milter" and "sendmail-milter" options. | tron | 1 | -0/+2 | |
2009-03-08 | Fix cut and paste error. | tron | 1 | -2/+1 | |
2009-03-07 | make update might be called without having the package installed, so | joerg | 1 | -2/+6 | |
check for the presence before trying to extract dependencies. | |||||
2009-03-07 | Mention that kde4 option needs a pkgsrc-wip checkout. | wiz | 1 | -1/+1 | |
2009-03-06 | in fetch-list, skip packages that have INTERACTIVE_STAGE=fetch | tnn | 1 | -2/+2 | |
2009-03-05 | Use pkg_info -r if present and fall back to pkg_delete for pkg_install | joerg | 1 | -3/+10 | |
before 20090225. Intermediate versions get an explicit error. The building of the recursive dependency was broken as the new pkg_delete would stop without recursing and the target dependend on that behavior. Reported by David Holland. | |||||
2009-03-05 | Initial definitions for FreeMiNT - also needs patches to pkgtools | abs | 3 | -1/+150 | |
2009-02-23 | Drop bogus per-architecture part of PACKAGES description. | joerg | 1 | -2/+2 | |
2009-02-22 | +suhosin description | adrianp | 1 | -0/+1 | |
2009-02-22 | Add cjk and slp options. | taca | 1 | -0/+2 | |
2009-02-17 | Fix C&P error. Pointed out by OBATA Akio. | joerg | 1 | -2/+2 | |
2009-02-15 | Don't use :Q for the fetch argument lists. | joerg | 1 | -3/+3 | |
2009-02-15 | Add MASTER_SITE_NETLIB to list Netlib and its mirrors. | asau | 1 | -1/+7 | |
Netlib is a collection of mathematical software, papers, and databases. | |||||
2009-02-14 | Don't use += to append to an empty variable. If PASSIVE_FTP is not | joerg | 1 | -5/+3 | |
defined, it would still leave the variable with a non-empty value and that would be passed down to the fetch command when running fetch-list. | |||||
2009-02-13 | package-install with DESTDIR should pass down -A as needed to get | joerg | 1 | -2/+5 | |
automatic installed handling correct. | |||||
2009-02-11 | +jdbc-mysql{31,5} | adrianp | 1 | -0/+2 | |
2009-02-11 | Use pkg_admin for audit processing if pkg_install >= 20090201 is | joerg | 2 | -4/+14 | |
installed. | |||||
2009-02-10 | add db2 and tcpwrappers | jnemeth | 1 | -0/+2 | |
2009-02-10 | Optionally request passive FTP for wget. | joerg | 1 | -2/+2 | |