Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 09:59:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213042] devel/astyle: build according to $COMPILER_TYPE and simplify Makefile
Message-ID:  <bug-213042-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213042

            Bug ID: 213042
           Summary: devel/astyle: build according to $COMPILER_TYPE and
                    simplify Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lme@FreeBSD.org
          Reporter: bsam@FreeBSD.org
             Flags: maintainer-feedback?(lme@FreeBSD.org)
          Assignee: lme@FreeBSD.org

Created attachment 175223
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175223&action=
=3Dedit
build according to $COMPILER_TYPE and simplify Makefile

. currently the port uses "astyle/build/gcc" build directory. Let's use (gu=
ess,
a more appropriate) "astyle/build/${COMPILER_TYPE}";
. remove redundant doubled CFLAGS:
---
clang++ -DNDEBUG -W -Wall -fno-rtti -fno-exceptions -O2 -pipe  -W -Wall
-fno-rtti -fno-exceptions -DLIBICONV_PLUG -fstack-protector
-fno-strict-aliasing -I/usr/local/include -c -o obj/ASBeautifier.o
../../src/ASBeautifier.cpp
---
. remove now blank MAKE_ARGS;
. remove now unneeded one sed option;
. since "-s" linker flag, the resulting file is already stripped, remove
stripping from do-install target.

There is no revision bump needed since the resulting file is the same.

--=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-213042-13>