[Bug 232076] [NEW PORT] cad/lepton-eda: Lepton Electronic Design Automation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 7 10:27:39 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232076
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-patch, needs-qa
--- Comment #3 from Tobias Kortkamp <tobik at freebsd.org> ---
It fails to configure with the NLS option off:
===> Configuring for lepton-eda-1.9.7
Can't exec "autopoint": No such file or directory at
/usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345.
autoreconf-2.69: failed to run autopoint: No such file or directory
autoreconf-2.69: autopoint is needed because this package uses Gettext
*** Error code 1
The build also seems to call groff during the build, so please add
USES=groff.
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
Can you use USES=localbase or USES=localbase:ldflags instead?
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
+DATADIR= ${PREFIX}/share/${PORTNAME}
This is what they are set to by default. Please remove them.
+%%PORTDOCS%%%%DOCSDIR%%/examples/README
All of these should go into EXAMPLESDIR instead.
A comment like
# Avoid error during stage:
# Cannot find 'install -m 0644'; You probably want to pass -x $(INSTALL_DATA)
above pre-build would help to clarify what you're doing there :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list