1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Tijl Coosemans
9f9234cb20 Let USES=autoreconf define AUTORECONF and use it throughout the tree.
PR:		204534
Approved by:	portmgr (antoine)
2015-11-15 15:34:51 +00:00
Koop Mast
3798af9a89 qqwing doesn't honor CC/CXX/CPP [1], resolve this by doing a major
overhaul. Which also simplies the port a bit, and gets rid of using
scripts the port supplies.

 * Even if the old port defined CC/CXX/CPP, it was not actualy used.
   Due to the reason in the next point.
 * Instead of using the port supplied script, which call ./configure
   and make install targets without any arguments and so. Copy the
   "special" voodoo into pre-configure and pre-build targets. Define
   GNU_CONFIGURE and use standard do-configure, do-build and
   do-install, since this ports uses autotools when it matters.
 * Drag USE_GITHUB macros out the macro mess. Use autoreconf USES
   instead of having manual BUILD_DEPENDS lines.
 * No more post-patch to fix the port supplied scripts, and no
   do-install since we leave that to autotools.
 * Set PATHFIX_MAKEFILEIN to patch the Makefile.am file instead of
   the Makefile.in file due to us running autoreconf which
   overwrites the .in file (if it existed at all).
 * Wrap lines
 * USE_GNOME=glib introspection:build are not needed, so remove them.

PR:		202901 [1]
Reported by:	Kenneth Salerno <kennethsalerno@yahoo.com> [1]
2015-09-06 13:03:07 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +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