Commit graph

2763 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
dd8931f109 - Update to 0.19
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-11-12 19:41:54 +00:00
Sunpoet Po-Chuan Hsieh
e2641b18b6 - Update to 3.7.1
Changes:	http://cn.wordpress.org/2013/10/30/wordpress-3-7-1/
PR:		ports/183490
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-31 12:44:53 +00:00
Sunpoet Po-Chuan Hsieh
be83b7079a - Update to 3.7.1
Changes:	http://tw.wordpress.org/2013/10/30/wordpress-3-7-1/
PR:		ports/183489
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-31 12:44:20 +00:00
Sunpoet Po-Chuan Hsieh
9d7d7be619 - Update to 3.7
Changes:	http://cn.wordpress.org/2013/10/25/wordpress-3-7/
PR:		ports/183323
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-26 12:45:50 +00:00
Sunpoet Po-Chuan Hsieh
0e760c6595 - Update to 3.7
Changes:	http://tw.wordpress.org/2013/10/25/basie/
PR:		ports/183324
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-26 12:45:39 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Jung-uk Kim
851ab9c5e0 - Update to 4.0.6.
- Support staging.
2013-10-25 17:05:50 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Tijl Coosemans
0e1b15d418 multimedia/xmms:
- Add zh-xmms to CONFLICTS.
- Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES.
- Make USE_GL conditional on the SPEC option.
- Make gettext conditional on new NLS option.
- Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option.
- Remove LIBS from CONFIGURE_ENV.  Set LDFLAGS instead.
- Add missing xorg dependencies.
- Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS.  The configure test
  fails on recent version of FreeBSD but the code it enables is still
  relevant.  Without it you cannot select a different output device.
- Remove SUB_FILES.  None of the files require substitutions.
- Remove IPV6 from OPTIONS_DEFAULT.  It's implicit.
- Don't exclude SIMD option from amd64.
- Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc.
- Install stripped libraries when !defined(WITH_DEBUG).
- Use new style LIB_DEPENDS.
- Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully
  regenerate the build infrastructure.  This fixes a lot of warnings
  and allows some patches to be removed.
- Add USE_OPENSSL for RUSXMMS_PATCHES option.
- Fix the SIMD option on all architectures by removing the post-extract
  target.
- Remove the message about the RUSXMMS_PATCHES option.  This is from
  before there were option dialogs.
- Use the same cp command as in the script included with rusxmms instead
  of INSTALL_DATA.
- Remove the ALSA test from configure with REINPLACE_CMD instead of a
  patch (RUSXMMS_PATCHES case).
- Remove old libtool macros from acinclude.m4.  Libtoolize adds new
  macros.
- Remove MKDIR_P patching.  No longer needed after running aclocal.
- Patch configure to disable ALSA (not RUSXMMS_PATCHES case).
- Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch.
- Fix assembly source code files to support clang:
  * Remove comments that begin with a single slash.
  * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'.
  * Append '.section ".note.GNU-stack","",@progbits' to every file to
    say they don't require an executable stack.  These files are
    compiled with -Wa,--noexecstack which clang supports but the ancient
    binutils in FreeBSD base does not so without this change xmms runs
    with an executable stack when compiled with base gcc.
- Support staging.
- Remove extra-patch-Visualization_Makefile.am.  It's not needed when
  passing VISUALIZATION_PLUGINS to configure.
- Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the
  variables static, but mark keepGoing volatile.
- Remove patch-aclocal.m4.  Not needed when running aclocal.
- Remove patch-configure.in.  The PTHREAD_LIBS related changes are no
  longer needed and ALSA change is handled in the Makefile.
- Remove patch-ltmain.sh.  Not needed with staging.
- Remove patch-po-Makefile.in.in.  Handled in Makefile.
- Remove patch-xmms-config.in.  Not 100% sure about this.  It doesn't
  affect xmms itself.  Perhaps some plugins need it but I'd rather fix
  those plugins then.
- Add patch-xmms-i18n.h.in.  It's needed when NLS option is disabled.
- Remove pkg-message.in.  All supported versions of FreeBSD have unzip
  in base.
- Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't
  require substitutions.
- Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and
  USES=desktop-file-utils.

chinese/xmms, russian/xmms:
- Minor cleanups.

