aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-11-29 04:06:37 +0800
committermarcus <marcus@FreeBSD.org>2009-11-29 04:06:37 +0800
commit08ef0f72276785801e0f5184e1ca838716c56eaf (patch)
tree37fd8876adeada957d64b9de8c72bdd6a0e3a340 /x11/gnome2
parentd3a72c0f140ffc8ba2da94a5087d0c48d4d97e35 (diff)
downloadfreebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.gz
freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.zst
freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.zip
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index bfe75b030b86..6b41c17f4cd5 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/x11/gnome2/Makefile,v 1.7 2009/04/16 10:56:46 kwm Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.279 2009/10/22 15:15:40 kwm Exp $
#
PORTNAME= gnome2
-PORTVERSION= 2.26.3
+PORTVERSION= 2.28.1
PORTREVISION?= 0
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
@@ -44,7 +44,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple
${LOCALBASE}/libexec/evolution-webcal:${PORTSDIR}/www/evolution-webcal \
network-admin:${PORTSDIR}/sysutils/gnome-system-tools \
vino-passwd:${PORTSDIR}/net/vino \
- exchange-connector-setup-2.26:${PORTSDIR}/mail/evolution-exchange \
+ exchange-connector-setup-2.28:${PORTSDIR}/mail/evolution-exchange \
${LOCALBASE}/lib/gstreamer-0.10/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \
${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \
totem:${PORTSDIR}/multimedia/totem \
@@ -68,7 +68,8 @@ USE_PYTHON= yes
.endif
.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite"
-OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off
+OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \
+ MAPI "Depend on evolution-mapi (pulls in samba4)" on
.endif
do-install: # empty
@@ -91,7 +92,7 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \
vinagre:${PORTSDIR}/net/vinagre \
brasero:${PORTSDIR}/sysutils/brasero \
gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \
- ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \
+ ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \
${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet
.if ${ARCH} == "i386"
#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
@@ -99,6 +100,9 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \
.if ${OSVERSION}>=600000
RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga
.endif
+.if defined(WITH_MAPI)
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi
+.endif
.endif
.endif
3e39445'>Alarm Clock is the personal alarm clock for GNOME desktop environment. Itmiwi2008-07-195-0/+108 * - Update to 0.6.0miwi2008-07-153-9/+23 * - Disable imlib support, which does not workgahr2008-07-071-15/+5 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0623-20/+23 * 3dinoex2008-04-301-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2028-48/+48 * Change maintainers e-mail address.ehaupt2008-04-111-2/+2 * - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1 * Use MASTER_SITE_CRITICALehaupt2008-03-281-2/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+2 * - Add xext, xfixes, xi, xrandr, sm to USE_XORGbeech2008-03-261-1/+1 * - Add depends for xpm and xv to USE_XORGbeech2008-03-261-1/+1 * - Add depend for libSM to USE_XORGbeech2008-03-261-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-253-6/+2 * - Remove USE_X_PREFIXbeech2008-03-251-2/+3 * - Remove USE_X_PREFIXbeech2008-03-2510-27/+23 * - Remove USE_X_PREFIXbeech2008-03-252-9/+7 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-243-8/+5 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-242-4/+2 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-232-3/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-224-8/+6 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-222-5/+3 * - Remove USE_XLIB in favor of USE_XORGmiwi2008-03-213-5/+3 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-204-4/+0 * - set USE_XORGdinoex2008-03-181-2/+2 * - Update MASTER_SITES to make it fetchable again.araujo2008-03-021-1/+1 * - Update to 0.6miwi2008-02-173-9/+15 * update xfce4 to 4.4.2oliver2008-02-133-2/+3 * Update my address.wxs2008-02-041-1/+1 * Update to 2.25wxs2008-02-012-4/+4 * Update to KDE 3.5.8lofi2007-10-302-6/+6 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2513-147/+148 * Migration from bison 1.x to 2.xade2007-10-171-2/+2 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1 * - Update X.org ports to 7.3.flz2007-09-142-4/+4 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-1/+0 * This plugin makes it possible to take periodical breaks from the computer everymiwi2007-09-075-0/+45 * - Update to 2.12sat2007-09-033-4/+5 * - Update to 2.11sat2007-08-113-4/+5 * - Create share/applications at pre-install to allow desktop entry to installsat2007-08-091-0/+3 * - Readd intclock into x11-clockssat2007-08-095-0/+67 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1 * - Use proper capitalization in my email address.trasz2007-07-121-1/+1 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-044-8/+6 * - Change my mail address to araujo@.araujo2007-06-301-1/+1 * - wmdate links against libdockapp. Make it a LIB_DEPENDS.rafan2007-06-212-8/+9 * - Update maintainer address.beech2007-06-151-1/+1 * - Update to 2.24miwi2007-06-072-7/+6 * - Correct MAN1 handling.kuriyama2007-06-026-1/+31 * Clenup share/X11 directory upon deinstall.lesi2007-05-312-0/+2 * - update for gnustep-make-2.0.0dinoex2007-05-251-3/+3 * - Welcome X.org 7.2 \o/.flz2007-05-2066-28/+119 * Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1 * update xfce to 4.4.1oliver2007-04-122-0/+2 * Cleanup objformat-removal falloutehaupt2007-03-291-0/+3 * Fix plist.kuriyama2007-03-281-1/+4 * Try to unbreak on gcc41.kuriyama2007-03-254-0/+59 * Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-142-6/+2 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-144-8/+8 * - Rephrase COMMENT and descriptiondanfe2007-03-082-6/+3 * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1 * Datetime plugin for the xfce panel.miwi2007-02-085-0/+44 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1 * - add category gnustepdinoex2007-02-011-1/+1 * Add cairo-clock 0.3.2, macSlow's Cairo-Clock.rafan2007-01-285-0/+302 * Timer plugin for the xfce panel.miwi2007-01-245-0/+53 * add missing xfce portsoliver2007-01-231-1/+0 * Import xfce 4.4oliver2007-01-234-40/+0 * - update version to 1.93itetcu2007-01-193-48/+34 * - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+3 * Register CONFLICTS with asclock-gtk and asclock-xlibgarga2006-12-301-0/+2 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-202-6/+6 * Reset hendrik@scholz.net due to a number of timeouts.linimon2006-12-131-1/+1 * Really respect X11BASE this time.laszlof2006-12-111-0/+1 * Respect X11BASElaszlof2006-12-091-0/+1 * - Respect X11BASErafan2006-12-061-0/+2 * - Respect X11BASEmiwi2006-11-251-0/+25 * Update master site.ehaupt2006-11-211-1/+1 * - take MAINTAINERSHIPdinoex2006-10-311-1/+1 * -Fix the dependency. (chase the X11BASE -> LOCALBASE move)mezz2006-10-201-3/+3 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-143-7/+6 * This little application displays the time of the day (analog)dinoex2006-10-085-0/+45 * - Update to 6.0.b6.0 (6.0 Beta 6.0)rafan2006-10-049-74/+155 * Change my MAINTAINER email to be my @FreeBSD emailxride2006-09-302-2/+2 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-6/+6 * Debian patch is updated to 8.itetcu2006-09-092-5/+5 * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 * - Update maintainer addressesmiwi2006-08-201-1/+1 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1 * Transfer maintainership to beech@alaskaparadise.comadamw2006-08-091-1/+1 * Fix -y option to display the correct yeararved2006-08-073-0/+33 * - Update to 0.3.1miwi2006-08-053-20/+13 * - Update to 0.4.5rafan2006-07-205-18/+10 * Fix Internet time calculation.shaun2006-07-192-1/+34 * - Assign maintainership to submittershaun2006-07-172-74/+74 * Update WWW and assign maintainership to submitter.erwin2006-07-172-1/+3 * - Update to 1.0dpav2006-06-102-4/+4 * - Update to 0.2pav2006-06-063-4/+6 * Update to KDE 3.5.3lofi2006-06-062-6/+6 * Add an additional mirror.ehaupt2006-06-011-1/+3 * - Update maintainer's email addresspav2006-05-301-1/+1 * - Replace MASTER_SITESpav2006-05-271-1/+3 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-1311-11/+0 * tktz will help you to guess the current time in another country. Itvs2006-05-135-0/+44 * Update to 1.3, which adds a man page.naddy2006-04-243-10/+14 * Reset pat due to no response to email about his status.linimon2006-04-153-3/+3 * - Update to 2.23pav2006-04-052-4/+4 * Update to KDE 3.5.2lofi2006-03-314-10/+8 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-077-4/+7 * Conversion to a single libtool environment.ade2006-02-238-6/+27 * Remove expired port x11-clocks/gdesklets-praytimegarga2006-02-157-104/+0 * Update to KDE 3.5.1.lofi2006-02-014-594/+6 * Don't remove system symlinkskris2006-01-261-2/+0 * SHA256ifyedwin2006-01-2421-0/+21 * Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+2 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-222-6/+6 * - Update graphics/libglut to 6.4.1.sem2006-01-121-2/+2 * Update to KDE 3.5.0lofi2006-01-096-64/+72 * [UPDATE]: x11-clocks/xdaliclockedwin2006-01-071-1/+1 * Update to 2.22edwin2006-01-062-4/+4 * - Update to 2.1.2.7 and take maintainershippav2005-12-1810-73/+131 * - Unbreakehaupt2005-12-114-37/+16 * Add SHA256 hashes to my portsehaupt2005-11-301-0/+1 * None of the XCONTRIB sites have recent versions of this distfile.linimon2005-11-271-2/+1 * Original mastersite disappeared; use a backup.linimon2005-11-272-3/+1 * Remove dead mastersites.linimon2005-11-272-4/+2 * There haven't been any new releases of this in several years, so there'slinimon2005-11-271-1/+1 * Mark as deprecated: mastersite disappeared.linimon2005-11-271-1/+4 * Mark as deprecated: no longer avaialable from mastersite.linimon2005-11-271-1/+4 * Mark as deprecated: distfile for this ancient program only exists on thelinimon2005-11-271-1/+4 * - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-261-1/+1 * - Add SHA256pav2005-11-2627-0/+28