| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: Just-fix-it
Notes:
svn path=/head/; revision=430908
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
WWW: https://github.com/lxde/qtermwidget
PR: 210388
Submitted by: Jason Bacon
Notes:
svn path=/head/; revision=420698
|