]> git.pld-linux.org Git - packages/seamonkey.git/commitdiff
- based on mozilla patch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Feb 2006 20:14:15 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    seamonkey-ldap-with-nss.patch -> 1.1
    seamonkey-nss.patch -> 1.1
    seamonkey-pld-homepage.patch -> 1.1

seamonkey-ldap-with-nss.patch [new file with mode: 0644]
seamonkey-nss.patch [new file with mode: 0644]
seamonkey-pld-homepage.patch [new file with mode: 0644]

diff --git a/seamonkey-ldap-with-nss.patch b/seamonkey-ldap-with-nss.patch
new file mode 100644 (file)
index 0000000..d0e3995
--- /dev/null
@@ -0,0 +1,36 @@
+--- seamonkey-1.0/configure.in.orig    2006-01-10 04:11:42.000000000 +0100
++++ seamonkey-1.0/configure.in 2006-02-01 21:10:12.670658750 +0100
+@@ -7098,7 +7098,7 @@
+         mkdir "directory/c-sdk/ldap"    
+     fi
+-    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --without-nss --with-mozilla"
++    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-nss --with-mozilla"
+     if test -z "$MOZ_DEBUG"; then
+         ac_configure_args="$ac_configure_args --disable-debug"
+     fi
+--- seamonkey-1.0/configure.orig       2006-01-11 06:43:03.000000000 +0100
++++ seamonkey-1.0/configure    2006-02-01 21:10:17.982990750 +0100
+@@ -20209,7 +20209,7 @@
+         mkdir "directory/c-sdk/ldap"    
+     fi
+-    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --without-nss --with-mozilla"
++    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-nss --with-mozilla"
+     if test -z "$MOZ_DEBUG"; then
+         ac_configure_args="$ac_configure_args --disable-debug"
+     fi
+--- mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in.orig  Fri May 17 08:54:00 2002
++++ mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in       Wed Aug 28 11:37:29 2002
+@@ -53,9 +53,8 @@
+ LOCAL_INCLUDES  = -I$(PUBLIC)/nspr
+ INCLUDES      += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include \
+                  -I$(DIST)/include \
+-                 -I$(DIST)/public/security \
+-                 -I$(DIST)/public/nss \
+-                   -I$(DIST)/include/nspr
++                 -I/usr/include/nss \
++                   -I/usr/include/nspr
+ DEFINES               += $(DEFS)
+ PLATFORMCFLAGS        = -DUSE_WAITPID -DNEEDPROTOS
diff --git a/seamonkey-nss.patch b/seamonkey-nss.patch
new file mode 100644 (file)
index 0000000..f34464f
--- /dev/null
@@ -0,0 +1,80 @@
+--- mozilla/config/config.mk~  Wed Apr 23 02:54:06 2003
++++ mozilla/config/config.mk   Thu May 15 10:23:19 2003
+@@ -169,7 +169,7 @@
+ NSS_LIBS      = \
+       $(LIBS_DIR) \
+-      $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \
++      -lcrmf \
+       -lsmime3 \
+       -lssl3 \
+       -lnss3 \
+@@ -189,11 +189,6 @@
+ endif
+ NSS_DEP_LIBS  = \
+-      $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \
+-      $(DIST)/lib/$(DLL_PREFIX)smime3$(DLL_SUFFIX) \
+-      $(DIST)/lib/$(DLL_PREFIX)ssl3$(DLL_SUFFIX) \
+-      $(DIST)/lib/$(DLL_PREFIX)nss3$(DLL_SUFFIX) \
+-      $(DIST)/lib/$(DLL_PREFIX)softokn3$(DLL_SUFFIX) \
+       $(NULL)
+ MOZ_UNICHARUTIL_LIBS = $(DIST)/lib/$(LIB_PREFIX)unicharutil_s.$(LIB_SUFFIX)
+--- mozilla/security/manager/Makefile.in~      2004-03-23 05:15:56.000000000 +0100
++++ mozilla/security/manager/Makefile.in       2004-05-15 12:27:22.988489544 +0200
+@@ -148,43 +148,6 @@
+ else
+       cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX)
+ endif
+-      $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS)
+-ifndef SKIP_CHK
+-      $(MAKE) -C $(topsrcdir)/security/nss/cmd/lib $(DEFAULT_GMAKE_FLAGS)
+-      $(MAKE) -C $(topsrcdir)/security/nss/cmd/shlibsign $(DEFAULT_GMAKE_FLAGS)
+-endif
+-ifndef DISABLE_DIST_GRE
+-      $(INSTALL) -m 755 $(DIST)/lib/$(LOADABLE_ROOT_MODULE) $(GRE_DIST)
+-ifndef SKIP_CHK
+-      $(INSTALL) -m 644 $(DIST)/lib/$(SOFTOKEN3_CHK) $(GRE_DIST)
+-endif
+-      $(INSTALL) -m 755 $(DIST)/lib/$(SOFTOKEN3_LIB) $(GRE_DIST)
+-      $(INSTALL) -m 755 $(DIST)/lib/$(NSS3_LIB) $(GRE_DIST)
+-      $(INSTALL) -m 755 $(DIST)/lib/$(SSL3_LIB) $(GRE_DIST)
+-      $(INSTALL) -m 755 $(DIST)/lib/$(SMIME3_LIB) $(GRE_DIST)
+-ifdef HAVE_FREEBL_MODULES
+-      $(INSTALL) -m 644 $(DIST)/lib/$(FREEBL_PURE32_CHK) $(GRE_DIST)
+-      $(INSTALL) -m 755 $(DIST)/lib/$(FREEBL_PURE32_MODULE) $(GRE_DIST)
+-      $(INSTALL) -m 644 $(DIST)/lib/$(FREEBL_HYBRID_CHK) $(GRE_DIST)
+-      $(INSTALL) -m 755 $(DIST)/lib/$(FREEBL_HYBRID_MODULE) $(GRE_DIST)
+-endif
+-endif
+-ifndef _SKIP_OLD_GRE_INSTALL
+-      $(INSTALL) -m 755 $(DIST)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin
+-ifndef SKIP_CHK
+-      $(INSTALL) -m 644 $(DIST)/lib/$(SOFTOKEN3_CHK) $(DIST)/bin
+-endif
+-      $(INSTALL) -m 755 $(DIST)/lib/$(SOFTOKEN3_LIB) $(DIST)/bin
+-      $(INSTALL) -m 755 $(DIST)/lib/$(NSS3_LIB) $(DIST)/bin
+-      $(INSTALL) -m 755 $(DIST)/lib/$(SSL3_LIB) $(DIST)/bin
+-      $(INSTALL) -m 755 $(DIST)/lib/$(SMIME3_LIB) $(DIST)/bin
+-ifdef HAVE_FREEBL_MODULES
+-      $(INSTALL) -m 644 $(DIST)/lib/$(FREEBL_PURE32_CHK) $(DIST)/bin
+-      $(INSTALL) -m 755 $(DIST)/lib/$(FREEBL_PURE32_MODULE) $(DIST)/bin
+-      $(INSTALL) -m 644 $(DIST)/lib/$(FREEBL_HYBRID_CHK) $(DIST)/bin
+-      $(INSTALL) -m 755 $(DIST)/lib/$(FREEBL_HYBRID_MODULE) $(DIST)/bin
+-endif
+-endif
+       $(MAKE) -C boot $@
+       $(MAKE) -C ssl $@
+ ifdef MOZ_XUL
+--- mozilla/security/manager/ssl/src/Makefile.in~      Fri Apr 11 02:56:20 2003
++++ mozilla/security/manager/ssl/src/Makefile.in       Thu May 15 10:27:52 2003
+@@ -114,7 +114,7 @@
+ # Use local includes because they are inserted before INCLUDES
+ # so that Mozilla's nss.h is used, not glibc's
+-LOCAL_INCLUDES += -I$(DIST)/public/nss \
++LOCAL_INCLUDES += -I/usr/include/nss \
+                   $(NULL)
+ EXTRA_DSO_LDOPTS += \
diff --git a/seamonkey-pld-homepage.patch b/seamonkey-pld-homepage.patch
new file mode 100644 (file)
index 0000000..cc91669
--- /dev/null
@@ -0,0 +1,24 @@
+--- seamonkey-1.0/xpfe/browser/resources/locale/en-US/region.properties.orig   2005-12-05 13:43:59.000000000 +0100
++++ seamonkey-1.0/xpfe/browser/resources/locale/en-US/region.properties        2006-02-01 21:09:15.479084500 +0100
+@@ -1,5 +1,5 @@
+ # navigator.properties
+-homePageDefault=http://www.mozilla.org/
++homePageDefault=http://www.pld-linux.org/
+ shopKeyword=keyword:shop [Product]
+ quoteKeyword=keyword:quote [Enter symbol here]
+ localKeyword=keyword:zip [Your zip code]
+@@ -11,7 +11,7 @@
+ #
+ # all.js
+ #
+-browser.startup.homepage=http://www.mozilla.org/projects/seamonkey/start/
++browser.startup.homepage=http://www.pld-linux.org/
+ browser.throbber.url=http://www.mozilla.org/projects/seamonkey/
+ browser.search.defaulturl=http://www.google.com/search?q=
+ general.useragent.contentlocale=US
+@@ -21,4 +21,4 @@
+ #config.js
+ #
+-startup.homepage_override_url=http://www.mozilla.org/projects/seamonkey/start/
++startup.homepage_override_url=http://www.pld-linux.org/
This page took 0.08577 seconds and 4 git commands to generate.