[Bug 222660] [PATCH] [NEW PORT] java/jattach: JVM dynamic attach tool

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 27 15:52:55 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222660

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
                 CC|                            |tobik at freebsd.org
           Assignee|freebsd-ports-bugs at FreeBSD. |tobik at freebsd.org
                   |org                         |
         Resolution|---                         |FIXED

--- Comment #1 from Tobias Kortkamp <tobik at 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=cc
++  CFLAGS=-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.

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


More information about the freebsd-ports-bugs mailing list