Author: jbeich
Date: Sun Jul 29 02:23:22 2012
New Revision: 900

Log:
install headers/idl/sdk libs only if www/libxul or www/libxul19

  $ du -Ah */*.txz
   33M    before/firefox-nightly-17.0.100725,1.txz
   20M    after/firefox-nightly-17.0.100725,1.txz

Obtained from:  OpenBSD ports

Added:
   
branches/experimental/mail/thunderbird-esr/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
   
branches/experimental/mail/thunderbird/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
   
branches/experimental/mail/thunderbird3/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
   
branches/experimental/www/firefox-esr/files/patch-toolkit_mozapps_installer_packager_mk
   
branches/experimental/www/firefox-nightly/files/patch-toolkit_mozapps_installer_packager_mk
   
branches/experimental/www/firefox/files/patch-toolkit_mozapps_installer_packager_mk
   
branches/experimental/www/firefox36/files/patch-toolkit_mozapps_installer_packager_mk
   
branches/experimental/www/seamonkey/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
Modified:
   branches/experimental/Mk/bsd.gecko.mk
   branches/experimental/mail/thunderbird3/Makefile
   branches/experimental/www/libxul/Makefile
   branches/experimental/www/libxul19/Makefile
   branches/experimental/www/seamonkey/Makefile

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk       Sun Jul 29 02:23:09 2012        
(r899)
+++ branches/experimental/Mk/bsd.gecko.mk       Sun Jul 29 02:23:22 2012        
(r900)
@@ -532,7 +532,7 @@
 GENERIC_MOZCONFIG?=    
${.CURDIR}/../../www/seamonkey/files/mozconfig-generic.in
 PORT_MOZCONFIG?=       ${FILESDIR}/mozconfig.in
 MOZCONFIG?=            ${WRKSRC}/.mozconfig
-MOZILLA_PLIST_DIRS?=   bin include lib share/idl
+MOZILLA_PLIST_DIRS?=   bin lib
 PKGINSTALL?=   ${WRKDIR}/pkg-install
 PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall
 MASTER_MOZDIR?=        ${PORTSDIR}/www/seamonkey

Added: 
branches/experimental/mail/thunderbird-esr/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/mail/thunderbird-esr/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
        Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- mozilla/toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ mozilla/toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Added: 
branches/experimental/mail/thunderbird/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/mail/thunderbird/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
    Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- mozilla/toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ mozilla/toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Modified: branches/experimental/mail/thunderbird3/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3/Makefile    Sun Jul 29 02:23:09 
2012        (r899)
+++ branches/experimental/mail/thunderbird3/Makefile    Sun Jul 29 02:23:22 
2012        (r900)
@@ -41,7 +41,6 @@
        --enable-image-decoders=default,-xbm
 MOZ_MK_OPTIONS=        MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=            MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
-MOZILLA_PLIST_DIRS=    bin lib
 MOZ_PKGCONFIG_FILES=
 
 PORTNAME_ICON= ${MOZILLA}.png

Added: 
branches/experimental/mail/thunderbird3/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/mail/thunderbird3/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
   Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- mozilla/toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ mozilla/toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Added: 
branches/experimental/www/firefox-esr/files/patch-toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/firefox-esr/files/patch-toolkit_mozapps_installer_packager_mk
     Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Added: 
branches/experimental/www/firefox-nightly/files/patch-toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/firefox-nightly/files/patch-toolkit_mozapps_installer_packager_mk
 Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Added: 
branches/experimental/www/firefox/files/patch-toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/firefox/files/patch-toolkit_mozapps_installer_packager_mk
 Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Added: 
branches/experimental/www/firefox36/files/patch-toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/firefox36/files/patch-toolkit_mozapps_installer_packager_mk
       Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile   Sun Jul 29 02:23:09 2012        
(r899)
+++ branches/experimental/www/libxul/Makefile   Sun Jul 29 02:23:22 2012        
(r900)
@@ -44,6 +44,7 @@
 USE_GECKO=     gecko
 MOZILLA_EXEC_NAME=xulrunner
 USE_MOZILLA=   # empty
+MOZILLA_PLIST_DIRS=    bin include lib share/idl
 MOZ_PKGCONFIG_FILES=   libxul-embedding libxul mozilla-js \
                        mozilla-plugin
 

Modified: branches/experimental/www/libxul19/Makefile
==============================================================================
--- branches/experimental/www/libxul19/Makefile Sun Jul 29 02:23:09 2012        
(r899)
+++ branches/experimental/www/libxul19/Makefile Sun Jul 29 02:23:22 2012        
(r900)
@@ -40,6 +40,7 @@
 MOZILLA_EXEC_NAME=xulrunner
 USE_MOZILLA=   -event -ffi -vpx
 MOZ_CHROME=    jar
+MOZILLA_PLIST_DIRS=    bin include lib share/idl
 MOZ_PKGCONFIG_FILES=   libxul-embedding libxul mozilla-gtkmozembed-embedding \
                mozilla-gtkmozembed mozilla-js mozilla-plugin
 

Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile        Sun Jul 29 02:23:09 
2012        (r899)
+++ branches/experimental/www/seamonkey/Makefile        Sun Jul 29 02:23:22 
2012        (r900)
@@ -41,7 +41,6 @@
                --enable-application=suite
 
 USE_MOZILLA=   # empty
-MOZILLA_PLIST_DIRS=    bin lib
 MOZ_PKGCONFIG_FILES=
 
 NOT_FOR_ARCHS= ia64

Added: 
branches/experimental/www/seamonkey/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/seamonkey/files/patch-mozilla_toolkit_mozapps_installer_packager_mk
       Sun Jul 29 02:23:22 2012        (r900)
@@ -0,0 +1,13 @@
+$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.11 2012/06/11 
15:29:56 landry Exp $
+install headers/idl/sdk libs only if xulrunner
+--- mozilla/toolkit/mozapps/installer/packager.mk.orig Fri Jun  1 14:04:20 2012
++++ mozilla/toolkit/mozapps/installer/packager.mk      Tue Jun  5 07:55:51 2012
+@@ -886,7 +886,7 @@ endif
+       $(NSINSTALL) -D $(DESTDIR)$(bindir)
+       $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
+       ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
+-ifdef INSTALL_SDK # Here comes the hard part
++ifeq ($(MOZ_APP_NAME),xulrunner)
+       $(NSINSTALL) -D $(DESTDIR)$(includedir)
+       (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
+         (cd $(DESTDIR)$(includedir) && tar -xf -)
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to