Commit Graph

222 Commits

Author SHA1 Message Date
John McQuah 6e181f870d prt-auf: do not resolve dependencies when forcing a rebuild 2023-04-13 16:49:48 -04:00
John McQuah 40d0787003 prtcheckmissing: no need to distinguish between symlinks and regular files 2023-03-27 15:37:34 -04:00
John McQuah 287e853171 prt-auf: rename the built package after a footprint mismatch, to prevent false reports of 'up-to-date' 2023-03-27 15:34:56 -04:00
John McQuah b75ee0be7f prtcheckmissing: detect missing symlinks too 2023-03-25 11:00:24 -04:00
John McQuah c225a44932 prt-auf: fix the sorting by soft dependencies 2023-03-25 10:11:42 -04:00
John McQuah 8d43e3cd4d prt-auf: fix the handling of locked ports 2023-03-22 09:24:23 -04:00
John McQuah c8842b786d find-iso-orphans: initial import 2023-03-21 20:39:05 -04:00
John McQuah 35ded8f2f8 prtcheckmissing: initial import, honoring custom rules in pkgadd.conf 2023-03-21 20:34:20 -04:00
John McQuah 4037fba241 prt-auf: rewrite the deporder subroutine 2023-03-21 20:33:05 -04:00
John McQuah 47dae3092c prt-auf: ensure that port_diff does not pass bogus data to sysup 2023-03-20 08:35:15 -04:00
John McQuah 9682dcde14 prt-auf: fix bugs in the arg parser 2023-03-19 18:52:28 -04:00
John McQuah f90978bcd8 prt-auf: fix some bugs in 'dependent' 2023-03-14 15:45:53 -04:00
John McQuah 038a0ef742 prt-auf: edit man-page to reflect recent changes in the argument parser 2023-03-14 15:10:16 -04:00
John McQuah 070a91ce7b prt-auf: refine the arg parser, speed up the dependency resolver 2023-03-14 12:18:28 -04:00
John McQuah 1c14f4c46a prt-auf: recognize optional dependencies (necessitates a new cache file format) 2023-03-10 07:03:54 -05:00
John McQuah d3b4219e80 pkgmeek: tidy up the get_repo_key routine 2023-02-24 08:56:27 -05:00
John McQuah 0ddcfa250e pkgmeek: rearrange the options presented by print_help 2023-02-20 08:22:40 -05:00
John McQuah bebb570999 pkgmeek: honor --extract-only even if an up-to-date package is present 2023-02-18 21:34:37 -05:00
John McQuah 95c2d2a6d6 pkgmeek: refactor the signature creation routines 2023-02-17 15:35:54 -05:00
John McQuah 8836cc870a pkgmeek: refactor how the --no-strip option is handled
pkgmeek: refactor how the --no-strip option is handled
2023-02-17 13:29:11 -05:00
John McQuah f2ccd4184a pkgmeek.8: update the section on deprecated options 2023-02-17 11:51:14 -05:00
John McQuah e55a7a43cd pkgmeek: delete out-of-fashion subroutines, add support for custom unpack_source() 2023-02-17 08:54:10 -05:00
John McQuah 57aaef22eb pkgmeek: refactor the strip-binaries routine 2023-02-16 18:14:27 -05:00
John McQuah 46dba884e9 prt-auf: clean up the formatting of 'dependent' output 2023-02-16 06:41:52 -05:00
John McQuah 18b7b6fd3f prt-auf: refactor the listorphans routine 2023-02-15 16:13:39 -05:00
John McQuah b31bc84259 prt-auf: less verbosity in the output of 'current' 2023-02-13 11:33:33 -05:00
John McQuah 4760ed2496 pkgfile.5: revise the section on preventing tarball unpacking 2023-01-17 07:57:37 -05:00
John McQuah 773282ba51 pkgmeek: add support for nounpack array 2023-01-17 07:25:41 -05:00
John McQuah b5b9a34a70 pkgmeek: dereference symbolic links when populating the src directory 2023-01-14 20:48:00 -05:00
John McQuah d65af7889f prt-auf: improve parsing of format string in printf_ports() 2022-12-25 19:05:00 -05:00
John McQuah 787ba038e0 prt-auf: exchange array subscripts, installed <-> locked 2022-12-24 14:45:53 -05:00
John McQuah 1239bdf4ad pkgmeek.8: mention the native support for git sources 2022-12-23 13:39:39 -05:00
John McQuah 8f535898c8 pkgmeek: insert more calls to cleanup_work() 2022-12-23 13:38:40 -05:00
John McQuah d90d6eb6ff sendmail-wrapper: initial draft 2022-11-27 07:42:28 -05:00
John McQuah f03dad35e4 pkgmeek: remove stale reference in check_footprint() 2022-11-27 07:41:38 -05:00
John McQuah 3d4523d126 prt-auf: sort the output when listing differences 2022-11-24 14:43:17 -05:00
John McQuah f9268f2073 pkgmeek: remove deprecated md5sum functions 2022-11-24 14:42:02 -05:00
John McQuah badb7373bb prt-auf: accommodate inconsistent whitespace in the list of dependencies 2022-10-31 16:52:25 -04:00
John McQuah 1238b5f152 pkgmeek: export LC_ALL 2022-10-31 16:49:34 -04:00
John McQuah 50eef5bd9a pkgmeek: use curl by default, not wget 2022-10-10 13:50:03 -04:00
John McQuah 06a14d7331 prt-auf: suppress the missing packages report at the end of quickdep output 2022-10-01 21:00:39 -04:00
John McQuah 076b572a88 prt-auf: improve the handling of dependency lines that list deleted ports 2022-09-30 20:47:47 -04:00
John McQuah 4a91198d54 pkgmeek: fix the line that sets PKGMK_ARCH 2022-09-30 20:44:44 -04:00
John McQuah 2babaeacda prt-auf: do not allow subsequent dups to redefine the hashes for version, description, dependencies 2022-09-26 11:52:08 -04:00
John McQuah 519d085a4b crux-wiki: redirect visitors to the sandbox namespace on crux.nu 2022-08-26 15:27:59 -04:00
John McQuah 058a8807af prt-auf: fail gracefully when 'path' finds no hits in the ports tree 2022-08-25 10:32:01 -04:00
John McQuah 437fd837f9 pkgmeek: revert to using bsdtar now that C.UTF-8 is a valid locale 2022-08-25 10:29:20 -04:00
John McQuah dd5dcd96f5 3.7 Package: rewrite the example involving rust-bin alias 2022-08-12 11:42:58 -04:00
John McQuah 2112b16e6e 3.7 Ports: add links to other wiki pages 2022-08-12 11:37:28 -04:00
John McQuah e82f0977b3 3.7 Install: revise slightly the language of factors to consider when choosing a bootloader 2022-08-12 10:21:09 -04:00