notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: astro/stellarium/Makefile
SVNWeb

Number of commits found: 118 (showing only 100 on this page)

1 | 2  »  

Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Wed, 12 Apr 2023
[ 21:17 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179  commit hash:9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179  commit hash:9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179  9b5ad33 
astro/stellarium: unbreak after 020693c166d1

cd /wrkdirs/usr/ports/astro/stellarium/work/.build/doc && pod2man -s 1 -r 0.22.5
-center="\ " /wrkdirs/usr/ports/astro/stellarium/work/.build/doc/stellarium.pod
/wrkdirs/usr/ports/astro/stellarium/work/.build/doc/stellarium.1
/bin/sh: pod2man: not found

PR:		266007
Reported by:	antoine (via exp-run)
Mon, 20 Mar 2023
[ 05:09 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:520d446a343ceb1294ee8a86a3249744ff910935  commit hash:520d446a343ceb1294ee8a86a3249744ff910935  commit hash:520d446a343ceb1294ee8a86a3249744ff910935  520d446 
astro/stellarium: Correct WWW

https://www.stellarium.org/ redirects to https://stellarium.org/

Approved by:	portmgr (blanket)
Mon, 2 Jan 2023
[ 00:18 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:c363f147307eb46b04c7e72e74c7d6a51f9b6465  commit hash:c363f147307eb46b04c7e72e74c7d6a51f9b6465  commit hash:c363f147307eb46b04c7e72e74c7d6a51f9b6465  c363f14 
astro/stellarium: update Stellarium to version 1.2

Some sky cultures had been renamed, two new added.
While here, switch to smaller .tar.xz distfile and
make data export to Excel files support optional.
Fri, 4 Nov 2022
[ 09:43 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:a76969f7c21a86ac26dc3af3a4d8907960934552  commit hash:a76969f7c21a86ac26dc3af3a4d8907960934552  commit hash:a76969f7c21a86ac26dc3af3a4d8907960934552  a76969f 
astro/{calcmysky,stellarium}: update both ports to the latest versions

It's unfortunate transition time when they cannot be updated separately,
not at least without some ugly patching.

Make Stellarium use static release tarball instead of the generated by
GitHub one.  While currently it does not win us much, next version will
be additionally offering smaller .tar.xz distfile which we'll switch to
more easily.

Enforce Qt5 build for now.  While Stellarium and its dependencies are
Qt6-ready, providing correct and coherent flavors for all of them is
too much work for little gain.  Everyone should be using Qt5 anyways.

PR:	266915
Sat, 8 Oct 2022
[ 14:36 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:051fab76d1593f8c29971809886690074dad8663  commit hash:051fab76d1593f8c29971809886690074dad8663  commit hash:051fab76d1593f8c29971809886690074dad8663  051fab7 
astro/stellarium: update the port to version 1.0 (+)

The Stellarium team did it: Stellarium 1.0 is here!

  - After more than 20 years of development, the program
    is finally accurate enough for historical application
  - A new, much better skylight model
  - Many details around eclipses
  - Updated Observation List features
  - New features in AstroCalc tool
  - HiDPI improvements
  - Better dithering
  - New skyculture: Samoan
  - Updated several skycultures
  - Updates in Angle Measure, Satellites, Oculars, Remote
    Control, Pulsars plugins

Reported by:	portscout et al.
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  b152544  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
astro: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
  *  Alexander Leidinger
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Brion Moss <brion@queeg.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 9 Jul 2022
[ 16:48 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:f46a28a1965dcaae036a25b7f387cc5304a3890a  commit hash:f46a28a1965dcaae036a25b7f387cc5304a3890a  commit hash:f46a28a1965dcaae036a25b7f387cc5304a3890a  f46a28a 
astro/stellarium: update Stellarium to version 0.22.2.

Reported by:	portscout
Tue, 19 Apr 2022
[ 02:23 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:7c104905db57f7b9c128f360b13e1fe9c46bec51  commit hash:7c104905db57f7b9c128f360b13e1fe9c46bec51  commit hash:7c104905db57f7b9c128f360b13e1fe9c46bec51  7c10490 
astro/stellarium: update the port to version 0.22.1

- Added fixed equatorial grid/line
- Added new sky cultures (khoi-san and xhosa)
- Updated DSO catalog

Reported by:	portscout
Tue, 29 Mar 2022
[ 16:47 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:a7d88f73571545b67686f4e221f433efd533d0c7  commit hash:a7d88f73571545b67686f4e221f433efd533d0c7  commit hash:a7d88f73571545b67686f4e221f433efd533d0c7  a7d88f7 
astro/stellarium: the port had been updated and improved (+)

- Update Stellarium to the latest version 0.22.0
- Introduce WEBENGINE option: it helps to query various websites such
  as Wikipedia, VSX AAVSO, GCVS SAI, etc. for extra information about
  selected object and display it in the plugin's window
- Because of the above, reword MORE_STARS option description to avoid
  using the word `extra' twice in the option selection dialog
Sun, 26 Dec 2021
[ 07:02 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:d5dd357ede883dc1d0615c0bec0d583d436aa188  commit hash:d5dd357ede883dc1d0615c0bec0d583d436aa188  commit hash:d5dd357ede883dc1d0615c0bec0d583d436aa188  d5dd357 
astro/stellarium: the port had been updated to version 0.21.3

Disable OnlineQueries plugin because it pulls in Qt's WebEngine via
autodetection and there is no standard way to disable it right now.
While here, hook the tests to our framework.
Wed, 29 Sep 2021
[ 17:57 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:a5e020f6f809db05e8e297dfe945d0d1ee58d2d0  commit hash:a5e020f6f809db05e8e297dfe945d0d1ee58d2d0  commit hash:a5e020f6f809db05e8e297dfe945d0d1ee58d2d0  a5e020f 
astro/stellarium: the port had been updated to version 0.21.2

Do not install original Almagest catalog files, which is just raw data
converted into `star_names.fab' and `dso_names.fab' files that can be
used by Stellarium.

While here, group option description variables together and sort them
in alphabetical order.
Fri, 25 Jun 2021
[ 18:02 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:3bc6be6a1fbb2dbff3caea31ee19e95bdd052ab7  commit hash:3bc6be6a1fbb2dbff3caea31ee19e95bdd052ab7  commit hash:3bc6be6a1fbb2dbff3caea31ee19e95bdd052ab7  3bc6be6 
astro/stellarium: update Stellarium to version 0.21.1.

Reported by:	portscout
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 30 Mar 2021
[ 04:45 danfe search for other commits by this committer ] Original commit   Revision:569538
- Update to version 0.21.0
- Expose and enable GPS support

Reported by:	linux.org.ru
Thu, 31 Dec 2020
[ 15:21 danfe search for other commits by this committer ] Original commit   Revision:559744
Update Stellarium to version 0.20.4.

Reported by:	portscout
PR:		252272 (patchless, for reference only)
Wed, 7 Oct 2020
[ 18:20 danfe search for other commits by this committer ] Original commit   Revision:551660
- Make NLS support optional: currently, Qt's lconvert executable allocates
  ridiculous amount of memory which 32-bit address space cannot hold; see
  https://bugreports.qt.io/browse/QTBUG-87010
- Drop dependency on `devel/gettext': it is only used to generate (update)
  .pot and .po files which does not happen when building release versions
- Use option helpers to handle scripting support, rename SCRIPTING option
  to SCRIPTS to simplify adding OPTIONS_SUB (to reduce the churn on the
  pkg-plist), and amend its description while I'm here
Tue, 29 Sep 2020
[ 17:11 danfe search for other commits by this committer ] Original commit   Revision:550540
Update Stellarium to version 0.20.3; the major changes:

  - Fixed nutation and, with it, season beginning times
  - Many changes in AstroCalc tool and core of Stellarium
  - Many changes in Oculars and Satellites plugins
  - Updated DSO catalog

Reported by:	portscout
Tue, 23 Jun 2020
[ 17:58 danfe search for other commits by this committer ] Original commit   Revision:539990
Update Stellarium to version 0.20.2.

Found out via:	linux.org.ru
Wed, 22 Apr 2020
[ 08:59 danfe search for other commits by this committer ] Original commit   Revision:532454
Update Stellarium to version 0.20.1.

Reported by:	portscout
Tue, 31 Mar 2020
[ 13:05 danfe search for other commits by this committer ] Original commit   Revision:529964
- Update Stellarium to version 0.20.0
- Pull two important upstream fixes

Reported by:	portscout
Mon, 23 Dec 2019
[ 11:32 danfe search for other commits by this committer ] Original commit   Revision:520694
Update Stellarium to the latest version 0.19.3.

Found out via:	linux.org.ru
Reported by:	portscout (also)
Mon, 30 Sep 2019
[ 18:14 danfe search for other commits by this committer ] Original commit   Revision:513404
Update Stellarium to version 0.19.2.

Reported by:	portscout
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Sun, 23 Jun 2019
[ 13:37 danfe search for other commits by this committer ] Original commit   Revision:504952
- Update Stellarium to version 0.19.1
- Remove no longer useful reference to `astro/stellarium-qt4'
  port from the description (Qt 4.x ports are gone)
Sat, 13 Apr 2019
[ 13:58 danfe search for other commits by this committer ] Original commit   Revision:498808
- Fix the build on GCC-based architectures, e.g. PowerPC[64]
- Drop no longer relevant CONFLICTS_INSTALL with Qt4 version
- Don't remove -Wno-unused-result flag from CXXFLAGS: it was
  added as part of r363837 back in 2014 to appease a certain
  compiler version (I forgot which one), but today it is not
  needed anymore on any supported FreeBSD version

PR:		237255
Submitted by:	Piotr Kubaj
Tue, 26 Mar 2019
[ 12:09 danfe search for other commits by this committer ] Original commit   Revision:496892
- Update Stellarium to version 0.19.0
- Add missing components to USES list

Reported by:	portscout
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 Dec 2018
[ 18:08 danfe search for other commits by this committer ] Original commit   Revision:488414
- Update `astro/stellarium' to version 0.18.3
- Update one of the extra stars database (*)

The major changes in this version:

    Improvements and fixes for AstroCalc tool
    Added new sky cultures (chinese_contemporary)
    Added many DSO textures
    Refactoring of the GUI
    Many improvements in the code

PR:	232965 (*)
Mon, 20 Aug 2018
[ 14:09 danfe search for other commits by this committer ] Original commit   Revision:477654
Update `astro/stellarium' to version 0.18.2.

Found out via:	repology.org
Ignored by:	portscout :(
Thu, 5 Jul 2018
[ 10:12 danfe search for other commits by this committer ] Original commit   Revision:473960
- Update `astro/stellarium' to version 0.18.1
- Remove <option>_USES=qt:5 (it's on global USES already)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Wed, 28 Mar 2018
[ 17:20 danfe search for other commits by this committer ] Original commit   Revision:465830
- Update `astro/stellarium' to version 0.18.0
- TIMESTAMP (Stellarium-stellarium-v0.17.0_GH0.tar.gz) = 1521967282
Sat, 23 Dec 2017
[ 13:14 danfe search for other commits by this committer ] Original commit   Revision:457050
Update Stellarium to version 0.17.0 (unfortunately, the project had moved to
GitHub).  While here, update CONFLICTS_INSTALL in `astro/stellarium-qt4'.

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513853534 which corresponds to commit e273315 tagged
as this release.
Mon, 25 Sep 2017
[ 09:39 danfe search for other commits by this committer ] Original commit   Revision:450580
Update Stellarium and official User Guide to version 0.16.1.

TIMESTAMP (stellarium-0.16.1.tar.gz) = 1506084780
Tue, 27 Jun 2017
[ 07:18 danfe search for other commits by this committer ] Original commit   Revision:444444
- 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
Sat, 25 Mar 2017
[ 02:54 danfe search for other commits by this committer ] Original commit   Revision:436870
- Update Stellarium to version 0.15.2
- Introduce GUIDE_VERSION variable to
  avoid hardcoding it in a few places
Tue, 27 Dec 2016
[ 16:12 danfe search for other commits by this committer ] Original commit   Revision:429628
Update `astro/stellarium' to version 0.15.1.

TIMESTAMP (stellarium-0.15.1.tar.gz) = 1482657338
Fri, 5 Aug 2016
[ 07:49 danfe search for other commits by this committer ] Original commit   Revision:419670
- 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)
Thu, 4 Aug 2016
[ 19:17 danfe search for other commits by this committer ] Original commit   Revision:419651
Update to version 0.15.0.
Tue, 29 Mar 2016
[ 12:37 danfe search for other commits by this committer ] Original commit   Revision:412104
- 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+)
Mon, 18 Jan 2016
[ 16:26 danfe search for other commits by this committer ] Original commit   Revision:406595
Update to version 0.14.2.
Sat, 5 Dec 2015
[ 13:30 danfe search for other commits by this committer ] Original commit   Revision:403065
Update to version 0.14.1, which contains 13 closed bugs (ported from 0.15.0).
Mon, 2 Nov 2015
[ 10:22 danfe search for other commits by this committer ] Original commit   Revision:400647
Update to version 0.14.0.
Sun, 30 Aug 2015
[ 10:19 rakuco search for other commits by this committer ] Original commit   Revision:395607
Drop USES=iconv.

Even though the port still has a few FindIconv.cmake files scattered around,
they are not actually used by the build system anymore, so the dependency is
unnecessary.

Approved by:	danfe (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3531
Thu, 14 May 2015
[ 07:50 danfe search for other commits by this committer ] Original commit   Revision:386300
- Belatedly update to version 0.13.3
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
  be uncalled in pure X11 or Qt-based environments
Wed, 21 Jan 2015
[ 13:03 danfe search for other commits by this committer ] Original commit   Revision:377598
Oops, missed the -qt4 suffix for legacy port package name.
[ 13:00 danfe search for other commits by this committer ] Original commit   Revision:377597
Reduce the differences between two ports.
[ 07:35 danfe search for other commits by this committer ] Original commit   Revision:377577
- Update to version 0.13.2 and install better quality textures by default
- Ensure that complete distinfo is generated, irregardless of the options
- Mention legacy `astro/stellarium-qt4' port in the port description text
Wed, 14 Jan 2015
[ 16:06 danfe search for other commits by this committer ] Original commit   Revision:377025
Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES).
[ 14:40 danfe search for other commits by this committer ] Original commit   Revision:377021
Unbreak fetching of those textures.

Submitted by:	Rainer Hurling
Pointyhat to:	danfe
[ 14:20 danfe search for other commits by this committer ] Original commit   Revision:377019
Use more neutral way to describe optional textures, since different people
may adhere to different definitions of "high-resolution".
[ 10:15 danfe search for other commits by this committer ] Original commit   Revision:377005
Fix the logic so it actually works as intended.
[ 08:51 danfe search for other commits by this committer ] Original commit   Revision:377001
Improve the way we use optional high-resolution textures:
- Forget about Milky Way texture for now as it causes rendering artifacts;
- While most of those textures are indeed better than the ones provided by
  default (e.g., Jupiter and Ganymede), some of those are actually worse
  (e.g. Venus).  Use simple file size-based logic to decide if a texture
  is worth a replacement.
Mon, 12 Jan 2015
[ 16:22 danfe search for other commits by this committer ] Original commit   Revision:376837
Allow to install optional high-resolution textures; these are supported by
0.12.x versions and first two of 0.13.x; have to revisit it upon update to
0.13.2 (coming soon).
[ 03:22 danfe search for other commits by this committer ] Original commit   Revision:376813
- Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)
- Add missing pkg-plist entries in `stellarium/pkg-plist' for them
Thu, 23 Oct 2014
[ 11:12 danfe search for other commits by this committer ] Original commit   Revision:371386
Update to version 0.13.1.
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Mon, 4 Aug 2014
[ 08:10 danfe search for other commits by this committer ] Original commit   Revision:363971
- Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguist
  should be replaced with linguisttools_build [*]
- Remove USE_GL knob altogether, it is pulled automatically with Qt ports
- While here, use less aggressive patching of CMakeLists.txt

Requested by:	makc [*]
Sat, 2 Aug 2014
[ 19:48 danfe search for other commits by this committer ] Original commit   Revision:363837
Update Stellarium to version 0.13.0.  It's a new major release, and is based
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4.  Add an UPDATING entry to alert users about this.

While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency.  Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.

Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Tue, 19 Nov 2013
[ 01:49 danfe search for other commits by this committer ] Original commit   Revision:334279
Update to version 0.12.4.
Sun, 20 Oct 2013
[ 14:53 danfe search for other commits by this committer ] Original commit   Revision:331021
Fix the build on recent -CURRENT and stagify while I'm here.

PR:	ports/182027
Fri, 20 Sep 2013
[ 13:14 bapt search for other commits by this committer ] Original commit   Revision:327701 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Mon, 9 Sep 2013
[ 09:24 danfe search for other commits by this committer ] Original commit   Revision:326785
- Update to version 0.12.3, which brings new Bright Novae plugin and fixes
  of a few bugs within plugins and the search tool
- Rename SOUND option to MULTIMEDIA, as it covers video as well

This is likely to be the last release based on Qt 4.8, next series (0.13.x)
would be based on Qt 5, which offers improved modularity, has better OpenGL
support, and nice new Qt3D and QML stuff for GUI.
Mon, 5 Aug 2013
[ 12:09 danfe search for other commits by this committer ] Original commit   Revision:324271
- Update to version 0.12.2
- Add SOUND option (via multimedia/phonon)
- Clean up Makefile while here
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Wed, 24 Apr 2013
[ 10:55 danfe search for other commits by this committer ] Original commit   Revision:316421
- Update to version 0.12.1
- Convert obsolete USE_GETTEXT
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Thu, 21 Feb 2013
[ 03:54 danfe search for other commits by this committer ] Original commit   Revision:312702
Update to version 0.12.0.
Sat, 29 Sep 2012
[ 14:19 danfe search for other commits by this committer ] Original commit   Revision:305037
- Adjust Makefile header per new world order
- Convert to new OPTIONS framework
Mon, 27 Aug 2012
[ 08:58 danfe search for other commits by this committer ] Original commit 
- Update to version 0.11.4(a), with better FreeBSD support out of the box
- Drop leading indefinite article from COMMENT line per recent agreements

Submitted by:	Alexander Wolf (version update)
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 24 May 2012
[ 08:30 danfe search for other commits by this committer ] Original commit 
- Update to version 0.11.3, which brings bug fixes and more translations
- Do not set custom DESKTOP_ENTRIES, vendor's .desktop file is just fine
Sun, 20 May 2012
[ 03:56 rakuco search for other commits by this committer ] Original commit 
Make the port build with the upcoming Qt 4.8.x series.

Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

The upcoming update to x11/qt4-opengl will thus switch to USE_GL=gl,
so we need to add USE_GL=glu for this port.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1]
http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b

Approved by:    miwi (we need this fixed for the KDE 4.8.3 and Qt 4.8.1 update
to land)
Thu, 10 May 2012
[ 16:54 danfe search for other commits by this committer ] Original commit 
- Update to version 0.11.2
- Minor Makefile cleanups
Mon, 7 Nov 2011
[ 06:18 danfe search for other commits by this committer ] Original commit 
- Update to version 0.11.1, an important bug fix and translations release;
  it also brings small GUI usability improvements
- Replace find(1) with grep(1) to narrow down initial search results and,
  subsequently, sed(1) furiousness; touch a COMMENT while I'm here
Sun, 24 Jul 2011
[ 15:57 danfe search for other commits by this committer ] Original commit 
- Update to version 0.11.0
- Fix bogus usage of ${FALSE}
Wed, 15 Dec 2010
[ 18:24 danfe search for other commits by this committer ] Original commit 
Provide an OPTION to install additional 1.19 gigs worth of star catalogs.

Idea from:      Gentoo Linux
[ 14:21 danfe search for other commits by this committer ] Original commit 
- Update to version 0.10.6
- Mark as MAKE_JOBS_SAFE
- Remove explicit LIB_DEPENDS and extra Qt components
- Add LICENSE (GPLv2)
- Reformat DESKTOP_ENTRIES so they take less space
Mon, 21 Jun 2010
[ 17:16 danfe search for other commits by this committer ] Original commit 
- Update to version 0.10.5
- Consistensify LIB_DEPENDS entries
- Augment DESKTOP_ENTRIES (add appropriate categories)
- Sort some knobs and cleanup Makefile

Feature safe:   yes
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Mon, 1 Feb 2010
[ 15:49 amdmi3 search for other commits by this committer ] Original commit 
- Update to 0.10.3

PR:             143355
Submitted by:   myself
Approved by:    danfe (maintainer via private email)
Sat, 22 Aug 2009
[ 00:13 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with A
Tue, 28 Jul 2009
[ 11:45 pav search for other commits by this committer ] Original commit  (Only the first 10 of 167 ports in this commit are shown above. View all ports for this commit)
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Tue, 7 Jul 2009
[ 00:24 amdmi3 search for other commits by this committer ] Original commit 
- Update to 0.10.2

PR:             135460
Submitted by:   myself
Approved by:    maintainer timeout
Tue, 24 Mar 2009
[ 22:32 amdmi3 search for other commits by this committer ] Original commit 
- Update to 0.10.1
- Unbreak

PR:             131795
Submitted by:   myself
Approved by:    maintainer timeout
Tue, 10 Feb 2009
[ 18:33 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: error: redefinition of typedef '__GLXextFuncPtr'

Reported by:    pointyhat
Fri, 23 Jan 2009
[ 15:43 roam search for other commits by this committer ] Original commit  (Only the first 10 of 182 ports in this commit are shown above. View all ports for this commit)
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Fri, 6 Jun 2008
[ 13:02 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Tue, 27 May 2008
[ 22:12 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:    portmgr (pav)
Tue, 29 Apr 2008
[ 08:22 danfe search for other commits by this committer ] Original commit 
- Clean up Makefile, use SF macro
- Assume maintainership
- Augment port description, kill attribution
[ 05:11 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Reset jylefort's port maintainerships.  portmgr has taken his commit bit
into safekeeping due to inactivity.
Sun, 23 Mar 2008
[ 23:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)

Number of commits found: 118 (showing only 100 on this page)

1 | 2  »