| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
From the original e-mail:
Goldendict still uses internal libiconv and can't to load dictionaries
that require use of iconv with WCHAR_T producing "Can't initialize
iconv conversion: Invalid argument". The patch based on the example
6.17 of porter's handbook solves the problem.
Submitted by: Art Kamog <ia.kamog@yandex.ru> (via e-mail)
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
|
|
|
|
|
|
|
| |
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
|
|
|
|
|
| |
Reported by: antoine
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
| |
|
|
|
|
| |
Requested by: makc
|
|
|
|
|
|
|
| |
. remove desktop-file-utils from USES (no mime file types);
. convert USE_DOS2UNIX -> USES=dos2unix;
. get use INSTALLS_ICONS=yes;
. use REINPLACE_CMD macro instaed of ${SED}.
|
|
|
|
|
|
| |
the mtree (categories starting with [st])
Approved by: portmgr (bdrewery)
|
|
|
|
| |
textproc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
apropriate files):
-----
bgl_babylon.cc:97:19: error: use of undeclared identifier 'dup'
file = gzdopen( DUP( fileno( f ) ), "r" );
^
bgl_babylon.cc:36:13: note: expanded from macro 'DUP'
#define DUP dup
^
-----
processwrapper.cc:99:12: error: use of undeclared identifier 'getpid'
return getpid();
^
-----
qtsingleapplication/src/qtlocalpeer.cpp:96:56: error: no member named 'getuid' in the global namespace
socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
~~^
-----
2. Use new syntax for LIB_DEPENDS.
|
|
|
|
| |
. do not mute install command.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Suggested by: danfe
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. change WWW at pkg-descr; [1]
. remove LICENSE from pkg-descr;
. use two line style headers;
. remove ABI version (.0) from LIB_DEPENDS (hunspell-1.3 *is* the libarary name);
. remove the indefinite article from COMMENT;
. USE_GNOME=pkgconfig -> USE_PKGCONFIG=build;
. make use of desktopfileutils at port and package;
. bump PORTREVISION.
PR: ports/173243 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1]
Feature safe: yes
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| |
|
|
|
|
|
|
|
|
|
| |
goldendict seems to use phonon, but it was not listed in the
dependency list explicitly, which failed the Qt 4.8.1 exp-run.
PORTREVISION bumped due to the dependency list change.
Approved by: miwi (Qt 4.8.1 exp-run)
|
|
|
|
|
|
| |
E-mailed by: eadler@
Found by: Alex Kozlov
Tested at: Redports
|
|
|
|
| |
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (by mail)
|
|
|
|
|
|
|
|
| |
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
|
|
|
|
|
|
|
|
| |
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING
Approved by: bapt (mentor)
|
|
|
|
|
|
|
|
| |
add an explicit dependency upon x11/libXtst:
. USE_XORG+=xtst;
. bump PORTREVISION.
Spotted by: pointyhat via pavmail
|
|
|
|
| |
. add LICENSE info.
|
|
|
|
| |
(via libvorbis, libtheora).
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
| |
. fix pkg-plist by adding "@dirrmtry share/applications"
(hm, that common directory doesn't seem belong to any *hier port).
|
|
It supports:
* Babylon .BGL files, complete with images and resources;
* StarDict .ifo/.dict./.idx/.syn dictionaries;
* Dictd .index/.dict(.dz) dictionary files;
* ABBYY Lingvo .dsl source files, together with abbreviations.
The files can be optionally compressed with dictzip. Dictionary
resources can be packed together into a .zip file;
* ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed
separately, or be referred to from .dsl files.
LICENSE: GPL3 or later
WWW: http://goldendict.berlios.de/
|