| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Submitted by: Tobias Berner <tcberner@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
|
|
|
|
|
| |
PR: 208231
Submitted by: hiroto.kagotani@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 205211
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 207322
Submitted by: townwear@gmail.com (maintainer)
|
| |
|
|
|
|
| |
approved by: infrastructure blanket
|
|
|
|
| |
Also link with ncurses, not curses or termcap
|
| |
|
|
|
|
|
|
|
| |
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/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
approved by: infrastructure blanket
|
|
|
|
|
|
|
| |
Also link with libncurses, not libtermap. While here, join compound
command with "&&" and wrap in parentheses.
approved by: infrastructure blanket
|
| |
|
|
|
|
| |
approved by: infrastructure blanket
|
| |
|
|
|
|
|
|
|
| |
(svn copy japanese/bugzilla44 to japanese/bugzilla50 and update
to 5.0.2)
Reviewed by: ohauer@
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: PortsCamp Taiwan
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: PortsCamp Taiwan
|
|
|
|
| |
PR: 205774
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add missing php*-ftp dependecy
- Switch mysql to mysqli
|
|
|
|
| |
2015-12-25 japanese/ochusha: Development ceased in 2008, other options available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Approved by: mat (mentor)
Differential Revision: D4636
|
| |
|
|
|
|
|
|
|
| |
PR: 205175
Submitted by: ysarumaru@gmail.com
Approved by: mat (mentor)
Differential Revision: D4491
|
|
|
|
|
|
|
| |
- Update LICENSE
Changes: https://wordpress.org/news/2015/12/clifford/
MFH: 2015Q4
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
| |
PR: 204492
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204799
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While here, add NO_ARCH
PR: 204798
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204796
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204800
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 204797
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
|
| |
- Fix endianes detection
- Pass maintainership to submitter
PR: 204801
Submitted by: CQG00620@nifty.ne.jp
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Remove license information from pkg-descr
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
PR: 204492
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
|
| |
|
|
|
|
| |
script due to fallouts of r399992
|
|
|
|
|
|
|
| |
a gzip-compressed PCF.
Submitted by: Yasuhito FUTATSUKI
PR: 203414
|
|
|
|
|
|
| |
PR: 203907
Submitted by: maintainer
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 203036
Submitted by: fmysh@iijmio-mail.jp
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
| |
This release fixing multiple security vulnerabilities.
PR: 203365
Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org>
Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
- Add LICENSE.
|
|
|
|
| |
- Use %%FONTSDIR%% directly.
|
|
|
|
| |
- Use %%FONTSDIR%% directly.
|
| |
|
|
|
|
| |
- Use %%FONTSDIR%% directly.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Use post-install-DOCS-on.
|
|
|
|
|
|
| |
- Strip binaries
Approved by: portmgr blanket
|
|
|
|
| |
- Switch to options helpers
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
... 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
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH=yes
- Fix path in pkg-install.in
- Switch upstream to GitHub
PR: 201264
Submitted by: Koichiro Iwao (maintainer)
|
|
|
|
|
| |
- Install documentation files in `do-install-DOCS-on' target
- Clean up Makefile and port description text while I'm here
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://ja.wordpress.org/2015/08/19/billie/
|
|
|
|
| |
Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
|
|
|
|
|
|
| |
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 201663
Submitted By: s3erios@gmail.com
|
|
|
|
|
|
|
|
|
| |
- remove pkg-{install,deinstall} scripts
- add pkg-message for how to setup fontpath
- bump portrevision
PR: 201629
Submitted by: CQG00620@nifty.ne.jp (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 200066
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
|
|
|
|
|
| |
PR: 201632
Submitted by: s3erios@gmail.com
|
|
|
|
|
| |
PR: 201630
Submitted by: s3erios@gmail.com
|
| |
|
|
|
|
|
|
|
| |
PR: 202107
Submitted by: ychsiao@ychsiao.org (maintainer)
MFH: 2015Q3
Security: ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
|
|
|
| |
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 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.
|
|
|
|
| |
PR: 201846
|
|
|
|
|
| |
PR: ports/201615
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
PR: 200064, 200065
Submitted by: WATANABE Kazuhiro
|
|
|
|
|
| |
PR: 201633
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Fix XML file for ibus engine.
- Fix stop_server() in mozc startup script.
PR: 199258 [*]
Based on work by: Koichiro IWAO [*]
|
| |
|
|
|
|
|
|
|
| |
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
|
|
|
|
|
|
| |
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
|
| |
|
|
|
|
| |
- straipbin
|
| |
|
|
|
|
|
|
| |
PR: ports/200562
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf yf bsdclub org>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
- Simplify docs installation
|
|
|
|
| |
- Rewrite dependencies with OPT_ABOVEVARIABLE notation
|
|
|
|
| |
- Rewrite dependencies with OPT_ABOVEVARIABLE notation
|
|
|
|
|
|
| |
- Add NO_ARCH
MFH: 2015Q2
|
|
|
|
| |
MFH: 2015Q2 (blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Remove USE_RAKE
Changes: https://github.com/yhara/myrurema/blob/master/HISTORY
https://github.com/yhara/myrurema/commits/master
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
With hat: perl@
Sponsored by: Absolight
|
|
|
|
| |
PR: 199956
|
|
|
|
|
|
| |
PR: 199956
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
| |
while here convert to USES=autoreconf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
PR: 199553
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
qw(...) can no longer be used as parentheses
Also, rename a patch to stick to our naming scheme.
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
the same deprecation date.
With hat: perl@
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 199536
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
|
| |
|
|
|
|
| |
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 199113
Reported by: hiroto.kagotani@gmail.com
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Maintainer's timeout (hrs@FreeBSD.org)
PR: 198594
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
| |
PR: 198842
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Strip library
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- Fix LOCALBASE refeences in pkg-message and readme
- Fix permissions and installation from non-root
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 197546
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
| |
|
|
|
|
|
| |
PR: 197545
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Lingua-JA-Numbers/Changes
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
MFH: 2015Q1
|
| |
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Encode-ISO2022/
|
|
|
|
|
|
| |
- Enable GIO when GTK2 or GTK3 is enabled. [1]
Submitted by: tijl [1]
|
|
|
|
| |
- Fix mozc_tool path in the fcitx patch set.
|
|
|
|
|
| |
- Fix mozc_tool script to accept options regardless --mode= is specified.
- Fix leim-list.el to load mozc.elc.
|
| |
|
|
|
|
|
| |
Submitted by: Koichiro IWAO
PR: 196579
|
|
|
|
|
| |
- fcitx-mozc has been updated to 2.16.2037.102.2 patch.
- mozc_server_* scripts have been replaced with a single mozc script.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
This fetchs the source of segfaults on amd64.
PR: 196184
Submitted by: moga (chigusa.homeunix.org)
|
|
|
|
|
| |
PR: 196792
Submitted by: maintainer (Yasuhiro KIMURA)
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
| |
|
|
|
|
|
|
|
|
| |
- Remove outdated PERL_LEVEL check
- Bump PORTREVISION for dependency change
- While I'm here, use single space after WWW:
With hat: perl
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
With hat: python@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Provides 'mail' gem with iso-2022-jp conversion capability
|
|
|
|
|
| |
PR: ports/195766
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
| |
|
|
|
|
|
| |
PR: ports/196254
Submitted by: maintainer
|