From: Florian Viehweger Subject: Re: update smplayer to 24.5.0 and add missing RDEP To: Theo Buehler Cc: ports@openbsd.org, gonzalo@openbsd.org Date: Wed, 29 May 2024 11:00:24 +0200 > > While running 'make fake' i saw the following line, but it seems > > harmless: > > ./get_svn_revision.sh[8]: git: not found > > Do the package contents change if git is installed? > > make package > make clean=fake > doas pkg_add git > make repackage No, PLIST is not changed. After looking at the code, I understand that get_svn_revision.sh checks the revision and writes that information into 2 files. This is done to avoid spurious rebuilds. Since we are not checking out via git and using releases, this is not needed. Git rightfully fails itself as this is not a git repository. Adding git is therefore not needed. Thank you for the help! -- greetings, Florian Viehweger