1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

3273 Commits

Author SHA1 Message Date
Carlo Strub
7622145aa9 Update to 0.65 2016-04-23 14:29:10 +00:00
Pietro Cerutti
8f35749c6f Convert a few more ports to USES=tcl:tea 2016-04-21 12:45:16 +00:00
Raphael Kubo da Costa
6e5c53f92d Update DigiKam and related ports to 4.14.0.
This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to
4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based
release, and 5.0.0 will be based on KDE Frameworks 5.

Noteworthy port changes:
- Most patches in graphics/digikam-kde4 are no longer necessary.
- graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have
  been merged into graphics/kipi-plugin-googleservices following what
  upstream did to those plugins.
- astro/libkgeomap and graphics/libkface are no longer included in the
  DigiKam tarball and are now completely independent ports whose tarballs
  are released as part of KDE Applications.
- net/libmediawiki is neither included in the DigiKam tarball nor released
  as a separate tarball, so we had to resort to fetching it from an older
  DigiKam release which contains it.
- graphics/digikam-kde4 now has a runtime dependency on x11/kde4-runtime.
  See bug 203222 for details.

A lot of people have contributed to this update over the years in our
experimental area51 repository. Tobias Berner (our usual suspect), Adriaan
de Groot, makc@, alonso@ and jhale@ at the very least.

PR:		203222
PR:		204623
Submitted by:	Tobias Berner <tcberner@gmail.com>,
		Adriaan de Groot <groot@kde.org>,
		alonso,
		jhale,
		makc,
		rakuco
