From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 9 11:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 009D81065694 for ; Fri, 9 Oct 2009 11:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD14D8FC1B for ; Fri, 9 Oct 2009 11:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n99Bo0a8021420 for ; Fri, 9 Oct 2009 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n99Bo0so021419; Fri, 9 Oct 2009 11:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 9 Oct 2009 11:50:00 GMT Resent-Message-Id: <200910091150.n99Bo0so021419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Coleman Kane Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C624C106566B for ; Fri, 9 Oct 2009 11:47:11 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4B5A8FC13 for ; Fri, 9 Oct 2009 11:47:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n99BlBwD021379 for ; Fri, 9 Oct 2009 11:47:11 GMT (envelope-from cokane@freefall.freebsd.org) Received: (from cokane@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n99BlBGS021378; Fri, 9 Oct 2009 11:47:11 GMT (envelope-from cokane) Message-Id: <200910091147.n99BlBGS021378@freefall.freebsd.org> Date: Fri, 9 Oct 2009 11:47:11 GMT From: Coleman Kane To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Coleman Kane List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 11:50:01 -0000 >Number: 139449 >Category: ports >Synopsis: editors/openoffice.org-3-devel not building properly with bundled NSS >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 09 11:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Coleman Kane >Release: FreeBSD 9.0-CURRENT amd64 >Organization: FreeBSD >Environment: System: FreeBSD erwin 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r+6437186: Tue Oct 6 15:48:13 EDT 2009 root@erwin:/usr/obj/usr/src/sys/ERWIN amd64 Running latest GNOME NSS 3.12.4 >Description: Every time that I build OpenOffice.org 3 devel recently, it fails to build against the version of NSS that it was bundled with. I found that adding --disable-nss-module tells it to use the system's NSS instead, which is from the security/nss port. >How-To-Repeat: Try to build editors/openoffice.org-3-devel from ports >Fix: Patch below: diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 9d8a8dc..8f2360d 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= 3.2.${SNAPDATE} +PORTREVISION= 1 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/cws/:cws \ @@ -110,6 +111,7 @@ CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \ LDFLAGS="-L${LOCALBASE}/lib" \ PATH=${WRKSRC}/solenv/bin:$$PATH +LIB_DEPENDS= nss3:${PORTSDIR}/security/nss BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ @@ -143,7 +145,8 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --enable-presenter-console \ --enable-pdfimport \ --enable-wiki-publisher \ - --enable-report-builder + --enable-report-builder \ + --disable-nss-module OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt OOOEXTENSIONS+= presenter/presenter-screen.oxt >Release-Note: >Audit-Trail: >Unformatted: