Resubmitting this patch, last sent on May 29th. I've been using
seamonkey on -current/amd64 daily since that time, everything seems to
work fine.
The fix for Mozilla bug 1107063[1], commited upstream, has actually been
reverted in ports (the local patch was reversed, not removed). The
following diff allows seamonkey to start again.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1107063
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/seamonkey/Makefile,v
retrieving revision 1.173
diff -u -p -r1.173 Makefile
--- Makefile 28 May 2015 10:17:25 -0000 1.173
+++ Makefile 29 May 2015 21:41:05 -0000
@@ -11,8 +11,8 @@ MOZILLA_CODENAME = suite
MULTI_PACKAGES = -main -lightning
PKGNAME-main = ${PKGNAME}
PKGNAME-lightning = lightning-seamonkey-3.8
-REVISION-main = 2
-REVISION-lightning = 3
+REVISION-main = 3
+REVISION-lightning = 4
EPOCH-lightning = 0
HOMEPAGE = http://www.seamonkey-project.org/
Index: patches/patch-ldap_sdks_c-sdk_configure_in
===================================================================
RCS file: patches/patch-ldap_sdks_c-sdk_configure_in
diff -N patches/patch-ldap_sdks_c-sdk_configure_in
--- patches/patch-ldap_sdks_c-sdk_configure_in 16 Mar 2015 20:00:29
-0000 1.8
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-ldap_sdks_c-sdk_configure_in,v 1.8 2015/03/16 20:00:29
landry Exp $
-https://bugzilla.mozilla.org/show_bug.cgi?id=1107063
---- ldap/sdks/c-sdk/configure.in.orig Mon Mar 9 06:35:46 2015
-+++ ldap/sdks/c-sdk/configure.in Mon Mar 9 19:59:02 2015
-@@ -1823,7 +1823,7 @@ mips-sony-newsos*)
- fi
- DSO_CFLAGS=-fPIC
- USE_NSPR_THREADS=1
-- DSO_LDOPTS='-shared -fPIC -Wl,-soname,$(notdir $@)'
-+ DSO_LDOPTS='-shared -fPIC'
- ;;
-
- *-openvms*)