Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 6 | -64/+65 | |
through PLIST_SUBST to the plist module. | |||||
2008-04-08 | Force depend target to explicitly run for libfetch. Disallow parallel | joerg | 1 | -2/+5 | |
builds in that part of the build. This works around issues with bootstrap-mk-files not handling DPSRCS correctly. | |||||
2008-04-07 | pbulk-0.30: | joerg | 2 | -6/+53 | |
Print the collected PKG_FAIL_REASON in the HTML version of the report. | |||||
2008-04-07 | Add note about LOCALBASE | joerg | 1 | -1/+2 | |
2008-04-07 | Simplify logic and make pkgdbdir the default for | joerg | 1 | -6/+5 | |
pkg_vulnerabilities_dir. | |||||
2008-04-07 | pkg_install-20080407: | joerg | 6 | -13/+38 | |
Add command to print effective value of configuration variables. Remove FETCH_CMD variable from pkg_admin, it is not used. | |||||
2008-04-06 | Don't build pkg_io.c during bootstrap. | joerg | 1 | -2/+4 | |
2008-04-04 | Fix audit -t argument -- it should actually take the option. | joerg | 1 | -3/+3 | |
2008-04-04 | -lfetch to make it build. PR pkg/38365. | tnn | 1 | -2/+2 | |
2008-04-04 | pbulk-0.29: | joerg | 4 | -5/+41 | |
Add bulkbuild-restart script that checks if error/success files exist and makes sense and continues the previous build if they do. | |||||
2008-04-04 | Also switch pkg_admin's fetch-vulnerabilities implementation to | joerg | 1 | -78/+26 | |
libfetch. | |||||
2008-04-04 | pkg_install-20080404: | joerg | 7 | -62/+186 | |
Switch pkg_info to use libfetch for remote access. | |||||
2008-04-04 | libnbcompat-20080404: | joerg | 1 | -2/+2 | |
Add an implement of timegm(3) from nsd (based on Python code). | |||||
2008-04-04 | Add an implement of timegm(3) from nsd (based on Python code). | joerg | 2 | -1/+85 | |
2008-04-04 | Add an implement of timegm(3) from nsd (based on Python code). | joerg | 2 | -1/+96 | |
2008-04-03 | Override PKG_INFO_CMD to point to the just-built pkg_info so that | jlam | 1 | -1/+2 | |
pkg_install can install using newer features without warnings. | |||||
2008-04-02 | Invoke the correct pkg_admin command during post-installation. | jlam | 1 | -3/+2 | |
2008-03-31 | Use a workaround to prevent a linker error on Mac OS X Leopard. | tron | 1 | -2/+6 | |
Reviewed by Joerg Sonnenberger and approved by Dieter Baron. | |||||
2008-03-31 | Separate 'make clean' from 'make package', so that clean is not | gdt | 2 | -4/+10 | |
skipped with -r. DISTNAME++. Fixes PR pkg/38283. Reviewed and tested by tnn@. | |||||
2008-03-23 | Correct typo in usage message: vulneraiblities -> vulnerabilities | dsainty | 1 | -3/+3 | |
2008-03-21 | Request getopt with optreset support from libnbcompat. | joerg | 1 | -1/+3 | |
2008-03-21 | libnbcompat-20080322: | joerg | 4 | -157/+190 | |
Add an option to force a BSDish getopt (e.g. one with optreset). Use the correct macros to decide when to define optind and friends. | |||||
2008-03-21 | Revert last change. The symbol is already defined in | joerg | 1 | -3/+2 | |
lib/vulnerabilities-file.c and making it a common symbol just hides the real issue (whatever it is). | |||||
2008-03-21 | Fixes pkg/38250 and makes pkgsrc work on Darwin again. Thanks to | jklos | 1 | -2/+3 | |
Christian Neukirchen. | |||||
2008-03-20 | If this is not a native NetBSD build, use the libnbcompat version of | joerg | 1 | -3/+5 | |
unistd.h. | |||||
2008-03-19 | Explicitly include fcntl.h for Solaris. From PR 38240. | joerg | 1 | -2/+5 | |
2008-03-15 | Fix bootstrap build. From Stoned Elipot. | joerg | 1 | -6/+6 | |
2008-03-15 | Needs unistd.h. | joerg | 1 | -2/+5 | |
2008-03-13 | bootstrap-mk-files-20080310: | joerg | 3 | -6/+6 | |
IRIX and Linux don't provide lorder in all cases, so just skip the logic for the resorting before building ar(1)chives. | |||||
2008-03-13 | pkg_install-20080313: | joerg | 8 | -19/+668 | |
Audit functionality for pkg_admin. This uses the backend in libpkg_install and will be extended to check for vulnerabilities at pkg_add time later. | |||||
2008-03-13 | Fix download-vulnerability-list's -c option. From Jim Bernard in PR 38231. | wiz | 1 | -1/+2 | |
2008-03-11 | pkg_install-20080311: | joerg | 2 | -3/+9 | |
If the package db directory doesn't exist, handle it like an empty pkgdb and just return. | |||||
2008-03-11 | Add an EXAMPLES section. | tnn | 1 | -2/+19 | |
2008-03-10 | Add a suggestion from Aleksej Saushev. | tnn | 1 | -1/+4 | |
2008-03-10 | Add datarootdir to shut up configure. | wiz | 7 | -7/+14 | |
2008-03-10 | Remove pprefix (accident?). Add datarootdir to shut up configure. | wiz | 1 | -2/+2 | |
2008-03-09 | Don't print errno for missing GPG setting. | joerg | 1 | -2/+2 | |
2008-03-09 | Stop chdir/getcwd/fchdir dance in lsall and lsbest, just use the passed | joerg | 1 | -42/+7 | |
in path name. This is more consistent when symbolic links are involved as it doesn't do the equivalent of realpath(3) for the path any longer. | |||||
2008-03-09 | pkgdb.byfile.db maintainance can use the iterator interface as well. | joerg | 1 | -45/+12 | |
Get rid of more chdir() calls. | |||||
2008-03-09 | Use pkgdb function to compute +CONTENTS name and drop need to play | joerg | 1 | -18/+9 | |
chdir(2) games. Kill the chdir(2) calls. | |||||
2008-03-09 | Split check functions into a separate file. | joerg | 4 | -224/+328 | |
Drop checkall and implement it using "*" as wildcard match. | |||||
2008-03-09 | pkg_install-20080309: | joerg | 2 | -8/+8 | |
- When loading meta data for a package and a file is needed for the current operation and is a required file, complain. - Include the name of the package the meta data could not be loaded from. This addresses PR 38166. | |||||
2008-03-06 | There's more to do ... | rillig | 1 | -1/+14 | |
2008-03-06 | Updated pkglint to 4.85. | rillig | 1 | -2/+2 | |
Changes since 4.84: - Fixed the splitting of PKGNAME into PKGBASE and PKGVERSION. - Added a warning about usage of LOCALBASE in packages, provided by jlam. | |||||
2008-03-06 | The LOCALBASE variable should not be used in packages, it should just be | rillig | 1 | -1/+32 | |
defined in mk.conf. Suggested by jlam, who also provided the excellent explanation (see "pkglint -e" for it). | |||||
2008-03-06 | After the recent fixes by wiz, the regular expression for splitting a | rillig | 1 | -2/+2 | |
package name into PKGBASE and PKGVERSION has been changed. It treats everything in front of the last hyphen as the package basename and the rest (which will hopefully start with a digit) as the package version. Packages that are affected by this change are for example: * fonts/*-100dpi * lang/elisp-manual: elisp-manual-21-2.8 * mail/postfix-current: postfix-2.6-20080216 * net/flodo: flodo-4-20040907 | |||||
2008-03-06 | Note removal of tnftp and pax. | jlam | 1 | -3/+1 | |
2008-03-06 | + Remove pkgtools/pax and pkgtools/tnftp as they are no longer different | jlam | 2 | -29/+0 | |
from archivers/pax and net/tnftp, respectively. In the past, the pkgtools version of these packages installed into ${PKG_TOOLS_BIN}, but this was changed in: pkgtools/pax/Makefile:1.15 pkgtools/tnftp/Makefile:1.3 + Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common by merging them into their respective Makefiles. The Makefile.common files existed solely for inclusion by the pkgtools versions of these packages, but with the removal of those packages, these files are now unnecessary. + Add full DESTDIR support to archivers/pax and net/tnftp. + Modify the bootstrap to build archivers/pax and net/tnftp instead of the pkgtools versions of these packages. | |||||
2008-03-05 | Add TODO item from PR pkg/38178. | tnn | 1 | -1/+3 | |
2008-03-01 | Using AUTO_MKDIRS is simpler. | rillig | 1 | -3/+2 | |