summaryrefslogtreecommitdiff
path: root/mk/pkgformat/pkg
AgeCommit message (Expand)AuthorFilesLines
2022-11-23mk: pkgformat performance improvements.jperkin5-148/+157
2022-04-04mk/pkgformat/pkg: Fix deinstall of cross-built package.riastradh1-1/+5
2022-04-04mk: Cross-eyed hacks to support cross-libtool.riastradh1-2/+2
2022-03-28mk: revert local changetnn1-3/+1
2022-03-28m*/*: revbump(1) for libsndfiletnn1-1/+3
2021-12-11I export pkgsrc over NFS from a macOS host to a variety of VMs, each ofschmonz1-2/+3
2021-11-07Also substitute SYSCONFBASE in MESSAGE fileskhorben1-1/+2
2021-04-06Preserve stdin for the bootstrap and dependency handling like done forjoerg1-6/+8
2021-01-17Remove "mismatch" flag also in the other place.rhialto1-7/+4
2021-01-09`make replace' now also unsets the `mismatch' variable.rhialto1-3/+3
2020-12-24pkgformat-vars.mk: Revert requirement for new PKGTOOLSgdt1-2/+6
2020-12-18Move the pkgdb compatibility error to a NetBSD-specific file to avoidmaya1-5/+1
2020-12-03mk: use LOCALBASE instead of PREFIXwiz1-2/+2
2020-12-02*: move default database directory from /var/db/pkg to ${PREFIX}/pkgdbwiz3-11/+15
2020-10-09mk: Exclude /System/Library on Big Sur too.jperkin1-2/+2
2020-10-09mk: Handle missing system libraries on Big Sur.jperkin1-2/+11
2020-07-06revert metadata.mk:1.24, keep passing useless flag -U.maya1-2/+2
2020-06-07mk/.../metadata.mk: properly clean up loops after removing ""rillig1-3/+1
2020-06-06mk/.../metadata.mk: fix reference to undefined shell variablerillig1-4/+5
2020-05-28Flip the switch on ALLOW_VULNERABLE_PACKAGES to allow them by default.maya1-12/+19
2020-05-22Add a missing redirect to ensure that all files are picked up forjoerg1-1/+2
2020-05-21mk/pkgformat/metadata.mk: fix relative paths in PATCHDIR and FILESDIRrillig1-4/+4
2020-05-15pkg_create -U doesn't do anything, don't pass the flag.maya1-2/+2
2020-04-30Suppress unnecessary output when not debuggingjoerg1-1/+2
2020-01-15mk/pkgformat: include only relevant ident strings in +BUILD_VERSIONrillig1-2/+2
2020-01-15mk/pkgformat: include only relevant ident strings in +BUILD_VERSIONrillig1-2/+5
2020-01-14mk/pkgformat: fix documentationrillig1-2/+2
2020-01-14mk/pkgformat: fix documentationrillig1-2/+2
2020-01-13mk/pkgformat: update documentation in list-dependenciesrillig1-4/+5
2020-01-13mk/pkgformat/pkg/metadata.mk: Fix awk syntaxtaca1-2/+2
2020-01-13mk: Add missing line continuation, fix post-installryoon1-2/+2
2020-01-12Add USE_PKG_ADMIN_DIGEST flag for switching between $NetBSD$ and SHA256joerg2-5/+50
2019-10-01mk: Ensure only the first NetBSD rcsid is used.jperkin1-2/+2
2019-05-28mk: Support MESSAGE.rcd and MESSAGE.smf.jperkin1-1/+7
2019-04-03mk/pkgformat: add show-all-depends targetrillig1-1/+6
2019-01-22Call replace-names before SUroy1-3/+1
2018-01-25Don't include TEST_DEPENDS in the normal dependency reduction run.joerg1-2/+2
2018-01-14Add missing empty TEST_DEPENDS for the bootstrap case.joerg1-2/+2
2018-01-13Introduce TEST_DEPENDS.joerg3-11/+53
2017-10-06Comment out debug printf.wiz1-2/+2
2017-10-04reduce-depends.awk: Also reduce "exact match" and "any version".jlam2-63/+432
2017-10-04reduce-depends.awk: Match version strings containing tilde (~).jlam2-2/+27
2017-10-01reduce-depends.awk: Avoid "delete array" statement for portability.jlam1-5/+10
2017-10-01reduce-depends.awk: Avoid gensub() for portability.jlam1-2/+2
2017-10-01reduce-depends.awk: Reduce "pkg>1" and "pkg<2" into "pkg>1<2".jlam3-63/+601
2017-08-23mk/pkgformat: Only pass "-C" option to pkg_create(1) if it's valid.jlam1-2/+2
2017-08-21mk/pkgformat: Support INSTALL scripts that rely on UNPACK.jlam1-1/+10
2017-08-19Run pkg_add(1) and pkg_delete(1) using ${SETENV} ${PKGTOOLS_ENV}.jlam4-13/+19
2017-08-19Substitute the correct string for GTK3_UPDATE_ICON_CACHE.jlam1-2/+2
2017-08-10mk/pkgtasks: Failures in POST- stages of the scripts are non-fatal.jlam3-6/+30