Commit graph

3277 commits

Author SHA1 Message Date
Baptiste Daroussin
6721a47473 Update libreoffice to 5.2.3 and liborcus to 0.11.2 2016-11-12 09:45:22 +00:00
Jan Beich
68036db43c Track used or drop unused devel/icu dependency
This tries to fix discrepancy between

  $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
  $ git grep -lF :devel/icu | sed 's,/Makefile$,,'

PR:		214384
Reported by:	tijl, stage-qa, readelf(1)
2016-11-11 11:59:55 +00:00
Jan Beich
7ec7f7f9f8 chinese/tin: drop PORTREVISION as it has no effect
PR:		214384
2016-11-11 11:58:55 +00:00
Xin LI
9b52f573fd fandol - Four basic fonts for Chinese typesetting
Fandol fonts designed for Chinese typesetting. The current version contains
four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format.

Website: 	http://www.ctan.org/pkg/fandol
Submitted by:	intron <intron at intron ac>
2016-11-07 06:18:47 +00:00
Mathieu Arnold
43d4db24b0 Fix man pages generation with Perl 5.24+
While there, run make makepatch.

PR:		213810
Sponsored by:	Absolight
2016-11-03 13:30:20 +00:00
Mathieu Arnold
b050012ec2 Fix github usage.
Sponsored by:	Absolight
2016-11-03 13:29:58 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +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
David Naylor
0b5c2bfcca devel/eric6: update to 6.1.10.
ChangeLog:
 - bug fixes
2016-10-09 18:47:21 +00:00
Mathieu Arnold
586255bfed Catch stray dependencies, courtesy of the proxy-deps qa check.
Sponsored by:	Absolight
2016-09-30 16:03:23 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Antoine Brodin
cc9b2efba4 Revert recent strfile changes, strfile is already in base
With hat:	portmgr
2016-09-14 19:50:46 +00:00
Pawel Pekala
e09b47dcdd Update to version 4.6.1
PR:		212676
Submitted by:	Jochen Neumeister (maintainer)
2016-09-14 16:14:36 +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
John Marino
a010fa4d7b chinese/fortune: Use fortune_strfile instead of strfile(8) and mark BROKEN
This removes the dependency on the games distribution.
Unfortunately, it's also unfetchable (Google Code site) so it's also been
marked BROKEN for this reason.

Approved by:	general blanket
2016-09-14 05:23:52 +00:00
David Naylor
b65a927004 devel/eric6: update to 6.1.9
ChangeLog:
 - bug fixes
2016-09-06 06:16:04 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
David Naylor
5b0f7e618e devel/eric6: update to 6.1.8.
ChangeLog:
 - bug fixes
 - added capability to set the path to the Qt tools manually (because they
  are not included in the PyQt5 wheels).
2016-08-20 12:56:27 +00:00
Pawel Pekala
4862f287a9 - Update to version 4.6
- Convert to USES=php:web

PR:		211980
Submitted by:	Jochen Neumeister (maintainer)
2016-08-19 22:45:12 +00:00
Pawel Pekala
0338e80dcf - Take maintainership [1]
- Convert to USES=php:web

PR:		211728 [1]
Submitted by:	Jochen Neumeister [1]
2016-08-15 11:09:24 +00:00
Wen Heping
01da36424c - Pass maintainership to submitter
PR:		211708
Submitted by:	joneum@bsdproject.de
2016-08-10 00:19:04 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Stefan Eßer
7af1dda923 Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plist
by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports.

Approved by:	antoine (mentor)
2016-07-29 10:53:38 +00:00
Jan Beich
501c27bf0b chinese/ttfm: don't touch user font cache on install
This matches USES=fonts (@fc, @fcfontsdir) behavior.

PR:		207263
MFH:		2016Q3
2016-07-25 21:10:25 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Ed Maste
c3756a6968 chinese/phpbb-tw: fix hostname in pkg-message for reproducible builds
As with r417677 for sysutils/3dm, avoid %%HOSTNAME%% in the pkg-message.
The host on which the port/package is installed is relevant, not that on
which it was built.

