aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Tangram
ModeNameSize
-rw-r--r--Makefile966logstatsplainblame
-rw-r--r--distinfo67logstatsplainblame
-rw-r--r--pkg-descr470logstatsplainblame
-rw-r--r--pkg-plist370logstatsplainblame
or gcc-c++11-lib. PR: 222542 * Changing maintainer email address (same maintainer, new address)jsm2018-07-101-1/+1 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16200 * x11-toolkits/qtermwidget is not broken on armv6 armv7 or aarch64jsm2018-07-081-5/+1 | | | | | | PR: 229455 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16173 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-2/+2 | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 * x11-toolkits/qtermwidget: Update to 0.9.0swills2018-06-231-2/+2 | | | | | PR: 228507 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer) * Mark these ports as broken on aarch64, and, where appropriate, on armvX.linimon2018-06-221-0/+4 | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) * Multiple ports:jwb2018-01-311-1/+0 | | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128 * x11-toolkits/qtermwidget: Update to 0.8.0swills2017-10-271-17/+8 | | | | | | | | | While here, set maintainer to maintainer of other lxqt related ports, Jesper Schmitz Mouridsen <jesper@schmitz.computer> PR: 223221 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Jason Bacon <bacon4000@gmail.com> (maintainer) * 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 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 | | | | | | | | | | | | | | 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 * - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32016-12-291-2/+3 | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket * Update to 0.7.0olivierd2016-12-071-2/+2 | | | | | | PR: 212971 Submitted by: myself (olivierd@) Approved by: Jason Bacon (maintainer) * x11-toolkits/qtermwidget: Adjust CFLAGS to support DragonFlymarino2016-10-201-3/+7 | | | | | | | The HAVE_UTEMPTER flag is FreeBSD-specific and breaks the build on DragonFly, so make it conditional based on OPSYS. Approved by: DF blanket