ports/153797: [PATCH] x11/gnome2: drop unsupported freebsd versions

Ruslan Mahmatkhanov cvs-src at yandex.ru
Sat Jan 8 18:50:08 UTC 2011


>Number:         153797
>Category:       ports
>Synopsis:       [PATCH] x11/gnome2: drop unsupported freebsd versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 08 18:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
8.2-PRERELEASE i386
>Description:
- drop unsupported freebsd versions
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-12-16 05:34:05.000000000 +0300
+++ Makefile	2011-01-08 21:35:42.000000000 +0300
@@ -58,7 +58,8 @@
 		seahorse-agent:${PORTSDIR}/security/seahorse-plugins \
 		mousetweaks:${PORTSDIR}/accessibility/mousetweaks \
 		${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \
-		${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme
+		${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme \
+		ekiga:${PORTSDIR}/net/ekiga3
 
 NO_BUILD=	yes
 
@@ -76,7 +77,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(GNOME_SLAVE)
-.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64"
+.if ${ARCH}!="sparc64" && ${ARCH}!="ia64"
 RUN_DEPENDS+=	yelp:${PORTSDIR}/x11/yelp \
 		epiphany:${PORTSDIR}/www/epiphany
 .endif
@@ -93,16 +94,14 @@
 		${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \
 		${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \
 		${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \
-		gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit
+		gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit \
+		ekiga:${PORTSDIR}/net/ekiga3
 .if ${OSVERSION}>=800000
 RUN_DEPENDS+=	cheese:${PORTSDIR}/multimedia/cheese
 .endif
 .if ${ARCH} == "i386"
 #RUN_DEPENDS+=	tomboy:${PORTSDIR}/deskutils/tomboy
 .endif
-.if ${OSVERSION}>=600000
-RUN_DEPENDS+=	ekiga:${PORTSDIR}/net/ekiga3
-.endif
 .if defined(WITH_MAPI)
 RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list