Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.31_3 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.0.31_3 09 May 2020 19:24:50 |
tijl |
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) |
0.0.31_3 01 Mar 2020 20:13:07 |
antoine |
Deprecate a few python 2.7 ports
With hat: portmgr |
0.0.31_3 08 Nov 2019 13:34:26 |
tobik |
net-im: Add missing USES={gnome,xorg} |
0.0.31_3 23 Sep 2016 16:57:42 |
rm |
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 |
0.0.31_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.0.31_3 02 Aug 2015 15:03:20 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
0.0.31_2 01 Jan 2015 23:28:42 |
kwm |
Fix farsight2 build on arm, by explicitly linking to -lm for sqrt(3)
While here apply the same the same to farstream
PR: 196070
Submitted by: mikael.urankar@gmail.com
Verified by: sbruno@ |
0.0.31_2 19 Nov 2014 11:49:06 |
kwm |
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 (Only the first 15 lines of the commit message are shown above ) |
0.0.31_1 01 Sep 2014 15:45:10 |
tijl |
- Convert to USES=libtool pathfix python
- Add INSTALL_TARGET=install-strip
Obtained from: gnome-dev |
0.0.31 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.0.31 09 Mar 2014 14:37:20 |
miwi |
- Stage support
- Convert to uses |
0.0.31 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.0.31 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
0.0.31 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.0.31 02 Apr 2013 09:27:06 |
kwm |
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) |
0.0.31 08 Mar 2013 10:51:36 |
kwm |
* 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 |
0.0.22_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.0.22 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.0.22 11 Aug 2011 19:20:17 |
kwm |
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> |
0.0.22 27 Jan 2011 17:20:20 |
pav |
- Mark BROKEN on <7.2
Reported by: pointyhat
Feature safe: yes |
0.0.22 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.0.22 27 Nov 2010 04:55:20 |
marcus |
Update to 0.0.22. |
0.0.22 27 Nov 2010 04:55:02 |
marcus |
Update to 0.0.22. |
0.0.21 25 Jul 2010 00:18:48 |
marcus |
Update to 0.0.21. |
0.0.19_1 31 May 2010 22:52:40 |
marcus |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257 |
0.0.19 22 May 2010 07:11:39 |
marcus |
Update to 0.0.19. |
0.0.17_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.0.17_1 20 Mar 2010 22:56:32 |
marcus |
Fix the build with the new libnice.
Reported by: QAT |
0.0.17_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.0.17 09 Jan 2010 19:53:56 |
marcus |
Update to 0.0.17. |
0.0.16 10 Oct 2009 04:26:14 |
marcus |
Update to 0.0.16. |
0.0.15 07 Sep 2009 19:11:12 |
marcus |
This patch is no longer required. |
0.0.15 07 Sep 2009 18:55:32 |
marcus |
Update to 0.0.15. |
0.0.14 09 Aug 2009 23:22:22 |
marcus |
Fix the build on 6.X.
Reported by: pointyhat via erwin |
0.0.14 08 Aug 2009 18:53:40 |
marcus |
Forced commit to note the previous commit was an update to 0.0.14, not
0.0.18. |
0.0.14 08 Aug 2009 18:53:13 |
marcus |
Update to 0.0.18. |
0.0.13 02 Aug 2009 19:36:34 |
mezz |
-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 |
0.0.13 02 Aug 2009 14:39:55 |
kwm |
Fix farsight2 update. Bump PORTVERSION to correct version noted in distfiles. |
0.0.12_2 01 Aug 2009 20:53:12 |
marcus |
Update to 0.0.13. |
0.0.12_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.0.12_1 03 Jun 2009 03:37:22 |
marcus |
Remove a file from the plist.
Reported by: QAT |
0.0.12 03 Jun 2009 03:03:16 |
marcus |
Update to 0.0.12. |
0.0.10 25 May 2009 20:48:02 |
marcus |
Update to 0.0.10. |
0.0.9 07 Apr 2009 05:40:35 |
marcus |
Update to 0.0.9. |
0.0.8 21 Mar 2009 04:58:11 |
marcus |
Update to 0.0.8. |
0.0.7 28 Feb 2009 05:12:56 |
marcus |
Add farsight2, a collection of GStreamer modules and libraries for
videoconferencing.
WWW: http://farsight.freedesktop.org/ |