aboutsummaryrefslogtreecommitdiffstats
path: root/devel/vtcl
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-03-06 23:59:27 +0800
committeradamw <adamw@FreeBSD.org>2015-03-06 23:59:27 +0800
commit1883d0ba91c57b7d808a6b1cbb65dc9f9b427dcc (patch)
treeb37ac98abb615280959bb2ae1939a64dc96b9bf9 /devel/vtcl
parent51913fac8a2f902549dae594cdd117be1411c332 (diff)
downloadfreebsd-ports-graphics-1883d0ba91c57b7d808a6b1cbb65dc9f9b427dcc.tar.gz
freebsd-ports-graphics-1883d0ba91c57b7d808a6b1cbb65dc9f9b427dcc.tar.zst
freebsd-ports-graphics-1883d0ba91c57b7d808a6b1cbb65dc9f9b427dcc.zip
Update to 1.99.
Changes: https://metacpan.org/changes/distribution/threads
Diffstat (limited to 'devel/vtcl')
0 files changed, 0 insertions, 0 deletions
/span> lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-1/+1 | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. * Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-3/+3 | | | | | With hat: portmgr Sponsored by: Absolight * Cleanup plistbapt2014-10-271-88/+0 | * - Update devel/libtool and devel/libltdl to version 2.4.2.418tijl2014-10-062-1/+2 | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) * Fix build.adamw2014-08-273-1/+15 | | | | | | While here, fix some stage-qa failures. One of the adjunct utilities uses perl, but it seems silly to build in a run-time perl dependency just for it. So, set the perl path to something sensible and likely correct. * Switch to USES=libtool:build. Also add a run dependency on libtool becausetijl2014-08-102-3/+3 | | | | | | the compiler can use libtool internally. Reported by: antoine * Add DOCS option where PORTDOCS appears in plist.adamw2014-07-161-0/+2 | * Modernise options (libtool, bz2)johans2014-07-061-3/+1 | * Update WWW: homepage has disappeared, but info is still therejohans2014-02-271-1/+1 | | | | Reported by: marino * - Fix installation directory for stagingjohans2014-02-211-0/+5 | | | | - Bump portrevision * This port really needs a GNU compiler to buildjohans2014-02-141-0/+2 | | | | (gcc 2.95 is recommended, but modern stuff will work) * - Enable stage supportjohans2014-01-232-253/+254 | | | | - Fix compilation issue * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21