Created attachment 166214 [details] fritzing, pcb & electronic software for FreeBSD a port for the fritzing http://fritzing.org using QT5 This port builds the PARTS library in the /usr/local/share fritzing for the version 0.9.2b (2015)
Testbuilds@work
Building the port in poudriere fails at configure with the error: ===> fritzing-0.9.2_3 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for fritzing-0.9.2_3 Project ERROR: Unknown module(s) in QT: xml printsupport concurrent *** Error code 3 Full log see http://people.freebsd.org/~pi/logs/cad__fritzing-10a-1454089363.txt Any ideas for the cause of this ?
The USE_QT5 needed additional entries for xml printsupport and concurrent. Now it wants rcc, too. The qt4-rcc port does not seem to work.
Testbuilds on 11a, 10.2a+i, 9.3 are OK with some modifications to the port.
A commit references this bug: Author: pi Date: Mon Feb 1 06:23:43 UTC 2016 New revision: 407684 URL: https://svnweb.freebsd.org/changeset/ports/407684 Log: New port: cad/fritzing Fritzing is an Electronic Design Automation software with a low entry barrier, suited for the needs of designers and artists. It uses the metaphor of the breadboard, so that it is easy to transfer your hardware sketch to the software. From there it is possible to create PCB layouts for turning it into a robust PCB yourself or by help of a manufacturer. WWW: http://fritzing.org/ PR: 206697 Submitted by: lenzi.sergio@gmail.com Changes: head/cad/Makefile head/cad/fritzing/ head/cad/fritzing/Makefile head/cad/fritzing/distinfo head/cad/fritzing/files/ head/cad/fritzing/files/patch-fritzing.desktop head/cad/fritzing/files/patch-phoenix.pro head/cad/fritzing/files/pkg-install.in head/cad/fritzing/pkg-descr head/cad/fritzing/pkg-plist
Committed, thanks!