aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ucpp
ModeNameSize
-rw-r--r--Makefile470logstatsplainblame
-rw-r--r--distinfo127logstatsplainblame
d---------files81logstatsplain
-rw-r--r--pkg-descr330logstatsplainblame
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 * 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 * Fix build with newer sigc++20bapt2017-04-031-1/+3 | * Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-091-1/+1 | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2 | | | | | With hat: portmgr Sponsored by: Absolight * Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-2/+0 | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 * Cleanup plistbapt2014-12-091-7/+0 | * Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-1/+1 | * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) * Support stagebapt2014-04-222-6/+6 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | graphics) * Add an explicit dependency on pkgconfbapt2013-09-031-6/+2 | * - update png to 1.5.10dinoex2012-06-011-1/+1 | * -remove MD5ohauer2011-07-03