aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Convert to @sampleantoine2016-04-101-3/+1
|
* - Update to 0.20160404danilo2016-04-062-3/+3
|
* Disable SSLv3 and enable TLSv1.1 and TLSv1.2.adamw2016-04-051-1/+1
| | | | | | | | | | | | | | | | | | This is a patch make by Debian's own Noah Meyerhans that disables SSLv3, fixes or removes the tests that choke without SSLv3, and lets IO::Socket::SSL choose the best TLS level rather than forcing it at TLSv1. I can't think of a responsible reason to allow re-enabling it as an OPTION, so add a note to UPDATING warning people of the change and referencing the below PR. PORTREVISION bump. PR: 208225 Submitted by: Sascha Holzleiter Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199 MFH: 2016Q2
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-01158-379/+379
| | | | | With hat: portmgr Sponsored by: Absolight
* Add missing items to the calligra-l10n ports plists.rakuco2016-03-292-0/+2
| | | | Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Separate japanese/mecab-ipadic into three slave portstota2016-03-266-23/+72
| | | | | | | | | | | | | | to identify character set by means of package name * japanese/mecab-ipadic-eucjp * japanese/mecab-ipadic-sjis * japanese/mecab-ipadic-utf8 (default) - Set default character set to UTF-8 - Unbreak mecab-ipadic-sjis - Bump PORTREVISION PR: 200325 Submitted by: Koichiro IWAO (meta+ports_AT_vmeta_DOT_jp) Approved by: maintainer timeout (> 8 weeks)
* - change MAINTAINER email address [1]ohauer2016-03-254-4/+4
| | | | [1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
* Update to 0.1.2.rakuco2016-03-232-3/+3
| | | | | PR: 208231 Submitted by: hiroto.kagotani@gmail.com (maintainer)
* Change header installation location for kdelibs4-based ports.rakuco2016-03-152-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+1
| | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
* Update to 1.9.5mat2016-03-104-789/+27
| | | | | | PR: 205211 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-082-10/+7
| | | | | | | | | | | | 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
* - Update to 0.20160301danilo2016-03-062-3/+3
|
* - Update to 20160229.kuriyama2016-03-044-10/+10
|
* Update to 2.8.9dev.8.rakuco2016-03-045-71/+34
| | | | | | | | | | | | | | | * Remove "--enable-addrlist-page" from EXPERIMENTAL_OPTS_CONFIGURE_ON. It has been enabled by default since 2.8.8dev.9. * Remove files/patch-src-GridText.c. It has been merged officially since 2.8.8dev.9. * Correct the CPE information. * Make Makefile to have the same style as japanese/lynx. PR: 206571 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* Update to 2.8.8rel.2.rakuco2016-03-045-66/+30
| | | | | | | | | | | | | | * Remove files/patch-src-GridText.c. It has been merged officially since 2.8.8dev.9. * Enable JAPANESE_UTF8 by default. * Correct the CPE information. * Make Makefile to have the same style as japanese/lynx-current. PR: 206570 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* Fix line breaks conversion.rakuco2016-02-291-2/+2
| | | | | | | | | | | | | | | Current japanese/today converts each file's line breaks from CRLF to LF with the following procedure in Makefile: ${SED} 's/.$$//' It is a very problematic method, and breaks many Japanese strings in the data files (*.tbl). To solve the problem, use "${TR} -d '\015'" for the conversion. PR: 206568 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* - Makefile.local for slave ports is included by bsd.port.mk r397519dinoex2016-02-281-4/+0
|
* - Update to 4.2.3tota2016-02-262-3/+3
|
* - Update to 4.4.2miwi2016-02-232-3/+3
|
* Update to 2.8.9.rakuco2016-02-202-6/+5
| | | | | PR: 207322 Submitted by: townwear@gmail.com (maintainer)
* Update to 5.0.5.jkim2016-02-161-4/+4
|
* japanese/mutt-devel: document ncurses requirement (USES+=ncurses)marino2016-02-131-1/+1
| | | | approved by: infrastructure blanket
* japanese/lipsf: USES+= ncurses, respect LDFLAGSmarino2016-02-133-5/+22
| | | | Also link with ncurses, not curses or termcap
* - Update to 0.20160201danilo2016-02-122-3/+3
|
* Update Calligra to 2.9.11.rakuco2016-02-092-3/+2
| | | | | | | This time it did not take us 2 years to update Calligra. In fact, we're updating it 5 days after its official release \o/ Announcement: https://www.calligra.org/news/calligra-2-9-11-released/
* japanese/skkfep: forgot to commit changed patch file earliermarino2016-02-061-4/+6
|
* japanese/jed: forgot to commit changed patch file earliermarino2016-02-061-6/+6
|
* japanese/skkfep: USES+= ncursesmarino2016-02-061-0/+1
|
* japanese/ng: USES+= ncurses, link with libncurses (not termcap)marino2016-02-061-1/+2
|
* japanese/ng-devel: USES+= ncursesmarino2016-02-061-4/+3
|
* japanese/ne: USES+= ncurses, respect LDFLAGSmarino2016-02-062-2/+12
|
* japanese/lynx(-current): document ncurses requirement (USES+=ncurses)marino2016-02-062-2/+2
| | | | approved by: infrastructure blanket
* japanese/jls: document ncurses requirement (USES+=ncurses)marino2016-02-061-2/+5
| | | | | | | Also link with libncurses, not libtermap. While here, join compound command with "&&" and wrap in parentheses. approved by: infrastructure blanket
* japanese/jed: USES+= ncurses, link with ncurses (not curses)marino2016-02-061-1/+2
|
* japanese/less: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* - Update to 4.2.2tota2016-01-272-3/+3
|
* - Add japanese/bugzilla50tota2016-01-256-0/+333
| | | | | | | (svn copy japanese/bugzilla44 to japanese/bugzilla50 and update to 5.0.2) Reviewed by: ohauer@
* Modernize pkg-plist, remove deprecated @dirrmpawel2016-01-191-149/+7
| | | | Approved by: portmgr blanket
* - Add NO_ARCHsunpoet2016-01-171-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: PortsCamp Taiwan
* - Add NO_ARCHsunpoet2016-01-171-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: PortsCamp Taiwan
* mark ports that don't work with Ruby 2.3swills2016-01-171-0/+2
| | | | PR: 205774
* - Update to 4.4.1miwi2016-01-132-3/+3
|
* - Update to 0.20160105danilo2016-01-132-3/+3
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-132-2/+2
| | | | Approved by: portmgr blanket
* Add Public Domain support to ports license framework. You can now useamdmi32016-01-121-3/+1
| | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
* - Update to 0.20151202danilo2016-01-122-3/+3
|
* - Update to 20151228.kuriyama2016-01-114-10/+10
|
* Update to 1.9.1.nobutaka2016-01-072-5/+4
|
* - Take maintainershipmiwi2015-12-281-2/+3
| | | | | - Add missing php*-ftp dependecy - Switch mysql to mysqli
* Remove expired port:rene2015-12-268-109/+0
| | | | 2015-12-25 japanese/ochusha: Development ceased in 2008, other options available
* Update Calligra to 2.9.10.rakuco2015-12-223-29/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* Make build as a user.mat2015-12-224-0/+56
| | | | Sponsored by: Absolight
* - Remove old gruftmiwi2015-12-211-1/+0
| | | | | Approved by: mat (mentor) Differential Revision: D4636
* Update to 5.0.4.jkim2015-12-181-4/+4
|
* - Reset maintainermiwi2015-12-112-2/+2
| | | | | | | PR: 205175 Submitted by: ysarumaru@gmail.com Approved by: mat (mentor) Differential Revision: D4491
* - Update to 4.4sunpoet2015-12-112-4/+6
| | | | | | | - Update LICENSE Changes: https://wordpress.org/news/2015/12/clifford/ MFH: 2015Q4
* - Switch to USES=tar:tgzamdmi32015-12-091-8/+6
| | | | - Switch to options helpers
* Update giflib to 5.1.1antoine2015-12-041-1/+1
| | | | PR: 204492
* - Update MASTER_SITES and WWW, unbreak fetchamdmi32015-12-012-6/+3
| | | | | | | - Pass maintainership to submitter PR: 204799 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-3/+2
| | | | | | | | - Pass maintainership to submitter - While here, add NO_ARCH PR: 204798 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-4/+2
| | | | | | | - Pass maintainership to submitter PR: 204796 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES and WWW, unbreak fetchamdmi32015-12-012-6/+3
| | | | | | | - Pass maintainership to submitter PR: 204800 Submitted by: CQG00620@nifty.ne.jp
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-4/+2
| | | | | | | - Pass maintainership to submitter PR: 204797 Submitted by: CQG00620@nifty.ne.jp
* - Fix fetchamdmi32015-12-012-8/+38
| | | | | | | | - Fix endianes detection - Pass maintainership to submitter PR: 204801 Submitted by: CQG00620@nifty.ne.jp
* japanese/ochusha: Deprecate for removal on xmasmarino2015-11-271-0/+3
| | | | | | | | | This 2ch program has never been updated (introduced in 2007), and according to Google Japanese translater, it was basically abandoned by users by 2008 (due to 3 years between releases). I don't think this port ever had a maintainer. Coup de grĂ¢ce
* Add two patches from upstream bug #7265, which fixes incompatibilities withadamw2015-11-241-1/+1
| | | | | | | | | | | | | | Net::DNS 1.03. The FreeBSD p5-Net-DNS port has been downgraded to 1.02 but Net::DNS will be re-issued at some point soon. The changes in these patches seem to work well with Net::DNS 1.02. While here, add some TEST_DEPENDS so I can run the plugin-based tests as well. Bump PORTREVISION for spamassassin and japanese/spamassassin. PR: 204682 Submitted by: Mark.Martinec@ijs.si Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7265
* - Add PORTSCOUTsunpoet2015-11-142-2/+2
| | | | - Remove license information from pkg-descr
* - Add NO_ARCHsunpoet2015-11-131-0/+1
| | | | Approved by: portmgr (blanket)
* Allow building with giflib 5.1antoine2015-11-131-2/+14
| | | | PR: 204492
* Use OPTIONS helpers.ume2015-11-131-18/+9
|
* Use @sample.ume2015-11-131-3/+1
|
* Mark a few ports BROKEN: unfetchableantoine2015-11-0911-0/+22
|
* - Update to 20151030.kuriyama2015-11-074-10/+10
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-0518-29/+34
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Update to 5.0.3.jkim2015-11-041-4/+4
|
* Bump portrevision of ports that might have been built with a broken post-installbapt2015-10-311-1/+1
| | | | script due to fallouts of r399992
* Fix a bug in Makefile.in which installed a BDF file ashrs2015-10-224-2/+4
| | | | | | | a gzip-compressed PCF. Submitted by: Yasuhito FUTATSUKI PR: 203414
* Update to 20151021.mat2015-10-213-12/+11
| | | | | | PR: 203907 Submitted by: maintainer Sponsored by: Absolight
* Improve shebangfix frameworkamdmi32015-10-192-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* japanese/spamassassin: Unbreak and adapt to 3.4.1pi2015-10-182-204/+124
| | | | | PR: 203036 Submitted by: fmysh@iijmio-mail.jp
* - Update WWWsunpoet2015-10-182-2/+1
|
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-104-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-085-7/+7
|
* Fix RUN_DEPENDSantoine2015-09-271-2/+2
| | | | Reported by: pkg-fallout
* Remove deprecated @exec/@unexec from ports using uim-module-managerantoine2015-09-262-6/+6
|
* japanese/wordpress: update to 4.3.1rm2015-09-262-3/+3
| | | | | | | | This release fixing multiple security vulnerabilities. PR: 203365 Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2
* Fix indexbapt2015-09-261-2/+2
|
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2
|
* Update dependency.hrs2015-09-261-2/+2
|
* Mark NO_ARCH.hrs2015-09-2618-17/+37
|
* Fix inconsistent installation directories of Japanese fonts andhrs2015-09-26112-974/+1177
| | | | | | | | | | | | | | | | | | | | | | reorganize the package names: (new) -> font-ayu18 (new) -> font-ayu20 k10 -> font-naga10 (also builds "marunaga" variant now) k12 -> font-kaname12 (new) -> font-elisa10 (resurrected) elisa8x8 -> font-elisa8 kanji18 -> font-kanji18 (also builds 16-dot variant now) kanji26 -> font-kanji26 (also builds 24-dot variant now) kappa20 -> font-kappa20 (Ayu fonts is separated into font-ayu20) mikachan-ttfonts -> font-mikachan monafonts-ttf -> font-mona-ttf monafonts -> font-mona All of bitmap fonts are now installed into misc/, and the TrueType fonts go into TTF/. No objection from: maintainers
* Add a missing dependency which could cause a build failure.hrs2015-09-261-2/+3
|
* Update to 5.0.2.jkim2015-09-242-6/+6
|
* - Split japanese/font-mplus into font-mplus-outline andhrs2015-09-2116-393/+312
| | | | | | | | font-mplus-bitmap. Currently mplus-bitmap and mplus-outline use share/fonts/misc and mplus-outline as the installation directory, respectively. - Convert them to use Uses=fonts.
* Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-213-4/+7
|
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-192-21/+21
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-162-6/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* - Fix fetchamdmi32015-09-161-1/+2
|
* Make it so that the default Perl is always called perl5.mat2015-09-142-3/+3
| | | | | | | | | | | | | | | | - 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
* Fix fonts.dir by using fonts:fc and style consistency.hrs2015-09-1430-103/+91
|
* - Update to 0.20150901danilo2015-09-142-3/+3
|
* - Rename japanese/marumoji-fonts with japanese/font-marumoji.hrs2015-09-1311-167/+74
| | | | - Add LICENSE.
* - Use post-install-DOCS-on.hrs2015-09-132-4/+4
| | | | - Use %%FONTSDIR%% directly.
* - Use post-install-DOCS-on.hrs2015-09-132-4/+4
| | | | - Use %%FONTSDIR%% directly.
* Fix fonts.dir. It was totally broken since r381876.hrs2015-09-132-6/+6
|
* - Use post-install-DOCS-on.hrs2015-09-132-4/+4
| | | | - Use %%FONTSDIR%% directly.
* Use post-install-DOCS-on.hrs2015-09-131-0/+2
|
* Fix fonts.dir. It was totally broken since r381876.hrs2015-09-132-5/+3
|
* Fix fonts.alias. It was totally broken since r381876.hrs2015-09-132-5/+8
|
* Put MKDIR into post-install-DOCS-on, too.hrs2015-09-131-1/+1
|
* - Fix FONTSDIR.hrs2015-09-132-2/+5
| | | | - Use post-install-DOCS-on.
* - Fix shebangsamdmi32015-09-121-1/+7
| | | | | | - Strip binaries Approved by: portmgr blanket
* - Clarify LICENSEamdmi32015-09-101-1/+3
| | | | - Switch to options helpers
* Fix dependency which could cause build failure pointed out in r396511.hrs2015-09-092-2/+10
|
* - Mark MAKE_JOBS_UNSAFE as this fails sporadicallyamdmi32015-09-091-0/+2
| | | | | | | | | | | ... seemingly trying to use generated protocol buffer header before it is actually generated: ./../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file not found master port doesn't seem to suffer from this issue. Reported by: pkg-fallout Approved by: portmgr blanket
* - Update to 20150701cs2015-09-093-6/+10
| | | | | | | | | - Add NO_ARCH=yes - Fix path in pkg-install.in - Switch upstream to GitHub PR: 201264 Submitted by: Koichiro Iwao (maintainer)
* - Remove "BROKEN on powerpc" statement, the port builds finedanfe2015-09-082-33/+22
| | | | | - Install documentation files in `do-install-DOCS-on' target - Clean up Makefile and port description text while I'm here
* - Fix PYDISTUTILS_EGGINFO, this time properlyamdmi32015-09-081-1/+1
| | | | Approved by: portmgr blanket
* - Fix PYDISTUTILS_EGGINFOamdmi32015-09-081-2/+2
| | | | Approved by: portmgr blanket
* - Update to 20150831.kuriyama2015-09-064-10/+10
|
* Convert most ports using cloud.github.com to GHC.mat2015-09-051-1/+3
| | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
* Shut up the warning messages in case of Perl 5.22.ume2015-09-044-1/+43
|
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
| | | | | | | | | 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).
* - Fix shebangsamdmi32015-09-011-2/+3
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 4.3sunpoet2015-08-312-3/+4
| | | | | | - Add NO_ARCH Changes: https://ja.wordpress.org/2015/08/19/billie/
* Reset maintainership per mail on freebsd-ports@ listjbeich2015-08-311-1/+1
| | | | Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Switch to options helpersamdmi32015-08-273-15/+8
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* remove empty pkg-plistpgollucci2015-08-211-1/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* japanese/alias-fonts: convert to USES=fontpgollucci2015-08-204-61/+39
| | | | | | | | | - remove pkg-{install,deinstall} scripts - add pkg-message for how to setup fontpath - bump portrevision PR: 201629 Submitted by: CQG00620@nifty.ne.jp (maintainer)
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-172-2/+0
| | | | | | | | | | | | | | | | | 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
* Fix installation of fonts.alias.nobutaka2015-08-173-5/+6
| | | | | PR: 200066 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
* japanese/namazu2: convert to USES=metaportpgollucci2015-08-121-10/+1
| | | | | PR: 201632 Submitted by: s3erios@gmail.com
* japanese/skk: convert to USES=metaportpgollucci2015-08-122-7/+1
| | | | | PR: 201630 Submitted by: s3erios@gmail.com
* - Update to 0.20150803danilo2015-08-072-3/+3
|
* Update to 4.2.4flo2015-08-072-3/+3
| | | | | | | PR: 202107 Submitted by: ychsiao@ychsiao.org (maintainer) MFH: 2015Q3 Security: ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-033-3/+3
| | | | | | | | 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@
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-0212-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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
* Remove expired ports:rene2015-08-015-35/+0
| | | | | | | | | | 2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above 2015-07-31 mail/maildirsync: Requires an unsupported version of Perl 2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl 2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead 2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything) 2015-07-31 sysutils/vhdtool: Use mkimg(1) instead 2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
* - Separate libsynctex from tex-web2c to devel/tex-synctex.hrs2015-07-262-10/+584
| | | | | | | | - Separate basic TeX engines from tex-web2c to print/tex-basic-engines. - Add CTAN mirrors to MASTER_SITES. - Drop gmake where not required. - Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx, print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
* Fix ${opt}_* variables.hrs2015-07-251-7/+7
| | | | PR: 201846
* Add www/p5-CGI.pm to RUN_DEPENDS when perl is 5.22 or later.kuriyama2015-07-221-2/+7
| | | | | PR: ports/201615 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* This module provides methods to convert different written forms ofkuriyama2015-07-225-0/+55
| | | | | | | | | | | | Japanese into one another. It enables conversion between romanized Japanese, hiragana, and katakana. It also includes a number of unusual encodings such as Japanese braille and morse code, as well as conversions between Japanese and Cyrillic and Hangul. It also handles conversion between the Chinese characters (kanji) used before and after the character reforms of 1949, as well as the various bracketed and circled forms of kana and kanji. WWW: http://search.cpan.org/dist/Lingua-JA-Moji/
* Remove expired ports:rene2015-07-225-49/+0
| | | | | | 2015-07-21 graphics/kuickshow-kde4: Broken for more than 6 months 2015-07-21 graphics/sng: Broken for more than 6 months 2015-07-21 japanese/netype: Broken for more than 6 months
* mail/spamassassin, japanese/spamassassin: fix bug with dns/p5-Net-DNS changepi2015-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | Now that a port dns/p5-Net-DNS has been upgraded to version 1.01, this revealed an incompatibility with DNS resolving in SpamAssassin. In short: Net::DNS::Packet->new no longer sets the RD (recursion desired) bit in new packets, so essentially DNS queries no longer work. Details at: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7223 To bridge the time until SpamAssassin 3.4.2 gets released, the attached patch is needed ( equivalent to https://svn.apache.org/viewvc?view=rev&rev=1691992 ). For earlier version of dns/p5-Net-DNS this patch is redundant, but does no harm. PR: 201741 Submitted by: Mark.Martinec@ijs.si
* Add missing dependency.hrs2015-07-211-1/+2
|
* - Add print/latex-biber, a biblatex replacement which supports Unicode.hrs2015-07-205-0/+42
| | | | | | | | | - Add or update the following ports which latex-biber depends on: japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support) misc/p5-Business-ISMN (added, ISMN support) textproc/p5-Text-BibTeX (updated to 0.71) textproc/p5-Text-Roman (added, conversion of Roman numerals)
* Update TeXLive to TL2015.hrs2015-07-204-66/+97
| | | | | | | | | | | | | | | | - print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
* fix issues related with USES=fontssanpei2015-07-185-15/+5
| | | | | PR: 200064, 200065 Submitted by: WATANABE Kazuhiro
* convert to USES=metaportsanpei2015-07-182-6/+1
| | | | | PR: 201633 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Update to 2.17.2106.102.hrs2015-07-1336-112/+251
|
* - Update to 20150630.kuriyama2015-07-134-10/+10
|
* - Add japanese/uim-mozc, uim plugin for mozc input method[*].hrs2015-07-108-10/+119
| | | | | | | | - Fix XML file for ibus engine. - Fix stop_server() in mozc startup script. PR: 199258 [*] Based on work by: Koichiro IWAO [*]
* - Update to 0.20150703danilo2015-07-052-3/+3
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-035-0/+10
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-292-4/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* Deprecate ports broken for more than 6 monthsantoine2015-06-211-0/+3
|
* - Clarify LICENSEamdmi32015-06-191-2/+5
| | | | - straipbin
* - Fix shebangsamdmi32015-06-171-2/+3
|
* Apply patch for CVE-2015-2775.delphij2015-06-172-1/+16
| | | | | | PR: ports/200562 Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf yf bsdclub org> Approved by: maintainer timeout
* - Update to 0.20150602danilo2015-06-172-3/+3
|
* - Modernize plistamdmi32015-06-162-115/+8
| | | | - Simplify docs installation
* - Update to 4.2.0tota2015-06-132-14/+6
| | | | - Rewrite dependencies with OPT_ABOVEVARIABLE notation
* - Update to 3.0.9tota2015-06-132-14/+6
| | | | - Rewrite dependencies with OPT_ABOVEVARIABLE notation
* - Fix shebangsamdmi32015-06-111-1/+6
| | | | | | - Add NO_ARCH MFH: 2015Q2
* - Fix shebangsamdmi32015-06-101-2/+3
| | | | MFH: 2015Q2 (blanket)
* - update to 4.4.9ohauer2015-06-012-4/+4
|
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0
| | | | Approved by: portmgr blanket
* - Update to 0.3.5sunpoet2015-05-262-5/+5
| | | | | | | - Remove USE_RAKE Changes: https://github.com/yhara/myrurema/blob/master/HISTORY https://github.com/yhara/myrurema/commits/master
* - Fix runtime behaviour: fonts.alias was not updated properlyriggs2015-05-245-75/+20
| | | | | | | | | | - Add pkg-message.in; fontpath setting instructions - Bump PORTREVISION - New maintainer: WATANABE Kazuhiro (CQG00620@nifty.ne.jp) PR: 199537 Submitted by: CQG00620@nifty.ne.jp (maintainer) MFH: 2015Q2
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-231-2/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 4.2.2sunpoet2015-05-162-4/+4
| | | | | | | | | | - While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME Changes: https://ja.wordpress.org/2015/05/07/wordpress-4-2-2/ PR: 200189 Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2
* - Update to 0.20150513danilo2015-05-142-3/+3
|
* MASTER_SITES cleanup.mat2015-05-1454-116/+63
| | | | | | | | | | | | | | | | | | | - 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
* Cleanup DIST* variables.mat2015-05-127-14/+8
| | | | | | | | | | | 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
* Move p5- ports from ports@ to perl@.mat2015-05-116-6/+6
| | | | | With hat: perl@ Sponsored by: Absolight
* japanese/xpdf: remove CPE info added by mistake in r385837robak2015-05-091-2/+0
| | | | PR: 199956
* japanese/xpdf: add CPE inforobak2015-05-091-0/+2
| | | | | | PR: 199956 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* - Update to 4.2.1sunpoet2015-05-092-3/+3
| | | | | | | Changes: https://ja.wordpress.org/2015/04/28/wordpress-4-2-1/ PR: 200029 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-087-16/+9
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* japanese/jishyo: don't redefine WRKSRC to the default valuejbeich2015-05-071-2/+0
|
* - Update to 20150430.kuriyama2015-05-064-10/+10
|
* Use USES=fakeroot instead of NEED_ROOT=yesbapt2015-05-031-7/+3
| | | | while here convert to USES=autoreconf
* Update spamassassin to 3.4.1.adamw2015-04-301-1/+3
| | | | | | | | | | | | | | | | Changes: * improved automation to help combat spammers that are abusing new top level domains; * tweaks to the SPF support to block more spoofed emails; * increased character set normalization to make rules easier to develop and stop spammers from using alternate character sets to bypass tests; * continued refinement to the native IPv6 support; and * improved Bayesian classification with better debugging and attachment hashing. Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin The japanese/spamassassin port is broken until it's updated for 3.4.1.
* - Chase GNU Emacs updatesashish2015-04-276-5/+6
| | | | PR: 199553
* - Update to 4.2sunpoet2015-04-262-3/+3
| | | | | | | | Changes: https://ja.wordpress.org/2015/04/24/powell/ PR: 199699 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2
* Update to 4.3.7.jkim2015-04-261-4/+4
|
* Fix build with Perl 5.18+mat2015-04-254-7/+22
| | | | | | | | qw(...) can no longer be used as parentheses Also, rename a patch to stick to our naming scheme. Sponsored by: Absolight
* Deprecate Perl modules that only work with 5.16, as it's being phased out, withmat2015-04-242-0/+6
| | | | | | | the same deprecation date. With hat: perl@ Sponsored by: Absolight
* japanese/k12: fix pkg-message pathsrobak2015-04-211-2/+2
| | | | | PR: 199536 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
* Convert to USES=autoreconftijl2015-04-191-2/+1
|
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-2/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* japanese/gawk: Don't install ancient info pagemarino2015-04-183-7/+46
| | | | | | | | | | | | | | | | | | The version of makeinfo in the texinfo package, the one that FreeBSD 11 and DragonFly use because texinfo is no longer in base, is too new to create the info page on this ancient port. It would be preferred to either update japanese/gawk to match the same version as textproc/gawk, or just remove the port completely. However, for some reason it's a dependency over textproc/gawk on two of rodrigo's ports. I initially tried using extra-patches to only block info on FreeBSD 11 and DragonFly, but Makefile.in is already patched and it was getting complicated so I decided just to remove the old info page for everyone. The man page is still installed of course. Approved by: blanket (unbreaks F11)
* converters/libiconv:tijl2015-04-154-37/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Fix build WITHOUT=NLS.mat2015-04-111-0/+1
| | | | Sponsored by: Absolight
* - Update to 0.20150402danilo2015-04-092-3/+3
|
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* Fix post install scriptbapt2015-04-062-6/+3
| | | | | PR: 199113 Reported by: hiroto.kagotani@gmail.com
* Remove OSVERSION checks that do not make sense any more.mat2015-04-032-9/+0
| | | | | | | | | | 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
* japanese/groff: add CPE informationrobak2015-03-311-1/+2
| | | | | | | - Maintainer's timeout (hrs@FreeBSD.org) PR: 198594 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Major update to libpinyin, fcitx and their add ons:delphij2015-03-3111-10/+82
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove dead GNUSTEP_CH master sitesbapt2015-03-311-2/+1
|
* Remove dead RINGSERVERbapt2015-03-311-2/+1
|
* japanese/texinfo: add CPE informationrobak2015-03-251-1/+2
| | | | | PR: 198842 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* 8 ports categories: Remove $PTHREAD_LIBSmarino2015-03-241-3/+0
| | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
* - Simplify MASTER_SITESamdmi32015-03-241-5/+5
| | | | - Strip library
* Fix after font changesbapt2015-03-222-30/+18
|
* Make fonts repecting XDGbapt2015-03-2293-863/+360
| | | | | | | | | | 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
* Rework XORG_CAT= fontbapt2015-03-204-119/+108
| | | | | | | | Fonts are now generating the fonts.scale and fonts.dir at install time font-alias is not needed anymore for the above reason extract font-util and encodings out of XORG_CAT=fonts because they do not install any fonts make XORG_CAT=fonts use USES=fonts
* - Cleanup installationamdmi32015-03-204-15/+15
| | | | | - Fix LOCALBASE refeences in pkg-message and readme - Fix permissions and installation from non-root
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-202-2/+2
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* japanese/lynx-current: add USES= cperobak2015-03-171-1/+1
| | | | | PR: 197546 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Strip libraryamdmi32015-03-171-1/+6
|
* japanese/lynx: add USES= cperobak2015-03-161-1/+1
| | | | | PR: 197545 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Update to 0.05sunpoet2015-03-133-5/+7
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-JA-Numbers/Changes
* - Mark MAKE_JOBS_UNSAFE: occasionally breaks with -j8amdmi32015-03-121-0/+1
| | | | Approved by: portmgr blanket
* Update KDE SC to 4.14.3alonso2015-03-122-4/+4
| | | | | | | | | | | | | | | | 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
* - Update to 0.20150304danilo2015-03-072-3/+3
|
* - Update to 20150227.kuriyama2015-03-054-29/+30
|
* - Add some mirrorsamdmi32015-03-051-1/+3
| | | | MFH: 2015Q1
* Remove Author from pkg-descr and white space fixesbapt2015-03-038-12/+4
|
* ISO/IEC 2022 character encoding scheme.kuriyama2015-02-265-0/+40
| | | | WWW: http://search.cpan.org/dist/Encode-ISO2022/
* - Update to 4.3.6.jkim2015-02-211-4/+4
| | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1]
* - Fix installation path of mozc_emacs_helper.hrs2015-02-202-3/+31
| | | | - Fix mozc_tool path in the fcitx patch set.
* - Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper.hrs2015-02-1911-33/+173
| | | | | - Fix mozc_tool script to accept options regardless --mode= is specified. - Fix leim-list.el to load mozc.elc.
* Update to 470.hrs2015-02-162-4/+3
|
* Update to 20141206.hrs2015-02-152-5/+4
| | | | | Submitted by: Koichiro IWAO PR: 196579
* Update to 2.16.2051.102.hrs2015-02-1525-557/+122
| | | | | - fcitx-mozc has been updated to 2.16.2037.102.2 patch. - mozc_server_* scripts have been replaced with a single mozc script.
* - Update to 0.20150203danilo2015-02-122-3/+3
|
* - follow r378336jgh2015-02-031-13/+0
|
* - merge japanese/xlockmore into x11/xlockmorejgh2015-02-031-1/+0
|
* - Drop @dirrm* from pkg-plistsamdmi32015-02-032-4/+0
| | | | Approved by: portmgr blanket
* - Update to 3.2.4 [1]jbeich2015-02-014-16/+7
| | | | | | | | | | | | | - Drop @dirrm* from pkg-plist [1] - Drop redundant post-install [2] - Only remove fonts.dir lines belonging to the port [2] - Avoid writing under ~/.config/fontforge during build [2] PR: 195845 Differential Revision: https://reviews.freebsd.org/D1745 Submitted by: Koichiro IWAO (maintainer) [1] Approved by: Koichiro IWAO (maintainer) [2] Approved by: bapt (mentor)
* Convert fc-cache(1) calls in pkg-plist to use @fc keywordjbeich2015-01-3130-67/+30
| | | | | | | | | | | fonts.cache-1 lines started to appear after r148143 but became obsolete since `fc-cache -s` support (i.e. /var/db/fontconfig) and several FC_CACHE_VERSION bumps. Remove them. Differential Revision: https://reviews.freebsd.org/D1733 Reviewed by: hrs Approved by: portmgr blanket Approved by: bapt (mentor)
* Fix DEPENDSantoine2015-01-262-3/+3
|
* japanese/ebview-gtk2: Fix size mismatch between int and ssize_t (amd64)marino2015-01-212-1/+69
| | | | | | | This fetchs the source of segfaults on amd64. PR: 196184 Submitted by: moga (chigusa.homeunix.org)
* japanese/eb: replace USE_AUTOTOOLS with USES=autoreconfmarino2015-01-211-3/+1
| | | | | PR: 196792 Submitted by: maintainer (Yasuhiro KIMURA)
* Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* - Update to 0.20150106danilo2015-01-142-3/+3
|
* - Fix *_DEPENDS: parent is already in all supported Perl releasessunpoet2015-01-082-8/+2
| | | | | | | | - Remove outdated PERL_LEVEL check - Bump PORTREVISION for dependency change - While I'm here, use single space after WWW: With hat: perl
* Shebangfix r376298 made it clarify.ume2015-01-061-2/+3
|
* change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perlmarino2015-01-052-2/+2
| | | | | | | | | | | Several ports had rc.d scripts with hardcoded command_interpreter string as /usr/bin/perl. This symlink is not guaranteed to be in place, and it isn't even an option for perl 5.20. For affected ports, the interpreter was changed to localbase. In one case, the interpreter was correct, but it wasn't surround by quotes. Since the rc.d script would break if a space was contained in ${PREFIX}, quotes were added in that case.
* - Update to 20141226.kuriyama2015-01-054-10/+10
|
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+2
| | | | With hat: python@
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Add new port japanese/rubygem-mail-iso-2022-jp.sanpei2014-12-314-0/+28
| | | | Provides 'mail' gem with iso-2022-jp conversion capability
* - Updated to latest version (20111128) and other improvements.kuriyama2014-12-299-140/+165
| | | | | PR: ports/195766 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Allow building with either giflib 4.2 or 5.0antoine2014-12-272-8/+30
|
* Update to 20141224vanilla2014-12-262-4/+4
| | | | | PR: ports/196254 Submitted by: maintainer