Commit graph

3531 commits

Author SHA1 Message Date
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
Dmitry Marakasov
0d5812adb6 - Add LICENSE
- Don't install empty and unneeded docs
- Switch to options helpers
2015-12-05 09:37:20 +00:00
Dmitry Marakasov
53896eb27f - Switch to options helpers 2015-12-05 09:37:07 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +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
Dmitry Marakasov
1fd86acdd1 - Mark MAKE_JOBS_UNSAFE, fails in parallel build:
./protos.h:20:10: fatal error: 'pixmap.pro' file not found

- Fix permissions handling

Approved by:	portmgr blanket
2015-11-05 10:45:59 +00:00
Jung-uk Kim
78a55ecf2d Update to 5.0.3. 2015-11-03 17:47:01 +00:00
Antoine Brodin
556236bdbb Chase chinese/cce expiration 2015-10-25 19:49:29 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Sunpoet Po-Chuan Hsieh
d7afdb2fbf - Add LICENSE_FILE 2015-10-17 18:08:17 +00:00
Sunpoet Po-Chuan Hsieh
c65617e6ec - Use USES=localbase 2015-10-17 18:07:39 +00:00
Sunpoet Po-Chuan Hsieh
1d65f85d36 - Use USES=localbase 2015-10-17 18:07:34 +00:00
Sunpoet Po-Chuan Hsieh
e70e1abf80 - Update to 0.22
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2015-10-15 20:17:42 +00:00
Xin LI
b720b61e0f Update to 1.7.2.
PR:		ports/203029
Approved by:	maintainer (Henry Hu)
2015-10-04 19:28:40 +00:00
Xin LI
dafd64505a Update to 0.3.2.
PR:		ports/203030
Approved by:	maintainer timeout
2015-10-04 19:27:19 +00:00
Xin LI
fbfc5eb773 Update to 1.2.0.
PR:		ports/203027
Approved by:	maintainer timeout
2015-10-04 19:26:03 +00:00
Sunpoet Po-Chuan Hsieh
b93846c6e9 - Update to 4.3.1
- Cleanup MASTER_SITES

Changes:	https://tw.wordpress.org/2015/09/16/wordpress-4-3-1/
MFH:		2015Q3
2015-10-01 15:55:16 +00:00
Sunpoet Po-Chuan Hsieh
049de1e316 - Update to 4.3.1
- Cleanup MASTER_SITES

Changes:	https://wordpress.org/news/2015/09/wordpress-4-3-1/
MFH:		2015Q3
2015-10-01 15:55:11 +00:00
Baptiste Daroussin
6761c33f95 Remove the chinese specific version of joe's editor
The regular editors/joe now support chinese
2015-09-26 12:44:06 +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
Dmitry Marakasov
ba88b17d96 - Add NO_ARCH
- Sync xpdfrc permissions with graphics/xpdf, fixing stage-qa

Approved by:	portmgr blanket
2015-09-23 16:01:08 +00:00
Antoine Brodin
fcfd466a78 Remove build dependency on the python symlink 2015-09-22 18:04:25 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Sunpoet Po-Chuan Hsieh
6eaefc61ac - Add NO_ARCH 2015-09-17 17:11:48 +00:00
Sunpoet Po-Chuan Hsieh
c26c818fe5 - Add NO_ARCH 2015-09-17 17:09:08 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh
ba5d90a862 - Fix PORTREVISION to match master port (mail/mutt) 2015-09-13 12:28:56 +00:00
Boris Samorodov
2e464fe4d9 eric6 ports: Update to version 6.0.9. 2015-09-11 18:53:30 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
2015-09-03 15:44:13 +00:00
Alexey Dokuchaev
e47361f6c5 Remove BROKEN on powerpc statements: both these ports build and install fine. 2015-09-03 09:43:59 +00:00
Sunpoet Po-Chuan Hsieh
800410837a - Allow concurrent installation (USE_PYTHON=concurrent) 2015-09-02 17:03:10 +00:00
Jung-uk Kim
f6862ef651 Update LibreOffice to 5.0.1.
Unfortunately, LibreOffice project completely dropped support for pre-C++11
compilers and libraries since 4.4.  Therefore, we cannot easily build it on
FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and
WITH_LIBCPLUSPLUS.  If user is unable to upgrade the system for some reason,
the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with
no language packs).
2015-09-01 21:26:44 +00:00
Sunpoet Po-Chuan Hsieh
2d994f9a9a - Update to 4.3
- Add NO_ARCH

Changes:	https://tw.wordpress.org/2015/08/19/billie/
2015-08-31 13:32:42 +00:00
Sunpoet Po-Chuan Hsieh
4debde3ba3 - Update to 4.3
- Add NO_ARCH

Changes:	https://cn.wordpress.org/2015/08/21/billie/
2015-08-31 13:32:37 +00:00
Jan Beich
3a7475f899 Reset maintainership per mail on freebsd-ports@ list
Requested by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-08-30 20:13:29 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Boris Samorodov
b279373d91 devel/eric6 and eric6 i18n files: update to version 6.0.8
and add NO_ARCH knob for i18n ports.
2015-08-18 09:17:59 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Sunpoet Po-Chuan Hsieh
d94ddc9219 - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:03:49 +00:00
Sunpoet Po-Chuan Hsieh
b2965ddc1e - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:03:45 +00:00
Florian Smeets
103072492e Update to 4.2.4
PR:		202107
Submitted by:	ychsiao@ychsiao.org (maintainer)
MFH:		2015Q3
Security:	ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
2015-08-06 19:55:51 +00:00
Dmitry Marakasov
2e8d299e72 - Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by:	portmgr blanket
2015-08-04 19:25:36 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Bartek Rutkowski
38a9c31c7c chinese/pcmanx: fix LIB_DEPENDS typo
PR:		201628
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
MFH:		2015Q3
2015-07-20 07:39:06 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Sunpoet Po-Chuan Hsieh
7288eefb9b - Update to 4.2.2
- Use DISTVERSIONSUFFIX instead of DISTNAME

