Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2011 21:33:39 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r653 - in branches/experimental: mail/thunderbird-beta www/firefox-beta www/seamonkey-beta
Message-ID:  <201110062133.p96LXdrc003210@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Oct  6 21:33:39 2011
New Revision: 653

Log:
- Don't hardcode path to unzip as FreeBSD 9 provide unzip in base.

Noticed by:	flo@

Modified:
   branches/experimental/mail/thunderbird-beta/Makefile
   branches/experimental/www/firefox-beta/Makefile
   branches/experimental/www/seamonkey-beta/Makefile

Modified: branches/experimental/mail/thunderbird-beta/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-beta/Makefile	Thu Oct  6 11:59:38 2011	(r652)
+++ branches/experimental/mail/thunderbird-beta/Makefile	Thu Oct  6 21:33:39 2011	(r653)
@@ -17,7 +17,7 @@
 
 BUILD_DEPENDS=	nspr>=4.8.7:${PORTSDIR}/devel/nspr \
 		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
-		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+		unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
 		event-1.4:${PORTSDIR}/devel/libevent
 

Modified: branches/experimental/www/firefox-beta/Makefile
==============================================================================
--- branches/experimental/www/firefox-beta/Makefile	Thu Oct  6 11:59:38 2011	(r652)
+++ branches/experimental/www/firefox-beta/Makefile	Thu Oct  6 21:33:39 2011	(r653)
@@ -18,7 +18,7 @@
 
 BUILD_DEPENDS=	nspr>=4.8.8:${PORTSDIR}/devel/nspr \
 		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
-                ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+                unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
 		event-1.4:${PORTSDIR}/devel/libevent
 

Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile	Thu Oct  6 11:59:38 2011	(r652)
+++ branches/experimental/www/seamonkey-beta/Makefile	Thu Oct  6 21:33:39 2011	(r653)
@@ -16,7 +16,7 @@
 COMMENT=	The open source, standards compliant web browser
 
 BUILD_DEPENDS=	nspr>=4.8.7:${PORTSDIR}/devel/nspr \
-		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+		unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
 		event-1.4:${PORTSDIR}/devel/libevent
 



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