a2626355ac
fix printf when used with --regex
...
strip parentheses when parsing softdeps
2023-12-02 14:46:00 +00:00
bfb5cde112
be more selective when applying forceRebuild
2023-09-15 04:22:01 -04:00
d2951b0897
use a common style to show missing or already-installed ports (FS#1843)
...
i3-softdeps.md: slight rewording
2023-09-14 20:12:16 -04:00
1287e9920d
respect -fr (forceRebuild) even if built package is newer than Pkgfile
2023-09-14 20:11:52 -04:00
a073423a89
updated ChangeLog
2023-09-04 19:10:31 -04:00
284b9e5e21
add support for rmlog_on_uninst
2023-09-04 15:13:04 -04:00
4c821419fb
refresh the man-page examples
2023-09-01 16:03:14 -04:00
e97879074b
i3-softdeps.md: minor revisions
2023-08-26 17:24:39 -04:00
449c0e0553
i3 softdeps test: updated
...
i3-softdeps.md: fix markup
2023-08-25 10:52:05 -04:00
5ee692a858
upload a discussion of the i3 softdeps test
2023-08-25 10:00:19 -04:00
91632a574d
prune unreachable code paths
...
revise man-page discussion of --install-root
2023-08-24 10:48:09 -04:00
1c3bcde003
upload results of the i3 softdeps test
2023-08-22 20:30:10 -04:00
4b069aa3d6
revise the softdeps calculation
2023-08-22 09:12:05 -04:00
e67aa2cbd3
consolidate the tests in calcDependencies()
2023-08-21 07:52:08 -04:00
507afd9766
report pre- and post-install scripts in test mode
2023-06-23 15:28:05 -04:00
68239f077b
support more format codes in the argument to 'dup'
...
expand man-page to explain some asymmetries
2023-06-23 11:46:46 -04:00
06b1599c8c
man-page: add a few references and another example
...
correct misspellings and inaccuracies
fix formatting
2023-06-21 21:16:32 -04:00
7c1126f0b0
man-page: fix indentation and formatting
...
document the interaction between --install-root and 'runscripts yes'
2023-06-20 16:55:36 -04:00
b5aa185537
cache the pkgmk.conf settings to avoid repeated disk reads (FS#595)
2023-06-08 11:42:58 -04:00
3a53676253
fix several compile warnings (-Wreorder, unused parameter)
2023-06-08 07:04:48 -04:00
7dc024e103
switch from autotools to meson; update docs
2023-06-02 16:05:42 -04:00
6e4a4d8daa
respect --install-root when running pre- and post-install scripts
2023-06-02 15:56:31 -04:00
f2c0f370d4
cut down on duplicate code; fix FS#1930; expand man-page examples
2023-06-02 15:53:29 -04:00
8ac36484c5
expand the prt-get man-page with more examples
...
add more details to the prt-cache man-page
2023-03-13 14:37:34 -04:00
5d2b5e0ac0
fix FS#1910; merge Alan's patch for the --group flag; update shell completions
...
remove some anachronisms from the aliases file
2023-03-13 14:36:00 -04:00
John McQuah
38bb3aa21a
add support for optional dependencies
...
update docs to explain how optional dependencies are handled
2023-03-13 14:35:20 -04:00
Tim Biermann
8bc31c0745
Fix segfault in prt-cache
...
Co-authored-by: Alexandr Savca <alexandr.savca89@gmail.com>
2022-02-27 22:30:23 +01:00
Juergen Daubert
da6bfb0a60
move prt-get.aliases to /etc, update version to 5.19.5
2020-10-16 10:27:37 +02:00
Matt Housh
ac030e3530
Added a regex fix for listinst, updated to version 5.19.4
2020-10-13 09:44:00 -05:00
Matt Housh
8f9a1254ff
Updated version to 5.19.3
2019-03-08 16:28:56 -06:00
Matt Housh
69c857a896
Revert "FS#593 isatty(1) check for quickdep to increase usability"
...
This reverts commit 54dc911470
.
2019-03-08 12:30:52 -06:00
Juergen Daubert
ca0a3c3524
update version to 5.19.2
2019-03-02 11:29:39 +01:00
James Buren
041feb25c1
fix misc compile warnings
2019-03-01 21:44:35 +01:00
James Buren
2993a9ad57
fix several compile warnings (-Wreorder)
2019-03-01 21:33:11 +01:00
James Buren
75285a0dd9
fix several compile warnings (-Wsign-compare)
2019-03-01 20:56:46 +01:00
James Buren
decb4e383c
fix wrong use of close() instead of fclose() in commit 2fd99a3c8f
, fix for FS#1646
2019-03-01 19:42:22 +01:00
James Buren
4b6998eade
fix compile warning and segfault caused by a missing return statement
...
we had the following compile warning:
prt-get.cpp: In member function 'virtual SignalHandler::HandlerResult PrtGet::handleSignal(int)':
prtget.cpp:1628:1: warning: no return statement in function returning non-void [-Wreturn-type] }
which leads to a segfault if we compile prt-get with optimalization, e.g. -O2,
and interrupt prt-get with ^C
2019-03-01 19:21:48 +01:00
Thomas Penteker
2fd99a3c8f
FS#1646 close fp in error case to avoid resource leak
2018-06-01 01:03:13 +02:00
Fredrik Rinnestam
54dc911470
FS#593 isatty(1) check for quickdep to increase usability
2017-06-17 20:29:44 +02:00
Fredrik Rinnestam
38e5f51b6a
bumped to 5.19.1
2017-01-21 12:25:22 +01:00
Fredrik Rinnestam
eae3c12f42
signify aware again
2017-01-21 12:24:07 +01:00
Fredrik Rinnestam
60759c6ff5
merge 5.19
2017-01-21 12:13:16 +01:00
Fredrik Rinnestam
5a2ae0ebf5
update to 5.18.1
2017-01-21 12:02:17 +01:00
Fredrik Rinnestam
b887129ff8
signify aware
2017-01-21 11:58:39 +01:00
Johannes Winkelmann
064dd912eb
update to 5.18
2010-05-24 16:05:44 +02:00
Johannes Winkelmann
fb6dd8f99f
fix printf when using regex
2010-05-24 16:04:54 +02:00
Johannes Winkelmann
f3fc62cda6
err, 5.17, not 5.177 :-)
2010-05-24 15:51:58 +02:00
Johannes Winkelmann
881cbb8725
commit autotools file after version bump
2010-05-24 15:47:11 +02:00
Johannes Winkelmann
99508c3e8b
update version to 5.17
2010-05-24 15:45:11 +02:00
Johannes Winkelmann
6efb296e9b
rename inclusion guards in pg_regex.h
...
some OSes use _REGEX_H_ as their inclusion guard for system regex
headers; therefore, rather use _PG_REGEX_H_ in pg_regex.h, which is also
consistent with the filename
2010-05-24 15:38:19 +02:00