Date: Sun, 17 Aug 2014 16:08:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192744] New: [stage][patch] math/atlas: STAGEify, fix tmpfile leak during build Message-ID: <bug-192744-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192744 Bug ID: 192744 Summary: [stage][patch] math/atlas: STAGEify, fix tmpfile leak during build Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: truckman@FreeBSD.org Created attachment 145927 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145927&action=edit add stage support to math/atlas and misc other fixes Add stage support to math/atlas. Add a patch that prevents leaking files in /var/tmp during build. Add all the include files to the static pkg-plist and remove the Makefile code that did this on the fly. When installing the shared libraries, use INSTALL_LIB instead of INSTALL_DATA. Fix a portlint warning about IGNORE. With these change, it is possible to get a clean build (other than a few portlint warnings) in poudriere if MANUAL_PACKAGE_BUILD is commented out. -- 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-192744-13>