| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.
PR: 209303
Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
Notes:
svn path=/head/; revision=415873
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
Notes:
svn path=/head/; revision=415864
|
|
|
|
|
|
|
|
|
| |
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=415839
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All of the Calligra translations can use %%LANG%% in their plists
to reduce plist-differences across the translations and reduce
churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../..
constructions.
Original work by tcberner.
PR: 209268
Submitted by: Adriaan de Groot <groot@kde.org> (kde)
Notes:
svn path=/head/; revision=415763
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
|
|
|
|
|
|
| |
- Remove extra -9 for GZIP_CMD.
Notes:
svn path=/head/; revision=415733
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415501
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use Github as the source.
- Depend on devel/py-gyp and japanese/zinnia because bundled versions have
been removed from the original distfile.
- devel/py-gyp-devel has been updated to snapshot as of 20160504 and
renamed with devel/py-gyp. Take maintainership[*].
- Install mozc.el.gz instead of mozc.el.
Approved by: maintainer [*]
Notes:
svn path=/head/; revision=415345
|
|
|
|
| |
Notes:
svn path=/head/; revision=415297
|
|
|
|
| |
Notes:
svn path=/head/; revision=415138
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: ports-secteam (with hat)
Security: CVE-2016-4566
Security: CVE-2016-4567
Security: https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html
MFH: 2016Q2
Notes:
svn path=/head/; revision=414906
|
|
|
|
| |
Notes:
svn path=/head/; revision=414753
|
|
|
|
| |
Notes:
svn path=/head/; revision=414712
|
|
|
|
| |
Notes:
svn path=/head/; revision=414253
|
|
|
|
| |
Notes:
svn path=/head/; revision=414136
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=414118
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
| |
Notes:
svn path=/head/; revision=412919
|
|
|
|
| |
Notes:
svn path=/head/; revision=412617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=412519
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
| |
Submitted by: Tobias Berner <tcberner@gmail.com>
Notes:
svn path=/head/; revision=412065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=411990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=411923
|
|
|
|
|
|
|
| |
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
Notes:
svn path=/head/; revision=411834
|
|
|
|
|
|
|
|
| |
PR: 208231
Submitted by: hiroto.kagotani@gmail.com (maintainer)
Notes:
svn path=/head/; revision=411696
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=411156
|
|
|
|
|
|
|
|
|
| |
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=411002
|
|
|
|
|
|
|
|
|
| |
PR: 205211
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=410754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=410613
|
|
|
|
| |
Notes:
svn path=/head/; revision=410221
|
|
|
|
| |
Notes:
svn path=/head/; revision=410076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=410063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=410062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=409785
|
|
|
|
| |
Notes:
svn path=/head/; revision=409731
|
|
|
|
| |
Notes:
svn path=/head/; revision=409573
|
|
|
|
| |
Notes:
svn path=/head/; revision=409392
|
|
|
|
|
|
|
|
| |
PR: 207322
Submitted by: townwear@gmail.com (maintainer)
Notes:
svn path=/head/; revision=409189
|
|
|
|
| |
Notes:
svn path=/head/; revision=408954
|
|
|
|
|
|
|
| |
approved by: infrastructure blanket
Notes:
svn path=/head/; revision=408790
|
|
|
|
|
|
|
| |
Also link with ncurses, not curses or termcap
Notes:
svn path=/head/; revision=408789
|
|
|
|
| |
Notes:
svn path=/head/; revision=408706
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=408504
|
|
|
|
| |
Notes:
svn path=/head/; revision=408232
|
|
|
|
| |
Notes:
svn path=/head/; revision=408231
|
|
|
|
| |
Notes:
svn path=/head/; revision=408227
|