| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=469498
|
|
|
|
| |
Notes:
svn path=/head/; revision=466788
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Build offline help when DOCS option enabled [2]
- Fix bad symlink and add missing dependencies [3]
PR: 224288 [1] 197071 [2] 226344 [3]
Submitted by: Greg V <greg@unrelenting.technology> [1]
bergerkos@yahoo.co.uk [2]
Reported by: joneum [3]
Helped & tested by: Daniel Ebdrup
Greg Veldman <freebsd@gregv.net>
Per olof Ljungmark <peo@nethead.se>
StariKarp <starikarp@yandex.com>
pi
Security: 289269f1-0def-11e8-99b0-d017c2987f9a
Notes:
svn path=/head/; revision=464758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Notes:
svn path=/head/; revision=461375
|
|
|
|
| |
Notes:
svn path=/head/; revision=459894
|
|
|
|
|
|
|
|
|
| |
This font was specifically designed for Hangul terminals.
WWW: https://github.com/naver/d2codingfont
Notes:
svn path=/head/; revision=459893
|
|
|
|
| |
Notes:
svn path=/head/; revision=456216
|
|
|
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
Notes:
svn path=/head/; revision=456181
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=454590
|
|
|
|
| |
Notes:
svn path=/head/; revision=453378
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=450509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I chose filelight-17.* as it contains its own localization,
which is good, as kde4-l10n is very outdated, and may not
match modern filelight anymore.
Unfortunately this lead to conflicts with the kde4-l10n.
So strip the filelight parts from kde4-l10n-*.
Reported by: VVD (via IRC)
Reviewed by: rakuco
Pointyhat to: tcberner
Differential Revision: https://reviews.freebsd.org/D12393
Notes:
svn path=/head/; revision=449969
|
|
|
|
| |
Notes:
svn path=/head/; revision=449308
|
|
|
|
| |
Notes:
svn path=/head/; revision=447247
|
|
|
|
| |
Notes:
svn path=/head/; revision=444114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
PR: 210027
Submitted by: Mikaël Urankar <mikael.urankar@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D8322
Notes:
svn path=/head/; revision=442740
|
|
|
|
|
|
|
|
| |
Unfortunately, support for Firebird database is temporarily disabled
because Firebird 2.5 is no longer supported.
Notes:
svn path=/head/; revision=441257
|
|
|
|
| |
Notes:
svn path=/head/; revision=440112
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439367
|
|
|
|
| |
Notes:
svn path=/head/; revision=437081
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
Notes:
svn path=/head/; revision=434380
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Notes:
svn path=/head/; revision=433395
|
|
|
|
| |
Notes:
svn path=/head/; revision=432960
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=431402
|
|
|
|
|
|
|
| |
With hat: python
Notes:
svn path=/head/; revision=430874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
Notes:
svn path=/head/; revision=430796
|
|
|
|
| |
Notes:
svn path=/head/; revision=430266
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428152
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
Notes:
svn path=/head/; revision=427743
|
|
|
|
| |
Notes:
svn path=/head/; revision=425933
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Notes:
svn path=/head/; revision=424427
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
| |
Notes:
svn path=/head/; revision=422221
|
|
|
|
| |
Notes:
svn path=/head/; revision=422171
|
|
|
|
|
|
|
| |
- Switch to GTK3 by default.
Notes:
svn path=/head/; revision=422169
|
|
|
|
| |
Notes:
svn path=/head/; revision=422163
|
|
|
|
| |
Notes:
svn path=/head/; revision=422162
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
|
|
|
|
| |
and POSIXLY_CORRECT must be undefined to handle --enable correctly.
Use --disable to properly disable the font maps.
Notes:
svn path=/head/; revision=421629
|
|
|
|
|
|
|
| |
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=418913
|
|
|
|
|
|
|
|
| |
- Silence mkdirs
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=418574
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.
PR: 209303
Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
Notes:
svn path=/head/; revision=415873
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
| |
Notes:
svn path=/head/; revision=414753
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
|
|
|
| |
- Add an option to include Eco font family. Default is off.
- Prefer USES=7z. [1]
PR: 208292 [1]
Notes:
svn path=/head/; revision=411906
|
|
|
|
| |
Notes:
svn path=/head/; revision=408954
|
|
|
|
|
|
|
| |
Also link with libncurses, not libtermcap
Notes:
svn path=/head/; revision=408211
|