Changes:	https://wordpress.org/news/2015/05/wordpress-4-2-2/
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-06-28 08:56:39 +00:00
Sunpoet Po-Chuan Hsieh
6f915109e8 - Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by:	portmgr (blanket)
2015-06-28 08:53:22 +00:00
Sunpoet Po-Chuan Hsieh
c8c2a22adc - Update to 11.3
- Strip binary executable

Changes:	https://github.com/buganini/chiconv/releases
PR:		201019
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:43 +00:00
Sunpoet Po-Chuan Hsieh
8d75c17c0b - Update to 1.18
- Strip binary executable

Changes:	https://github.com/buganini/bug5/releases
PR:		201018
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:39 +00:00
Sunpoet Po-Chuan Hsieh
e2b26a2388 - Update to 11.3
- Strip shared library
- Use PLIST_FILES

Changes:	https://github.com/buganini/bsdconv-opencc/releases
PR:		201016
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:30 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Kevin Lo
6a6089b8b1 Set vim's default encoding to utf-8 [1].
While here, put "exec startlxde" in dot.xinitrc.

PR: 200657 [1]
Submitted by: Ray-Cherng Yu <raycherng at gmail dot com>
2015-06-08 01:43:23 +00:00
Dmitry Marakasov
444bd13790 - Style improvements 2015-06-07 16:53:36 +00:00
Dmitry Marakasov
74816a593f - Add LICENSE
- Strip libraries
- Use options helpers
2015-06-03 14:34:23 +00:00
Dmitry Marakasov
df030655f8 - Strip binary
- Add LICENSE
2015-05-28 11:40:37 +00:00
Dmitry Marakasov
d3f47602bb - Strip library
- Add LICENSE
2015-05-28 11:40:30 +00:00
Dmitry Marakasov
00551f0979 - Strip library
- Add LICENSE
2015-05-28 11:40:24 +00:00
Dmitry Marakasov
9a054be716 - Add LICENSE
- Strip libraries
- Use options helpers
2015-05-28 11:40:15 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Sunpoet Po-Chuan Hsieh
d1f4bf1e39 - Update to 0.21
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2015-05-24 00:04:45 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Sunpoet Po-Chuan Hsieh
fe2e81bac8 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:42 +00:00
Sunpoet Po-Chuan Hsieh
f04289eb18 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:38 +00:00
Sunpoet Po-Chuan Hsieh
7689268304 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:34 +00:00
Jan Beich
aa07adab44 mail/mutt: update patches
- Fix sidebar patch [1]. This version introduces a new config variable
  "sidebar_shortpath" which is set to yes by default to ensure
  backwards compatibility.

- Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1
  stops exporting the GPG_AGENT_INFO environment variable, so mutt can't
  check for the presence of that to ensure the agent is running).

- Fix pgp key selection [2].

- Bump port revision because of major change to sidebar patch and gpg
  handling.

PR:		199727
PR:		199115 [1]
PR:		199341 [2]
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
MFH:		2015Q2
2015-05-16 01:19:11 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Dmitry Marakasov
e8f8110983 - Drop @dirrm* from plist 2015-05-11 06:46:07 +00:00
Dmitry Marakasov
261104ab3e - Simplify MASTER_SITES
- Add LICENSE
- Strip library
2015-05-10 19:41:34 +00:00
Dmitry Marakasov
b5a5e311ce - Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-09 01:12:50 +00:00
Sunpoet Po-Chuan Hsieh
460e571b40 - Update to 4.2.2
Changes:	https://tw.wordpress.org/2015/05/07/wordpress-4-2-2/
		https://tw.wordpress.org/2015/04/29/wordpress-4-2-1/
		https://tw.wordpress.org/2015/04/29/wordpress-4-2/
PR:		200030
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-05-08 20:22:40 +00:00
Adam Weinberger
4647d094ca Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
2015-05-08 18:20:30 +00:00
Boris Samorodov
08b8da1bb0 eric6 ports: Update to version 6.0.5. 2015-05-07 22:23:50 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Eitan Adler
bf4fa082dd Due to the disabling of the bugzilla account, reset maintainership of
the remainder of Chris's ports.

Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:37:11 +00:00
Jan Beich
ec0d38f47a chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)
In file included from src/setup.cc:9:
In file included from include/rime/module.h:13:
include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std'
include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std'
include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std'
include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std'
include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std'
include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std'

Reported by:	pkg-fallout
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-01 19:36:00 +00:00
Sunpoet Po-Chuan Hsieh
e6d8d5ca8d - Update to 4.1.4
PR:		199764
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-30 11:29:39 +00:00
Sunpoet Po-Chuan Hsieh
37f130c26c - Update to 4.1.2
Changes:	https://tw.wordpress.org/2015/04/22/wordpress-4-1-2/
PR:		199701
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-26 09:31:23 +00:00
Sunpoet Po-Chuan Hsieh
d251cb5f48 - Update to 4.2
Changes:	https://cn.wordpress.org/2015/04/24/powell/
PR:		199700
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-26 09:31:18 +00:00
Jan Beich
153560fe61 Unbreak build on FreeBSD 8.x/9.x and DragonFly
./PYSignal.h:35:22: error: expected namespace name
using namespace std::placeholders;
                ~~~~~^
./PYSignal.h:49:18: error: no type named 'function' in namespace 'std'
    typedef std::function<R()> func_type;
            ~~~~~^
./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std'
typedef std::shared_ptr<Editor> EditorPtr;
        ~~~~~^
PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope
     while ((read = getline (&linebuf, &size, dictfile)) != -1) {
                                                      ^
PR:		199408
Reported by:	pkg-fallout, DPorts
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2015-04-25 18:19:15 +00:00
Jung-uk Kim
cf14c210f1 Update to 4.3.7. 2015-04-25 17:30:29 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
John Marino
1ea924ae5d chinese/librime: Adjust patch to support DragonFly too
No-op for FreeBSD, it just allows cmake treat DragonFly the same way.
2015-04-18 06:17:02 +00:00
Jimmy Olgeni
85c1338e3d Pass maintainership to enlightenment@. 2015-04-17 10:42:23 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Mathieu Arnold
18d6818fe4 ${ENV} does not exist, it is called ${SETENV}. 2015-04-13 14:49:37 +00:00
John Marino
1970ee35e2 chinese/libtabe: Unbreak fetch (slightly different distfile)
I don't know why, but the other repositories use a version of libtabe
that's about 5 days newer, although both are listed as version 0.2.6.
Apparently it was re-rolled about 11 years ago.  A patch had to be
regenerated as a result.  I reviewed differences between the two tarballs
and everything was innocent (a good chunk of different was html
documentation in chinese.

The DEBIAN_POOL magic doesn't support libraries, so MASTER_SITE_DEBIAN
had to be manually tweaked to use the Debian pool.

While here, clean up the X11 option a bit and wrap lines at 80 columns.
2015-04-09 11:50:49 +00:00
Kevin Lo
5c3f57fd49 Update master site and mark as unbroken. 2015-04-09 07:10:51 +00:00
Boris Samorodov
cae53d2cdd eric6 ports: Update to version 6.0.4. 2015-04-08 16:58:25 +00:00
Vanilla I. Shu
9048837146 Remove tar:xz from USES.
Submitted by:	mat@
2015-04-07 12:04:15 +00:00
Vanilla I. Shu
7c8f075e68 1: upgrade to 2.0.4rc3.
2: unBROKEN.
3: move to GITHUB.

PR:		199105
Submitted by:	maintainer
2015-04-07 09:42:28 +00:00
Sunpoet Po-Chuan Hsieh
f094c357eb - Unbreak this port 2015-04-06 07:06:28 +00:00
Baptiste Daroussin
ebf441999b Mark as broken unfetchable ports 2015-04-05 18:38:33 +00:00
Sunpoet Po-Chuan Hsieh
818d52eda4 - Bump PORTREVISION to match master port (mail/mutt) 2015-04-04 15:18:17 +00:00
Xin LI
f78c79a4c7 Fix build when building in an environment with old version of fcitx
present.

PR:		ports/199112
Submitted by:	maintainer
2015-04-03 20:56:52 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Bartek Rutkowski
36c5b41dee chinese/fcitx: update 4.2.8.5 -> 4.2.8.6
PR:		199102
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2015-04-02 10:12:21 +00:00
Jason Helfman
ec98960b32 - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:21:45 +00:00
Jason Helfman
8965b010c4 - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:20:25 +00:00
Jason Helfman
76e38c9cbf - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:16:07 +00:00
Xin LI
3dded20050 Add ibus-libpinyin 1.7.1, intelligent Pinyin engine based on libpinyin
for IBus.

This is based on an old version of ibus-libpinyin submitted by Henry
Hu <henry.hu.sh gmail com> with updates from myself.

PR:		197116
2015-03-31 21:06:47 +00:00
Antoine Brodin
c0d18d41a1 Add a missing build dependency 2015-03-31 08:51:30 +00:00
Xin LI
1e0f9c5aad Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository
 - Update chinese/fcitx to 4.2.8.5.
 - Update chinese/fcitx-chewing to 0.2.2.
 - Update chinese/fcitx-cloudpinyin to 0.3.4.
 - Update chinese/fcitx-configtool to 0.4.8.
 - Update chinese/fcitx-libpinyin to 0.3.1.
 - Update chinese/fcitx-rime to 0.3.1.
 - Update chinese/fcitx-sunpinyin to 0.4.1.
 - Update chinese/fcitx-table-extra to 0.3.7.
 - Add LICENSE and update website (mainly move off Google Code)
   for various ports.
 - Update chinese/libpinyin to 1.1.0.
 - Update chinese/librime to 1.1.
 - Update chinese/opencc to 0.4.3.
 - Update japanese/fcitx-anthy to 0.2.1.
 - New port: japanese/fcitx-skk SKK support for Fcitx
 - Update korean/fcitx-hangul to 0.3.0.
 - Update textproc/fcitx-m17n to 0.2.3.

PR:		ports/198743
Submitted by:	maintainer, hiroto.kagotani@gmail.com, delphij
2015-03-31 07:08:00 +00:00
Mikhail Teterin
e5b890bf91 Use MASTERDIR's distinfo for chinese/joe so that future upgrades of
editors/joe do not break the slave port.

Deprecate the slave port, because its difference with the master is
too trivial to warrant a separate package.
2015-03-27 18:10:25 +00:00
Dmitry Marakasov
8461775830 - Fix install from non-root
- Simplify installation
- Switch to USES=tar
- Add NO_ARCH
2015-03-27 10:29:47 +00:00
John Marino
c957361b74 chinese/libtabe: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 13:12:38 +00:00
Jung-uk Kim
0ca7ac7758 Actually make it find fonts. 2015-03-23 21:40:19 +00:00
Jung-uk Kim
c8c86081f3 Fix build. 2015-03-23 21:33:50 +00:00
Bryan Drewery
70c25f91e5 Fix MAKE_CMD to be scons after r381976 2015-03-23 14:05:49 +00:00
Baptiste Daroussin
8926e82e7f Fix dependency detection 2015-03-22 09:50:01 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Bryan Drewery
965611a692 Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
2015-03-19 20:45:03 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
2015-03-19 18:08:25 +00:00
Dmitry Marakasov
3d7fa73563 - Strip library 2015-03-17 03:11:52 +00:00
Sunpoet Po-Chuan Hsieh
ee0a764829 - Update to 1.4.14
- While I'm here:
  - Use = instead of +=
  - Remove PROJECTHOST
  - Sort PLIST
  - Update WWW

Changes:	https://github.com/definite/ibus-chewing/blob/master/ChangeLog
PR:		198577
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	Eric Camachat <eric@camachat.org> (maintainer)
2015-03-14 17:48:29 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +00:00
Sunpoet Po-Chuan Hsieh
38f2343817 - Add LICENSE
- Remove regression-test:
- Sort PLIST
2015-03-12 18:26:23 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Kevin Lo
0f629df66e No need to export a KDE path since r344893 has switched KDE4_PREFIX to
${LOCALBASE}.
2015-03-10 14:54:30 +00:00
Boris Samorodov
300972222a Eric6 localization files. 2015-03-08 10:40:13 +00:00
Dmitry Marakasov
3301b141f6 - Clarify LICENSE
- Add LICENSE_FILE
- Fix build with disabled NLS
- Add empty directory to plist
2015-03-05 03:23:30 +00:00
Dmitry Marakasov
9ea1a5cb5d - Remove unneeded MAN3 2015-03-04 05:22:30 +00:00
Baptiste Daroussin
35c339abf0 Remove Authors from pkg-descr 2015-03-02 23:09:43 +00:00
Vanilla I. Shu
29db6498d8 Fix runtime error with wrong datadir.
Obtained from:	James Hung via facebook.
2015-02-26 14:28:14 +00:00
Jung-uk Kim
a9ba86c4c8 - Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]

Submitted by:	tijl [1]
2015-02-20 20:26:23 +00:00
Antoine Brodin
aea62ac573 Unbreak on head 2015-02-15 13:33:25 +00:00
Vanilla I. Shu
741b5934c0 Fix build on 10 (makeinfo issue)
PR:		197598
Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>
2015-02-15 03:27:59 +00:00
Vanilla I. Shu
05b0fd01a5 1: Upgrade to 0.4.0.
2: add LICENSE & LICENSE_FILE
3: add LIB_DEPENDS to sqlite3
4: sort USES
5: switch to cmake.
2015-02-09 03:21:39 +00:00
Antoine Brodin
3c36249046 Unbreak
PR:		197175
2015-02-08 13:33:52 +00:00
Sunpoet Po-Chuan Hsieh
3b52b0ef3b - Strip shared library 2015-01-19 19:50:56 +00:00
Rong-En Fan
8ed73fa040 Drop maintainership as I no longer use these software nor have time and
energy to keep up.
2015-01-16 17:28:13 +00:00
Sunpoet Po-Chuan Hsieh
fc6fd676a0 - Update to 4.1
Changes:	https://tw.wordpress.org/2015/01/08/dinah/
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q1
2015-01-15 18:01:56 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Sunpoet Po-Chuan Hsieh
bda739c8c6 - Bump PORTREVISION to match master port (mail/mutt) and remove false alarm of "pkg audit" 2014-12-29 18:37:28 +00:00
Baptiste Daroussin
d0b3abaac3 Remove gnomehack which was unused anyway
While here:
- Use OPTIONS_SUB
- Use OPTIONS_SINGLE
2014-12-25 01:26:27 +00:00
Sunpoet Po-Chuan Hsieh
dda655386a - Update to 4.1
Changes:	https://cn.wordpress.org/2014/12/23/dinah/
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer, via email)
MFH:		2014Q4
2014-12-24 06:13:57 +00:00
Mark Felder
3240a1d2ff Update "BSD" license for buganini's ports 2014-12-22 17:31:49 +00:00
Sunpoet Po-Chuan Hsieh
a6a671e16c - Update to 0.13
- Add LICENSE
- Remove leading definite article from COMMENT
- Remove MAN3
- Sort PLIST