Approved by:	swills
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7234
2016-07-18 18:01:58 +00:00
Pawel Pekala
baa56e32e1 Update to version 1.5.1
PR:		210364
Submitted by:	Eric Camachat (maintainer)
2016-07-12 19:17:06 +00:00
Kurt Jaeger
cc30a2c7e1 chinese/fcitx: 4.2.8.6 -> 4.2.9.1
PR:		210782
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 11:37:36 +00:00
Kurt Jaeger
f28db07ce0 chinese/librime: 1.1 -> 1.2.9
PR:		210781
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 04:16:28 +00:00
Kurt Jaeger
9cdea908c2 chinese/opencc: 0.4.3 -> 1.0.4
PR:		210763
Changes:	https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 03:43:15 +00:00
Vanilla I. Shu
fce2b1c5c2 Update to 11.5
PR:		210840
Submitted by:	Iblis Lin <iblis at hs dot ntnu dot edu dot tw>
Approved by:	maintainer
2016-07-07 02:34:51 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
a32c042bc8 devel/icu: bump PORTREVISION on missing dependent ports
Reported by:	rakuco
2016-07-06 11:19:56 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Boris Samorodov
1b058b37a5 eric6 ports: Update to version 6.1.7. 2016-07-04 19:48:07 +00:00
Jason Unovitch
101246de3a chinese/wordpress-zh_CN: update 4.5.2 -> 4.5.3
PR:		210581
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-5832
Security:	CVE-2016-5833
Security:	CVE-2016-5834
Security:	CVE-2016-5835
Security:	CVE-2016-5836
Security:	CVE-2016-5837
Security:	CVE-2016-5838
Security:	CVE-2016-5839
Security:	https://vuxml.FreeBSD.org/freebsd/bfcc23b6-3b27-11e6-8e82-002590263bf5.html
MFH:		2016Q3
2016-07-03 18:25:17 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Boris Samorodov
a103bdfbd7 eric6 ports: Update to version 6.1.6. 2016-06-05 19:43:57 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +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
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Kurt Jaeger
0ca9a312ae editors/calligra-l10n: add plist-sub
All of the Calligra translations can use %%LANG%% in their plists
to reduce plist-differences across the translations and reduce
churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../..
constructions.

Original work by tcberner.

PR:		209268
Submitted by:	Adriaan de Groot <groot@kde.org> (kde)
2016-05-24 05:44:56 +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
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Jason Unovitch
bdb0559224 chinese/wordpress-zh_CN: update 4.4.2 -> 4.5.2
PR:		209409
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-4566
Security:	CVE-2016-4567
Security:	https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html
MFH:		2016Q2
2016-05-20 01:48:47 +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
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Boris Samorodov
455c4ced64 eric6 ports: Update to version 6.1.5. 2016-05-10 14:43:54 +00:00
Jason Unovitch
bc955d9ec5 chinese/wordpress-zh_TW: update 4.4.2 -> 4.5.2
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-4566
Security:	CVE-2016-4567
Security:	https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html
MFH:		2016Q2
2016-05-10 01:50:00 +00:00
Li-Wen Hsu
8523a8b06b - Fix runtime error caused by wrong CHEWING_DATADIR
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2016-05-09 16:47:45 +00:00
Dmitry Marakasov
c63b7fbea8 - Mark BROKEN on 9.x
PR:		208228
Submitted by:	hiroto.kagotani@gmail.com (maintainer)
2016-05-09 11:12:22 +00:00
Vanilla I. Shu
7d9be49df1 Update to 0.5.0. 2016-05-09 03:21:10 +00:00
Dimitry Andric
cdd0bb8227 During the exp-run in bug 208158, it was found that chinese/sunpinyin
gives errors with libc++ 3.8.0:

