1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

7841 Commits

Author SHA1 Message Date
Cy Schubert
55f0fdb012 Make fetchable again. 2016-04-29 04:21:43 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Antoine Brodin
b5bdb94a14 Convert to @sample 2016-04-10 11:32:40 +00:00
Danilo Egea Gondolfo
b24577ac88 - Update to 0.20160404 2016-04-06 13:32:10 +00:00
Adam Weinberger
bd221c2699 Disable SSLv3 and enable TLSv1.1 and TLSv1.2.
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
2016-04-04 17:05:31 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Raphael Kubo da Costa
0a13855bcf Add missing items to the calligra-l10n ports plists.
Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-03-28 18:16:36 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- 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)
2016-03-27 14:57:59 +00:00
TAKATSU Tomonari
93ce472fd2 - Separate japanese/mecab-ipadic into three slave ports
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)
2016-03-26 11:42:55 +00:00
Olli Hauer
9fcbfffead - change MAINTAINER email address [1]
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
2016-03-25 11:42:13 +00:00
Raphael Kubo da Costa
66707d058e Update to 0.1.2.
PR:		208231
Submitted by:	hiroto.kagotani@gmail.com (maintainer)
2016-03-23 10:57:42 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
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)
2016-03-15 12:35:56 +00:00
Mathieu Arnold
5815027c46 These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2016-03-13 16:56:42 +00:00
Mathieu Arnold
1fc580cf0a Update to 1.9.5
PR:		205211
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-10 14:46:10 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
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
2016-03-08 13:09:12 +00:00
Danilo Egea Gondolfo
46162a6583 - Update to 0.20160301 2016-03-06 00:23:26 +00:00
Jun Kuriyama
17c48fc14d - Update to 20160229. 2016-03-04 01:40:56 +00:00
Raphael Kubo da Costa
b3a281dec2 Update to 2.8.9dev.8.
* 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)
2016-03-03 17:10:38 +00:00
Raphael Kubo da Costa
90d293bd4f Update to 2.8.8rel.2.
* 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)
2016-03-03 17:07:18 +00:00
Raphael Kubo da Costa
6b83f7c9e9 Fix line breaks conversion.
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)
2016-02-28 23:47:38 +00:00
Dirk Meyer
78b97f0b61 - Makefile.local for slave ports is included by bsd.port.mk r397519 2016-02-28 09:32:43 +00:00
TAKATSU Tomonari
bc3fee8189 - Update to 4.2.3 2016-02-26 02:33:04 +00:00
Martin Wilke
61f73a7ef5 - Update to 4.4.2 2016-02-23 09:38:38 +00:00
Raphael Kubo da Costa
e554e12948 Update to 2.8.9.
PR:		207322
Submitted by:	townwear@gmail.com (maintainer)
2016-02-19 16:30:23 +00:00
Jung-uk Kim
ceaec8a283 Update to 5.0.5. 2016-02-15 19:32:16 +00:00
John Marino
3c25e452e2 japanese/mutt-devel: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-13 12:23:38 +00:00
John Marino
42770a946e japanese/lipsf: USES+= ncurses, respect LDFLAGS
Also link with ncurses, not curses or termcap
2016-02-13 12:18:10 +00:00
Danilo Egea Gondolfo
086b0fd950 - Update to 0.20160201 2016-02-11 23:50:55 +00:00
Raphael Kubo da Costa
d047bd9e6e Update Calligra to 2.9.11.
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/
2016-02-08 19:18:59 +00:00
John Marino
3b6d3d04e3 japanese/skkfep: forgot to commit changed patch file earlier 2016-02-05 17:18:21 +00:00
John Marino
f993d3a112 japanese/jed: forgot to commit changed patch file earlier 2016-02-05 17:15:42 +00:00
John Marino
ddb5e46906 japanese/skkfep: USES+= ncurses 2016-02-05 16:49:26 +00:00
John Marino
ca05c54faa japanese/ng: USES+= ncurses, link with libncurses (not termcap) 2016-02-05 16:48:27 +00:00
John Marino
c6ac5e4618 japanese/ng-devel: USES+= ncurses 2016-02-05 16:46:50 +00:00
John Marino
f347c1c4f5 japanese/ne: USES+= ncurses, respect LDFLAGS 2016-02-05 16:45:02 +00:00
John Marino
a223ae00dd japanese/lynx(-current): document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 16:42:46 +00:00
John Marino
d1dbcc3293 japanese/jls: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libtermap.  While here, join compound
command with "&&" and wrap in parentheses.

approved by:	infrastructure blanket
2016-02-05 16:41:00 +00:00
John Marino
240071263d japanese/jed: USES+= ncurses, link with ncurses (not curses) 2016-02-05 16:39:08 +00:00
John Marino
9275e9bab6 japanese/less: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-30 23:32:14 +00:00
TAKATSU Tomonari
a7eb4f19ae - Update to 4.2.2 2016-01-26 19:52:48 +00:00
TAKATSU Tomonari
581a2793e6 - Add japanese/bugzilla50
(svn copy japanese/bugzilla44 to japanese/bugzilla50 and update
   to 5.0.2)

Reviewed by:	ohauer@
2016-01-25 08:49:28 +00:00
Pawel Pekala
3b1cab7522 Modernize pkg-plist, remove deprecated @dirrm
Approved by:	portmgr blanket
2016-01-18 17:37:53 +00:00
Sunpoet Po-Chuan Hsieh
aacf3f106e - Add NO_ARCH
Approved by:	portmgr (blanket)
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:24 +00:00
Sunpoet Po-Chuan Hsieh
5772384f2e - Add NO_ARCH
Approved by:	portmgr (blanket)
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:19 +00:00
Steve Wills
f0b0908dc5 mark ports that don't work with Ruby 2.3
PR:		205774
2016-01-17 07:06:25 +00:00
Martin Wilke
9ab746d695 - Update to 4.4.1 2016-01-13 10:12:05 +00:00
Danilo Egea Gondolfo
dddbf2a91e - Update to 0.20160105 2016-01-13 10:05:58 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00