Changes:	http://search.cpan.org/dist/Lingua-Han-Utils/Changes
2014-12-20 18:18:32 +00:00
Baptiste Daroussin
ca2fb43ebb Cleanup plist 2014-12-20 17:29:47 +00:00
Jung-uk Kim
d9c58baa19 Update to 4.3.5. 2014-12-18 23:32:32 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
304562e87d Finish resetting maintainership
PR:		195059
2014-12-02 22:50:10 +00:00
Jung-uk Kim
7e46d52b46 Update to 4.3.4. 2014-11-27 08:12:23 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
7f16269960 - While I'm here, update to 4.0.1
Changes:	https://cn.wordpress.org/2014/11/21/wordpress-4-0-1/
		https://cn.wordpress.org/2014/09/05/benny/
PR:		ports/194932
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2014Q4
2014-11-24 18:33:02 +00:00
Sunpoet Po-Chuan Hsieh
a92cf65240 - While I'm here, update to 4.0.1
Changes:	https://tw.wordpress.org/2014/11/21/wordpress-4-0-1/
		https://tw.wordpress.org/2014/09/05/benny/
PR:		ports/194931
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2014Q4
2014-11-24 18:32:57 +00:00
Alex Kozlov
22e20c2aa1 - Remove a few remaining $Id$ from pkg-plists
Approved by:	portmgr (mat)
2014-11-06 16:30:27 +00:00
Jung-uk Kim
7b23b77c4f Update to 4.3.3. 2014-10-31 18:15:49 +00:00
Baptiste Daroussin
5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Marcus von Appen
dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00
Vanilla I. Shu
e06196ad2e Bump version, I fix building erro on prev commit. 2014-10-18 01:19:41 +00:00
Baptiste Daroussin
791f2bc627 Reset maintainership 2014-10-17 10:23:34 +00:00
Jung-uk Kim
9cee92ad58 Update to 4.3.2. 2014-10-16 21:14:18 +00:00
Vanilla I. Shu
9e58cdde2d chase latest irc/irssi. 2014-10-16 07:08:10 +00:00
Jason E. Hale
e92b7043f1 - Convert to USES=python, limit to 2.x
- Add LICENSE
- Clean up plist
2014-10-06 14:30:54 +00:00
Sunpoet Po-Chuan Hsieh
d6897029d3 - Remove USE_PYTHON=concurrent 2014-10-04 17:38:31 +00:00
Vanilla I. Shu
2292c9b5f4 Upgrade to 3.0.12 2014-09-23 14:40:04 +00:00
Tijl Coosemans
d9aa7a8cbf print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 15:45:14 +00:00
Tijl Coosemans
c624321244 chinese/libtabe: convert to USES=libtool and bump dependent ports 2014-09-18 10:10:53 +00:00
Antoine Brodin
10eb9a55a2 Fix group of some packaged files 2014-09-14 17:36:20 +00:00
Dmitry Marakasov
d72fb9d8ed - Switch graphics/opencolorio and chinese/librime to yaml-cpp03, as they are incompatible with newer version
PR:		192330
2014-09-11 17:51:14 +00:00
Hiroki Sato
27b1d2555b - Fix a bug which prevented a bind(2) call from working.
- Support "make stage" by a non-root user.
- Set $*wnn_enable=NO by default. [*]
- Fix pkg-plist.