gmake[2]: Entering directory '/wrkdirs/usr/ports/chinese/sunpinyin/work'
slmpack lm_sc.3gm.arpa dict.utf8 lm_sc.3gm
Loading lexicon...done.
Loading ARPA slm...
Writing out...done!
slmthread lm_sc.3gm lm_sc.t3g.orig
Loading original slm...
first pass...
Compressing pr values...65536 float values ==> 65536 values
Compressing bow values...16384 float values ==> 16384 values
Threading the new model...Assertion failed: (prit != pr_map.end()), function main, file src/slm/thread/slmthread.cpp, line 364.
/wrkdirs/usr/ports/chinese/sunpinyin/work/sunpinyin-a8bd811/src/sunpinyin-dictgen.mk:51: recipe for target 'lm_sc.t3g.orig' failed

This is because the code mostly uses floats, but in some parts it uses
log(), exp(), etc, which return doubles.  During the parts where it does
lookups in std::map<float, int> constructs, this leads to it not being
able to find the expected entries.  Fix this by using logf(), expf() and
similar, which explicitly return floats.

Approved by:	lichray@gmail.com (maintainer)
PR:		209369
MFH:		2016Q2
2016-05-07 22:44:31 +00:00
Jung-uk Kim
92c297e6df Update to 5.0.6. 2016-05-07 03:28:18 +00:00
Sunpoet Po-Chuan Hsieh
96281ea91c - Update to 1.15
- Add NO_ARCH

Changes:
- Update IRC server setting [1]
- Merge files/patch-*

PR:		200729 [1]
Submitted by:	RayCherng Yu <raycherng@gmail.com> [1]
2016-05-01 19:59:13 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Boris Samorodov
4916146478 eric6 ports: update to version 6.1.4 (reaaly, previous update
was 6.1.2 -> 6.1.3 by accident)
2016-04-21 16:19:47 +00:00
Boris Samorodov
93324b5c54 eric6 ports: update to version 6.1.4. 2016-04-21 16:14:54 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Raphael Kubo da Costa
0a13855bcf Add missing items to the calligra-l10n ports plists.
Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-03-28 18:16:36 +00:00
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Mathieu Arnold
5815027c46 These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2016-03-13 16:56:42 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Sunpoet Po-Chuan Hsieh
d5c1f7dd3e - Update WWW 2016-03-06 18:10:39 +00:00
Sunpoet Po-Chuan Hsieh
82dac9d840 - Update to 0.6.3
- Update LICENSE
- Update WWW

Changes:	https://github.com/xiaoyjy/cconv/releases
2016-03-06 06:19:19 +00:00
Raphael Kubo da Costa
c1003c1d5b Update to 1.3.
PR:		207516
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2016-02-28 14:43:15 +00:00
Martin Wilke
61f73a7ef5 - Update to 4.4.2 2016-02-23 09:38:38 +00:00
Raphael Kubo da Costa
230579ee95 Regenerate a few patches to unbreak after the news/tin update in r406242. 2016-02-21 19:53:08 +00:00
Guido Falsi
c3e0f614a5 - Update devel/yaml-cpp to 0.5.3
- Project moved to GITHUB
- LICENSE_FILE renamed
- Regenerated patch
- Bumped PORTREVISION in dependent ports due to ABI changes.
2016-02-21 18:41:30 +00:00
Jung-uk Kim
ceaec8a283 Update to 5.0.5. 2016-02-15 19:32:16 +00:00
Raphael Kubo da Costa
2bdcb90b23 Update Calligra ports in chinese/ that should have been part of r408504. 2016-02-09 09:25:39 +00:00
Boris Samorodov
1fbca2a4f4 eric6 ports: Update to version 6.1.2. 2016-02-07 17:39:35 +00:00
John Marino
59a380020d chinese/cless: USES+= ncurses, link to libncurses, not libtermcap 2016-02-05 15:30:38 +00:00
John Marino
31fdaf86cd chinese/celvis: USES+= ncurses, respect LDFLAGS
Also link to libncurses, not libtermcap
2016-02-05 15:29:05 +00:00
John Marino
fa995361f2 chinese/qe: document ncurses requirement (USES+=ncurses) 2016-02-01 22:21:51 +00:00
John Marino
32199b601c chinese/ve: document ncurses requirement (USES+=ncurses), respect LDFLAGS
Also link with libncurses, not libtermcap

