Date: Thu, 23 Mar 2017 19:43:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218048] graphics/graphviz: Fix build due to no shebang on its iffe script Message-ID: <bug-218048-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218048 Bug ID: 218048 Summary: graphics/graphviz: Fix build due to no shebang on its iffe script Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: dinoex@FreeBSD.org Reporter: cyberbotx@cyberbotx.com Flags: maintainer-feedback?(dinoex@FreeBSD.org) Assignee: dinoex@FreeBSD.org Created attachment 181109 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181109&action= =3Dedit graphviz-iffe.patch The current version of graphviz appears to try to start a shell script named iffe (from the root of the tarball) within the Makefile of lib/sfio, lib/sfio/Sfio_f and lib/vmalloc. However, said shell script does not contai= n a shebang, causing sh to throw an error: /bin/sh: ../../../iffe: not found The attached patch fixes this by adding a /bin/sh (by way if ${SH} in the port's Makefile) to the invocation of iffe. * Update Makefile's post-patch * Add patches for lib/sfio/Makefile.in, lib/sfio/Sfio_f/Makefile.in and lib/vmalloc/Makefile.in --=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-218048-13>