Commit graph

23 commits

Author SHA1 Message Date
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
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +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
Mathieu Arnold
18d6818fe4 ${ENV} does not exist, it is called ${SETENV}. 2015-04-13 14:49:37 +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
Baptiste Daroussin
ebf441999b Mark as broken unfetchable ports 2015-04-05 18:38:33 +00:00
Bryan Drewery
70c25f91e5 Fix MAKE_CMD to be scons after r381976 2015-03-23 14:05:49 +00:00
Baptiste Daroussin
5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +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
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
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Martin Wilke
6d93596b18 - Convert USE_SCONS to USES 2014-02-13 14:18:58 +00:00
Guido Falsi
0a0bcfbc54 Import a bunch of iconv fixes.
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-27 15:17:26 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Sunpoet Po-Chuan Hsieh
e25ddcf079 - Fix build on 10-CURRENT: disable iconv functionality by removing iconv.h detection
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Remove LICENSE_FILE for well-known licenses
  - Covnert to new LIB_DEPENDS format
  - Use USES=gmake

PR:		ports/182079
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	Zhihao Yuan <zy@miator.net> (maintainer)
2013-09-14 08:51:34 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Xin LI
3a318be3f7 - Host the distfile at FreeBSD's site;
- Remove maintainer's URL from master sites;
 - Recompress to make the file smaller.

Requested by:	maintainer
2012-07-19 23:51:34 +00:00
Xin LI
df5e20fd06 Update to 2.0.4 RC 2
PR:		ports/170008
Submitted by:	Zhihao Yuan <lichray gmail com> (maintainer)
2012-07-19 23:35:57 +00:00
Wen Heping
6507fdb245 - Update to 2.0.4rc1
PR:		167863
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-05-25 07:25:44 +00:00
Cheng-Lung Sung
46d27fe6b7 - bump PORTREVISION
- Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
1. patch-2.0.4-compatible
sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several changes from the newer version. This patch is enough.

2. patch-xdg
Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we have no front-ends in ports tree, so no one has these configured :)

3. patch-src...
Remove the unneeded and repeated message on terminal.

PR:		ports/162465
Submitted by:	maintainer (Zhihao Yuan)
Feature safe:	yes
2011-11-11 15:38:55 +00:00
Cheng-Lung Sung
4f88e888c0 SunPinyin is a statistical language model based Chinese input method, which
was firstly developed by Sun Beijing Globalization team, and opensource'd
to community with opensolaris project, with LGPLv2 and CDDL dual-licenses.

WWW:	http://code.google.com/p/sunpinyin/

Feature safe:	yes
2011-11-11 02:46:16 +00:00