approved by:	infrastructure blanket
2016-02-01 21:13:11 +00:00
Antoine Brodin
e8c219da3c Mark BROKEN: fails to patch
Reported by:	pkg-fallout
2016-01-20 18:56:35 +00:00
Vanilla I. Shu
46bd780adf Upgrade to 0.35.
PR:		206356
Submitted by:	maintainer
2016-01-18 08:59:25 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Martin Wilke
2b50d3c2ea - Update to 4.4.1 2016-01-12 00:30:59 +00:00
Martin Wilke
c038fdaff2 - Update to 4.4.1 2016-01-08 04:40:37 +00:00
Jason E. Hale
42b0bae34f Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
2016-01-07 14:54:03 +00:00
Jason E. Hale
5318f51870 - Switch to USE_SQLITE
- Remove unnecessary gmake build dependency
2016-01-07 14:37:49 +00:00
Boris Samorodov
35e8ad1554 eric6 ports: Update to version 6.1.1. 2016-01-04 17:35:32 +00:00
Martin Wilke
ae570fb010 A command line tool to do EN <-> CH translation, utilized by Yahoo! Dictionary.
WWW: https://github.com/iamgyz/gydict

PR:		203872
Submitted by:	Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
2016-01-04 09:04:29 +00:00
Martin Wilke
e048057bd5 - Update to 4.4
- Switch to mysqli
- Add ftp suport
- Take maintainership
2015-12-24 15:40:39 +00:00
Raphael Kubo da Costa
978b5a598d Update Calligra to 2.9.10.
This is the latest Calligra release, and the 2.9 series will be the last
KDE4-based release series.

As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this
in kde@'s area51 experimental repository (including previous Calligra releases
between 2.7.5 and 2.9.10).

Notable changes from a packaging perspective:
- Several dependencies have been updated to use more recent ports versions.
- Old translations not shipped by the current Calligra release have been
  removed.
- The dependency on sysutils/nepomuk-core has been dropped, following what
  upstream has done.
- The dependency on Qt3-compatibility Qt4 ports has been dropped, following
  upstream.
- CONFLICTS with ancient ports have been removed.
- Support for G'MIC (GREYC's Magic for Image Computing), introduced after
  2.7.5, is disabled by default, as building the code with clang requires
  insane (>24GB) amounts of memory. We reported this bug to the LLVM developers
  (bug 22199) almost a year ago, but there has been no activity upstream.
- Stopped depending on graphics/pstoedit in an unorthodox way: just follow what
  every major Linux distribution does and unconditionally depend on it. I could
  not figure out why we were originally depending on the port if it was already
  installed.
- Stop playing tricks with PACKAGE_BUILDING: we do not package Vc
  (https://github.com/VcDevel/Vc) so it does not make sense to turn on support
  for it when building packages. Not only that, but the CMake option name was
  wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD).
2015-12-21 18:10:32 +00:00
Jung-uk Kim
a40647d0a2 Update to 5.0.4. 2015-12-17 19:03:54 +00:00
Steve Wills
25b1bd5ff4 mark some of the ports that don't build on powerpc64 for me 2015-12-13 16:07:27 +00:00
Boris Samorodov
efd2fe1d12 eric6 ports: Update to version 6.1.0. 2015-12-07 12:12:55 +00:00
Dmitry Marakasov
59a82cd0ad - Add LICENSE
- Pet portlint
- Switch to options helpers
2015-12-06 20:36:09 +00:00
Dmitry Marakasov
0d59a8a24a - Add LICENSE
- Switch to options helpers
2015-12-06 20:35:45 +00:00
Dmitry Marakasov
0a451dcb64 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-12-05 09:42:34 +00:00
Dmitry Marakasov
bbe27aa148 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-12-05 09:42:30 +00:00
Dmitry Marakasov
3d17a23d57 - Add LICENSE
- Switch to options helpers
2015-12-05 09:41:02 +00:00