PR:	149250 [*]
2014-09-11 07:48:17 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
John Marino
05f82c6e35 chinese/fcitx: Adjust pkg-plist to pass stage-qa checks
PR:	192901
2014-09-09 08:49:00 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Baptiste Daroussin
5c9c2e45c8 Remove non staged ports without pending PR from c* 2014-09-01 12:03:09 +00:00
Tijl Coosemans
4a01a4320e textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 13:19:15 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Hiroki Sato
156fd58c7e Remove ports related to Adobe Reader. 2014-08-30 14:25:48 +00:00
Sunpoet Po-Chuan Hsieh
b9d2109c86 - Allow concurrent installation (USE_PYTHON=concurrent) 2014-08-30 12:00:31 +00:00
Antoine Brodin
12069ad7b6 This port stages fine as a regular user 2014-08-26 22:48:56 +00:00
John Marino
89e6d0e575 Stage chinese/cce
PR:		192986
Submitted by:	turutani
2014-08-26 21:04:26 +00:00
Adam Weinberger
357d6d5126 Add USES=iconv to fix build on 10+ 2014-08-26 19:46:08 +00:00
John Marino
fce4d1978a Stage chinese/fcitx-sunpinyin
PR:		192894
Submitted by:	Henry Hu
2014-08-21 23:07:32 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
John Marino
2be7f11e2f Stage chinese/sunpinyin and unbreak on FreeBSD 10+
PR:		192844
Submitted by:	Henry Hu
2014-08-20 23:36:35 +00:00
John Marino
0801e68c1b chinese/kcfonts: Yes, it really is jobs unsafe. Believe me. 2014-08-20 20:18:36 +00:00
John Marino
7585bd814b Add new port ibus-table-chinese
PR:		185198
Submitted by:	dennylin93 (hs.ntnu.edu.tw)

Chinese input tables for the Intelligent Input Bus (IBus) input method
framework.  The IBus-table is an Input Method Engine particularly suited
to support Chinese.
2014-08-18 21:00:26 +00:00
Antoine Brodin
1ea857b509 Finish chinese/unzip removal 2014-08-17 20:38:40 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Sunpoet Po-Chuan Hsieh
54bbbd4eb5 - Strip shared library 2014-08-15 10:46:47 +00:00
John Marino
69f43aff5e Merge 4 unzip slave ports into archivers/unzip as non-default options
It is practically impossible to use any of the unzip slave ports.  This
is because archivers/unzip is used by the ports infrastruction (via
USES=zip, USES=zip:infozip) and each slave port conflicts with it.
If you install the slave port first, then the port infrastructure can't
install archivers/unzip (although if attempted, the extracts dependency
might be satisfied by the slave port so it might actually work).

In any case, this change:
  * Adds "iconv" support as an non-default option
  * Add a localization group that can have zero or one selection
  * That group contains Chinese, Korean, or Russian support
  * WITH_UNZIP_UNREDUCE support was removed (I'm not sure it even worked)
  * Makefile was simplified (several loops removed)
  * Removes unzip-iconv, Chinese, Korean, Russian slave ports

PR:		190349
Reported by:	Mikhail Rokhin
Unzip overhaul:	marino
Approved by:	maintainer (ehaupt@)
2014-08-15 10:11:10 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
11c007fbf1 - Use USES=python 2014-08-15 02:59:55 +00:00
Vanilla I. Shu
072bf015bd 1: Stagify.
2: use @sample, bump version.
2014-08-08 02:25:58 +00:00
Vanilla I. Shu
924a4b9f72 Stagify. 2014-08-07 16:32:37 +00:00
Vanilla I. Shu
ed10522ddf Stagify. 2014-08-07 16:12:21 +00:00
Vanilla I. Shu
6b9d51b151 1: Stagify.
2: rename patches.
2014-08-07 16:05:15 +00:00
Dmitry Marakasov
15cf6f8e31 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-06 14:54:16 +00:00
Adam Weinberger
cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00
Yen-Ming Lee
9fcd312280 - mark BROKEN on 11-CURRENT 2014-08-01 21:56:19 +00:00
Adam Weinberger
5e1f20f814 Fix patch. 2014-07-30 21:08:51 +00:00
Adam Weinberger
1d920b63dd Fix patch 2014-07-30 21:01:20 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
5ed82c18c0 Rename chinese/ patch-xy patches to reflect the files the modify. 2014-07-28 14:37:20 +00:00
Rene Ladan
36e34f48e2 Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx
2014-07-23 chinese/hztty: Fails to build with new utmpx
2014-07-23 irc/solid-ircd: Fails to build with new utmpx
2014-07-23 korean/eterm: Fails to build with new utmpx
2014-07-23 mail/biffer: Fails to build with new utmpx
2014-07-23 misc/c-hey: Fails to build with new utmpx
2014-07-23 misc/wminfo: Fails to build with new utmpx
2014-07-23 net/sendfile: Fails to build with new utmpx
2014-07-23 net-im/centericq: Fails to build with new utmpx
2014-07-23 security/chkrootkit: Fails to build with new utmpx
2014-07-23 security/openfwtk: Fails to build with new utmpx
2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx
2014-07-23 security/srp: Fails to build with new utmpx
2014-07-23 security/sud: Fails to build with new utmpx
2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx
2014-07-23 sysutils/lookupd: Fails to build with new utmpx
2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx
2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx
2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx
2014-07-23 sysutils/yawho: Fails to build with new utmpx
2014-07-24 18:36:19 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Adam Weinberger
95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00
Dmitry Marakasov
5ed519cc02 - Switch to USES=libtool
- Fix build on 10.x

Approved by:	portmgr blanket
2014-07-22 23:42:32 +00:00
Dmitry Marakasov
7a3bbfed60 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-07-22 22:12:41 +00:00
Baptiste Daroussin
bb7b0c4d4c Fix with TEX_DEFAULT=texlive 2014-07-21 20:55:28 +00:00
John Marino
8ecbb368fb Convert 6 chinese font ponts to include with .CURDIR
These ports were including chinese/ttfm/Makefile.ttf using an absolute
path using PORTSDIR instead of a relative one using .CURDIR.  In
specific use cases, PORTSDIR will fail but .CURDIR always works.  As
a bonus, this allows <pre> & <post> inclusions to be removed as well.
Covered by an old blanket permission (bapt) but only two of these ports
have maintainers anyway.
2014-07-20 09:02:14 +00:00
Sunpoet Po-Chuan Hsieh
92b6104e52 - Fix MASTER_SITES 2014-07-19 09:12:44 +00:00
John Marino
cdefe81bb2 chinese/moetff: MASTER_SITES is LOCAL/marino not LOCAL/MARINO 2014-07-19 08:59:56 +00:00
John Marino
f053d91c1a chinese/moettf: Unbreak, stage, restore public distfiles
This port was in bad shape!

1) It had a MASTER_SITES definition pointing to a FreeBSD mirror.  This
   was a circular dependency that broke when the "real" master site
   domain disappeared.  Fix this by hosting at LOCAL/MARINO

