Commit graph

3293 commits

Author SHA1 Message Date
Dmitry Marakasov
0b6450f020 - Clarify LICENSE, add LICENSE_FILE
- Fix dependency on qt5-dbus (move to USE_QT5)

Approved by:	portmgr blanket
2016-06-23 12:14:44 +00:00
Baptiste Daroussin
05422fd651 Prefer relative links to make packages more relocation friendly 2016-06-23 07:09:57 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
John Marino
fe71802b7b astro/routino: revbump to fix astro/qmapshack
The previous commit added two libraries to the package, but failed to
bump the port.  The immediate fallout is astro/qmapshack fails at
run-depends stage on incremental bulk builds.

PR:	210062
2016-06-18 19:21:41 +00:00
Mathieu Arnold
1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00
Muhammad Moinur Rahman
4593f92124 astro/qmapshack: Update version 1.3.1=>1.6.1
- UNBREAK
- Remove depreceation
- Reqiores c++11 based compiler

PR:		210063
Submitted by:	cmt
2016-06-10 09:40:12 +00:00
Muhammad Moinur Rahman
4460a4dbbc astro/swe: Update version 2.04=>2.05.01 2016-06-09 23:25:23 +00:00
Muhammad Moinur Rahman
fadaa1a12c astro/routino: Install shared library
PR:		210062
Submitted by:	cmt
2016-06-09 20:50:14 +00:00
Dmitry Marakasov
b2d1114dc5 - Update to 10327 2016-06-06 12:25:00 +00:00
Dmitry Marakasov
c86b5ac952 - Update to 10301
PR:		209895
Submitted by:	bsam
2016-06-03 16:53:26 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Dmitry Marakasov
e7c95fb90a - Add LICENSE
- Add NO_ARCH
2016-05-30 20:03:48 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Stephen Montgomery-Smith
6a6d663d31 - Add myself to freebsd.committers.markers. 2016-05-09 17:45:41 +00:00
Ben Woods
806330c8e5 Add myself to freebsd.committers.markers
Approved by:	adamw (mentor)
2016-05-09 17:30:06 +00:00
Dmitry Marakasov
cdae7c6f77 - Update to 10168 2016-05-09 10:52:09 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Lars Engels
fc9ab6c4ed - Use qt5-linguisttools to produce *.qm translation files.
- Add option to enable support for Protobuf Binary Format (export/import).
- Move sqlite dependency to USES.
- Fix pkg-descr ('based on Qt4' -> 'based on Qt5').
- Bump PORTREVISION.
- While here, pet portlint by adding INSTALLS_ICONS

PR:		208684
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
Approved by:	maintainer
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 19:14:17 +00:00
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