On 2016/06/16 15:19, Landry Breuil wrote: > On Thu, Jun 16, 2016 at 01:57:44PM +0200, Ingo Feinerer wrote: > > On Sun, May 08, 2016 at 09:10:44AM +0200, Ingo Feinerer wrote: > > > please find attached a port for pgModeler, the PostgreSQL database > > > modeler (http://www.pgmodeler.com.br/). > > > > Now updated for the new 0.8.2 release (see attachment), based on > > https://marc.info/?l=openbsd-ports&m=146269156930210&w=2 > > > > > - At (first) startup ~/.local/share/pgmodeler/ is created but with the > > > wrong permissions (444) as the configuration files are just copied > > > over from /usr/local/share/pgmodeler/conf/. This results in an error > > > message when quitting pgModeler (and can be easily fixed by chmod 644 > > > your local config dir). What is the best way to fix this properly? > > > > This is fixed now. > > > > So from my side this port is finished, polished and ready for import. > > Something is wrong on github, as usual: > > >> Fetch > >> https://github.com/pgmodeler/pgmodeler/archive/v0.8.2/pgmodeler-0.8.2.tar.gz > >> Size does not match for pgmodeler-0.8.2.tar.gz
github has been serving corrupt files quite a bit recently. Retry a few times and you'll probably get a good one. > Isn't it strange that libs are linked with an empty soname ? > '-shared -Wl,-soname, -fPIC -o libpgmodeler.so.0.0' - suppose that's > expected, just hope there are no ill effects. I think the -soname should get patched away.. > It also seems default CFLAGS are overridden, e.g > 'c++ -c -O2 -pipe -Wall -Wextra -Wuninitialized -O0 -g -std=c++11 -Wall > -W -pthread' is used, dunno which one wins. The last one on the line.
