aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0.7Sunpoet Po-Chuan Hsieh2017-04-272-4/+4
| | | | | | | Changes: https://github.com/kuroda/mail-iso-2022-jp/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=439532
* japanese/xdtp: Improve regex conformanceLarry Rosenman2017-04-261-1/+1
| | | | | | | | | | PR: 218605 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10505 Notes: svn path=/head/; revision=439448
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-253-2/+3
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* - Revert the php7 switch, we can't force users to switch to php7 yet.Martin Wilke2017-04-251-1/+0
| | | | Notes: svn path=/head/; revision=439360
* - Update to 4.7.4Martin Wilke2017-04-252-4/+5
| | | | | | | | | | | | - Switch to php7 Changelog: https://wordpress.org/news/2017/04/wordpress-4-7-4/ Submitted by: maintainer via irc Notes: svn path=/head/; revision=439350
* - Fix plistMartin Wilke2017-04-232-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=439202
* Add PKGNAMESUFFIX.Hajimu UMEMOTO2017-04-221-1/+2
| | | | Notes: svn path=/head/; revision=439191
* Add --without-x unconditionally to CONFIGURE_ARGS because a buildHiroki Sato2017-04-201-1/+2
| | | | | | | | | | failure occurs at the configure stage when X11 is not installed. The actual build process does not change by --with-x or --without-x. PR: 204860 Notes: svn path=/head/; revision=438928
* Fix build with newer sigc++20Baptiste Daroussin2017-04-031-1/+2
| | | | Notes: svn path=/head/; revision=437615
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-014-3/+4
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Remove obsolete PROJECTHOST.Mathieu Arnold2017-03-301-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=437328
* mail/spamassassin japanese/spamassassin: add missing run dependenciesBartek Rutkowski2017-03-281-1/+1
| | | | | | | | | PR: 217487 Submitted by: Igor Roshchin <spamd-pr@str.komkon.org> MFH: 2017Q1 Notes: svn path=/head/; revision=437147
* Update to 5.2.6.Jung-uk Kim2017-03-271-5/+5
| | | | Notes: svn path=/head/; revision=437081
* Update to 2.0.6Sunpoet Po-Chuan Hsieh2017-03-112-5/+5
| | | | | | | | | - Pass maintainership to ruby@ Changes: https://github.com/kuroda/mail-iso-2022-jp/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=435946
* - Update to 20170228.Jun Kuriyama2017-03-094-12/+12
| | | | Notes: svn path=/head/; revision=435745
* chinese/wordpress-zh_CN, chinese/wordpress-zh_TW, german/wordpress,Torsten Zuehlsdorff2017-03-072-4/+4
| | | | | | | | | | | | | | | japanese/wordpress and www/wordpress, : Update from 4.7.2 to 4.7.3 Changelog: https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/ This update fixes 6 security issues. PR: 217608 Submitted by: Jochen Neumeister (maintainer) MFH: 2017Q1 Notes: svn path=/head/; revision=435603
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-031-0/+2
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* Remove expired ports:Rene Ladan2017-03-0114-810/+0
| | | | | | | | | | | | 2017-01-28 japanese/ruby-eb: Upstream no longer active 2017-03-01 japanese/xyaku: Unmaintained, depends on expired japanese/ruby-eb 2017-03-01 archivers/libunrar4: Outdated version. Please use archivers/libunrar5 instead 2017-03-01 sysutils/xacpim: Mastersite disappeared 2017-03-01 sysutils/linux-nero: Probably cannot actually burn CD/DVD on recent FreeBSD 2017-03-01 audio/libofa: MusicDNS service has been discontinued Notes: svn path=/head/; revision=435180
* japanese/jacode.pl: update 2.13.4.15 -> 2.13.4.16Bartek Rutkowski2017-02-252-4/+4
| | | | | | | | PR: 216743 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=434826
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 Notes: svn path=/head/; revision=434380
* Fix USE_GITHUB usage.Mathieu Arnold2017-02-133-5/+5
| | | | | | | | | For a couple of ports, bump PORTEPOCH as their version were wrong. Sponsored by: Absolight Notes: svn path=/head/; revision=433999
* Mark ports not building with PHP 7.1.Mathieu Arnold2017-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=433543
* - Spell `LICENSE_FILE' variable correctlyAlexey Dokuchaev2017-02-041-1/+1
| | | | | | | - Fix some nearby bogosities (when noticed) Notes: svn path=/head/; revision=433287
* Update to 5.2.5.Jung-uk Kim2017-02-011-5/+5
| | | | Notes: svn path=/head/; revision=432960
* Fix build with devel/protobuf 3.2.0Sunpoet Po-Chuan Hsieh2017-01-301-1/+1
| | | | | | | Notified by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Notes: svn path=/head/; revision=432876
* Update devel/protobuf to 3.2.0Sunpoet Po-Chuan Hsieh2017-01-291-0/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=432762
* Update to 4.7.2Sunpoet Po-Chuan Hsieh2017-01-282-4/+4
| | | | | | | | | Changes: https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/ PR: 216540 Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer) Notes: svn path=/head/; revision=432681
* Remove expired ports:Rene Ladan2017-01-2811-141/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2017-01-28 databases/ruby-rdbc1: Upstream no longer active 2017-01-28 databases/ruby-sybct: Upstream no longer active 2017-01-28 databases/ruby-o_dbm: Upstream no longer active 2017-01-28 databases/ruby-cdb: Upstream no longer active 2017-01-28 devel/ruby-rbison: Does not work on modern ruby 2017-01-28 devel/ruby-property: Upstream no longer exists 2017-01-28 devel/ruby-dialogs: Upstream no longer active 2017-01-28 devel/ruby-byaccr: Upstream no longer active 2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead 2017-01-28 devel/ruby-locale: No longer useful 2017-01-28 devel/ruby-wirble: Upstream no longer active 2017-01-28 devel/ruby-tzfile: Upstream no longer exists 2017-01-28 devel/ruby-rreadline: Upstream no longer exists 2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead 2017-01-28 graphics/ruby-imlib2: Upstream no longer active 2017-01-28 graphics/ruby-image_size: Upstream no longer active 2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead 2017-01-28 irc/ruby-rice: Upstream no longer active 2017-01-28 irc/ruby-rica: Upstream no longer active 2017-01-28 irc/ruby-irc: Upstream no longer active 2017-01-28 japanese/ruby-usersguide: Does not exist upstream 2017-01-28 japanese/ruby-mecab: Upstream no longer active 2017-01-28 mail/ruby-rmail: Upstream no longer active 2017-01-28 mail/ruby-rfilter: Upstream no longer active 2017-01-28 math/ruby-algebra: Use rubygem-algebra instead 2017-01-28 net/ruby-tserver: Upstream no longer active 2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active 2017-01-28 net/ruby-icmp: Upstream no longer active 2017-01-28 net/ruby-dict: Upstream no longer active 2017-01-28 palm/palmos-sdk: Upstream no longer exists 2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead 2017-01-28 security/ruby-tcpwrap: Upstream no longer active 2017-01-28 security/ruby-password: Upstream no longer active 2017-01-28 sysutils/ruby-quota: Upstream no longer active 2017-01-28 textproc/ruby-rss.alt: Upstream no longer active 2017-01-28 textproc/ruby-rss: Upstream no longer exists 2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists 2017-01-28 textproc/ruby-xmlscan: Upstream no longer active 2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists 2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists 2017-01-28 www/ruby-google: Upstream no longer active 2017-01-28 archivers/ruby-lha: Upstream no longer active 2017-01-28 x11/ruby-X11: Upstream no longer active 2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby 2017-01-28 audio/ruby-mp3tag: Upstream no longer active 2017-01-28 converters/ruby-dump.rb: Upstream no longer active Notes: svn path=/head/; revision=432620
* japanese/xyaku: expire on March 1st, this port is unmaintained and itRene Ladan2017-01-281-0/+3
| | | | | | | depends on expired japanese/ruby-eb Notes: svn path=/head/; revision=432619
* Reset sanpei@'s ports after 18 months of inactivity.Rene Ladan2017-01-223-3/+3
| | | | Notes: svn path=/head/; revision=432165
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Extract do-patch into a separate script.Mathieu Arnold2017-01-161-3/+2
| | | | | | | | | | | PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029 Notes: svn path=/head/; revision=431680
* - Update to 20161228.Jun Kuriyama2017-01-164-12/+12
| | | | Notes: svn path=/head/; revision=431609
* - Update to 0.20170104Danilo Egea Gondolfo2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431555
* Update to 4.7.1Sunpoet Po-Chuan Hsieh2017-01-142-4/+4
| | | | | | | | | Changes: https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/ PR: 216059 Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer) Notes: svn path=/head/; revision=431483
* Fix ports using PREFIX in their depends instead of LOCALBASE.Mathieu Arnold2017-01-134-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=431402
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-01-135-25/+44
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=localbase - Use PORTDATA - Sort PLIST Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS Differential Revision: https://reviews.FreeBSD.org/D9073 PR: 215840 Exp-run by: antoine Notes: svn path=/head/; revision=431345
* Remove expired ports:Rene Ladan2017-01-074-52/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2017-01-07 databases/rubygem-dm-rails: Depends on deprecated www/rubygem-actionpack 2017-01-07 databases/rubygem-activerecord: Upstream support ended 2017-01-07 devel/rubygem-activesupport: Upstream support ended 2017-01-07 devel/rubygem-tzinfo03: Use devel/rubygem-tzinfo instead 2017-01-07 devel/rubygem-sprockets22: Use devel/rubygem-sprockets or devel/rubygem-sprockets3 instead 2017-01-07 devel/rubygem-prototype-rails: Depends on deprecated www/rubygem-rails 2017-01-07 devel/rubygem-rubigen: Depends on deprecated devel/rubygem-activesupport 2017-01-07 devel/rubygem-coffee-rails: Depends on deprecated www/rubygem-railties 2017-01-07 japanese/rubygem-jpmobile: Depends on deprecated rubygem-rails 2017-01-07 mail/rubygem-actionmailer: Upstream support ended 2017-01-07 mail/rubygem-mail25: Use mail/rubygem-mail instead 2017-01-07 security/dradis: Depends on deprecated www/rubygem-rails 2017-01-07 textproc/rubygem-sass-rails: Depends on deprecated www/rubygem-railties 2017-01-07 www/rubygem-rails: Upstream support ended 2017-01-07 www/rubygem-activeresource: Upstream support ended 2017-01-07 www/rubygem-responders-rails3: Depends on deprecated www/rubygem-railties 2017-01-07 www/rubygem-jquery-ui-rails: Depends on deprecated www/rubygem-railties 2017-01-07 www/rubygem-haml-rails: Depends on deprecated www/rubygem-actionpack 2017-01-07 www/rubygem-jquery-rails: Depends on deprecated www/rubygem-railties 2017-01-07 www/rubygem-railties: Upstream support ended 2017-01-07 www/rubygem-actionpack: Upstream support ended 2017-01-07 databases/rubygem-rubyrep: Depends on deprecated databases/rubygem-activerecord 2017-01-07 databases/rubygem-activerecord-mysql-adapter: Depends on deprecated databases/rubygem-activerecord 2017-01-07 databases/rubygem-dm-active_model: Depends on deprecated databases/rubygem-activemodel Notes: svn path=/head/; revision=430809
* Use GdkPixbuf::Pixbuf instead of deprecated Gdk::Pixbuf.Hajimu UMEMOTO2017-01-064-2/+24
| | | | Notes: svn path=/head/; revision=430715
* It is required to have RUN_DEPENDS to rubygem-gtk2Hajimu UMEMOTO2017-01-032-2/+4
| | | | | | | after recent update of rubygem-gio2. Notes: svn path=/head/; revision=430429
* Fix build of japanese/mozc-tool.Hiroki Sato2017-01-021-1/+1
| | | | Notes: svn path=/head/; revision=430352
* Update to 2.20.2677.102.02.Hiroki Sato2017-01-015-74/+6
| | | | Notes: svn path=/head/; revision=430281
* Update to 5.2.4.Jung-uk Kim2017-01-011-5/+5
| | | | Notes: svn path=/head/; revision=430266
* Fix build.Hiroki Sato2017-01-014-9/+66
| | | | Notes: svn path=/head/; revision=430263
* Add a patch to enable verbose build logging.Hiroki Sato2017-01-011-0/+11
| | | | Notes: svn path=/head/; revision=430244
* Update to 2.20.2677.102.Hiroki Sato2017-01-0124-749/+23
| | | | Notes: svn path=/head/; revision=430243
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-012-4/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Switch to use a GH repo to simplify maintenance of the patches.Hiroki Sato2016-12-308-135/+10
| | | | | | | - Remove outdated information. Notes: svn path=/head/; revision=429987
* Add LICENSE.Hiroki Sato2016-12-301-2/+5
| | | | Notes: svn path=/head/; revision=429976
* Update to 660.Hiroki Sato2016-12-306-11/+15
| | | | Notes: svn path=/head/; revision=429975