/devel/titano/

wspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/freehdl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* Return subset of r483249 to GCC 4.2 to unbreak on mips*jbeich2018-10-281-1/+1
|
* Downgrade C++03 to C++98, actual default for GCC < 6jbeich2018-10-281-2/+2
| | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03"
* More precisely specify USES=compiler to fix build on gcc-basedlinimon2018-09-181-5/+1
| | | | | | | | platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Mark ports broken on mips64 that are already broken on powerpc64. Inlinimon2018-07-021-0/+2
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark ports broken on powerpc64, categories a-c.linimon2018-06-181-0/+2
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
| | | | version 1.1.0 (via revision 464079).
* Reset maintainership on Dominic Fandrey's ports.adamw2017-09-241-1/+1
| | | | With hat: portmgr
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Explicitly build with -std=gnu++03.rakuco2017-08-021-0/+6
| | | | | | | | | GCC 6 changed its default from -std=gnu++03 to -std=gnu++14, and this port's code is not compatible with C++11. Since the project looks abandoned upstream, it makes more sense to just continue building with an older C++ standard. PR: 219297 Approved by: portmgr (blanket approval)
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-01