Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2018 20:26:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229072] editors/codelite: make index: no entry for /usr/ports/devel/llvm39 (10.4-RELEASE)
Message-ID:  <bug-229072-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 229072
           Summary: editors/codelite: make index: no entry for
                    /usr/ports/devel/llvm39 (10.4-RELEASE)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mmokhi@freebsd.org
          Reporter: w.schwarzenfeld@utanet.at
             Flags: maintainer-feedback?(mmokhi@freebsd.org)
          Assignee: mmokhi@freebsd.org

Make index states on 10.4-RELEASE

make_index: /usr/ports/editors/codelite: no entry for /usr/ports/devel/llvm=
39
 Done.


I think we could remove some lines from the Makefile:

for v in 34 35 36 37 38 39 40 50 60
OPTIONS_RADIO_CLANG+=3D   CLANG$v
CLANG$v_DESC=3D           Clang ${v:C/(.)(.)/\1.\2.x/}
- .if $v >=3D 39
CLANG$v_BUILD_DEPENDS=3D  llvm$v>0:devel/llvm$v
CLANG$v_RUN_DEPENDS=3D    llvm$v>0:devel/llvm$v
.- else
- CLANG$v_BUILD_DEPENDS=3D  clang$v>0:lang/clang$v
- CLANG$v_RUN_DEPENDS=3D    clang$v>0:lang/clang$v
- .endif

--=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-229072-7788>