2016-04-14 19:06:40 +00:00
Dmitry Marakasov
e94ff05e49 - Update to 9979 2016-04-11 02:45:27 +00:00
Danilo Egea Gondolfo
1cd8ba8c55 - Update to 5.15 2016-04-09 18:10:00 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Frederic Culot
8ccdb1b565 - Reassign to the heap, on maintainer's request 2016-03-30 16:41:22 +00:00
Alexey Dokuchaev
1fa8b79a3e - Reduce the diffs with `astro/stellarium', by using some option helpers
and clarifying LICENSE (GPLv2+)
- Drop currently no-op attempt of in-place patching 's|std::free|::free|'
2016-03-29 16:17:59 +00:00
Alexey Dokuchaev
a2780ab419 - Update to version 0.14.3, which contains few closed bugs (ported from
version 0.15.0) and adds Bengali description for landscapes
- Make scripting support optional and sanitize Qt5 dependencies
- Disable building the unit tests for the time being (needs more work)
- While here, use some option helpers and clarify LICENSE (GPLv2+)
2016-03-29 12:37:34 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
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)
2016-03-15 12:35:56 +00:00
Dmitry Marakasov
fab501a0b0 - Update to 1.6.2
- Fix license
- Make mapnik support optional

PR:		207249
Submitted by:	amdmi3
Approved by:	maitainer timeout (koalative@gmail.com, 3 weeks)
2016-03-09 17:57:05 +00:00
Muhammad Moinur Rahman
0a3585f6ce astro/routino: Update version 3.0=>3.1.1 2016-03-09 08:27:32 +00:00
Dmitry Marakasov
7708d0ddba - Add NO_ARCH
- Switch to USES=tar
2016-03-05 20:01:03 +00:00
Vanilla I. Shu
5c67ddc051 Update to 3.4. 2016-03-05 05:49:13 +00:00
Wen Heping
c3b8f9f61d - Update to 3.7.6.0
- Sort USE_PYTHON
- Add LICENSE
- Pet portlint
2016-03-03 01:46:17 +00:00
Dmitry Marakasov
a53784a6b8 - Update to 9900 2016-03-02 10:41:37 +00:00
Vanilla I. Shu
08a952b22e Add missing distinfo (wvs.tar.gz) back.
Submitted by:	Manfred Antar <null@pozo.com>
Pointy hat: me
2016-02-24 23:22:58 +00:00
Philippe Audeoud
44b08353aa - Update to 0.1002 2016-02-24 14:24:56 +00:00
Vanilla I. Shu
b161708e21 Update to 2.15.1. 2016-02-23 14:08:56 +00:00
Vanilla I. Shu
7e60dbfd40 1: Add a patch from upstream to fix bind issue.
2: Bump version.

Obtained from:	Manfred Antar <null@pozo.com>
2016-02-22 02:40:49 +00:00
Vanilla I. Shu
f8de30e1fb Update to 2.15.
PR:		206889
Submitted by:	Ports Fury.
2016-02-18 05:41:35 +00:00
Gleb Smirnoff
83f2968045 Pass maintainership to John Hein <z7dr6ut7gs snkmail.com>. Unfortunately,
I no longer travel with my precious FreeBSD based CarPC.
2016-02-18 04:53:58 +00:00
Raphael Kubo da Costa
68eede05dd Update to 1.46.
PR:		207238
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2016-02-16 12:55:21 +00:00
Olivier Cochard
05c6169b52 Add myself in xearth
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5296
2016-02-16 10:39:56 +00:00
Danilo Egea Gondolfo
d7ebd93095 - Update to 5.14 2016-02-09 02:02:37 +00:00
Sunpoet Po-Chuan Hsieh
5f651d4cc9 - Add NO_ARCH 2016-02-02 22:44:15 +00:00
John Marino
f8ade70341 astro/mymoon: fix typo (thanks freshports sanity check!) 2016-02-01 20:10:41 +00:00
John Marino
7e9c815bec astro/mymoon: USES+=ncurses, link with libncurses instead of libcurses 2016-02-01 20:08:28 +00:00
TAKATSU Tomonari
d3a359964f - Update to 0.8-39
- Fix LICENSE
2016-02-01 02:05:01 +00:00
Danilo Egea Gondolfo
bd57fd937a - Update to 5.13 2016-01-31 15:18:11 +00:00
Sunpoet Po-Chuan Hsieh
2d98adeaf4 - Update to 0.093
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2016-01-22 11:34:13 +00:00
Pawel Pekala
ce01bf9f43 - Convert to USES=localbase
- Add LICENSE_FILE
- Use options helper for desktop entry, also don't use full
  path for the icon, desktop entry spec discourages this if
  the icon is in searched pixmap directories
2016-01-21 21:33:58 +00:00
Pawel Pekala
9963518ff3 Use options helpers
Approved by:	portmgr blanket
2016-01-21 01:42:54 +00:00
Alexey Dokuchaev
119a40922b Update to version 0.14.2. 2016-01-18 16:26:09 +00:00
Dmitry Marakasov
e1ad7ac437 - Update to 9329 2016-01-14 11:08:51 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Wen Heping
bcaa72f8cf - Update to 0.071
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.071/Changes
2016-01-12 13:10:06 +00:00
Wen Heping
0f43a13195 - Update to 0.034
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.034/Changes
2016-01-12 12:09:06 +00:00
Dmitry Marakasov
01e11d4bf9 - Drop unneeded PLIST_DIRS 2016-01-10 14:59:39 +00:00
Dmitry Marakasov
a390f203fd - Add NO_ARCH
- Drop unneeded PLIST_DIRS
- Unsilence install
2016-01-10 00:21:35 +00:00
Sean Bruno
ce53ace2db Add linux-c6-nss as a dependency.
PR:	202640
Submitted by:	Johannes Meixner <johannes@meixner.dk>
2016-01-09 15:07:14 +00:00
Dmitry Marakasov
6c1cb568cd - Update to 1.3.3 2016-01-09 13:21:30 +00:00
Dmitry Marakasov
ab62b6940f - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2016-01-07 14:43:45 +00:00
Dmitry Marakasov
bca5b15412 - Add LICENSE
- Switch to options helpers
2016-01-07 14:43:18 +00:00
Adam Weinberger
2effb7042b Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary.
2016-01-01 23:39:45 +00:00
Raphael Kubo da Costa
e7a63d1ec4 Update to 0.18.2 and unmark BROKEN.
0.18.2 was released a while ago, and includes support for GDAL 2.0. Other
noteworthy changes:
- Set LICENSE_FILE.
- Use quazip from ports instead of building a bundled copy.
- Switch to using Qt5 instead of Qt4.

PR:		205675
Approved by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
MFH:		2015Q4
2015-12-31 10:11:30 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Dmitry Marakasov
0f81fee6f7 - Update to 9060 2015-12-27 13:15:00 +00:00
Sergey A. Osokin
f0362931dd Update my daylight location. 2015-12-18 00:32:11 +00:00