Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 01:46:48 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1292 - trunk/www/linux-firefox
Message-ID:  <201307220146.r6M1kmi0094198@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jul 22 01:46:47 2013
New Revision: 1292

Log:
make testing linux-firefox from the repo easier

Modified:
   trunk/www/linux-firefox/Makefile

Modified: trunk/www/linux-firefox/Makefile
==============================================================================
--- trunk/www/linux-firefox/Makefile	Fri Jul 19 21:19:51 2013	(r1291)
+++ trunk/www/linux-firefox/Makefile	Mon Jul 22 01:46:47 2013	(r1292)
@@ -10,7 +10,7 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
-EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract
+EXTRACT_DEPENDS=${NONEXISTENT}:${.CURDIR}/../linux-seamonkey:extract
 
 CONFLICTS=	linux-firefox-24.* linux-firefox-1[07].*
 USE_LDCONFIG=	yes
@@ -28,15 +28,15 @@
 post-extract:	replace-gre
 replace-gre:	version-compat-check
 	@${ECHO_MSG} "===>   GRE versions are compatible, replacing with" \
-		"$$(${MAKE} -V PKGNAME -C ${PORTSDIR}/www/linux-seamonkey)"
-	cd $$(${MAKE} -V WRKSRC -C ${PORTSDIR}/www/linux-seamonkey); \
+		"$$(${MAKE} -V PKGNAME -C ${.CURDIR}/../linux-seamonkey)"
+	cd $$(${MAKE} -V WRKSRC -C ${.CURDIR}/../linux-seamonkey); \
 		${CP} lib* dependentlibs.list ${WRKSRC}
 
 version-compat-check:
 	@${ECHO_MSG} "===>  Checking GRE version is compatible with" \
-		"$$(${MAKE} -V PKGNAME -C ${PORTSDIR}/www/linux-seamonkey)"
+		"$$(${MAKE} -V PKGNAME -C ${.CURDIR}/../linux-seamonkey)"
 	@ff_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' ${WRKSRC}/platform.ini); \
-	sm_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' $$(${MAKE} -V WRKSRC -C ${PORTSDIR}/www/linux-seamonkey)/platform.ini); \
+	sm_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' $$(${MAKE} -V WRKSRC -C ${.CURDIR}/../linux-seamonkey)/platform.ini); \
 	if [ $$ff_gre_version != $$sm_gre_version ]; then \
 	    ${ECHO_MSG} "===>   GRE versions aren't compatible, aborting"; \
 	    exit 1; \



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