Commit graph

32 commits

Author SHA1 Message Date
Koop Mast
f82f137d5d Update libnice to 0.1.8.
Enable introspection support.
2015-01-15 17:02:10 +00:00
Koop Mast
af3811313c 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
2014-11-19 11:49:04 +00:00
Tijl Coosemans
a6a424630d Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 15:47:05 +00:00
Martin Wilke
6f58750a37 - Stage support
- Convert to USES
2014-03-01 18:00:51 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Martin Wilke
f54e0753a0 - Add a backup mirror freedesktop.org
Approved by:	kvm
2013-03-08 12:21:07 +00:00
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 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>
2011-08-11 19:20:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Joe Marcus Clarke
570dd4013b Restore some of nork's commit so that additional files are touched after
configure.  This is known to fix some issues on ZFS builds.

Reported by:	fluffy
2011-01-01 16:32:00 +00:00
Joe Marcus Clarke
9f81e452f8 Bump PORTREVISION again for those that may have built library version 9. 2010-12-25 18:26:46 +00:00
Joe Marcus Clarke
636db0b995 Try another approach to fixing the libtool issue. This was tested on my amd64
-CURRENT machine, so it should work with others, too.
2010-12-25 18:19:54 +00:00
Joe Marcus Clarke
55403f4819 Make sure that all of the files are up-to-date to prevent auto* from
running.
2010-12-19 00:19:59 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Norikatsu Shigemura
21db74ccd5 Bump PORTREVISION by previous commit.
Because libnice invoked autotools installed libnice.pc
to $PREFIX/lib/pkgconfig/ instead of $PREFIX/libdata/pkgconfig.
2010-12-04 06:21:31 +00:00
Norikatsu Shigemura
6e9c39dfb3 To not invoke autotools, so ${TOUCH} some autotools related files. 2010-12-04 06:18:59 +00:00
Joe Marcus Clarke
706aa7e672 Update to 0.0.13. 2010-07-25 00:25:58 +00:00
Joe Marcus Clarke
68dd04711b Bump PORTREVISION and add USE_GETTEXT where missing.
PR:		147257
2010-05-31 22:52:40 +00:00
Joe Marcus Clarke
e410ae9e2d Update to 0.0.12. 2010-05-22 07:14:08 +00:00
Joe Marcus Clarke
b6d43d60cb Update to 0.0.11. 2010-03-20 21:29:57 +00:00
Joe Marcus Clarke
4a1cf2edc9 Update to 0.0.10. 2009-12-06 23:24:40 +00:00
Joe Marcus Clarke
d821b64040 Add another build fix for 6.X. 2009-10-18 21:45:29 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Joe Marcus Clarke
bf48d3629d Update to 0.0.9. 2009-08-01 20:44:06 +00:00
Joe Marcus Clarke
fb7b248a95 Fix the build on 6.X.
Reported by:	pointyhat via pav
2009-07-06 20:21:24 +00:00
Joe Marcus Clarke
5817ab29ac Update to 0.0.8. 2009-06-20 23:43:24 +00:00
Joe Marcus Clarke
05bbbadb0c Update to 0.0.6. 2009-04-06 05:45:20 +00:00
Joe Marcus Clarke
b0d96eee67 Update to 0.0.5. 2009-03-08 17:24:26 +00:00
Joe Marcus Clarke
40ede080ed Add libnice, a library and a transmitter that does ICE (as defined in the
ICE-19 draft), as well as Google Talk and MSN compatible ICE-like protocols.
2009-02-28 05:11:32 +00:00