2ec067cddb
fix printf when used with --regex
...
strip parentheses when parsing softdeps
2023-12-02 14:39:16 +00:00
c662852caf
update the notes on FS#1843
2023-09-15 03:17:01 -04:00
19a3ba19ad
use a common style to show missing or already-installed ports (FS#1843)
...
be more selective in applying the forceRebuild flag
2023-09-14 21:24:52 -04:00
4e0421bc32
add support for rmlog_on_uninst
2023-09-04 19:27:37 -04:00
ffe29e224e
update man-page with fresh examples
...
drop from INSTALL the outdated autotools instructions
2023-09-03 16:11:29 -04:00
487060e496
update the man-page with fresh examples
2023-09-02 16:40:20 -04:00
92474ea81d
update the man-page with fresh examples
2023-09-01 16:07:25 -04:00
482c8efb58
update the man-page with fresh examples
...
prune unreachable code paths; drop unneeded Makefiles
2023-08-28 07:54:50 -04:00
eeaea8ee89
revise the softdeps calculation
2023-08-22 10:14:52 -04:00
7175591b00
report pre- and post-install scripts in test mode
...
support more format codes in the argument to 'dup'
expand man-page to explain some asymmetries
2023-06-23 15:31:39 -04:00
8f71c4fe8b
cache the pkgmk.conf settings to avoid repeated disk reads (FS#595)
...
fix the interaction between --install-root and 'runscripts yes'
2023-06-18 18:09:03 -04:00
e504cf66d3
fix misc compile warnings
2023-06-09 14:32:02 -04:00
211fe43fd9
Merge changes from 'master' into this feature branch.
2023-06-05 15:47:15 -04:00
d9a0d39b60
switch from autotools to meson; edit man-page for prt-get.conf
2023-06-02 16:19:11 -04:00
21f2e52314
document the interaction between --install-root and 'runscripts yes';
...
allow command line to override more settings in prt-get.conf;
tune installTransaction to avoid lookup during evaluateResult
2023-06-02 16:17:04 -04:00
b3404ff38e
fix FS#1910 and 1930; introduce Alan's --group flag;
...
expand the prt-get man-page with more examples
2023-06-02 16:14:59 -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
Johannes Winkelmann
7c8a9b2ae5
print out Pkgmk settings in dumpconfig
2010-05-18 21:14:31 +02:00
Johannes Winkelmann
418ed7c6b4
add support for PKGMK_COMPRESSION_MODE
2010-05-18 21:14:04 +02:00
Johannes Winkelmann
cf616df902
refactor getPkgDest(...) into getPkgmkSetting(...)
2010-05-18 21:13:25 +02:00
Johannes Winkelmann
a423bd54f1
show path in install summary
2008-06-26 18:26:21 +02:00
Johannes Winkelmann
345f4e4616
- gcc 4.3 fixes
...
- regenerate auto* files
2008-06-26 18:20:51 +02:00
Johannes Winkelmann
9d14fe2c46
don't loop forever when version= contains unsupported $() tokens
2006-11-05 15:26:08 +01:00
Johannes Winkelmann
469cc23790
update for 5.15
2006-10-19 10:39:19 +02:00