1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

3044 Commits

Author SHA1 Message Date
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