Commit graph

7977 commits

Author SHA1 Message Date
Jung-uk Kim
b2486f9967 Update to 5.2.5. 2017-02-01 00:52:29 +00:00
Sunpoet Po-Chuan Hsieh
5ec74ff4d4 Fix build with devel/protobuf 3.2.0
Notified by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
2017-01-30 21:42:13 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Sunpoet Po-Chuan Hsieh
096585ad3c Update to 4.7.2
Changes:	https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/
PR:		216540
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-01-28 20:54:07 +00:00
Rene Ladan
a8d756b01f Remove expired ports:
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
2017-01-28 11:18:44 +00:00
Rene Ladan
c8a829e609 japanese/xyaku: expire on March 1st, this port is unmaintained and it
depends on expired japanese/ruby-eb
2017-01-28 11:10:14 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
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)
2017-01-18 13:20:31 +00:00
Mathieu Arnold
1cc9fcd1c7 Extract do-patch into a separate script.
PR:		215761
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D9029
2017-01-16 16:47:00 +00:00
Jun Kuriyama
572e943f74 - Update to 20161228. 2017-01-16 00:08:24 +00:00
Danilo Egea Gondolfo
d906cb3888 - Update to 0.20170104 2017-01-15 12:55:58 +00:00
Sunpoet Po-Chuan Hsieh
a72fc7bb0f Update to 4.7.1
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)
2017-01-14 17:19:49 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Sunpoet Po-Chuan Hsieh
9063f9304c Update to 3.0.4
- 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
2017-01-13 07:21:04 +00:00
Rene Ladan
ea287f835d Remove expired ports:
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
2017-01-07 15:39:26 +00:00
Hajimu UMEMOTO
fd608b2cde Use GdkPixbuf::Pixbuf instead of deprecated Gdk::Pixbuf. 2017-01-06 16:49:12 +00:00
Hajimu UMEMOTO
ca0e94419b It is required to have RUN_DEPENDS to rubygem-gtk2
after recent update of rubygem-gio2.
2017-01-03 01:10:33 +00:00
Hiroki Sato
781f3b27c2 Fix build of japanese/mozc-tool. 2017-01-02 12:10:39 +00:00
Hiroki Sato
70f5d1ba0f Update to 2.20.2677.102.02. 2017-01-01 19:54:08 +00:00
Jung-uk Kim
c8774e64f9 Update to 5.2.4. 2017-01-01 17:54:02 +00:00
Hiroki Sato
b8aa484b16 Fix build. 2017-01-01 17:19:52 +00:00
Hiroki Sato
b82a0b63b7 Add a patch to enable verbose build logging. 2017-01-01 06:49:13 +00:00
Hiroki Sato
18557054a1 Update to 2.20.2677.102. 2017-01-01 06:47:00 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Hiroki Sato
b5a663d80c - Switch to use a GH repo to simplify maintenance of the patches.
- Remove outdated information.
2016-12-30 13:54:35 +00:00
Hiroki Sato
5c233aac1a Add LICENSE. 2016-12-30 12:38:02 +00:00
Hiroki Sato
2f585fab19 Update to 660. 2016-12-30 12:33:35 +00:00
Li-Wen Hsu
ffdf5b9d69 - Make fetchable
PR:		212965
Submitted by:	hakotani000@gmail.com
2016-12-29 14:36:41 +00:00
Steve Wills
8f5af4e9c3 japanese/ruby-usersguide: deprecate 2016-12-28 12:46:38 +00:00
Steve Wills
6fba61ac0a japanese/ruby-mecab: deprecate 2016-12-28 03:40:28 +00:00
Steve Wills
479128312d japanese/ruby-eb: deprecate 2016-12-28 03:39:44 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0 - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Mathieu Arnold
cd19d23292 More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
2016-12-14 16:06:19 +00:00
Dmitry Marakasov
095d372001 - Update to 4.7
PR:		215110
Submitted by:	joneum@bsdproject.de (maintainer)
2016-12-13 16:30:00 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Tijl Coosemans
094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00
Tijl Coosemans
5c1d05b7a4 Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
2016-12-08 15:46:46 +00:00
Steve Wills
96e1efe907 japanese/rubygem-jpmobile: deprecate due to dependency on www/rubygem-rails
With hat:	ruby@
2016-12-06 23:15:16 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Hiroki Sato
d45c610212 Remove an extra SUB_FILES.
Spotted by:	ume
2016-11-16 10:49:01 +00:00
Hiroki Sato
ac81657827 Fix wrong lines of SHEBANG_FILES and USE_RC_SUBR.
Spotted by:	mat
2016-11-16 08:51:53 +00:00
Wen Heping
5850fb252e - Update to 20161105
PR:		214376
Submitted by:	meta+ports@vmeta.jp(maintainer)
2016-11-16 03:09:31 +00:00
Hiroki Sato
4990a6f364 Add a missing patch in the previous commit. 2016-11-16 01:06:36 +00:00
Hiroki Sato
3ce1bd15ad Update to 3.00.
Submitted by:	Kenji Rikitake (maintainer)
PR:		214465
2016-11-16 01:05:04 +00:00
Hiroki Sato
0c58bf30ac - Add japanese/p5-2chproxy, an HTTP proxy converting contents of 2ch.net
into the old .dat format.
- Update japanese/navi2ch to use japanese/p5-2chproxy as an HTTP server
  by default.
2016-11-16 00:43:30 +00:00