Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Feb 2019 10:27:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232076] [NEW PORT] cad/lepton-eda: Lepton Electronic Design Automation
Message-ID:  <bug-232076-7788-hdtQ5k5yIg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232076-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232076-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232076

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
It fails to configure with the NLS option off:

=3D=3D=3D>  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=3Dgroff.

+CPPFLAGS+=3D     -I${LOCALBASE}/include
+LDFLAGS+=3D      -L${LOCALBASE}/lib

Can you use USES=3Dlocalbase or USES=3Dlocalbase:ldflags instead?

+DOCSDIR=3D       ${PREFIX}/share/doc/${PORTNAME}
+DATADIR=3D       ${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_DA=
TA)

above pre-build would help to clarify what you're doing there :)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232076-7788-hdtQ5k5yIg>