Back on duty
Hello "Ookaze" (your name?). Yes, I remember you being quite active in porg / paco issues since long time ago. So in principle I am willing to consider your kind offer to take over the project. But you'd have to meet certain conditions, like keeping it free, simple, and give credit to the original author. Also, since I am no longer familiar with the sourceforge process, you'd have to make the transition to other code hosting platforms yourself. Also, you'd have to establish some contact with the...
Hello everybody. I am David, the creator and maintainer of porg. I wanted you to know that my life has led me far from computer programming lately, so I don't have the time and energy to keep maintaining this project anymore. I am willing to listen to any candidate to take it over. Cheers, ~David. 2022-05-26 16:44 GMT+02:00, Ookaze ookaze0@users.sourceforge.net: You're right, iirc this was David's patch back in 2016. I haven't done anything but correct the bug that was very annoying and bit me hard...
Great. Thanks for helping.
I think a simple break after die_help() would do the job. There's no need to call assert(0), because die_help() terminates the program anyway. Done in r189. BTW: I do not react to failed assertions, because they're disabled on stable releases of porg. I just use them on development versions, to help detect errors.
Added break statement on switch, to fix compilation errors
OK. log.c is compiled with gcc, not g++. So we have to add the '-Wno-nonnull-compare' flag to MY_CFLAGS as well. Done in r188.
OK. log.c is compiled with gcc, not g++. So we have to add the '-Wno-nonnull-compare' flag to MY_CFLAGS as well. Done in r188. 2017-08-30 19:46 GMT+02:00, Bat Guano patguano@users.sf.net: Thank you for keeping this up. Even after make distclean/make clean and autoreconf, compilation ends with the error when log.c is processed. The Makefile in porg-log contains, though: ~~~ cat lib/porg-log/Makefile | grep CXXFLAGS CXXFLAGS = -g -O2 MY_CXXFLAGS = -W -ansi -pedantic -Wall -fno-operator-names -std=c++11...
Added flag '-Wno-nonnull-compare' to gcc as well
Did you run 'autoreconf' after updating to revision 187? It is needed to recreate the configure script. The -Werror flag it's enabled only in the development version, to help me fix compilation warnings. But I think I would remove it completely, as it may be annoying to anyone else than me. As of the if (!this), I use it to check for successful creation of a fstream derived object, inside of its own constructor. If you know of a better way to achieve it, I'd be happy to know it. Thanks.
Did you run 'autoreconf' after updating to revision 187? It is needed to recreate the configure script. The -Werror flag it's enabled only in the development version, to help me fix compilation warnings. But I think I would remove it completely, as it may be annoying to anyone else than me. As of the if (!this), I use it to check for successful creation of a fstream derived object, inside of its own constructor. I haven't found any better way to achieve that. Thanks.
Added flag '-Wno-nonnull-compare' to C++ compiler, to avoid
Hi Bat. Try setting the flag '-Wno-nonnull-compare' to the compiler at configure time. Like this: CXXFLAGS='-Wno-nonnull-compare' ./configure --prefix=/usr Also, I'll add it to the configure script, to make it permanent.
Function get_digits(): Return 1 when input number is 0
Hi. Thanks for the ticket. The changes made in revision 184 were a "quick and dirty"...
Undone change in r184
Added SVN revision number to version of develop...
grop: ask for confirmation when cancelling porg...
Removed ChangeLog.paco from the distribution
Make gzip dist tarballs by default (was xz)
Removed faq.txt. Improved porg(8) man page
added sudo to logme-really commands
back to svn
Created tag 0.10
Release of 0.10
Fixed svn related tags in Makefile
back to svn
Created tag 0.9
VERSION 0.9
Thanks for reporting. Have you tried to build the latest SVN version of porg?
Great! Thanks for packaging porg.
BTW Can you compile porg-0.8 "by hand" in the same system? I mean, without all the...
FIXED in SVN. Thanks.
grop: fixed porgball hang bug
Added cxxflags to fix compilation errors with l...
Please forget about my previous message, and apply the attached patch instead.
Please, try again adding "-Wno-deprecated-declarations -Wno-variadic-macros" to CXXFLAGS...
Hi Tim. Thanks for reporting. It seems like the errors come from glibmm code. Would...
Hi. Running "autoreconf --force --install --symlink" from the sources directory should...
document the case-insensitiveness of variable n...
changed g++ flags
Fixed in SVN. Hope it compiles fine on OSX. Thanks.
Replace mode_t by int when calling va_arg() so ...
libporg-log: explicitly #define RTLD_NEXT for s...
removed spurious comment
cleanup
Added #include <csignal>
Do not allow running multiple grop instances at...
cleanup
grop:bugfix: When running grop as root, save co...
Call return instead of exit() in main func of p...
Allow lowercase'd variables in porgrc (like 'in...
code cleanup
Hi Tomoaki. Your suggestion seems very reasonable to me. Applied in SVN. Thanks.
Removed /mnt, /media and /cdrom from the defaul...
code cleanup
Removed uneeded fmt_size(ulong)
code cleanup
code cleanup
code cleanup
code cleanup
Fixed minor bug in grop (opening tmp files when...
Code cleanup
Code cleanup in paco2porg.in
Fixed typo in porgball.in
code cleanup
Removed BaseOpt::check_logdir()
Minor fixes
Use endl instead of '\n' for printing
Fixed bug (-x option compatibility)
Implemented variable Opt::MODE_LIST_MISS
code cleanup
code cleanup
Merged last changes from branch 'miss'
code cleanup
Removed useless var. Opt::s_list_files
code cleanup
Merged last changes from branch 'miss'
Use File::is_missing() in grop
Removed File::m_status et al...
Added File{STATUS_*,m_status,is_missing()}
Created branch 'miss'
Removed tag 'missing'
code cleanup
Properly log /etc/porgrc when logging the own p...
Removed 'make logme' (no longer required)
minor fixes
back to svn
Created tag '0.8'
VERSION 0.8
minor fixes
Use sscanf instead of Rexp to read the logs (mu...
small fixes
Added assert() to check that logged files have ...
Removed 'missing files' features (kept on branc...
Created tag 'missing'
Added file doc/grop.svg
Created directory tags
Created directory branches
Created trunk branch