aboutsummaryrefslogtreecommitdiff
path: root/x11/qterminal
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-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 Notes: svn path=/head/; revision=437439
* x11/qterminal(-l10n): Fix builds after recent change to devel/liblxqtJohn Marino2017-01-091-1/+1
| | | | | | | Approved by: Just-fix-it Notes: svn path=/head/; revision=430908
* - Update to 0.7.0Olivier Duchateau2016-12-063-17/+14
| | | | | | | | | | | Add x11/qterminal-l10n (translation files of QTerminal) PR: 212972 Submitted by: myself (olivierd@) Approved by: Jason Bacon (maintainer) Notes: svn path=/head/; revision=427977
* x11/qterminal: Adjust LDFLAGS to support DragonFlyJohn Marino2016-10-191-1/+5
| | | | | | | | | | The ulog library is FreeBSD-specific so make it conditional based on OPSYS to fix linking on DragonFly. Approved by: DF blanket Notes: svn path=/head/; revision=424271
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Lightweight Qt-based terminal emulator.Olivier Duchateau2016-08-236-0/+72
WWW: https://github.com/lxde/qtermwidget PR: 210388 Submitted by: Jason Bacon Notes: svn path=/head/; revision=420698