Commit graph

13 commits

Author SHA1 Message Date
Brooks Davis
2c270b100c Upgrade to a new snapshot support an upcoming CheriBSD release. 2015-01-26 23:36:46 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Marcus von Appen
734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Brooks Davis
71a5478668 Update a new snapshot of CHERI Clang, now with preliminary support for
ISA v3 (cursors).
2014-08-15 15:45:20 +00:00
Brooks Davis
1795fd2739 Update to the latest clang/llvm changes.
Updated USES.
2014-07-17 15:29:54 +00:00
Brooks Davis
a6cc458d9b Update to a new snapshot including CHERI stack fixes from the weekend. 2014-05-28 16:47:30 +00:00
Brooks Davis
bde4517707 Update to pick up recent LLDB and MIPS assembler improvements.
Mark broken on platforms where the C++11 compiler isn't clang as gcc is
currently failing and current consumers almost certainly run 10.
2014-05-05 22:09:48 +00:00
Brooks Davis
c2caee2b5b Actually use the python interpreter found by cmake. 2014-04-24 15:22:59 +00:00
Brooks Davis
d96375b603 Don't install conflicting std*.h and varargs.h files. 2014-04-23 20:59:59 +00:00
Brooks Davis
9609fb978d Update to a new snapshot.
Add LLDB to the package now that is supports stage.

Add missing swig dependancy.

Fix wrapper script for prefixed command links.
2014-04-23 18:22:33 +00:00
Brooks Davis
b4bbb4895c CHERI-Clang is a fork of the Clang compiler with support for the CHERI
(Capability Hardware Enhanced RISC Instructions) ISA.

It also has enhanced support for MIPS CPUs, particularly MIPS64.

Sponsored by:	DARPA, AFRL
2014-04-21 22:16:33 +00:00