Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 11:15:16 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97890: [ PATCH ] un-BROKEn www/seamonkey on FreBSD 4.x
Message-ID:  <200605250915.k4P9FGFv022041@kulesh.obluda.cz>
Resent-Message-ID: <200605250920.k4P9KIPX032456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97890
>Category:       ports
>Synopsis:       [ PATCH ] un-BROKEn www/seamonkey on FreBSD 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 09:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 4.11-RELEASE-p17 i386
>Organization:
Obludarium
>Environment:
www/seamonkey 1.0.1
Makefile,v 1.244
work/mozilla/security/manager/Makefile.in size/date: 8872 / Jan  5 16:40

>Description:

	The port is marked as BROKEN for pre 5.x releases. 

>How-To-Repeat:
>Fix:

Following small patch made it compilable again.

--- Makefile.orig	Thu May 25 02:11:11 2006
+++ Makefile	Thu May 25 11:06:51 2006
@@ -57,7 +57,8 @@
 .endif
 
 .if ${OSVERSION} < 500000
-#BROKEN="Does not build"
+USE_GCC=        3.4
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-security_manager_Makefile.in
 .endif
 
 .if defined(WITHOUT_MAILNEWS)
--- /dev/null	Thu May 25 11:07:00 2006
+++ files/extra-patch-security_manager_Makefile.in	Thu May 25 11:04:01 2006
@@ -0,0 +1,11 @@
+--- security/manager/Makefile.in.orig.patched	Thu May 25 10:19:22 2006
++++ security/manager/Makefile.in	Thu May 25 10:19:22 2006
+@@ -159,8 +159,6 @@
+ 	$(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS)
+ ifeq ($(OS_ARCH),WINNT)
+ 	cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX)
+-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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605250915.k4P9FGFv022041>