2) The kai-pc ttf font was never installed (always broken)

3) It broke (more) with recent chinese font work

4) It included makefile.tty by absolute ${PORTDIR} instead of
   correct ${.CURDIR}, which also unnecessarily required <pre>, <post>

5) It wasn't staged

So fix all that. Also improve efficiency of staging by copying directly
from distfiles to stage directory instead of first copying to WRKSRC then
STAGEDIR.  The post-install target is no longer needed, nor is the
pkg-plist file.
2014-07-19 08:47:58 +00:00
Yen-Ming Lee
9e14d85615 - disable X11 by default
- remove local.conf which is obsoleted
- properly stage
2014-07-18 18:41:53 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
1c7521fb62 Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
2014-07-15 17:37:38 +00:00
Li-Wen Hsu
3ee60a3728 - Unbreak 2014-07-15 17:28:52 +00:00
Yen-Ming Lee
4d962acc36 - fix improper stage 2014-07-15 15:45:39 +00:00
Sunpoet Po-Chuan Hsieh
e8c512d5a7 - Simplify Makefile 2014-07-12 08:41:55 +00:00
Yen-Ming Lee
f99aa0b108 - add LICENSE 2014-07-10 00:30:19 +00:00
Xin LI
511be198a1 Update to 1.5.0
PR:		ports/190644
Submitted by:	maintainer
2014-07-08 00:52:37 +00:00
Xin LI
4a141bfd4a New port: The Chinese PinYin and Bopomofo conversion library.
PR:		ports/187797
Submitted by:	Henry Hu <henry hu sh gmail com>
2014-07-07 22:54:06 +00:00
Sunpoet Po-Chuan Hsieh
58a9f2a8df - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:31 +00:00
Sunpoet Po-Chuan Hsieh
9fdce81a58 - Add LICENSE
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:27 +00:00
Sunpoet Po-Chuan Hsieh
81bb7c662b - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Use single space after WWW:
2014-07-06 18:49:22 +00:00
Yen-Ming Lee
e0ce93dad1 - support stage 2014-07-06 06:31:12 +00:00
John Marino
dd9b64226a chinese/scim-tables: Add scim as BUILD_DEPENDS (dports) 2014-07-05 15:06:03 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Yen-Ming Lee
8b87f69f9c - remove MAN1 2014-07-05 05:42:34 +00:00
Yen-Ming Lee
10cb91226d - support stage 2014-07-05 05:37:54 +00:00
Yen-Ming Lee
4c3b1024ca - support stage and options 2014-07-05 05:28:30 +00:00
Adam Weinberger
694152b3b3 Remove NOPORTDOCS. 2014-07-03 23:58:28 +00:00
Dmitry Marakasov
374f2fe972 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:10:05 +00:00
Dmitry Marakasov
f23c877d57 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:10:35 +00:00
Dmitry Marakasov
98cae058ae - Switch to USES=libtool, drop .la files 2014-07-01 01:21:06 +00:00
Baptiste Daroussin
050b92e155 this one should have gone as well 2014-06-30 20:14:29 +00:00
Baptiste Daroussin
fb1a28ce88 Removed unmaintained upstream xemacs ports and dependencies 2014-06-30 20:12:29 +00:00
Sunpoet Po-Chuan Hsieh
99b61650d6 - Take maintainership 2014-06-30 16:42:17 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
ca9f12347d Mark as broken: almost all command call are hardcoded
With hat:	portmgr
2014-06-24 22:23:00 +00:00
Jung-uk Kim
7a699892f7 Update to 4.2.5. 2014-06-24 02:40:06 +00:00
Antoine Brodin
1319425832 Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2014-06-23 20:39:14 +00:00
Baptiste Daroussin
5c89a4e380 Mark as broken: no distinfo provided
With hat:	portmgr
2014-06-22 22:08:11 +00:00
Dmitry Marakasov
6bf877fa0e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-19 13:44:30 +00:00
Vanilla I. Shu
a5de5fb15a remove NO_STAGE, editors/joe staging ready already. 2014-06-13 14:56:53 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
2014-06-11 14:40:31 +00:00
John Marino
b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425

