Date: Sat, 23 Aug 2014 13:20:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192937] [New Port] sysutils/consul Message-ID: <bug-192937-13-lTVoOZjkNA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192937-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192937-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=192937 --- Comment #5 from Adam Weinberger <adamw@FreeBSD.org> --- Couple things. Please change the formatting by putting tabs after variables, like all the other ports do. Second, the COMMENT string is insufficient ("Consul") and the pkg-descr is just a marketing blurb. Third, you are forcing compilation with clang. FreeBSD supports GCC as well, and ccache and distcc. Pass CC="${CC}" if you have to. Fourth, install with ${INSTALL_PROGRAM} or ${INSTALL_SCRIPT}, not ${CP}. -- 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-192937-13-lTVoOZjkNA>