Thu Aug 6 10:56:46 2009 UTC ()
Epiphany wants the spellchecker stuff. Comply.


(tnn)
diff -r1.7 -r1.8 pkgsrc/devel/xulrunner/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/xulrunner/PLIST

cvs diff -r1.7 -r1.8 pkgsrc/devel/xulrunner/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/Makefile 2009/08/06 10:42:50 1.7
+++ pkgsrc/devel/xulrunner/Attic/Makefile 2009/08/06 10:56:46 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2009/08/06 10:42:50 tnn Exp $ 1# $NetBSD: Makefile,v 1.8 2009/08/06 10:56:46 tnn Exp $
2# 2#
3 3
4DISTNAME= xulrunner-${XULRUNNER_VER}-source 4DISTNAME= xulrunner-${XULRUNNER_VER}-source
5PKGNAME= ${DISTNAME:S/-source//} 5PKGNAME= ${DISTNAME:S/-source//}
6XULRUNNER_VER= 1.9.1.2 6XULRUNNER_VER= 1.9.1.2
7CATEGORIES= devel www 7CATEGORIES= devel www
8MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/} 8MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner 12HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner
13COMMENT= XML User Interface Language runtime environment 13COMMENT= XML User Interface Language runtime environment
14 14
@@ -74,27 +74,27 @@ pre-configure: @@ -74,27 +74,27 @@ pre-configure:
74# Makefiles sometimes call "rm -f" without more arguments. Kludge around ... 74# Makefiles sometimes call "rm -f" without more arguments. Kludge around ...
75.PHONY: create-rm-wrapper 75.PHONY: create-rm-wrapper
76pre-configure: create-rm-wrapper 76pre-configure: create-rm-wrapper
77create-rm-wrapper: 77create-rm-wrapper:
78 printf '#!/bin/sh\n[ "$$*" = "-f" ] && exit 0\nexec /bin/rm $$@\n' > \ 78 printf '#!/bin/sh\n[ "$$*" = "-f" ] && exit 0\nexec /bin/rm $$@\n' > \
79 ${WRAPPER_DIR}/bin/rm 79 ${WRAPPER_DIR}/bin/rm
80 chmod +x ${WRAPPER_DIR}/bin/rm 80 chmod +x ${WRAPPER_DIR}/bin/rm
81 81
82INCLUDE_SUBDIRS=\ 82INCLUDE_SUBDIRS=\
83 caps chardet cookie commandhandler content docshell dom exthandler fastfind find gfx gtkembedmoz \ 83 caps chardet cookie commandhandler content docshell dom exthandler fastfind find gfx gtkembedmoz \
84 java js layout locale mimetype necko nkcache nspr oji pipboot pipnss pref shistory \ 84 java js layout locale mimetype necko nkcache nspr oji pipboot pipnss pref shistory \
85 string uconv uriloader webbrowserpersist webbrwsr webshell widget windowwatcher xpcom \ 85 string uconv uriloader webbrowserpersist webbrwsr webshell widget windowwatcher xpcom \
86 xpconnect xulapp profdirserviceprovider thebes embedcomponents intl loginmgr \ 86 xpconnect xulapp profdirserviceprovider thebes embedcomponents intl loginmgr \
87 toolkitcomps downloads 87 toolkitcomps downloads spellchecker
88 88
89post-install: 89post-install:
90 # XXX fix the pkg-config files instead 90 # XXX fix the pkg-config files instead
91 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a 91 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
92 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \ 92 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \
93 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a 93 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
94 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a 94 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
95 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \ 95 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \
96 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a 96 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
97 cd ${WRKSRC}/dist/include && \ 97 cd ${WRKSRC}/dist/include && \
98 ${INSTALL_DATA} `find ${INCLUDE_SUBDIRS} -name "*.h" -print` \ 98 ${INSTALL_DATA} `find ${INCLUDE_SUBDIRS} -name "*.h" -print` \
99 js/jsproto.tbl mozilla-config.h gtkembedmoz/gtkmozembed_glue.cpp \ 99 js/jsproto.tbl mozilla-config.h gtkembedmoz/gtkmozembed_glue.cpp \
100 ${DESTDIR}${PREFIX}/include/xulrunner/unstable 100 ${DESTDIR}${PREFIX}/include/xulrunner/unstable