It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION
2014-06-11 10:20:41 +00:00
Dmitry Marakasov
f46ab7a9b6 - Fix plist (clean up shared directory)
Approved by:	portmgr 'just fix it' blanket
2014-06-10 21:28:03 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Bryan Drewery
7fec4c8ecf - Support staging
PR:		189637
Submitted by:	eric@camachat.org (maintainer)
2014-06-05 19:26:23 +00:00
Tijl Coosemans
f82c078795 Fix pkg-plist after previous commit. 2014-06-02 21:08:03 +00:00
Tijl Coosemans
54ec4d7796 Properly respect CFLAGS, LDFLAGS, etc.
When building a port with base system make, variables like CC and CFLAGS
need to be defined using '=' in the makefile.  With '+=' values from
make.conf can be picked up.  Normally the ports system values for these
variables are passed to a configure script which generates a makefile with
them.  If there's no configure script the makefile has to be patched to use
the right values.
2014-06-02 20:14:24 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
Vanilla I. Shu
4d8570c771 Fix patch files to chase irc/irssi. 2014-06-01 04:07:27 +00:00
Antoine Brodin
e4e5c70803 Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
2014-05-31 15:11:07 +00:00
Rong-En Fan
7aa4bbeb41 Staging support 2014-05-30 14:11:02 +00:00
Rong-En Fan
f143413937 Staging support 2014-05-30 14:09:51 +00:00
Rong-En Fan
1de318c695 Staging support 2014-05-30 13:53:48 +00:00
Rong-En Fan
b8eb4aa6ca mail/mutt supports STAGE so does this 2014-05-30 13:21:14 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Hiroki Sato
a8687e8806 STAGEDIR support. 2014-05-24 18:29:07 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Vanilla I. Shu
f3543f4459 Add missing patch file on prev commit, and fix building.
Submitted by:	swills@
2014-05-20 06:24:00 +00:00
Xin LI
8da2472a6e Make it possible to stage without privilege.
No PORTREVISION bump because this does not change results
of the build.

Reported by:	Andrzej Tobola <ato iem pw edu pl>
2014-05-20 00:43:07 +00:00
Xin LI
84c0d57c2c Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES. 2014-05-19 13:49:14 +00:00
Vanilla I. Shu
002993c159 Support staging.
Approved by:	portmgr@
2014-05-19 07:38:34 +00:00
Antoine Brodin
8faf55e210 Mark BROKEN: Fails to patch
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-attrib.c
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-cook.c
1 out of 1 hunks failed--saving rejects to src/cook.c.rej
*** [do-patch] Error code 1

Reported by:	pkg-fallout
2014-05-18 15:48:26 +00:00
Vanilla I. Shu
d8d1c1a1c3 Support STAGEDIR.
Approved by:	portmgr@
2014-05-15 16:13:32 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Sunpoet Po-Chuan Hsieh
20eae52a4e - Update to 3.9.1
Changes:	http://tw.wordpress.org/2014/05/09/wordpress-3-9-1/
PR:		ports/189524
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-05-10 17:34:35 +00:00
Baptiste Daroussin
1336180534 Support stage 2014-05-08 23:41:36 +00:00
Baptiste Daroussin
9ea074ad24 Support stage 2014-05-08 23:41:22 +00:00
John Marino
599cb48c38 chinese/exim: Unbreak on F10+ by satisfying explicit linking requirements
During linking, the linker needs symbols from Xext and libfontconfig,
so add these to the dependency list and LDFLAGS to unbreak to port.
Bump due to dependency changes.  (Just fix it Blanket)
2014-05-07 15:44:57 +00:00
Jung-uk Kim
fabaf5ddfa Update to 4.1.6. 2014-05-06 16:13:01 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Sunpoet Po-Chuan Hsieh
9ba0d068fe - Update to 3.9
- While I'm here:
  - Simplify pre-install:
  - Remove .include <bsd.port.options.mk>
  - Remove unnecessary SUB_LISTS

Changes:	http://cn.wordpress.org/2014/04/19/smith/
PR:		ports/189016
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-04-26 18:16:34 +00:00
Sunpoet Po-Chuan Hsieh
2e13353e93 - Update to 3.9
- Simplify pre-install:
- Remove .include <bsd.port.options.mk>
- Remove unnecessary SUB_LISTS

Changes:	http://tw.wordpress.org/2014/04/24/smith/
PR:		ports/189018
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-04-26 18:12:50 +00:00
Tijl Coosemans
e470edbd1a Convert to USES=libtool. 2014-04-24 17:16:28 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Vanilla I. Shu
673717e30c 1: fix pkg-plist
2: fix build with qt4.

Submitted by:	swills@ [1], kevlo@ [2]
2014-04-17 09:24:19 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Vanilla I. Shu
68879d01cf Upgrade to 2.8.2. 2014-04-12 03:09:06 +00:00
Vanilla I. Shu
b4ebf09338 Make job safe.
PR:		ports/188156
Submitted by:	Jia-Shiun Li <jiashiun gmail com>
2014-04-11 02:38:41 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Sunpoet Po-Chuan Hsieh
e26a2c2450 - Update to 1.4
- Take maintainership

Changes:
- Convert to UTF-8
- Prepare *.dat
2014-04-02 19:02:00 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +00:00
Sunpoet Po-Chuan Hsieh
086314be3a - Move chinese/php5-cconv to chinese/php-cconv 2014-03-29 20:35:32 +00:00
Antoine Brodin
acb669235c Remove some expired xmms ports (abandonware, unmaintained):
2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead
2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 08:59:35 +00:00
Martin Wilke
a72502a9b4 - Convert USE_GMAKE to USES 2014-03-13 08:07:44 +00:00
Hiroki Sato
e2537f3be2 - STAGEDIR support
- Eliminate duplicate files installed by each */FreeWnn-lib.
- Bump PORTREVISION because of dependency and pkg-plist changes.
2014-03-11 06:49:56 +00:00
Sunpoet Po-Chuan Hsieh
5dd2483f80 - Add LICENSE
- While I'm here, remove leading indefinite article from COMMENT

