1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

720 Commits

Author SHA1 Message Date
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Bryan Drewery
9b5df524f2 Fix library dependency.
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.
2016-01-07 23:20:46 +00:00
Raphael Kubo da Costa
978b5a598d Update Calligra to 2.9.10.
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).
2015-12-21 18:10:32 +00:00
Jung-uk Kim
a40647d0a2 Update to 5.0.4. 2015-12-17 19:03:54 +00:00
Pawel Pekala
ecd89e3776 Switch to options helper 2015-12-11 22:55:57 +00:00
Pawel Pekala
f936f37d66 - Switch to USES=shebangfix
- Convert to options helper
2015-12-11 22:50:15 +00:00
Pawel Pekala
1bae1b7853 Update to version 0.2.0
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
2015-11-24 20:34:22 +00:00
Dmitry Marakasov
1cc80f5be5 - Switch to options helpers 2015-11-12 17:20:23 +00:00
Dmitry Marakasov
852982df07 - Add LICENSE
- Switch to options helpers
2015-11-12 17:20:19 +00:00
Pawel Pekala
71c0413974 - Fix build with gcc 4.9 [1]
- Use option helper

PR:		204395 [1]
Reported by:	gerald [1]
2015-11-11 15:40:39 +00:00
Jung-uk Kim
78a55ecf2d Update to 5.0.3. 2015-11-03 17:47:01 +00:00
Sunpoet Po-Chuan Hsieh
5ff922c171 - Update to 20150428 2015-10-27 15:55:13 +00:00
Jung-uk Kim
75883644e1 Update to 5.0.2. 2015-09-23 21:06:12 +00:00
Baptiste Daroussin
9384117b22 Remove the autodetect option
Convert to options helpers
2015-09-13 13:53:09 +00:00
Jung-uk Kim
f6862ef651 Update LibreOffice to 5.0.1.
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).
2015-09-01 21:26:44 +00:00
Pawel Pekala
a558f1af5c Update to version 0.1.9
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
2015-08-26 21:04:34 +00:00
Pawel Pekala
294c3de5f5 - Update to version 1.8, now Qt5 based
- Development moved to GitHub
- Drop INSTALLS_ICONS, it's for Gtk apps
- Install all desktop files into DESKTOPDIR to be more
  desktop agnostic
2015-08-16 22:02:28 +00:00
Pawel Pekala
f58da4412a - Update to version 2.1, now Qt5 based
- USES=compiler for better handling of needed compiler
- USES=libarchive to prevent linking with libarchive from base on 10+
2015-07-23 22:04:49 +00:00
Sunpoet Po-Chuan Hsieh
593d0fdabb - Add NO_ARCH 2015-07-18 15:05:25 +00:00
Sunpoet Po-Chuan Hsieh
36dd0c66c2 - Add NO_ARCH 2015-07-18 15:02:02 +00:00
Sunpoet Po-Chuan Hsieh
b1ef5d715a - Add NO_ARCH 2015-07-18 15:01:38 +00:00
Dmitry Marakasov
8d42113836 - Strip libraries 2015-06-01 01:28:14 +00:00
Dmitry Marakasov
0a7402d364 - Strip library
- Unsilence install
2015-05-16 15:56:31 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
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
2015-05-11 18:34:57 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
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.
2015-04-28 18:44:04 +00:00
Sunpoet Po-Chuan Hsieh
0039ab3b55 - Update to 20150426 2015-04-27 14:58:17 +00:00
Jung-uk Kim
cf14c210f1 Update to 4.3.7. 2015-04-25 17:30:29 +00:00
Sunpoet Po-Chuan Hsieh
d1ee7c06f3 - Update to 20150419 2015-04-21 18:40:03 +00:00
Sunpoet Po-Chuan Hsieh
7d56d9c260 - Update to 20150405 2015-04-06 14:35:34 +00:00
Pawel Pekala
acebca394e Convert to new USE_GITHUB 2015-04-04 12:40:02 +00:00
Sunpoet Po-Chuan Hsieh
87f4ad6b5e - Update to 20150329 2015-03-30 05:23:21 +00:00
Sunpoet Po-Chuan Hsieh
bca0cb83f2 - Update to 20150322 2015-03-23 19:24:34 +00:00
Sunpoet Po-Chuan Hsieh
4158d45e36 - Update to 20150315 2015-03-16 16:03:38 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.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
2015-03-11 23:11:47 +00:00
Sunpoet Po-Chuan Hsieh
b8e3ec5be0 - Update to 20150308 2015-03-10 15:14:04 +00:00
Sunpoet Po-Chuan Hsieh
491c67ca73 - Update to 20150301 2015-03-02 18:55:33 +00:00
Sunpoet Po-Chuan Hsieh
e7727b125f - Update to 20150222 2015-02-23 16:20:53 +00:00
Jung-uk Kim
a9ba86c4c8 - Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]

Submitted by:	tijl [1]
2015-02-20 20:26:23 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Antoine Brodin
aea62ac573 Unbreak on head 2015-02-15 13:33:25 +00:00
Pawel Pekala
a4f417b4ec Update to version 1.5
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)
2015-01-20 21:09:26 +00:00
Sunpoet Po-Chuan Hsieh
1d824f35bc - Update to 20150111 2015-01-12 18:34:00 +00:00
Tijl Coosemans
59d7ed041b - Update devel/qca to version 2.1.0
- 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)
2015-01-12 16:33:16 +00:00
Sunpoet Po-Chuan Hsieh
afb3331aba - Update to 20150104 2015-01-05 17:41:33 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Pawel Pekala
152df2bd5a Update to version 1.4
Changes:
 hints: #2905 fixed: crash after clicking on hint (Vogel)
 gadu: #2906 fixed: random disconnections (Vogel)
2015-01-01 11:47:04 +00:00
Pawel Pekala
847e1a591b - Update to version 1.12.1
- Use pathfix to fix pkgconfigdir
2015-01-01 10:56:38 +00:00
Raphael Kubo da Costa
6d8e4a152b CMake 3.1.0 compatibility, take 2.
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.
2014-12-31 17:46:03 +00:00
Raphael Kubo da Costa
b7f002f592 Revert r375855 for now.
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.
2014-12-30 22:58:07 +00:00
Raphael Kubo da Costa
aa15b59fa5 Add a patch (submitted upstream) to make the port build with CMake 3.1.0.
Use the proper syntax for configure_package_config_file(). Verified to also
work with CMake 3.0.2.
2014-12-30 20:39:20 +00:00