cvs diff -r1.6 -r1.7 pkgsrc/devel/xulrunner/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/PLIST 2009/08/06 10:42:50 1.6
+++ pkgsrc/devel/xulrunner/Attic/PLIST 2009/08/06 10:56:46 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2009/08/06 10:42:50 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.7 2009/08/06 10:56:46 tnn Exp $
2bin/xulrunner 2bin/xulrunner
3include/xulrunner/stable/base64.h 3include/xulrunner/stable/base64.h
4include/xulrunner/stable/blapit.h 4include/xulrunner/stable/blapit.h
5include/xulrunner/stable/cert.h 5include/xulrunner/stable/cert.h
6include/xulrunner/stable/certdb.h 6include/xulrunner/stable/certdb.h
7include/xulrunner/stable/certt.h 7include/xulrunner/stable/certt.h
8include/xulrunner/stable/ciferfam.h 8include/xulrunner/stable/ciferfam.h
9include/xulrunner/stable/cmmf.h 9include/xulrunner/stable/cmmf.h
10include/xulrunner/stable/cmmft.h 10include/xulrunner/stable/cmmft.h
11include/xulrunner/stable/cms.h 11include/xulrunner/stable/cms.h
12include/xulrunner/stable/cmsreclist.h 12include/xulrunner/stable/cmsreclist.h
13include/xulrunner/stable/cmst.h 13include/xulrunner/stable/cmst.h
14include/xulrunner/stable/crmf.h 14include/xulrunner/stable/crmf.h
@@ -574,27 +574,31 @@ include/xulrunner/unstable/jstracer.h @@ -574,27 +574,31 @@ include/xulrunner/unstable/jstracer.h
574include/xulrunner/unstable/jstypes.h 574include/xulrunner/unstable/jstypes.h
575include/xulrunner/unstable/jsutil.h 575include/xulrunner/unstable/jsutil.h
576include/xulrunner/unstable/jsversion.h 576include/xulrunner/unstable/jsversion.h
577include/xulrunner/unstable/jsxdrapi.h 577include/xulrunner/unstable/jsxdrapi.h
578include/xulrunner/unstable/jsxml.h 578include/xulrunner/unstable/jsxml.h
579include/xulrunner/unstable/jvmmgr.h 579include/xulrunner/unstable/jvmmgr.h
580include/xulrunner/unstable/key.h 580include/xulrunner/unstable/key.h
581include/xulrunner/unstable/keyhi.h 581include/xulrunner/unstable/keyhi.h
582include/xulrunner/unstable/keyt.h 582include/xulrunner/unstable/keyt.h
583include/xulrunner/unstable/keythi.h 583include/xulrunner/unstable/keythi.h
584include/xulrunner/unstable/mozAutoDocUpdate.h 584include/xulrunner/unstable/mozAutoDocUpdate.h
585include/xulrunner/unstable/mozFlushType.h 585include/xulrunner/unstable/mozFlushType.h
586include/xulrunner/unstable/mozIJSSubScriptLoader.h 586include/xulrunner/unstable/mozIJSSubScriptLoader.h
 587include/xulrunner/unstable/mozIPersonalDictionary.h
587include/xulrunner/unstable/mozISanitizingSerializer.h 588include/xulrunner/unstable/mozISanitizingSerializer.h
 589include/xulrunner/unstable/mozISpellCheckingEngine.h
 590include/xulrunner/unstable/mozISpellI18NManager.h
 591include/xulrunner/unstable/mozISpellI18NUtil.h
588include/xulrunner/unstable/mozITXTToHTMLConv.h 592include/xulrunner/unstable/mozITXTToHTMLConv.h
589include/xulrunner/unstable/mozcontainer.h 593include/xulrunner/unstable/mozcontainer.h
590include/xulrunner/unstable/mozdrawingarea.h 594include/xulrunner/unstable/mozdrawingarea.h
591include/xulrunner/unstable/mozilla-config.h 595include/xulrunner/unstable/mozilla-config.h
592include/xulrunner/unstable/necko-config.h 596include/xulrunner/unstable/necko-config.h
593include/xulrunner/unstable/netCore.h 597include/xulrunner/unstable/netCore.h
594include/xulrunner/unstable/nsASocketHandler.h 598include/xulrunner/unstable/nsASocketHandler.h
595include/xulrunner/unstable/nsAString.h 599include/xulrunner/unstable/nsAString.h
596include/xulrunner/unstable/nsAXPCNativeCallContext.h 600include/xulrunner/unstable/nsAXPCNativeCallContext.h
597include/xulrunner/unstable/nsAboutProtocolUtils.h 601include/xulrunner/unstable/nsAboutProtocolUtils.h
598include/xulrunner/unstable/nsAgg.h 602include/xulrunner/unstable/nsAgg.h
599include/xulrunner/unstable/nsAlgorithm.h 603include/xulrunner/unstable/nsAlgorithm.h
600include/xulrunner/unstable/nsAppDirectoryServiceDefs.h 604include/xulrunner/unstable/nsAppDirectoryServiceDefs.h