DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

Binary package cad/ngspice_rework does not show X11 signal window #181

Closed mneumann closed 7 years ago

mneumann commented 8 years ago

When trying to plot signals with ngspice, a message "Can't open viewport for graphics." is shown, when the binary package (pkg ins ngspice_rework) is used. When compiled from ports, it works.

In the Makefile of the port, there is no "USES=X11", or whatever this option is named. This is very likely the issue, as during configuration the existance of X11 headers is tested.

jrmarino commented 8 years ago

i think the proper thing to do is open a PR against it at https://bugs.freebsd.org/bugzilla/. The port has an active maintainer and this issue should affect freebsd too.

mneumann commented 8 years ago

@jrmarino makes sense to report as PR.

mneumann commented 8 years ago

@jrmarino https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212357