notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: astro/stellarium-qt4/Makefile

Number of commits found: 22

Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
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
Original commitRevision:486467 
Monday, 19 Nov 2018
15:57 swills search for other commits by this committer
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
Original commitRevision:485327 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Thursday, 21 Jun 2018
16:52 tcberner search for other commits by this committer
multimedia/*phonon*: update and flavorize with @qt4/@qt5

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

PR:	224989
Original commitRevision:459192 
Saturday, 23 Dec 2017
13:14 danfe search for other commits by this committer
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.
Original commitRevision:457050 
Monday, 26 Jun 2017
15:28 danfe search for other commits by this committer
Update Qt4-based (legacy) Stellarium to version 0.12.9.

TIMESTAMP (stellarium-0.12.9.tar.gz) = 1491135990
Original commitRevision:444374 
Tuesday, 29 Mar 2016
16:17 danfe search for other commits by this committer
- 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|'
Original commitRevision:412124 
Friday, 15 May 2015
05:57 danfe search for other commits by this committer
- 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
Original commitRevision:386382 
Wednesday, 21 Jan 2015
13:00 danfe search for other commits by this committer
Reduce the differences between two ports.
Original commitRevision:377597 
Thursday, 15 Jan 2015
07:40 danfe search for other commits by this committer
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
Original commitRevision:377061 
Wednesday, 14 Jan 2015
16:06 danfe search for other commits by this committer
Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES).
Original commitRevision:377025 
14:40 danfe search for other commits by this committer
Unbreak fetching of those textures.

Submitted by:	Rainer Hurling
Pointyhat to:	danfe
Original commitRevision:377021 
14:20 danfe search for other commits by this committer
Use more neutral way to describe optional textures, since different people
may adhere to different definitions of "high-resolution".
Original commitRevision:377019 
11:02 danfe search for other commits by this committer
- 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
Original commitRevision:377009 
10:15 danfe search for other commits by this committer
Fix the logic so it actually works as intended.
Original commitRevision:377005 
08:51 danfe search for other commits by this committer
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.
Original commitRevision:377001 
Monday, 12 Jan 2015
16:22 danfe search for other commits by this committer
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).
Original commitRevision:376837 
03:22 danfe search for other commits by this committer
- Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)
- Add missing pkg-plist entries in `stellarium/pkg-plist' for them
Original commitRevision:376813 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 4 Aug 2014
08:27 danfe search for other commits by this committer
- Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)

Reported by:	QAT
Original commitRevision:363973 
Saturday, 2 Aug 2014
19:48 danfe search for other commits by this committer
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.
Original commitRevision:363837 

Number of commits found: 22