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-qt4/Makefile
SVNWeb

Number of commits found: 22

Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Mon, 19 Nov 2018
[ 15:57 swills search for other commits by this committer ] Original commit   Revision:485327 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
devel/glib20: remove runtime dep on perl5

Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
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
Thu, 21 Jun 2018
[ 16:52 tcberner search for other commits by this committer ] Original commit   Revision:472983 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Tue, 16 Jan 2018
[ 16:03 danfe search for other commits by this committer ] Original commit   Revision:459192
Unbreak the build with new Clang version 6.0.0: compare the pointer against
NULL, not integer (or boolean) value.

PR:	224989
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, 26 Jun 2017
[ 15:28 danfe search for other commits by this committer ] Original commit   Revision:444374
Update Qt4-based (legacy) Stellarium to version 0.12.9.

TIMESTAMP (stellarium-0.12.9.tar.gz) = 1491135990
Tue, 29 Mar 2016
[ 16:17 danfe search for other commits by this committer ] Original commit   Revision:412124
- 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|'
Fri, 15 May 2015
[ 05:57 danfe search for other commits by this committer ] Original commit   Revision:386382
- Update to version 0.12.6 (all of our patches were integrated upstream)
- 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:00 danfe search for other commits by this committer ] Original commit   Revision:377597
Reduce the differences between two ports.
Thu, 15 Jan 2015
[ 07:40 danfe search for other commits by this committer ] Original commit   Revision:377061
Merge upstream patch that fixes saving of screenshots when $HOME/Pictures
directory does not yet exist.  While it might deem a minor issue, bump
port revision; the port is fast to build even on relatively slow hardware.

Launchpad bug #:	1410263
Bazaar revision:	0.12/5816
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".
[ 11:02 danfe search for other commits by this committer ] Original commit   Revision:377009
- Update legacy branch (based on Qt 4.x) to version 0.12.5
- Remove all our patches that were integrated upstream
- Prevent Clang 3.5 from generating endless loop by correctly accessing
  QSharedPointer<T>-wrapped T* data instead of treating it as POD type
- Enable high-resolution textures by default (size difference is marginal)
- Bid portscout to track 0.12.x versions only from now on
- Pacify portlint(1) by moving PKGNAMESUFFIX where it belongs
- Register conflicts with 0.13.x package while here
[ 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
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:27 danfe search for other commits by this committer ] Original commit   Revision:363973
- Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)

Reported by:	QAT
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.

Number of commits found: 22