Stuart Henderson wrote:
> Hi Aaron,
>
>   
>> - http://www.x96.org/pwman.tar.gz
>>     
>
> w-pwman-0.3.8/pwman-0.3.8/src/options.c:        printf("Path to GnuPG 
> [/usr/bin/gpg]: ");
> w-pwman-0.3.8/pwman-0.3.8/src/options.c:                
> strncpy(options->gpg_path, "/usr/bin/gpg", STRING_LONG);
>
> these lines should be patched to default to the installed gpg rather
> than make people type it in - in the patch, use some placeholder e.g.
> %LOCALBASE% and then do something like this
>
> pre-configure:
>       @perl -pi -e s,%LOCALBASE%,${LOCALBASE}, ${WRKSRC}/src/options.c
>
>   
Hello Stuart,
Thanks for your input; patched the port as suggested.

- http://www.x96.org/pwman.tar.gz

Reply via email to