John McQuah
|
f7ffaabe8b
|
prt-auf: refactor the list_ports subroutine
|
2024-09-07 15:44:27 +00:00 |
|
John McQuah
|
e57593ca44
|
prt-auf: treat the remove command as a string, not a list
|
2024-03-22 00:01:26 +00:00 |
|
John McQuah
|
71597add39
|
prt-auf: respect aliases when determining the list of orphans
|
2024-03-16 19:10:28 +00:00 |
|
John McQuah
|
750e998c93
|
prt-auf: respect non-whitespace separators when reading optional dependencies
|
2024-02-13 15:16:20 +00:00 |
|
John McQuah
|
c749f5c595
|
prt-auf: add sync command
|
2023-11-29 01:10:28 +00:00 |
|
|
bb58beecda
|
prt-auf: add support for rmlog_on_uninst
|
2023-09-25 17:48:02 +00:00 |
|
|
dff03f9b00
|
prt-auf: report the targets omitted from an install transaction
|
2023-09-14 05:42:17 -04:00 |
|
|
ae41c77bd4
|
prt-auf: guard against using invalid keys in a hash
|
2023-08-24 19:20:40 -04:00 |
|
|
a9fb36fff0
|
prt-auf: more robust handling of whitespace in the dependency line
|
2023-08-19 16:42:37 -04:00 |
|
|
9e3c7e2c49
|
prt-auf: fix function signatures
|
2023-07-19 14:35:15 -04:00 |
|
|
69b9a3dc2b
|
prt-auf: prevent locked ports from affecting the exit status of 'diff'
fix some post-transaction reports
|
2023-07-02 20:54:41 -04:00 |
|
|
8b6807d7f8
|
prt-auf: notify user about pre- or post-install scripts in test mode
|
2023-06-26 09:04:06 -04:00 |
|
|
9d4f22e6d1
|
prt-auf: respect the --run-scripts flag
update the man-page
|
2023-06-22 17:44:51 -04:00 |
|
|
c2583c3642
|
prt-auf: clean up whitespace; improve documentation
|
2023-06-20 11:32:09 -04:00 |
|
|
b740564de5
|
prt-auf: fix the return type in uninstall()
|
2023-06-10 09:22:34 -04:00 |
|
|
64a5505821
|
prt-auf: expand the documentation of --install-root
|
2023-06-09 14:03:36 -04:00 |
|
|
a76248a9cb
|
prt-auf: respect --install-root when running pre- and post-install scripts
|
2023-06-02 15:17:14 -04:00 |
|
|
99d51f625d
|
prt-auf: replace Fun's algorithm with a depth-first search
|
2023-05-25 16:00:33 -04:00 |
|
|
bc438288c5
|
prt-auf: use Fun's algorithm instead of Kahn's
|
2023-05-24 08:57:02 -04:00 |
|
|
646e3b74a3
|
prt-auf: minor optimization in the softdep sorting algorithm
|
2023-05-19 17:37:10 -04:00 |
|
|
1165eb8dae
|
prt-auf: fix the handling of sysup --softdeps
|
2023-05-19 16:00:18 -04:00 |
|
|
f014d86816
|
prt-auf: respect aliases when performing an isinst query
|
2023-05-01 12:05:14 -04:00 |
|
|
6e181f870d
|
prt-auf: do not resolve dependencies when forcing a rebuild
|
2023-04-13 16:49:48 -04:00 |
|
|
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 |
|
|
c225a44932
|
prt-auf: fix the sorting by soft dependencies
|
2023-03-25 10:11:42 -04:00 |
|
|
8d43e3cd4d
|
prt-auf: fix the handling of locked ports
|
2023-03-22 09:24:23 -04:00 |
|
|
4037fba241
|
prt-auf: rewrite the deporder subroutine
|
2023-03-21 20:33:05 -04:00 |
|
|
47dae3092c
|
prt-auf: ensure that port_diff does not pass bogus data to sysup
|
2023-03-20 08:35:15 -04:00 |
|
|
9682dcde14
|
prt-auf: fix bugs in the arg parser
|
2023-03-19 18:52:28 -04:00 |
|
|
f90978bcd8
|
prt-auf: fix some bugs in 'dependent'
|
2023-03-14 15:45:53 -04:00 |
|
|
038a0ef742
|
prt-auf: edit man-page to reflect recent changes in the argument parser
|
2023-03-14 15:10:16 -04:00 |
|
|
070a91ce7b
|
prt-auf: refine the arg parser, speed up the dependency resolver
|
2023-03-14 12:18:28 -04:00 |
|
|
1c14f4c46a
|
prt-auf: recognize optional dependencies (necessitates a new cache file format)
|
2023-03-10 07:03:54 -05:00 |
|
|
46dba884e9
|
prt-auf: clean up the formatting of 'dependent' output
|
2023-02-16 06:41:52 -05:00 |
|
|
18b7b6fd3f
|
prt-auf: refactor the listorphans routine
|
2023-02-15 16:13:39 -05:00 |
|
|
b31bc84259
|
prt-auf: less verbosity in the output of 'current'
|
2023-02-13 11:33:33 -05:00 |
|
|
d65af7889f
|
prt-auf: improve parsing of format string in printf_ports()
|
2022-12-25 19:05:00 -05:00 |
|
|
787ba038e0
|
prt-auf: exchange array subscripts, installed <-> locked
|
2022-12-24 14:45:53 -05:00 |
|
|
3d4523d126
|
prt-auf: sort the output when listing differences
|
2022-11-24 14:43:17 -05:00 |
|
|
badb7373bb
|
prt-auf: accommodate inconsistent whitespace in the list of dependencies
|
2022-10-31 16:52:25 -04:00 |
|
|
06a14d7331
|
prt-auf: suppress the missing packages report at the end of quickdep output
|
2022-10-01 21:00:39 -04:00 |
|
|
076b572a88
|
prt-auf: improve the handling of dependency lines that list deleted ports
|
2022-09-30 20:47:47 -04:00 |
|
|
2babaeacda
|
prt-auf: do not allow subsequent dups to redefine the hashes for version, description, dependencies
|
2022-09-26 11:52:08 -04:00 |
|
|
058a8807af
|
prt-auf: fail gracefully when 'path' finds no hits in the ports tree
|
2022-08-25 10:32:01 -04:00 |
|
|
66b2428ee5
|
prt-auf: also consider release (not just version) when looking for differences
|
2022-07-29 14:52:57 -04:00 |
|
|
00f280b794
|
prt-auf: loosen the pattern match criterion for determining failure from a build log
|
2022-07-24 20:50:22 -04:00 |
|
|
8338d5f131
|
prt-auf: fix the 'dependent' command to handle plus signs in a port name
|
2022-07-11 21:09:07 -04:00 |
|
|
af7d4a6e65
|
prt-auf: improved the parsing of prt-get.conf
|
2022-06-23 14:01:46 -04:00 |
|
|
46ded7d692
|
prt-auf: provide a post-transaction report for sysup too
|
2022-06-21 06:39:20 -04:00 |
|
|
35b6c4e4f2
|
prt-auf: cleaned up the detection of locked ports in sysup()
|
2022-06-20 09:53:20 -04:00 |
|