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) combination for a given watch list. This is what FreshPorts will look for.

non port: net-im/farsight2/Makefile

Number of commits found: 40

Saturday, 9 May 2020
19:24 tijl search for other commits by this committer
Update devel/gmake to 4.3.

Some changes have been made in this release that break backwards
compatibility.  Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.

PR:		245725
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:534792 
Sunday, 1 Mar 2020
20:13 antoine search for other commits by this committer
Deprecate a few python 2.7 ports

With hat:	portmgr
Original commitRevision:527599 
Friday, 8 Nov 2019
13:34 tobik search for other commits by this committer
net-im: Add missing USES={gnome,xorg}
Original commitRevision:517063 
Friday, 23 Sep 2016
16:57 rm search for other commits by this committer
net-im/farsight2: limit to python 2.x

- limit python version to 2.x

PR:		197236
Submitted by:	Elizabeth Myers <elizabeth@Interlinked.me>
With hat:   gnome
Original commitRevision:422686 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Wednesday, 19 Nov 2014
11:49 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the
exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
Original commitRevision:372768 
Monday, 1 Sep 2014
15:45 tijl search for other commits by this committer
- Convert to USES=libtool pathfix python
- Add INSTALL_TARGET=install-strip

Obtained from:	gnome-dev
Original commitRevision:366888 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Sunday, 9 Mar 2014
14:37 miwi search for other commits by this committer
- Stage support
- Convert to uses
Original commitRevision:347602 
Friday, 20 Sep 2013
22:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Original commitRevision:327756 
Wednesday, 24 Apr 2013
07:35 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Original commitRevision:316407 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Tuesday, 2 Apr 2013
09:27 kwm search for other commits by this committer
fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching.
Correct farsight2 master_site and add mirror.

Submitted by:	pointyhat via miwi
Approved by:	portmgr (miwi)
Original commitRevision:315661 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Thursday, 27 Jan 2011
17:20 pav search for other commits by this committer
- Mark BROKEN on <7.2

Reported by:    pointyhat
Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 27 Nov 2010
04:55 marcus search for other commits by this committer
Update to 0.0.22.
Original commit
Sunday, 25 Jul 2010
00:18 marcus search for other commits by this committer
Update to 0.0.21.
Original commit
Monday, 31 May 2010
22:52 marcus search for other commits by this committer
Bump PORTREVISION and add USE_GETTEXT where missing.

PR:             147257
Original commit
Saturday, 22 May 2010
07:11 marcus search for other commits by this committer
Update to 0.0.19.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 9 Jan 2010
19:53 marcus search for other commits by this committer
Update to 0.0.17.
Original commit
Saturday, 10 Oct 2009
04:26 marcus search for other commits by this committer
Update to 0.0.16.
Original commit
Monday, 7 Sep 2009
18:55 marcus search for other commits by this committer
Update to 0.0.15.
Original commit
Saturday, 8 Aug 2009
18:53 marcus search for other commits by this committer
Forced commit to note the previous commit was an update to 0.0.14, not
0.0.18.
Original commit
18:53 marcus search for other commits by this committer
Update to 0.0.18.
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
14:39 kwm search for other commits by this committer
Fix farsight2 update. Bump PORTVERSION to correct version noted in distfiles.
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Wednesday, 3 Jun 2009
03:37 marcus search for other commits by this committer
Remove a file from the plist.

Reported by:    QAT
Original commit
03:03 marcus search for other commits by this committer
Update to 0.0.12.
Original commit
Monday, 25 May 2009
20:48 marcus search for other commits by this committer
Update to 0.0.10.
Original commit
Tuesday, 7 Apr 2009
05:40 marcus search for other commits by this committer
Update to 0.0.9.
Original commit
Saturday, 21 Mar 2009
04:58 marcus search for other commits by this committer
Update to 0.0.8.
Original commit
Saturday, 28 Feb 2009
05:12 marcus search for other commits by this committer
Add farsight2, a collection of GStreamer modules and libraries for
videoconferencing.

WWW: http://farsight.freedesktop.org/
Original commit

Number of commits found: 40