Date: Fri, 27 Oct 2017 15:52:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222660] [PATCH] [NEW PORT] java/jattach: JVM dynamic attach tool Message-ID: <bug-222660-13-Mj4aEgLf04@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222660-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222660-13@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=3D222660 Tobias Kortkamp <tobik@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |tobik@freebsd.org Assignee|freebsd-ports-bugs@FreeBSD. |tobik@freebsd.org |org | Resolution|--- |FIXED --- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> --- Committed with some changes. Thanks! + ... ${STAGEDIR}/${LOCALBASE}/bin/jattach This is wrong. LOCALBASE is where ports get their dependencies from. PREFIX is where they install their own files. ++ifneq ($(findstring FreeBSD,$(UNAME_S)),) ++ CC=3Dcc ++ CFLAGS=3D-O2 I removed CC and CFLAGS here. Both are inherited from the ports framework and should not be set directly like this. This way they're globally overridable. --=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-222660-13-Mj4aEgLf04>