From 68c81fa9645d3cde57e775dae4ee28c99476ea1f Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Mon, 2 Jun 2008 14:02:07 +0200 Subject: * [mozclient] Full refactoring of mozclient. It is now written in object-oriented Perl. The makefile version was getting difficult to extend and to maintain. We now have a base class and a set of VCS classes inheriting for it. - add src/mozclient.pl.in - add src/mozclient/${projects}.conf - move src/patches to src/mozclient/patches - update src/${projects}.mk.in - update src/Makefile - update README * [mozclient] nspr and nss are now using a dynamic tag. They used to fetch HEAD which made them tricky to distribute. Now, we take NSPR_CO_TAG and NSS_CO_TAG from mozilla/client.mk (from HEAD or from a tag) and we assign a version like nss-3.12.0.3+1.9~cvs without trailling cvs date (as it's a taggued nss), or nss-3.12.0.3+1.9 when using a taggued mozilla/client.mk - update src/mozclient.pl.in - update src/mozclient/{nspr,nss}.conf --- src/firefox-3.0-full.mk.in | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/firefox-3.0-full.mk.in') diff --git a/src/firefox-3.0-full.mk.in b/src/firefox-3.0-full.mk.in index 0debd7d..4a5f29d 100644 --- a/src/firefox-3.0-full.mk.in +++ b/src/firefox-3.0-full.mk.in @@ -17,16 +17,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -MOZCLIENT_TARGET := firefox-3.0-full-orig -MOZCLIENT_APPNAME := firefox-3.0 -MOZCLIENT_PROJECT := browser -MOZCLIENT_FILE := mozilla/browser/config/version.txt -MOZCLIENT_GETVERSION := sed -e 's/pre//; s/a\([0-9]*\)/~alpha\1/; s/b\([0-9]*\)/~b\1/' $(MOZCLIENT_FILE) -MOZCLIENT_URL := 'http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyBrowser&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=week&mindate=&maxdate=&cvsroot=%2Fcvsroot' -MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 $(MOZCLIENT_URL) 2> /dev/null | grep "href='http://webtools" | head -1 | tr '<>' '@' | cut -d@ -f5 | tr -d ':-' | sed -e 's/ /t/' -MOZCLIENT_EMBEDDED := 1 -MOZCLIENT_WANTMOZDIR := 1 -MOZCLIENT_WANTPATCH := 1 +MOZCLIENT_PROJECTNAME := firefox-3.0-full include mozclient.mk.in -- cgit v1.2.3