Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-16 | move prt-get.aliases to /etc, update version to 5.19.5HEADmaster | Juergen Daubert | |
2020-10-13 | Added a regex fix for listinst, updated to version 5.19.4v5.19.4 | Matt Housh | |
2019-03-08 | Updated version to 5.19.3v5.19.3 | Matt Housh | |
2019-03-08 | Revert "FS#593 isatty(1) check for quickdep to increase usability" | Matt Housh | |
This reverts commit 54dc9114702b7c83d7e47111ca2ab45faea2403c. | |||
2019-03-02 | update version to 5.19.2v5.19.2 | Juergen Daubert | |
2019-03-01 | fix misc compile warnings | James Buren | |
2019-03-01 | fix several compile warnings (-Wreorder) | James Buren | |
2019-03-01 | fix several compile warnings (-Wsign-compare) | James Buren | |
2019-03-01 | fix wrong use of close() instead of fclose() in commit ↵ | James Buren | |
2fd99a3c8fc5c75e28af71ac35472f6fe8908d37, fix for FS#1646 | |||
2019-03-01 | fix compile warning and segfault caused by a missing return statement | James Buren | |
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 | |||
2018-06-01 | FS#1646 close fp in error case to avoid resource leak | Thomas Penteker | |
2017-06-17 | FS#593 isatty(1) check for quickdep to increase usability | Fredrik Rinnestam | |
2017-01-21 | bumped to 5.19.1v5.19.15.19 | Fredrik Rinnestam | |
2017-01-21 | signify aware again | Fredrik Rinnestam | |
2017-01-21 | merge 5.19 | Fredrik Rinnestam | |
2017-01-21 | update to 5.18.1v5.18.1 | Fredrik Rinnestam | |
2017-01-21 | signify awaresignify | Fredrik Rinnestam | |
2010-05-24 | update to 5.18v5.18 | Johannes Winkelmann | |
2010-05-24 | fix printf when using regex | Johannes Winkelmann | |
2010-05-24 | err, 5.17, not 5.177 :-) | Johannes Winkelmann | |
2010-05-24 | commit autotools file after version bumpv5.17 | Johannes Winkelmann | |
2010-05-24 | update version to 5.17 | Johannes Winkelmann | |
2010-05-24 | rename inclusion guards in pg_regex.h | Johannes Winkelmann | |
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-18 | print out Pkgmk settings in dumpconfig | Johannes Winkelmann | |
2010-05-18 | add support for PKGMK_COMPRESSION_MODE | Johannes Winkelmann | |
2010-05-18 | refactor getPkgDest(...) into getPkgmkSetting(...) | Johannes Winkelmann | |
2008-06-26 | show path in install summary | Johannes Winkelmann | |
2008-06-26 | - gcc 4.3 fixes | Johannes Winkelmann | |
- regenerate auto* files | |||
2006-11-05 | don't loop forever when version= contains unsupported $() tokens | Johannes Winkelmann | |
2006-10-19 | update for 5.15 | Johannes Winkelmann | |
2006-10-19 | update version string | Johannes Winkelmann | |
2006-10-19 | implement --depsort for listinst | Johannes Winkelmann | |
2006-09-27 | prt-get: rewrite PKGMK_PACKAGE_DIR handling | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1947 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-13 | prt-get: show undecided diffs by default when using "prefer higher" | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1877 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-13 | prt-get: prepare for 5.14 | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1875 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-10 | prt-get: revert getPkgDest; use fgrep to determine PKGMK_PACKAGE_DIR | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1864 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-10 | prt-get: update changelog | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1863 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-10 | prt-get: use correct pkgmk.conf for PKGMK_PACKAGE_DIR (thanks Anton) | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1862 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-09 | prt-get: remove handling of external dependency list | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1851 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: prepare 5.13 | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1846 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: promote compareShadowPair | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1839 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: show multiple dups in 'dup' | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1838 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: clean up TODO | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1837 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: allow accessing version and port path in dup format separately | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1836 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: simplify default output of dup; allow passing a printf style pattern | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1835 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-03 | prt-get: warn about unclear version decisions when using "prefer higher" | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1806 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-02 | prt-get: fix corner case in version comparator | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1804 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-02 | prt-get remove trailing whitespace from versioncomparator.cpp | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1803 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-05-23 | prt-get: fix typo in help, reported by Mark | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1439 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-05-23 | prt-get: update sysup's description in man page | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1438 0b5ae1c7-2405-0410-a7fc-ba219f786e1e |