Commit graph

3545 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
39886aebe0 Update to 0.083
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2017-09-14 23:48:03 +00:00
Adriaan de Groot
c91270bd8d Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.

Approved by:		rakuco (mentor)
Reviewed by:		tcberner (mentor)
Reviewed by:		mat
PR:			222000 (exp-run)
Differential Revision:	https://reviews.freebsd.org/D12299
2017-09-14 21:02:51 +00:00
Dmitry Marakasov
5161567898 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-09-14 09:01:50 +00:00
Adriaan de Groot
272deee843 Add self to markers.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12344
2017-09-12 20:03:34 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(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
2017-09-10 20:55:38 +00:00
Dmitry Marakasov
9cabdb9a1c - Update to 12712 2017-09-04 15:38:28 +00:00
Dmitry Marakasov
378a6482aa - Update to 2.13.1 2017-08-30 16:23:59 +00:00
Luca Pizzamiglio
c361914644 astro/xearth: Add myself (pizzamig) to freebsd.committers.markers
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12148
2017-08-29 11:56:52 +00:00
Dmitry Marakasov
ecdb237203 - Update to 2.13.0 2017-08-20 11:20:21 +00:00
Sunpoet Po-Chuan Hsieh
6fa7fc5018 Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-08-16 15:44:48 +00:00
Danilo G. Baio
da47aa1ebe astro/match: Update to 1.0
- Pass MAINTAINER'ship to submitter

While here:
 - Improve License
 - Remove outdated MASTER_SITE

Changes:	http://spiff.rit.edu/match/match-1.0/NEWS

PR:		221469
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
2017-08-13 12:58:43 +00:00
Tobias C. Berner
b6fe3be7f9 Update astro/gpstk to 2.9 -- allows to be built with gcc6.
* Switch to github (project has moved).

PR:		219275
2017-08-01 18:03:36 +00:00
Dmitry Marakasov
6b7b8c7844 - Update to 12545 2017-07-31 13:27:12 +00:00
Dmitry Marakasov
294ff7f951 - Update WWW
Approved by:	portmgr blanket
2017-07-29 09:01:09 +00:00
Sunpoet Po-Chuan Hsieh
75c8c426e9 Update to 0.06
- Add LICENSE_FILE
2017-07-25 16:21:56 +00:00
Dmitry Marakasov
7b02f87b5e - Update to r3973
- Add NO_ARCH
- Switch to options helpers
2017-07-21 15:24:59 +00:00
Dmitry Marakasov
5e9baca92f - Update to r583
- Add NO_ARCH
- Switch to options helpers
2017-07-21 15:24:52 +00:00
Vanilla I. Shu
b003a3d6bb 1: Update to 0.9.2.
2: switch to CHEESESHOP
2017-07-19 02:58:12 +00:00
Dmitry Marakasov
8dc619750b - Update to 0.45 2017-07-10 17:56:03 +00:00
Dmitry Marakasov
0c7d26b92e - Update to 12450 2017-07-07 12:17:07 +00:00
Tobias Kortkamp
a756aef495 Fix build on 12.0-CURRENT
Exclude util/c.py (a symlink to util/util.py) from SHEBANG_FILES.

The build currently fails in the patch phase with:

sed: util/c.py: in-place editing only works for regular files

This seems to be caused by base r313277.

While here also simplify RUN_DEPENDS.

PR:		219982
Reported by:	antoine, pkg-fallout
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11242
2017-06-30 15:05:05 +00:00
Alexey Dokuchaev
6360c03ea2 - Update Stellarium and official User Guide to version 0.16.0
- GPS support has to be disabled for now because `Mk/bsd.qt.mk'
  does not know about Qt5Positioning component yet

TIMESTAMP (stellarium-0.16.0.tar.gz) = 1498032288
2017-06-27 07:18:02 +00:00
Danilo G. Baio
d762f0451e Update maintainer email address
Change email address to the same used in Bugzilla

PR:		220159
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11340
2017-06-26 23:17:20 +00:00
Alexey Dokuchaev
bb1f0bdb26 Update Qt4-based (legacy) Stellarium to version 0.12.9.
TIMESTAMP (stellarium-0.12.9.tar.gz) = 1491135990
2017-06-26 15:28:45 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Greg Lehey
80962059bc Finally (after 2 years) move house. 2017-06-23 08:19:41 +00:00
Dmitry Marakasov
31343e2427 - Update to 12275 2017-06-16 09:19:55 +00:00
Wen Heping
5448d2d4a9 - Update to 0.082
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.082/Changes
2017-06-15 00:36:59 +00:00
Antoine Brodin
5087ae296e Convert to USES=groff 2017-06-12 20:07:13 +00:00
Josh Paetzel
2c897369b6 Update port to work after removal of groff from the base system.
PR:	219907
Submitted by:	ohartmann@walstatt.org
2017-06-12 19:54:54 +00:00
Danilo G. Baio
e07497a337 Update maintainer email address
Ownership of the former email address confirmed by email

PR:		219791
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11088
2017-06-10 14:54:34 +00:00
Christoph Moench-Tegeder
111c827722 astro/qmapshack: update to 1.8.1
Announcement:
https://sourceforge.net/p/qlandkartegt/mailman/message/35839232/

PR:		219425
Approved by:	maintainer-timeout
2017-06-04 20:15:41 +00:00
Dmitry Marakasov
c38ec7f95e - Don't needlessly rebuild bundled manpages, drop unneeded build depends
PR:		217147
Submitted by:	jau@iki.fi
Approved by:	z7dr6ut7gs@snkmail.com (maintainer)
2017-05-31 17:46:59 +00:00
Josh Paetzel
f0609dcf42 Chase a few more changes that were fallout of an upstream distfile reroll.
The problems were caught by poudriere testport.
2017-05-30 16:24:43 +00:00
Mark Linimon
4734e25a31 Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors.  We
need to investigate that problem, and find out if it is specific to the qemu
environment.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 20:33:22 +00:00
Sunpoet Po-Chuan Hsieh
0dfb835f86 Update to 0.081
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2017-05-27 10:25:28 +00:00
Mark Linimon
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Sunpoet Po-Chuan Hsieh
684c214f32 Update to 0.099
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2017-05-25 21:01:39 +00:00
Josh Paetzel
20c2b1c355 Chase rerolled distfile
Reported by:	uqs
2017-05-24 21:30:42 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Dmitry Marakasov
23f5045fe8 - Update to 2.12.2 2017-05-22 14:49:59 +00:00
Mark Linimon
fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00
Mark Linimon
74fa808d34 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
2017-05-20 16:58:10 +00:00
Joseph Mingrone
3d3ab2468e astro/google-earth: Add pkg-message to let users know linprocfs should be
mounted

Reported by:	tijl
Approved by:	swills (mentor, implicit)
2017-05-19 17:13:29 +00:00
Sunpoet Po-Chuan Hsieh
608a31ccaf Update to 0.1100
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Astro-Constants/ChangeLog
2017-05-17 17:13:11 +00:00
Dmitry Marakasov
497e68ced4 - Update to 12039 2017-05-15 20:18:28 +00:00
Antoine Brodin
f1412701e3 Mark BROKEN: wrong LIB_DEPENDS
===>   viking-1.6.2_4 depends on shared library: libgpsd.so - not found

Reported by:	pkg-fallout
2017-05-10 21:31:46 +00:00
Danilo G. Baio
32a389c9f9 astro/xearth: Add myself (dbaio) to freebsd.committers.markers
While here, fix sorting of freebsd.committers.markers.

Approved by:	garga (mentor), ler (maintainer)
Differential Revision:	https://reviews.freebsd.org/D10634
2017-05-08 14:42:16 +00:00
TAKATSU Tomonari
62940c1998 - Update to 0.9-2 2017-05-07 05:00:08 +00:00
Dmitry Marakasov
ed928e4a44 - Update to 3.16
PR:		207273
Submitted by:	z7dr6ut7gs@snkmail.com (maintainer)
2017-05-02 16:26:15 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Sunpoet Po-Chuan Hsieh
149013a34f Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
PR:		178687 [1]
2017-04-29 15:43:46 +00:00
Sunpoet Po-Chuan Hsieh
6bccdd8dd8 Update to 0.079
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2017-04-26 18:46:00 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Martin Wilke
1b81d1e1c8 - Fix shebangs
Submitted by:	Jochen Neumeister (via irc)
2017-04-24 12:58:02 +00:00
Martin Wilke
5cf0569ebb - Fix shebangs 2017-04-22 09:25:44 +00:00
Dmitry Marakasov
da9ae91039 - Fix shebangs 2017-04-21 11:15:49 +00:00
Dmitry Marakasov
a1c5ad7f3a - Update to 2.12.1 2017-04-13 11:52:46 +00:00
Muhammad Moinur Rahman
3c8607257c astro/qmapshack: Update version 1.7.2=>1.8.0
PR:		218306
Submitted by:	cmt
2017-04-11 17:26:22 +00:00
Muhammad Moinur Rahman
0aa974f75e astro/routino: Update version 3.1.1=>3.2 2017-04-08 21:51:45 +00:00
Dmitry Marakasov
2fc4b3aa17 - Update to 11826 2017-04-05 18:21:40 +00:00
Wen Heping
06a28c6eb0 This class implements an application to predict satellite visibility and
related phenomena. It is a mostly-compatible rewrite and eventual
replacement of the satpass script in distribution Astro-satpass, aimed
at making it easier to test, and removing some of the odder cruft that
has accumulated in the satpass script.

WWW: http://search.cpan.org/dist/Astro-App-Satpass2/
2017-04-03 08:40:33 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
2017-04-01 15:23:30 +00:00
Ashish SHUKLA
9cba0ef67a - Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
2017-03-29 06:50:28 +00:00
Alexey Dokuchaev
90aca3dfea - Update Stellarium to version 0.15.2
- Introduce GUIDE_VERSION variable to
  avoid hardcoding it in a few places
2017-03-25 02:54:46 +00:00
Danilo Egea Gondolfo
332a58b28f - Fix plist when PGPLOT and CFITSIO options are enabled
Reported by:	db
2017-03-22 04:35:03 +00:00
Dmitry Marakasov
5c894a379b - Update to 2.12.0 2017-03-21 11:59:21 +00:00
Dmitry Marakasov
06063cad65 - Update to 11639 2017-03-20 11:26:37 +00:00
Sunpoet Po-Chuan Hsieh
76cbc791cf Update to 0.098
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2017-03-17 22:24:28 +00:00
Dmitry Marakasov
5ea46193ab - Update to 2.11.1 2017-03-14 08:11:29 +00:00
Sunpoet Po-Chuan Hsieh
e48fb86d16 Remove optional dependency on expired misc/p5-Geo-Coder-Geocoder-US
- Bump PORTREVISION for dependency change

PR:		217594
Submitted by:	rene
2017-03-12 17:54:21 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Muhammad Moinur Rahman
c972dfb065 astro/swe: Update version 2.05.01=>2.06 2017-02-24 12:04:42 +00:00
Gerald Pfeifer
fb406bf326 Omit GH_PROJECT=${PORTNAME} which is the default for USE_GITHUB=yes.
Approved by:	maintainer (Oliver Heesakkers <dev2@heesakkers.info>)
2017-02-19 22:42:29 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* 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
2017-02-18 19:48:05 +00:00
Tobias Kortkamp
b6f6b2f991 Add myself to astro/xearth/files/freebsd.committers.markers
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9591
2017-02-14 20:01:32 +00:00
Mahdi Mokhtari
381170da5a Fixing the order of astro/xearth/files/freebsd.committers.markers
Which became disordered after the previous commit.

Submitted by:	mmokhi
Reported by:	fluffy
Reviewed by:	feld
Approved by:	feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D9539
2017-02-12 17:24:45 +00:00
Sunpoet Po-Chuan Hsieh
ab641512e1 Update to 0.078
Changes:	http://search.cpan.org/dist/Astro-satpass/Changes
2017-02-11 14:20:07 +00:00
Sunpoet Po-Chuan Hsieh
7ff460fd81 Update to 0.097
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2017-02-11 14:20:02 +00:00
Mahdi Mokhtari
046dc6241d Updating astro/xearch freebsd.committers.markers with my info.
Submitted by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9498
2017-02-11 04:56:57 +00:00
Dmitry Marakasov
a44bca2ffd - Update to 11526 2017-02-07 13:03:31 +00:00
Sunpoet Po-Chuan Hsieh
591d920c66 Use real PORTVERSION
- Add NO_ARCH
- Use USES=localbase
2017-02-05 05:31:38 +00:00
Tijl Coosemans
4024546c62 Add 64 bit support.
PR:		216573
2017-01-31 20:51:04 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Kirill Ponomarev
3020bbaa08 Fix geo location.
Approved by:	mat (mentor)
2017-01-30 09:11:40 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Jan Beich
986f10e809 astro/gpsbabel: unbreak with clang 4.0
bushnell.cc:138:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~
bushnell.cc:150:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~

PR:		216215
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2017-01-24 16:38:22 +00:00
Dmitry Marakasov
46eee7027b - Update to 2.11.0
- Try to fix build on DragonFly
2017-01-24 12:20:00 +00:00
Dmitry Marakasov
2356846c48 - Update WWW 2017-01-23 17:30:04 +00:00
Dmitry Marakasov
310c6f0b3d - Update WWW (reported by repology) 2017-01-23 14:05:15 +00:00
Sunpoet Po-Chuan Hsieh
03d0c7a0a7 Update to 0.05
- Add LICENSE
- Add NO_ARCH
2017-01-22 14:37:55 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Larry Rosenman
699c937769 Take maintainership of these 2 ports.
Approved by:	adamw (mentor)
2017-01-18 16:42:57 +00:00
Roman Bogorodskiy
d2112b195b astro/xplanet: fix build with libc++ 4.0 and gcc6
PR:		216035
Reported by:	jbeich
Obtained from:	upstream
2017-01-16 17:06:39 +00:00
Sunpoet Po-Chuan Hsieh
8772216877 Update to 0.096
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2017-01-16 14:58:31 +00:00
Danilo Egea Gondolfo
aa5954e1f2 - Update to 5.16 2017-01-15 18:29:49 +00:00
Carlos J. Puga Medina
a1635e1820 - Add myself to freebsd.committers.markers 2017-01-14 13:57:37 +00:00
Dmitry Marakasov
489072b497 - Try to fix build on DragonFly 2017-01-13 09:22:21 +00:00
Larry Rosenman
0f1584cebf Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9125
2017-01-11 00:28:13 +00:00