aboutsummaryrefslogtreecommitdiffstats
path: root/polish
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Update to 20171105sunpoet2017-11-072-4/+4
|
* Update to 5.3.7.jkim2017-11-031-5/+5
|
* Update to 20171029sunpoet2017-10-302-4/+4
|
* Update to 20171022sunpoet2017-10-242-4/+4
|
* Update to 20171015sunpoet2017-10-172-4/+4
|
* Update to 20170924sunpoet2017-09-252-4/+4
|
* - Fix configure failing to find libgadu by using USES=localbasepawel2017-09-241-2/+6
| | | | | | - Add licensing information - Use tab instead of space in CONFIGURE_ARGS line - Add USES=ssl when OPENSSL option is selected
* Cleanup after removal of libexecinfo from ports.mat2017-09-221-2/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Remove USES=execinfo.mat2017-09-222-2/+2
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Fix kde4-l10n packages after sysutils/filelight's updatetcberner2017-09-172-2/+1
| | | | | | | | | | | | | | | I chose filelight-17.* as it contains its own localization, which is good, as kde4-l10n is very outdated, and may not match modern filelight anymore. Unfortunately this lead to conflicts with the kde4-l10n. So strip the filelight parts from kde4-l10n-*. Reported by: VVD (via IRC) Reviewed by: rakuco Pointyhat to: tcberner Differential Revision: https://reviews.freebsd.org/D12393
* Update to 20170914sunpoet2017-09-152-4/+4
|
* Update to 20170906sunpoet2017-09-112-4/+4
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-112-1/+2
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Update to 5.3.6.jkim2017-09-061-5/+5
|
* Update to 20170824sunpoet2017-09-052-4/+4
|
* Update to 20170820sunpoet2017-08-232-4/+4
|
* Update to 20170806sunpoet2017-08-192-4/+4
|
* Update to 20170806sunpoet2017-08-082-4/+4
|
* Update to 5.3.5.jkim2017-08-041-5/+5
|
* Update to 20170729sunpoet2017-07-313-8/+9
| | | | | | | - Update MASTER_SITES - Update LICENSE - Sort LICENSE - Update WWW
* Update to 20170716sunpoet2017-07-182-4/+4
|
* Update to 20170709sunpoet2017-07-112-4/+4
|
* Update to 20170702sunpoet2017-07-032-4/+4
|
* Update devel/readline to 7.0 patch 3sunpoet2017-06-272-2/+2
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Update to 20170625sunpoet2017-06-262-4/+4
|
* Update to 5.3.4.jkim2017-06-221-5/+5
|
* Update to 20170618sunpoet2017-06-202-4/+4
|
* Update the Calligra ports to 3.0.1.rakuco2017-06-175-91/+0
| | | | | | | | | | | | | | | | | | The 3.x series is based on KDE Frameworks 5, and some programs have been split into separate ports: - Sheets, Words & co are in editors/calligra. - Krita is in graphics/krita. - Kexi is in databases/kexi. - The calligra-l10n* ports are now part of editors/calligra itself. Okular support in editors/calligra and Marble support in textproc/kreport have been disabled for now because they need the KF5 version of those ports. Thanks to everyone who's tested it and worked on it in our area51 repository. Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco Reviewed by: rakuco, mat (earlier versions) Differential Revision: https://reviews.freebsd.org/D10167
* Update to 20170611sunpoet2017-06-142-4/+4
|
* Update to 20170604sunpoet2017-06-052-4/+4
|
* - Add LICENSE informationpawel2017-06-012-11/+16
| | | | | | | | - Convert to USES=localbase - Add missing dependencies found by stage-qa - Fix build when GTKSPELL=on, needs aspell - Remove deprecated WANT_GNOME - Fix typo in pkg-descr
* Update to 20170528sunpoet2017-05-292-4/+4
|
* Update to 20170521sunpoet2017-05-232-4/+4
|
* Update to version 0.2.3pawel2017-05-205-7/+37
| | | | | | | | | - application translated to English and Italian languages - completely rewritten configuration subsystem - code separated into two subprojects: libqnapi and gui - selecting target format/extension from command line interface - #65 - fixed problem with color information loss during subtitles conversion - #100 - Linux x86_64 AppImage binary available
* Update to 5.3.3.jkim2017-05-201-5/+5
| | | | | Unfortunately, support for Firebird database is temporarily disabled because Firebird 2.5 is no longer supported.
* Update to 20170514sunpoet2017-05-152-4/+4
|
* Prepare the removal of x11-toolkits/qt5-declarativetcberner2017-05-151-2/+2
| | | | | | | | | | | | | | devel/qt5-declarative has not been released since Qt 5.5.1, and it starts to lead to runtime conflicts with qt5-quick if installed. * No port is actually still using it (there are ports that had it as a dependency, but do not really require it -- bump these, and remove it). * Remove it from the Qt 5 metaport. Reported by: Armin Pirkovitsch Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10673
* Fix segfault on program exitpawel2017-05-122-1/+13
|
* Update to 20170505sunpoet2017-05-082-4/+4
|
* Update to 5.2.7.jkim2017-05-051-5/+5
|
* Update to 20170430sunpoet2017-05-032-4/+4
|
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-252-1/+2
| | | | | PR: 218658 Submitted by: riggs
* Update to 20170416sunpoet2017-04-182-4/+4
|
* Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.mat2017-04-121-1/+1
| | | | Sponsored by: Absolight
* Update to 20170402sunpoet2017-04-032-4/+4
|
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-012-0/+2
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Update to 5.2.6.jkim2017-03-281-5/+5
|
* - Update to 20170305sunpoet2017-03-062-4/+4
|
* - Add LICENSEamdmi32017-03-021-4/+7
| | | | | - Switch to USES=localbase - Switch to options helpers
* - Update to 20170212sunpoet2017-02-142-4/+4
|
* Update to 5.2.5.jkim2017-02-011-5/+5
|
* Update to version 4.3pawel2017-01-283-6/+45
| | | | | | Changelog: translations: #3124 fixed: added German translation gadu: #3117 fixed: TLS errors fixed (Vogel)
* - Update to version 1.12.2pawel2017-01-283-5/+5
| | | | - New homepage
* Update to 20170115sunpoet2017-01-162-4/+4
|
* Assume "pkg-config zlib" works after 9.x reached EOLjbeich2017-01-041-2/+0
|
* Update to 5.2.4.jkim2017-01-021-5/+5
|
* - Update to 20161216sunpoet2016-12-172-4/+4
|
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Fix build on FreeBSD 10.1 by disabling build of some tests usingpawel2016-12-071-0/+2
| | | | | | advanced C++ constructs not supported by clang system compiler. Reported by: pkg-fallout
* - Update to version 4.2pawel2016-12-0611-616/+1394
| | | | | | - Add missing dependencies found by stage-qa - Remove INSTALLS_ICONS, it's for Gtk+ applications - Remove upstreamed patches
* Switch to GnuTLS for secure connections, it's upstream firstpawel2016-12-062-26/+4
| | | | | | choice. Also newer polish/kadu (version >= 3.0, soon to be committed) have documented problems with connecting to GaduGadu servers when using OpenSSL.
* - Update to version 20091121, now in UTF8 formatpawel2016-11-284-45/+89
| | | | - Make fetchable by using PLD upstream mirrors
* Update security/gpgme-* to 1.8.0jhale2016-11-271-1/+1
| | | | | | | | | | | | In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
* - Update to 20161111sunpoet2016-11-212-3/+4
|
* - Update to version 0.2.2pawel2016-11-122-5/+8
| | | | | | | - Add missing dependencies found by stage-qa Changelog: https://github.com/QNapi/qnapi/releases/tag/0.2.2
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
|
* Use USES=pathfix where applicable.mat2016-10-212-3/+2
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* polish/fortunepl: uncomment BROKENmarino2016-09-201-1/+1
| | | | | I tested that fortunepl was indeed still broken by commenting out the BROKEN definition before committing it, but I forgot to uncomment it.
* polish/fortunepl: Once again, mark this port BROKEN (unfetchable)marino2016-09-201-0/+2
| | | | | | The previous revert was in error, in more ways than one. Replace the correct BROKEN definition that was carelessly removed. This port is NOT fetchable and must remain BROKEN.
* Revert recent strfile changes, strfile is already in baseantoine2016-09-151-10/+10
| | | | With hat: portmgr
* GOOGLE_CODE has gone away.mat2016-09-141-1/+0
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* polish/fortunepl: Use fortune_strfile instead of strfile(8) and mark BROKENmarino2016-09-141-10/+10
| | | | | | This removes the dependency on the games distribution. Unfortunately, it's also unfetchable so it's also been marked BROKEN for this reason.
* polish/libgadu: Handle missing SSLv3 method for LibreSSLmarino2016-09-122-1/+15
| | | | Approved by: SSL blanket
* - Update to version 1.1.0pawel2016-07-241-0/+1
| | | | | | - Bump polish/kadu, library ABI change Changelog: https://github.com/vogel/injeqt/blob/master/ChangeLog
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
| | | | | | | | | 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)
* editors/calligra-l10n: add plist-subpi2016-05-242-72/+72
| | | | | | | | | | | | 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)
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-192-2/+2
| | | | Approved by: portmgr blanket
* Update to 5.0.6.jkim2016-05-071-4/+4
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-017-37/+37
| | | | | With hat: portmgr Sponsored by: Absolight
* Add missing items to the calligra-l10n ports plists.rakuco2016-03-292-0/+2
| | | | Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Add LICENSE_FILEamdmi32016-03-161-4/+2
| | | | | | | - Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB) - Switch to USES=localbase Approved by: portmgr blanket
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-081-2/+2
| | | | | | | | | | | | 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
* - Makefile.local for slave ports is included by bsd.port.mk r397519dinoex2016-02-281-4/+0
|
* Update to version 0.2.1pawel2016-02-272-5/+7
|
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵amdmi32016-02-251-1/+1
| | | | | | and security/libotr3 Approved by: portmgr blanket
* Update to 5.0.5.jkim2016-02-161-4/+4
|
* Update Calligra to 2.9.11.rakuco2016-02-092-3/+2
| | | | | | | 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/
* polish/ekg: document ncurses requirement (USES+=ncurses)marino2016-02-061-2/+2
| | | | approved by: infrastructure blanket
* Add upstream patch to fix the build with the upcoming Qt 5.5.1.rakuco2016-01-211-0/+112
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* Fix library dependency.bdrewery2016-01-081-2/+3
| | | | | | The library is provided by textproc/aspell, which is what pkg was already registering as a dependency. This fixes Poudriere rebuilding ekg every time due to a 'new dependency' on polish/aspell when ASPELL is selected.
* Update Calligra to 2.9.10.rakuco2015-12-223-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* Update to 5.0.4.jkim2015-12-181-4/+4
|
* Switch to options helperpawel2015-12-121-6/+2
|
* - Switch to USES=shebangfixpawel2015-12-121-9/+3
| | | | - Convert to options helper
* Update to version 0.2.0pawel2015-11-253-7/+8
| | | | | | | | | | | | | | | Changelog: - quiet batch mode (not available on OSX) - #13 - bugfixes in Napisy24 engine - #23 - icons placed at directories according to their sizes - #24 - HiDPI display awareness (OSX) - #27 - support for paths containing special characters (Windows) - #28 - bugfixed SRT conversion adding empty lines to resulting file (Windows) - #29 - application self-closing in batch mode (OSX) - #31 - added version information to .exe file (Windows) - #32 - bugfixes in file encoding detection (UTF-8 with BOM amongst others) - #34 - preserving original file encoding during subtitle format conversion - bugfixed backup language support - #36
* - Switch to options helpersamdmi32015-11-131-0/+2
|
* - Add LICENSEamdmi32015-11-131-1/+3
| | | | - Switch to options helpers
* - Fix build with gcc 4.9 [1]pawel2015-11-112-5/+12
| | | | | | | - Use option helper PR: 204395 [1] Reported by: gerald [1]
* Update to 5.0.3.jkim2015-11-041-4/+4
|
* - Update to 20150428sunpoet2015-10-272-3/+3
|
* Update to 5.0.2.jkim2015-09-242-6/+6
|
* Remove the autodetect optionbapt2015-09-132-101/+34
| | | | Convert to options helpers
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
| | | | | | | | | 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).
* Update to version 0.1.9pawel2015-08-273-40/+6
| | | | | | | | | | Changelog: - conversion between subtitle formas: SRT, mDVD, TMP, MPL2 (now ffprobe is required) - select target extension of subtitles - directory scanning now can see other subtitle extensions than .txt (also .srt and .sub) - respect INSTALL_PREFIX on icons and desktop files installation
* - Update to version 1.8, now Qt5 basedpawel2015-08-175-73/+50
| | | | | | | - Development moved to GitHub - Drop INSTALLS_ICONS, it's for Gtk apps - Install all desktop files into DESKTOPDIR to be more desktop agnostic
* - Update to version 2.1, now Qt5 basedpawel2015-07-248-86/+244
| | | | | - USES=compiler for better handling of needed compiler - USES=libarchive to prevent linking with libarchive from base on 10+
* - Add NO_ARCHsunpoet2015-07-181-0/+1
|
* - Add NO_ARCHsunpoet2015-07-181-0/+1
|
* - Add NO_ARCHsunpoet2015-07-181-0/+1
|
* - Strip librariesamdmi32015-06-011-1/+2
|
* - Strip libraryamdmi32015-05-161-1/+3
| | | | - Unsilence install
* Cleanup DIST* variables.mat2015-05-122-4/+3
| | | | | | | | | | | 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
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* - Update to 20150426sunpoet2015-04-272-3/+3
|
* Update to 4.3.7.jkim2015-04-261-4/+4
|
* - Update to 20150419sunpoet2015-04-222-3/+3
|
* - Update to 20150405sunpoet2015-04-062-3/+3
|
* Convert to new USE_GITHUBpawel2015-04-042-3/+2
|
* - Update to 20150329sunpoet2015-03-302-3/+3
|
* - Update to 20150322sunpoet2015-03-242-3/+3
|
* - Update to 20150315sunpoet2015-03-172-3/+3
|
* Update KDE SC to 4.14.3alonso2015-03-122-2/+3
| | | | | | | | | | | | | | | | 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
* - Update to 20150308sunpoet2015-03-102-3/+3
|
* - Update to 20150301sunpoet2015-03-032-3/+3
|
* - Update to 20150222sunpoet2015-02-242-3/+3
|
* - Update to 4.3.6.jkim2015-02-211-4/+4
| | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1]
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-1/+1
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
* Unbreak on headantoine2015-02-151-11/+6
|
* Update to version 1.5pawel2015-01-212-4/+3
| | | | | | | Changelog: - otr: #2895 fixed: strange error messages when using libotr5-4.1.0 (Vogel) - history: #2902 fixed: clear history menu item dissappears after a second (Vogel)
* - Update to 20150111sunpoet2015-01-132-3/+3
|
* - Update devel/qca to version 2.1.0tijl2015-01-131-1/+1
| | | | | | | | | | - Plugins are no longer available separately so remove security/qca-* and replace them with options in devel/qca - Adjust all ports that depended on security/qca-* - This also fixes the build of the OpenSSL plugin when OpenSSL doesn't support SSLv2 Approved by: kde (rakuco)
* - Update to 20150104sunpoet2015-01-062-3/+3
|
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+1
| | | | With hat: python@
* Update to version 1.4pawel2015-01-012-4/+4
| | | | | | Changes: hints: #2905 fixed: crash after clicking on hint (Vogel) gadu: #2906 fixed: random disconnections (Vogel)
* - Update to version 1.12.1pawel2015-01-012-11/+6
| | | | - Use pathfix to fix pkgconfigdir
* CMake 3.1.0 compatibility, take 2.rakuco2015-01-011-0/+37
| | | | | | Add another patch of mine sent upstream to make the port build with CMake 3.1.0. No PORTREVISION bump as there should be no changes in functionality or contents of the generated package.
* Revert r375855 for now.rakuco2014-12-311-29/+0
| | | | | The issue with CMake 3.1.0 is actually something else. Back the change out for now while a proper fix is being worked on.
* Add a patch (submitted upstream) to make the port build with CMake 3.1.0.rakuco2014-12-311-0/+29
| | | | | Use the proper syntax for configure_package_config_file(). Verified to also work with CMake 3.0.2.
* - Update to 20141221sunpoet2014-12-242-3/+3
|
* cleanup plistbapt2014-12-213-3/+0
|
* Update to 4.3.5.jkim2014-12-191-4/+4
|
* - Update to version 1.3pawel2014-12-139-85/+3
| | | | - Remove lots of upstreamed fixes
* - Update to 20141207sunpoet2014-12-092-3/+3
|
* - Update polish/kadu to version 1.2pawel2014-12-0613-255/+723
| | | | - Add UPDATING entry
* Update to 4.3.4.jkim2014-11-271-4/+4
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Update to 20141123sunpoet2014-11-252-3/+3
|
* Cleanup plistantoine2014-11-126-23/+0
|
* Update to 4.3.3.jkim2014-11-011-4/+4
|
* Switch to USES=execinfopawel2014-10-251-3/+2
|
* - Switch to gnutls for encryption, openssl from base fails to connectpawel2014-10-251-2/+3
| | | | | | | with Facebook chat servers recently [1] - Install striped binaries Reported by: Wojciech Scigala [1]
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-193-176/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
* Update to 4.3.2.jkim2014-10-172-5/+4
|
* Remove @dirrm's from my ports plistspawel2014-10-144-380/+0
|
* - Update to 20141005sunpoet2014-10-072-3/+3
|
* Convert to USES=autoreconfpawel2014-09-271-4/+1
|
* - Update to 20140915sunpoet2014-09-182-3/+3
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-114-3/+4
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Allow staging as a regular userantoine2014-09-112-7/+12
| | | | - Remove DOCS conditions
* - Update to 20140901sunpoet2014-09-042-3/+3
|
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Fix missing library problem when the linker enforces explicit linkingtijl2014-08-271-2/+2
| | | | PR: 192062
* - Update to 20140824sunpoet2014-08-272-3/+3
|
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-1/+4
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 20140817sunpoet2014-08-182-3/+3
|
* devel/protobuf-c: update to 1.0.1wg2014-08-171-0/+1
| | | | | | | | | | - Bump port revision due to shlib change - Add DOCS option - Pass maintainership to submitter PR: 192175 Submitted by: truckman Approved by: maintainer
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-162-1/+2
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* - Update to 20140810sunpoet2014-08-122-3/+3
|
* - Update to 20140803sunpoet2014-08-052-3/+3
|
* Rename p*/ patch-xy patches to reflect the files they modify.adamw2014-07-292-4/+0
|
* - Update to 20140727sunpoet2014-07-282-3/+3
|
* - Fix build on currentpawel2014-07-251-36/+24
| | | | | - Reword options descriptions to current standards - Use CONFIGURE_WITH helper
* - Update to 20140720sunpoet2014-07-212-3/+3
|
* Fix some non default LIB_DEPENDSbapt2014-07-161-5/+5
| | | | With hat: portmgr
* Modernize LIB_DEPENDSbapt2014-07-152-2/+2
| | | | With hat: portmgr
* - Update to 20140713sunpoet2014-07-142-3/+3
|
* - Update to 20140706sunpoet2014-07-072-3/+3
|
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-3/+2
| | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
* - Update to 20140629sunpoet2014-07-042-3/+3
|
* Remove expired ports:rene2014-06-305-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* - Add staging supportpawel2014-06-271-8/+6
| | | | - Unmute install commands
* 1: Stagify.vanilla2014-06-241-4/+7
| | | | 2: convert PORTNODOCS to options.
* 1: Stagify.vanilla2014-06-241-4/+7
| | | | 2: convert NOPORTDOCS to options.
* Update to 4.2.5.jkim2014-06-241-4/+4
|
* Update to version 1.12.0pawel2014-06-192-4/+10
|
* - Update to 20140615sunpoet2014-06-172-3/+3
|
* Update to libreoffice 4.2.4bapt2014-06-111-4/+4
| | | | | | | | - Speed staging phase by really installing to the stagedir directly - Rework to use predefined targets for build and install - Strip binaries - Remove now unnecessary dependencies on autotools - Add patches to fix crashes with icu 53.1
* - Update to 20140608sunpoet2014-06-102-3/+3
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-2/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* polish/hunspell: use TAR instead of EXTRACT_CMDmarino2014-06-011-1/+1
| | | | | | Currently UNZIP_CMD refers to infozip, so using TAR to extract the embedded zip file to replace EXTRACT_CMD saves having to add infozip as a dependency.
* Deprecate: abandoned for yearscs2014-05-311-0/+3
| | | | | | PR: ports/190412 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer) Approved by: portmgr (implicit)
* - Update to version 1.11.4, development switched to githubpawel2014-05-302-16/+19
| | | | - Convert to USES=libtool, options helpers
* - Convert gmake to USESmiwi2014-05-291-1/+1
| | | | Approved by: portmgr
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵amdmi32014-05-274-53/+6
| | | | | | | | | | | polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files - Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Update to 20140525sunpoet2014-05-272-3/+3
|
* - Use /usr/bin/unzip for zip files extraction (part 1)ak2014-05-221-1/+1
| | | | | | PR: ports/188419 Exp-run: bdrewery Approved by: portmgr (bapt)
* - Update to 20140516sunpoet2014-05-202-3/+3
|
* Fix stagificationedwin2014-05-141-1/+0
|
* - Update to 20140509sunpoet2014-05-132-3/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-111-2/+2
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* Update to 4.1.6.jkim2014-05-071-4/+4
|
* - Update to 20140502sunpoet2014-05-052-3/+3
|
* - Update to 20140427sunpoet2014-04-292-3/+3
|
* - Update to 20140406sunpoet2014-04-072-3/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* - Update to 20140330sunpoet2014-03-312-3/+3
|
* - Update to 20140323sunpoet2014-03-242-3/+3
|
* Update to version 0.12.3pawel2014-03-223-93/+68
| | | | | | | | * jabber: fixed Facebook contacts groups being lost when upgrading from 0.10.x/0.11.x * build: dropped USE_X11_XFIXES CMake option which had been broken for a long time * gui: worked around critical bug in Qt 4.8.3
* - Update to 20140316sunpoet2014-03-202-3/+3
|
* - Convert to USES=tarpawel2014-03-181-2/+1
| | | | - Use precise BSD licenses
* - Update to 20140309sunpoet2014-03-112-3/+3
|
* Convert p* to USES=zipbapt2014-03-113-3/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-052-13/+26
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update to 20140302sunpoet2014-03-032-3/+3
|
* Update to 4.1.5. It is partially based on the following PR.jkim2014-02-261-4/+4
| | | | PR: ports/186265
* - Update to 20140223sunpoet2014-02-242-3/+3
|
* - Update to 20140216sunpoet2014-02-192-3/+3
|
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-183-1/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-184-40/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* - Update to 20140209sunpoet2014-02-112-3/+3
|
* - Update to 20140202sunpoet2014-02-062-3/+3
|
* - Update gimp-help ports to 2.8.1. Polish translation has been removed, newmakc2014-02-012-16/+0
| | | | | | | | | translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer)
* Remove ispell which is deprecated for long, consider using aspell instead or ↵bapt2014-01-292-21/+0
| | | | | | | | | | | | | | | | | | | | the aspell-ispell wrapper french/ispell german/ispell german/ispell-alt german/ispell-neu hungarian/ispell polish/ispell portuguese/ispell-pt_BR russian/rus-ispell textproc/british-ispell textproc/es-ispell textproc/ispell textproc/it-ispell textproc/nl-ispell textproc/sk-ispell ukrainian/ispell
* - Update to 20140119sunpoet2014-01-212-3/+3
|
* - Update to 20140105sunpoet2014-01-062-3/+3
|
* - Update to 20131229sunpoet2013-12-302-3/+3
|
* - Fix build on 10+ by respecting CCpawel2013-12-283-19/+6
| | | | | - Convert simple patch to REINPLACE_CMD - Support staging
* - Support stagingpawel2013-12-271-4/+2
| | | | - Improve option description
* - Update to 20131215sunpoet2013-12-192-3/+3
|
* - Update Calligra Suite to 2.7.5.avilla2013-12-173-3/+4
| | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released
* - Update to 20131208sunpoet2013-12-092-3/+3
|
* - Update to 20131201sunpoet2013-12-022-3/+3
|
* - use STAGEDIRdinoex2013-11-291-1/+0
|
* - Update to 20131124sunpoet2013-11-252-3/+3
|
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-222-16/+7
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* - Update to 20131117sunpoet2013-11-182-4/+4
|
* - Use single space after WWW:sunpoet2013-11-182-2/+2
|
* - Update to 20131110sunpoet2013-11-112-3/+3
|
* Update to 0.3.6.kwm2013-11-081-2/+2
| | | | | | | This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify.
* Welcome CMake 2.8.12!rakuco2013-11-061-0/+16
| | | | | | | | | | | | | | | | | | | | With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>, including stage support for devel/cmake-gui. This update took much longer than expected due to CMake changing the arguments to an internal macro that ended up being used by some ports: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5 I have also started a discussion about this on CMake's development list: http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464 It required adjusting the affected ports, and these changes have approved by portmgr (bdrewery). PR: ports/182981 Approved by: portmgr (bdrewery)
* Stagifybapt2013-11-041-4/+3
| | | | Use bsdtar to extract
* Stagifybapt2013-11-041-4/+3
| | | | Use bsdtar to extract
* Use tar to extract, while here, stagifybapt2013-11-041-5/+5
|
* - Update to 20131103sunpoet2013-11-042-3/+3
|
* Stagifybapt2013-11-041-1/+0
| | | | | Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell.