Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2011 22:37:23 +0100
From:      "Grzegorz Blach" <magik@roorback.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/155325: Dependency fix in www/firefox-sync
Message-ID:  <1299447443.87043@silver.nine>
Resent-Message-ID: <201103062140.p26LeDuD095385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155325
>Category:       ports
>Synopsis:       Dependency fix in www/firefox-sync
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 06 21:40:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011
    magik@silver.nine:/usr/obj/usr/src/sys/SILVER



>Description:


- Make firefox-sync depends on firefox 3.5 or 3.6 only, this change make place for upcomming firefox 4.0, which has build-in sync addon

- I've aslo updated distinfo



>How-To-Repeat:





>Fix:


--- firefox-sync.diff.txt begins here ---
diff -x .svn -ruN /var/cache/portshaker/ports/www/firefox-sync/Makefile www/firefox-sync/Makefile
--- /var/cache/portshaker/ports/www/firefox-sync/Makefile	2011-02-12 20:45:08.000000000 +0100
+++ www/firefox-sync/Makefile	2011-03-06 22:02:23.204513262 +0100
@@ -28,16 +28,13 @@
 .include <bsd.port.options.mk>
 
 .if defined(WITHOUT_FF35)
-FF_DEPENDS=	${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox
+USE_FIREFOX_BUILD=	36
 AMD64_ARCH=	amd64
 .else
-FF_DEPENDS=	${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35
+USE_FIREFOX_BUILD=	35
 AMD64_ARCH=	x86_64
 .endif
 
-BUILD_DEPENDS+=	${FF_DEPENDS}
-RUN_DEPENDS+=	${FF_DEPENDS}
-
 REVID=		d52662c1c99b
 .if ${ARCH} == i386
 PLATFORM=	FreeBSD_x86-gcc3
diff -x .svn -ruN /var/cache/portshaker/ports/www/firefox-sync/distinfo www/firefox-sync/distinfo
--- /var/cache/portshaker/ports/www/firefox-sync/distinfo	2011-02-12 20:45:08.000000000 +0100
+++ www/firefox-sync/distinfo	2011-03-06 22:02:23.205511992 +0100
@@ -1,2 +1,2 @@
-SHA256 (firefox-sync-1.6.3.tar.bz2) = 5d3c4eb155f46c35fbd97ad1dbbe591f937874ae1880c472af10df5a84ad5687
-SIZE (firefox-sync-1.6.3.tar.bz2) = 531474
+SHA256 (firefox-sync-1.6.3.tar.bz2) = 3b46638a433d42be7a8db344d22be0caecf487a291b0dc197b5f7b88dd44c7bc
+SIZE (firefox-sync-1.6.3.tar.bz2) = 533410
--- firefox-sync.diff.txt ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1299447443.87043>