Commit graph

3545 commits

Author SHA1 Message Date
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
Dmitry Marakasov
bcbc1fc1d3 - Update to 11427 2017-01-10 18:32:01 +00:00
Christoph Moench-Tegeder
1208355e8b astro/qmapshack: 1.7.2
PR:		215423
Approved by:	rene (mentor, implicit), maintainer-timeout
2017-01-10 08:51:56 +00:00
Larry Rosenman
2a08fc829f Add myself to astro/xearth/files/freebsd.committers.markers
Approved by:	adamw (Mentor)
Differential Revision:	https://reviews.freebsd.org/D9118
2017-01-10 05:33:56 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Sunpoet Po-Chuan Hsieh
d3f575f649 Update to 3.41
- Update pkg-descr
- Update WWW: use https://

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2017-01-03 18:36:06 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Rui Paulo
ffff8f557e Update my coordinates. 2016-12-31 20:46:19 +00:00
Alexey Dokuchaev
b97def8363 Update `astro/stellarium' to version 0.15.1.
TIMESTAMP (stellarium-0.15.1.tar.gz) = 1482657338
2016-12-27 16:12:45 +00:00
Dmitry Marakasov
9e90dd408f - Fix build on 11+
- Cosmetic fixes
2016-12-27 09:25:30 +00:00
Adam Weinberger
a44979596b Assign maintainership to Larry Rosenman.
Submitted by:	Larry Rosenman (via private email)
2016-12-26 16:43:12 +00:00
Rene Ladan
535b2cd3cf Reset ports per maintainer request.
PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
2016-12-26 11:59:12 +00:00
Dmitry Marakasov
75c08fe664 - Fix conflict with utf8cpp by using it as dependency
PR:		215391
Reported by:	jbeich
2016-12-25 17:19:32 +00:00
Dmitry Marakasov
e7f80c44dd - Update to 18.6 2016-12-21 13:02:33 +00:00
Dmitry Marakasov
1399174300 - Install all required headers
These headers belong to third party libraries (gdalcpp, protozero,
utfcpp), but since these are not in the ports yet, just install
bundled ones for now.

PR:		215391
Submitted by:	mmd.osm+freebsd@gmail.com
2016-12-19 11:18:45 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
John Marino
9d27868188 astro/pp3: Fix build on gcc (missing head include) 2016-12-17 21:40:01 +00:00
John Marino
f0e2e06b5b astro/astronomy: Fix DF build 2016-12-17 21:38:07 +00:00
Dmitry Marakasov
ae9ba0378e - Fix another comment type
Reported by:	jhale
2016-12-17 17:47:59 +00:00
Dmitry Marakasov
7c7080dcda - Mark BROKEN on 9.x
- Fix typo
2016-12-17 15:45:29 +00:00
Emanuel Haupt
d87ec3dcf6 Add licenses 2016-12-17 11:09:24 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0 - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
TAKATSU Tomonari
846c05edc0 - Update to 0.8-40
- Add "compiles" argument to USES=cran
2016-12-06 12:32:35 +00:00
Sunpoet Po-Chuan Hsieh
ec784b3f3a - Sort PLIST 2016-12-04 14:24:05 +00:00
Wen Heping
29abaf2749 - Update yo 0.077
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.077/Changes
2016-12-04 13:44:03 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Dmitry Marakasov
7eead81646 - Update java version requirement
- Install icon and .desktop file

PR:		209895
2016-11-24 14:50:36 +00:00
Dmitry Marakasov
603e165af1 - Update osmium to 2.10.3 and rename to libosmium 2016-11-23 16:43:27 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Sunpoet Po-Chuan Hsieh
bf74332f92 - Use USES=localbase
- Cosmetic change
2016-11-20 23:54:22 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Sunpoet Po-Chuan Hsieh
e58ecd10ae - Update to 0.21
- Update MASTER_SITES
- Update WWW
- Add GitHub repository to WWW

Changes:	https://github.com/klausman/pymetar/commits/master
2016-11-19 17:06:20 +00:00
Sunpoet Po-Chuan Hsieh
878a1a5e64 - Update to 2.3
Changes:	http://fungi.yuggoth.org/weather/src/weather/NEWS
2016-11-19 17:02:30 +00:00
Sunpoet Po-Chuan Hsieh
6b9a68091d - Fix build on Sparc64 2016-11-19 17:02:26 +00:00
John Marino
804f966150 astro/gpsd: Set USES+=ncurses when NCURSES option is on
Approved by:	ncurses blanket
2016-11-18 05:04:34 +00:00
Mark Linimon
d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Dmitry Marakasov
c20b6ab0ed - Update to 11223 2016-11-11 15:39:38 +00:00
Jan Beich
68036db43c Track used or drop unused devel/icu dependency
This tries to fix discrepancy between

  $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
  $ git grep -lF :devel/icu | sed 's,/Makefile$,,'

PR:		214384
Reported by:	tijl, stage-qa, readelf(1)
2016-11-11 11:59:55 +00:00
Wen Heping
4b2c5bcae2 - Update to 0.095
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.095/Changes
2016-11-10 02:28:16 +00:00
Tobias C. Berner
12a17330d8 Fix build with newer gcc versions.
Add upstream patch [1] that uses
	* math.h  -> cmath
	* isnan() -> std::isnan()

This fixes compilation with gcc5.

[1] https://quickgit.kde.org/?p=marble.git&a=commit&h=486f6181d6fef15c9b6c72504e3588be502bea80

PR:		213995
Reported by:	Kenneth Salerno <kennethsalerno@yahoo.com>
Approved by:	rakuco (mentor)
Obtained from:	https://quickgit.kde.org/?p=marble.git&a=commit&h=486f6181d6fef15c9b6c72504e3588be502bea80
2016-11-08 19:53:44 +00:00
Wen Heping
85a1347151 - Update to 0.076
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.076/Changes
2016-11-07 00:27:54 +00:00
Tijl Coosemans
bf6e97ed0b Update to 7.1.7.2606 and allow hardware 3D rendering with Mesa drivers.
Note the previous version was actually 6.0.3.2197, not 7.1.5.1557.
2016-11-04 20:19:59 +00:00
Tijl Coosemans
22758f2672 Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
2016-11-03 21:47:46 +00:00
Mathieu Arnold
d17f126e64 Cleanup USE_GITHUB usage.
Sponsored by:	Absolight
2016-10-25 22:28:22 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Christoph Moench-Tegeder
d79f919be1 update qmapshack to 1.7.1
PR:		212844
Approved by:	rene (mentor)
Approved by:	maintainer timeout
2016-10-18 18:49:24 +00:00
Tobias C. Berner
1d16d53e19 Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.

Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
	* kde-kde4
In the future, this will be extended to
	* kde-frameworks
	* kde-plasma
	* kde-applications

PR:						213406
Differential Revision:	https://reviews.freebsd.org/D7645
Exp-run by :			antoine
Reviewed by:			mat, rakuco
Approved by: 			portmgr (mat), rakuco (mentor)
2016-10-18 17:22:35 +00:00
Jan Beich
70310d8428 astro/opencpn: minor fixup
- Unbreak plugins runtime [1]
- Better enumerate serial devices
- Reduce std namespace pollution even more

Obtained from:	PkgSrc
PR:		211199
2016-10-09 04:32:45 +00:00
Jan Beich
9073fd35f5 astro/opencpn: list together with other geo apps 2016-10-09 01:32:25 +00:00
Jan Beich
070ac46e95 astro/opencpn: add new port
PR:		211199
Submitted by:	ml@netfence.it (based on)

OpenCPN is a free software project to create a concise chart plotter and
navigation software, for use underway or as a planning tool. OpenCPN is
developed by a team of active sailors using real world conditions for
program testing and refinement.

http://opencpn.org/
2016-10-09 01:22:59 +00:00
Adam Weinberger
5a56bb67ab Update to 0.036.
Changes: https://metacpan.org/changes/distribution/Astro-SIMBAD-Client
2016-10-01 20:02:56 +00:00
Sevan Janiyan
4f08f9d544 Add my spiritual home to the list
Approved by:	bcr (mentor)
2016-09-30 18:44:00 +00:00
Matthew Seaman
f458bb3de9 Chase dependencies affected by the name change devel/google-sparsehash -> devel/sparsehash
Which sould fix the INDEX

Submitted by:	cperciva
2016-09-30 09:46:16 +00:00
Eitan Adler
b196b85293 I moved some time ago 2016-09-29 05:57:27 +00:00
Wen Heping
ffd0211f0b - Update to 0.035
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.035/Changes
2016-09-26 06:11:40 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Joseph Mingrone
6768da8e42 Add myself (jrm) to freebsd.committers.markers
Approved by:    swills (mentor)
2016-09-21 18:57:03 +00:00
Wen Heping
f182c2856b - Update to 3.390
PR:		212405
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >=14 days)
2016-09-20 01:09:49 +00:00
Dmitry Marakasov
375203f333 - Fix versioning, simplify the port
- Add TIMESTAMP
2016-09-19 13:01:11 +00:00
Alexander Leidinger
b9b3c42940 - Update to 2.0.
- project moved to github

PR:		212737, 212738
Submitted by:	shun.fbsd.pr@dropcut.net
2016-09-19 10:15:56 +00:00
Dmitry Marakasov
17e86fd87a - Update to 10966 2016-09-16 22:11:32 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- 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
2016-09-14 15:59:34 +00:00
Dmitry Marakasov
cf1bceaa89 - Update to 18.5 2016-09-14 01:01:44 +00:00
Emanuel Haupt
d5c89b234b Mark NO_ARCH 2016-09-10 14:14:08 +00:00
Tijl Coosemans
aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00
Dmitry Marakasov
c1cd2c6ec0 Use proper portscout syntax 2016-09-06 20:13:40 +00:00
Wen Heping
c437531413 - Update to 0.074
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.074/Changes
2016-09-06 07:34:16 +00:00
Wen Heping
603b5b9ec3 - Update to 1.11
Changes: http://search.cpan.org/src/PRATZLAFF/Astro-FITS-CFITSIO-1.11/ChangeLog
2016-09-06 07:15:55 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Dmitry Marakasov
6c431aa807 - Ignore completely in portscout as the version number is just revision; stable revisions should be handled by hand 2016-09-05 14:11:59 +00:00
Wen Heping
0519a5d70a - Update to 0.094
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.094/Changes
2016-09-04 07:23:43 +00:00
Ben Woods
7478372f90 astro/google-earth: Update to 7.1.5.1557
- Switch to USES=makeself to minimize Makefile
- Improve COMMENT and pkg-descr, to clarify exactly what this port provides
- Do not set WRKSRC, as the default works just fine
- Fix whitespace at the end of LINUX_DRI_DESC (pet portlint)
- Install files with COPYTREE_SHARE instead of CP, to ensure permissions are set correctly
- Remove redundant -f after ${RM}

Changes this release:
  http://www.gearthblog.com/blog/archives/2015/05/new-version-google-earth-7-1-5.html

Reviewed by:	adamw (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7673
2016-08-29 14:33:43 +00:00
Thomas Zander
7d09fea925 Fix build with libc++ 3.8.0
PR:		210991
Submitted by:	dev2@heesakkers.info (maintainer)
MFH:		2016Q3 (ports-secteam build fix blanket)
2016-08-28 07:42:58 +00:00
Emanuel Haupt
9a61739d7f Update WWW 2016-08-26 07:07:23 +00:00
Ben Woods
b4bef28065 astro/google-earth: Fix post-patch related to NVIDIA options post r420803
PR:		201693
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7636
2016-08-24 16:24:14 +00:00
Ben Woods
ee449e253f astro/google-earth: Allow installation with NVIDIA legacy drivers
PR:		201693
Submitted by:	cmangin@arobas.net
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7629
2016-08-24 15:43:30 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Dmitry Marakasov
bff77f1a65 - Update to 10786 2016-08-16 13:58:50 +00:00
Wen Heping
f5aa119c4e - Update to 0.073
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.073/Changes
2016-08-08 11:38:29 +00:00
Kevin Lo
a4cb56147d Remove unneeded dependency on devel/py-six.
Spotted by:	koobs
2016-08-07 14:50:19 +00:00
Kevin Lo
a9384ca6d2 Set DISTNAME to PORTNAME.
Sugessted by:	mat
2016-08-05 15:59:42 +00:00
Kevin Lo
0e4791739f Import py-horoscopegenerator 0.1.8
py-horoscopegenerator generates horoscopes using context-free grammar.
2016-08-05 07:55:33 +00:00
Alexey Dokuchaev
66dd5b05c7 - Install official PDF User Guide as part of the documentation (version
number is hardcoded as it is not always in sync with the PORTVERSION)
- Make telescope control plugin (and Qt5SerialPort dependency) optional
- Remove enforced distfiles checksum recalculation added in r377577: it
  turned out that updating distinfo manually is easier and a lot faster
- Replace some options imperative (explicit) handling with helper knobs
- Do not install high resolution textures by default, since they do not
  have their prime meridians recalibrated yet while stock textures have

Discussed with:	Alexander Wolf (upstream)
2016-08-05 07:49:18 +00:00
Alexey Dokuchaev
d2bb45f9b3 Update to version 0.15.0. 2016-08-04 19:17:44 +00:00
Kevin Lo
844db02aa4 Import py-pywapi 0.3.8
The pywapi module provides a python wrapper around the Yahoo! Weather,
Weather.com and NOAA APIs.
2016-08-04 15:21:41 +00:00
Tobias C. Berner
c1ff5bbef3 Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
2016-07-27 10:22:26 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Ben Woods
fe28b5acf3 astro/xearth: Fix sorting of freebsd.committers.markers
Reported by:	adamw
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7297
2016-07-24 11:22:00 +00:00
Ben Woods
c71d769f47 astro/xearth: Update my location in freebsd.committers.markers
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7296
2016-07-24 04:32:09 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Muhammad Moinur Rahman
426df6c6b8 astro/qmapshack: Update version 1.6.1=>1.6.3
- Upstream FreeBSD support

PR:		210808
Submitted by:	cmt
2016-07-14 18:39:51 +00:00
Dmitry Marakasov
8d2f2e1dc3 - Update to 10526 2016-07-12 15:27:23 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Wen Heping
63575fa583 - Update to 0.072
CHanges: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.072/Changes
2016-07-04 00:29:01 +00:00