1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Dmitry Marakasov
a0a7370684 - Limit python version with 2.7, fails with python3:
checking for python >= 2.5...   File "<string>", line 1
    import sys; print sys.version.split()[0]
                        ^
SyntaxError: invalid syntax

- Fix shebang in scan-view script

Approved by:	portmgr blanket
2018-02-06 16:55:44 +00:00
Baptiste Daroussin
1f05404eec Register dependency on groff 2017-05-25 14:35:49 +00:00
Mark Linimon
e14f306778 Now appear to build on sparc64.
Approved by:	portmgr (tier-2 blanket)
2016-11-03 15:47:10 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Pawel Pekala
e711793574 Remove deprecated @dirrm
Approved by:	portmgr blanket
2016-01-17 14:32:32 +00:00
Mathieu Arnold
320514f1dd It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion.  Set fbsd:nokeywords to a couple of patches.

With hat:	portmgr
Sponsored by:	Absolight
2015-09-16 13:03:45 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
John Marino
22e4252cc9 lang/clang3*, lang/clang-devel: set environment during build
The clang ports override the default build target, but the new targets
fail to set the environment like the default target does.  This patch
passes MAKE_ENV to environment.

It also combines compounds to a single make cmd and unsuppresses the
commands so the output shows on the build logs.

PR:		199500
Submitted by:	marino
Approved by:	brooks (maintainer)
2015-05-19 14:18:31 +00:00
Brooks Davis
bfa57ac58b Catch the set of host platforms up to the set in llvm ports.
To revision bump as it only effects building the port on platforms that
would fail before.
2015-03-31 14:33:33 +00:00
Brooks Davis
e21d3ab409 Make default target triple match base clang.
PR:		194487
Submitted by:	Jan Beich <jbeich@vfemail.net>
2014-12-19 01:23:04 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Brooks Davis
de84f46849 Install scan-view dependencies.
Tell the user the correct scan-view to run.

PR:		193955
Sponsored by:	DARPA, AFRL
2014-09-27 01:25:57 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Brooks Davis
8ad9f0120b Add PORTREVISiON bump missing from r358139. 2014-06-17 16:50:33 +00:00
Brooks Davis
d3c52b8764 Add back support for scan-build.[1]
Change ccc-analyzer's default compiler to clang.[2]

Install unwind.h.[3]

PR:		ports/185733 [1], ports/183802 [2], ports/186173 [3]
2014-06-17 15:55:27 +00:00
Brooks Davis
53d50fb241 Replace %%DATADIR%% in patched scan-build.
PR:		ports/187193, ports/187243
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
2014-03-04 23:04:41 +00:00
Brooks Davis
c43f1487ed Fix build when python 3 is the default.
PR:		ports/186641, ports/186642
Submitted by:	Gereon Kaiping <kta1c10!gereon@linta.de>
2014-02-14 21:49:15 +00:00
Brooks Davis
bf652eeb73 Install altivec.h and cpuid.h headers. 2014-01-05 01:25:11 +00:00
Brooks Davis
6dd4a9bcc1 Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.

Requested by:	tijl
2013-11-06 23:38:36 +00:00
Brooks Davis
cbd73d6a9c If the ASSERTS option is enabled, make sure it was enabled in the
corresponding devel/llvm## port as build fails otherwise.
2013-10-30 15:18:05 +00:00
Brooks Davis
c34923acef Correct conflicting ldconfig config files by setting UNIQUENAME.
Strip installed libraries with ${STRIP_CMD}.

Some whitespace tidying.
2013-10-21 19:42:02 +00:00
Brooks Davis
9b74e58250 Sync improvements from clang32. 2013-10-18 22:35:19 +00:00
Brooks Davis
d478065e52 Support STAGEDIR 2013-10-16 20:16:26 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
6adf864b81 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:40:21 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Koop Mast
831af9a6e7 Teach clang33 where to find libc++ headers when installed from ports.
It will use the headers in base if it finds them there.

Approved by:	maintainer (brooks@)
2013-07-10 11:27:36 +00:00
Brooks Davis
de32315da8 Upgrade Clang and LLVM 3.3 ports to the release version. 2013-06-21 15:17:40 +00:00
Brooks Davis
ea2c6078ba Fix two plist bugs. Only install the manpage as clang33.1 not also as
clang.1.  Include clang-format in the set of commands.
2013-06-12 23:11:32 +00:00
Brooks Davis
f8fed570a8 Fix up depends so we depend on llvm33 and look for the llc33 binary to
identify it rather than port versions.

Remove the broken and obviously unused regression-test target along with
the obsolute dependency on dejagnu.

Reported by:	decke
2013-06-12 19:03:41 +00:00
Brooks Davis
509e3cc074 Add a file that was missed when working around svn cp + post commit hook
weirdness.

Submitted by:	bdrewery
2013-06-12 18:38:05 +00:00
Brooks Davis
2291c69426 Set LATEST_LINK to clang33/llvm33 to deconflict.
Reported by:	erwin
2013-06-12 16:32:35 +00:00
Brooks Davis
6884a01ebf Add missing build depend on python. I removed the run dependency too
firmaly.

Submitted by:	 bdrewery
2013-06-11 21:57:09 +00:00
Brooks Davis
6839fd47fe Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in
${PREFIX}/bin named clang33, llc33, etc.

In an additional change, the clang static analyzer's python wrapper and
web bits are not installed.
2013-06-11 18:50:29 +00:00