Approved by:	portmgr (blanket)
2014-03-09 21:45:09 +00:00
Antoine Brodin
70019bab1d Fix make fetch 2014-03-08 14:04:42 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59:54 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Sunpoet Po-Chuan Hsieh
337f9e9d28 - Update to 5.01 (5.0.14)
- Use CONFLICTS_INSTALL instead off CONFLICTS
2014-02-28 15:15:25 +00:00
Jung-uk Kim
5436ddf062 Update to 4.1.5. It is partially based on the following PR.
PR:		ports/186265
2014-02-25 19:09:28 +00:00
Sunpoet Po-Chuan Hsieh
ba2c32849a - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES 2014-02-24 10:41:35 +00:00
Antoine Brodin
a74a4b46c4 Deprecate and set expiration date for xmms stuff that is unmaintained 2014-02-23 22:12:09 +00:00
Sunpoet Po-Chuan Hsieh
01005b138e - Allow build with clang
- Respect CC
- Support STAGEDIR
- While I'm here:
  - Add LICENSE
  - Use PLIST_DIRS/PLIST_FILES instead of PLIST

PR:		ports/186932
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2014-02-23 15:20:54 +00:00
Emanuel Haupt
de52c55ea6 Remove trailing whitespaces from category chinese 2014-02-21 13:35:38 +00:00
Emanuel Haupt
365e1a66d7 Support staging 2014-02-20 08:01:28 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Martin Wilke
642e1edab4 - Stage support 2014-02-18 13:25:56 +00:00
Sunpoet Po-Chuan Hsieh
0f0879e35a - Use OPTIONS_SLAVE 2014-02-14 19:41:26 +00:00
Martin Wilke
6d93596b18 - Convert USE_SCONS to USES 2014-02-13 14:18:58 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Emanuel Haupt
c435e8d661 - Support staging
- Define DOCS
2014-02-10 09:37:47 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
John Marino
9bb2e8eda8 chinese/kcfonts: Mark jobs unsafe 2014-02-05 23:34:22 +00:00
Sunpoet Po-Chuan Hsieh
84ce353c93 - Update to 3.8.1
Changes:	http://cn.wordpress.org/2014/01/25/wordpress-3-8-1/
PR:		ports/186204
Submitted by:	Joe Horn joehorn@gmail.com> (maintainer)
2014-02-04 11:41:40 +00:00
Sunpoet Po-Chuan Hsieh
e34aa8ac18 - Update to 3.8.1
Changes:	http://tw.wordpress.org/2014/01/24/wordpress-3-8-1/
PR:		ports/186080
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-02-04 11:41:36 +00:00
Pawel Pekala
23557c7727 Stage support for japanese/kon2-16dot and it's slaves
PR:		port/186321 (based on)
Submitted by:	maintainer
2014-02-02 14:09:50 +00:00
Max Brazhnikov
a6383cf6b5 - Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address

PR:		based on ports/179681
Submitted by:	RyoTa SimaMoto (maintainer)
2014-02-01 12:49:26 +00:00
Johan van Selst
afc394a59b Respect $CC 2014-01-25 18:11:42 +00:00
Antoine Brodin
fe498956c5 Master port has been stage, add stage support here too so that the man page
is correctly handled
2014-01-25 17:48:29 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
51c8b8733e Stage support 2014-01-20 21:22:25 +00:00
Antoine Brodin
aa72ec6e0b Stage support 2014-01-20 21:17:57 +00:00
Antoine Brodin
f2a8876500 Stage support 2014-01-20 21:06:55 +00:00
Antoine Brodin
45a3b9a143 Stage support 2014-01-20 18:23:58 +00:00
Baptiste Daroussin
0717b41424 Support stage
Reduce over inclusion of bsd.port.mk by:
Use BROKEN_${ARCH}
Use options helpers
Use OPTIONS_SUB
2014-01-15 23:20:59 +00:00
Baptiste Daroussin
a8e35256fe Reduce over inclusion of bsd.port.mk 2014-01-15 23:17:31 +00:00
Baptiste Daroussin
b2da552140 Reduce over inclusion of bsd.port.mk 2014-01-15 23:16:59 +00:00
Baptiste Daroussin
c332985543 Reduce over inclusion of bsd.port.mk 2014-01-15 23:15:25 +00:00
Vanilla I. Shu
e2b1ffef49 Add stagedir support.
Approved by:	 portmgr (blanket infrastructure)
2014-01-09 07:20:37 +00:00
Vanilla I. Shu
ce088dea63 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:15:16 +00:00
Vanilla I. Shu
e626c8d133 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:12:38 +00:00
Vanilla I. Shu
a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
Baptiste Daroussin
8dd86ac5c3 Remove color code from pkg-message this is terminal dependant 2014-01-06 23:37:33 +00:00
Xin LI
3e02f28d76 Revise previous change: only remove USE_GCC=yes when we are using
a fresh -CURRENT (after clang have made default).

PORTREVISION not bumped because this is a build fix for earlier
FreeBSD versions.

Reported by:	Henry Hu (maintainer), kmoore
2014-01-06 21:04:14 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Antoine Brodin
8d23f98270 Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o tslearn tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o pho2pinyin.o pinyin.o lang.o gtab-list.o gtab-init.o fullchar.o gtab-tsin-fname.o unix-exec.o gtab-util.o -L./im-client -lgcin-im-client -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o sim2trad sim2trad.o util.o gcin2.so locale.o gcin-conf.o gcin-icon.o -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
/usr/bin/ld: cannot find -lgcin-im-client
gmake[1]: *** [tslearn] Error 1

Reported by:	redports
2014-01-05 07:36:04 +00:00
Baptiste Daroussin
4b8ca2562d Support stage 2014-01-04 23:45:06 +00:00
Antoine Brodin
7f55a2faa9 With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache.  gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports

Reviewed by:	kwm (immodules part)
2014-01-04 23:27:58 +00:00
Antoine Brodin
ae089be069 Fix packaging after MASTER port was staged 2014-01-04 09:04:21 +00:00
Adam Weinberger
3273972644 Convert chinese to MDOCS 2014-01-03 15:59:41 +00:00
Antoine Brodin
218720cf7f Stage support 2013-12-30 22:37:50 +00:00