[35444] trunk/dports/www/seamonkey

afb at macports.org afb at macports.org
Fri Mar 28 11:45:37 PDT 2008


Revision: 35444
          http://trac.macosforge.org/projects/macports/changeset/35444
Author:   afb at macports.org
Date:     2008-03-28 11:45:35 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
upgrade port: seamonkey 1.1.9
- switch to nspr port, to avoid conflict with other mozilla ports

Modified Paths:
--------------
    trunk/dports/www/seamonkey/Portfile

Added Paths:
-----------
    trunk/dports/www/seamonkey/files/patch-libprldap-Makefile.in

Modified: trunk/dports/www/seamonkey/Portfile
===================================================================
--- trunk/dports/www/seamonkey/Portfile	2008-03-28 17:19:50 UTC (rev 35443)
+++ trunk/dports/www/seamonkey/Portfile	2008-03-28 18:45:35 UTC (rev 35444)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		seamonkey
-version		1.1.8
+version		1.1.9
 categories	www
 description	Mozilla browser.
 long_description	${description}
@@ -13,14 +13,15 @@
 distname	${name}-${version}.source
 worksrcdir	mozilla
 master_sites	ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${version}/
-checksums	md5 d91320fcd6a6aa48cc7c4d5ae596b09e \
-		sha1 8c8032c4da9eb5da55238fbc09a6016c88d16539 \
-		rmd160 11f305b28312a4cd92945f299978e98cad996610
+checksums	md5 2b08c472164e80922f715c6e96e0bee7 \
+		sha1 e33d78a005d01f982e45db55034d776fda419e25 \
+		rmd160 30ae304710fae33f83bdbb57b1d9092eb6ed8daf
 use_bzip2	yes
 depends_build	bin:zip:zip bin:gmake:gmake
-depends_lib	bin:libIDL-config-2:libidl lib:libgtk.2:gtk2
+depends_lib	bin:libIDL-config-2:libidl lib:libgtk.2:gtk2 port:nspr
 
-patchfiles	patch-executable_path.diff
+patchfiles	patch-executable_path.diff \
+		patch-libprldap-Makefile.in
 
 configure.args	\
     --enable-default-toolkit=gtk2 \
@@ -41,6 +42,8 @@
 	--with-system-zlib=${prefix} \
 	--with-system-png=${prefix} \
 	--with-system-mng=${prefix} \
+	--with-system-nspr \
+	--with-nspr-prefix=${prefix} \
 	--disable-short-wchar \
 	--enable-strip \
 	--enable-mathml \

Added: trunk/dports/www/seamonkey/files/patch-libprldap-Makefile.in
===================================================================
--- trunk/dports/www/seamonkey/files/patch-libprldap-Makefile.in	                        (rev 0)
+++ trunk/dports/www/seamonkey/files/patch-libprldap-Makefile.in	2008-03-28 18:45:35 UTC (rev 35444)
@@ -0,0 +1,11 @@
+--- directory/c-sdk/ldap/libraries/libprldap/Makefile.in.orig	2006-02-03 15:44:49.000000000 +0100
++++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in	2008-03-28 10:04:03.000000000 +0100
+@@ -224,7 +224,7 @@ $(DLLPRLDAP): $(OBJS) $(LIBDIR) $(PRLDAP
+ ifdef SO_FILES_TO_REMOVE
+ 	-$(RM) $(SO_FILES_TO_REMOVE)
+ endif
+-	$(LINK_DLL) $(PRLDAP_EXPORT_FLAGS) $(EXTRA_LIBS)
++	$(LINK_DLL) $(PRLDAP_EXPORT_FLAGS) $(OS_LDFLAGS) $(EXTRA_LIBS)
+ 
+ veryclean:: clean
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/5f2bb6eb/attachment.html


More information about the macports-changes mailing list