PR:		ports/183165
Approved by:	"Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer)
2013-10-22 08:30:47 +00:00
Xin LI
cfebf579c7 Update to 1.3.1.
PR:		ports/181356
Submitted by:	gslin (maintainer)
2013-10-21 06:01:57 +00:00
Vanilla I. Shu
0a012ec015 Remove BROKEN & DEPRECARED.
Approved by:	bapt@
2013-10-21 01:09:16 +00:00
Xin LI
7504a5897d Return back to pool. 2013-10-20 22:45:25 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Eitan Adler
02ce93ac89 - Convert to staging
- Remove long 'usage' instructions
- Unsilence install commands
2013-10-15 21:27:37 +00:00
Eitan Adler
14e13da149 Clean up some COMMENTs 2013-10-15 21:17:55 +00:00
Eitan Adler
a01590ffd8 - Convert to staging 2013-10-15 21:16:29 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
Raphael Kubo da Costa
ecda38b0a5 Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.

Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.

Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!

PR:		ports/180615
	        ports/181921
		ports/182049
2013-10-13 23:15:50 +00:00
Sunpoet Po-Chuan Hsieh
8444a7e5ab - Update to 0.17
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-10-12 16:39:55 +00:00
Sunpoet Po-Chuan Hsieh
71f072d582 - Remove NO_STAGE 2013-10-09 16:48:21 +00:00
Sunpoet Po-Chuan Hsieh
7c71d503f0 - Use USES=gmake 2013-10-05 16:51:41 +00:00
Sunpoet Po-Chuan Hsieh
db7ccc9709 - Use USES=gmake 2013-10-05 15:18:44 +00:00
Sunpoet Po-Chuan Hsieh
9cebd7dec9 - Remove unnecessary slash after STAGEDIR 2013-10-03 06:57:32 +00:00
Sunpoet Po-Chuan Hsieh
1a75354b48 - Add LICENSE 2013-10-03 06:42:41 +00:00
Sunpoet Po-Chuan Hsieh
8cfda521c7 - Remove unnecessary slash after STAGEDIR 2013-10-03 06:40:58 +00:00
Sunpoet Po-Chuan Hsieh
8d6c858782 - Update to 1.14
- Use INSTALL_DATA instead of CP
- Remove unnecessary slash after STAGEDIR

Changes:
- Merge files/patch-make.conf.in
- Rename make.conf.in to make.conf
2013-10-03 06:39:28 +00:00
Baptiste Daroussin
0bf984e7b9 Remove due to conflict in pkgname with chinese/joe 2013-10-02 15:55:25 +00:00
John Marino
ed1921e7bc chinese/fqterm: add <unistd.h>, fix -fpermissive on modern compilers
The source tarball has DOS line endings, but only one file was converted.
Two of the four patches were created with DOS line endings, so for
consistency sake, USE_DOS2UNIX was changed to "yes" and the DOS line
endings were removed from existing patches.

Approved by:	portmgr (bapt, implicit)
2013-10-02 06:19:40 +00:00
Sunpoet Po-Chuan Hsieh
bf9e31deee - Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-09-30 15:10:50 +00:00
Guido Falsi
7f30d6ac9e Fix typo.
Reported by:	Buganini <buganini@gmail.com> (via email)
2013-09-27 22:32:06 +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
Vanilla I. Shu
2334d70aef Support stage. 2013-09-27 12:58:36 +00:00
Vanilla I. Shu
2e375ecf07 Support stage. 2013-09-27 12:50:23 +00:00
Vanilla I. Shu
a669028f9d Support stage. 2013-09-27 12:33:07 +00:00
Vanilla I. Shu
085c1a3bcb Support stage. 2013-09-26 14:35:04 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Sunpoet Po-Chuan Hsieh
4f157ba200 - Update to 11.1
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/chiconv/commits/master
PR:		ports/182265
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:24 +00:00
Sunpoet Po-Chuan Hsieh
c9bdc10213 - Update to 11.1
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/bsdconv-opencc/commits/master
PR:		ports/182263
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:16 +00:00
Sunpoet Po-Chuan Hsieh
bc8991baec - Update to 1.17
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/bug5/commits/master
PR:		ports/182262
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:42:12 +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
Antoine Brodin
2d9b5a640b Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-15 12:27:30 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Sunpoet Po-Chuan Hsieh
924bd4dc90 - Update to 3.6.1
Changes:	http://tw.wordpress.org/2013/09/13/wordpress-3-6-1/
PR:		ports/182088
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-09-14 14:10:31 +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
Sunpoet Po-Chuan Hsieh
00ffcbecc1 - Update to 3.6.1
Changes:	http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/
PR:		ports/182044
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-09-12 17:26:59 +00:00
John Marino
a862a2b7dc Add explicit dependency on pkgconf (18 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 09:07:08 +00:00
Sunpoet Po-Chuan Hsieh
2704440db1 - Cosmetic change 2013-09-07 17:53:23 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00