Antoine Brodin
e1fb17dd73
Fix packaging with python3
2017-12-13 16:01:51 +00:00
Antoine Brodin
6cfdfbc1cd
- Those ports fail to build with python3
...
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 18:35:32 +00:00
Mathieu Arnold
cbcfde370c
OPTIONS_SUB only cares about being defined, its content is ignored.
...
Sponsored by: Absolight
2017-11-21 08:36:26 +00:00
Jung-uk Kim
c2d145e797
Update to 5.3.7.
2017-11-02 21:12:58 +00:00
Sunpoet Po-Chuan Hsieh
a87f25bfdf
Update LICENSE
...
Approved by: portmgr (blanket)
2017-09-24 18:49:21 +00:00
Tobias C. Berner
f3049c5ff7
Fix kde4-l10n packages after sysutils/filelight's update
...
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
2017-09-16 16:52:48 +00:00
Jung-uk Kim
832bbf2b3a
Update to 5.3.6.
2017-09-05 18:37:49 +00:00
Jung-uk Kim
7bdf3e6167
Update to 5.3.5.
2017-08-03 16:32:13 +00:00
Jung-uk Kim
7edfa5164d
Update to 5.3.4.
2017-06-22 13:14:37 +00:00
Tobias C. Berner
4440fb81d4
Fix qt4 ports on armv6.
...
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
2017-06-06 05:00:56 +00:00
Jung-uk Kim
d26af7eba1
Update to 5.3.3.
...
Unfortunately, support for Firebird database is temporarily disabled
because Firebird 2.5 is no longer supported.
2017-05-19 18:42:01 +00:00
Jung-uk Kim
fa415a3594
Update to 5.2.7.
2017-05-04 18:07:45 +00:00
Thomas Zander
b50a4186ce
Chase ffmpeg 3.3 update (ABI changes)
...
PR: 218658
Submitted by: riggs
2017-04-25 08:20:30 +00:00
Jung-uk Kim
a489cb61bb
Update to 5.2.6.
2017-03-27 20:14:16 +00:00
Tobias C. Berner
f3c180c343
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
...
* 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
2017-02-18 19:48:05 +00:00
Sunpoet Po-Chuan Hsieh
a9c2ade8fc
Move devel/libcheck to devel/check
...
- Bump PORTREVISION for dependent ports
2017-02-05 11:14:37 +00:00
Jung-uk Kim
b2486f9967
Update to 5.2.5.
2017-02-01 00:52:29 +00:00
Mathieu Arnold
9468432a48
Fix ports using PREFIX in their depends instead of LOCALBASE.
...
With hat: portmgr
Sponsored by: Absolight
2017-01-13 16:54:55 +00:00
Sunpoet Po-Chuan Hsieh
df5d057f9b
Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
...
With hat: python
2017-01-08 14:42:41 +00:00
Jan Beich
24bce6e056
textproc/hunspell: update to 1.6.0
...
- 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
2017-01-07 14:43:11 +00:00
Jung-uk Kim
c8774e64f9
Update to 5.2.4.
2017-01-01 17:54:02 +00:00
Tijl Coosemans
f83c7639aa
Remove libintl.so.9 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Jan Beich
70b03eae74
textproc/hunspell: update to 1.5.4
...
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)
2016-12-03 22:24:36 +00:00
Baptiste Daroussin
6721a47473
Update libreoffice to 5.2.3 and liborcus to 0.11.2
2016-11-12 09:45:22 +00:00
Mathieu Arnold
a0bcd2cf68
Use USES=pathfix where applicable.
...
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3
${RM} already has -f.
...
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
2016-10-21 12:51:40 +00:00
Jung-uk Kim
c2f2e891a9
Split korean/imhangul into korean/imhangul-gtk2 and korean/imhangul-gtk3.
2016-09-15 18:12:44 +00:00
Jung-uk Kim
d64c460f57
Unbreak and modernize the port.
2016-09-15 00:00:56 +00:00
Jung-uk Kim
f0c5bea24a
- Unbreak and modernize the port.
...
- Switch to GTK3 by default.
2016-09-14 23:25:09 +00:00
Jung-uk Kim
9c45bc9795
Unbreak the port and modernize.
2016-09-14 22:09:11 +00:00
Jung-uk Kim
5356433cdc
Unbreak the port and modernize.
2016-09-14 21:51:57 +00:00
Mathieu Arnold
dbbfc7889a
GOOGLE_CODE has gone away.
...
- 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
2016-09-14 15:59:34 +00:00
Tijl Coosemans
18135fcc32
Fix a package installation error: dvipsk must be installed to run updmap
...
and POSIXLY_CORRECT must be undefined to handle --enable correctly.
Use --disable to properly disable the font maps.
2016-09-09 19:23:43 +00:00
Dmitry Marakasov
75ce42f49d
- Switch to options helpers
...
- Regenerate patches with `make makepatch`
2016-07-22 09:00:33 +00:00
Dmitry Marakasov
5f176978ec
- Switch to options helpers
...
- Silence mkdirs
- Regenerate patches with `make makepatch`
2016-07-15 09:00:37 +00:00
Kurt Jaeger
900062f127
Many KDE i10n ports: Patch updates CURDIR
...
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)
2016-05-26 03:38:38 +00:00
Dmitry Marakasov
c86e9d9724
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
...
Approved by: portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
e87a8bd319
- Fix trailing whitespace in pkg-messages
...
Approved by: portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
4e942b6419
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
...
Approved by: portmgr blanket
2016-05-19 10:44:11 +00:00
Jung-uk Kim
92c297e6df
Update to 5.0.6.
2016-05-07 03:28:18 +00:00
Mathieu Arnold
a9dcad2fff
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:08:37 +00:00
Jung-uk Kim
46409b9fa5
- Update to 20160201.
...
- Add an option to include Eco font family. Default is off.
- Prefer USES=7z. [1]
PR: 208292 [1]
2016-03-25 20:54:43 +00:00
Jung-uk Kim
ceaec8a283
Update to 5.0.5.
2016-02-15 19:32:16 +00:00
John Marino
99624e52db
korean/engdic: USES+= ncurses, respect LDFLAGS
...
Also link with libncurses, not libtermcap
2016-02-05 15:47:43 +00:00
Jung-uk Kim
a40647d0a2
Update to 5.0.4.
2015-12-17 19:03:54 +00:00
Mathieu Arnold
065c026fe5
Fix ports that confused the meaning of WRKDIR and WRKSRC.
...
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Jung-uk Kim
78a55ecf2d
Update to 5.0.3.
2015-11-03 17:47:01 +00:00
Baptiste Daroussin
0eae03bd38
Specify correctly @post* for gtk-query-immodules
2015-09-26 00:08:26 +00:00
Jung-uk Kim
75883644e1
Update to 5.0.2.
2015-09-23 21:06:12 +00:00
Jung-uk Kim
4cd062fb7b
Update to 1.5.0.
2015-09-09 23:23:06 +00:00