From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1746A47 for ; Tue, 26 Nov 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9322EF4 for ; Tue, 26 Nov 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQDo0Jv063672 for ; Tue, 26 Nov 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQDo0rB063671; Tue, 26 Nov 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 13:50:00 GMT Resent-Message-Id: <201311261350.rAQDo0rB063671@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, Arrigo Marchiori Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7B6F892 for ; Tue, 26 Nov 2013 13:45:18 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7D672EB4 for ; Tue, 26 Nov 2013 13:45:18 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAQDjIr5063426 for ; Tue, 26 Nov 2013 13:45:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQDjIML063408; Tue, 26 Nov 2013 13:45:18 GMT (envelope-from nobody) Message-Id: <201311261345.rAQDjIML063408@oldred.freebsd.org> Date: Tue, 26 Nov 2013 13:45:18 GMT From: Arrigo Marchiori To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184307: editors/openoffice-3 and www/serf mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 13:50:00 -0000 >Number: 184307 >Category: ports >Synopsis: editors/openoffice-3 and www/serf mismatch >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: Tue Nov 26 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Arrigo Marchiori >Release: 9.2-STABLE >Organization: >Environment: FreeBSD myhost 9.2-STABLE FreeBSD 9.2-STABLE #52 r258539: Mon Nov 25 09:36:08 CET 2013 root@myhost:/usr/obj/usr/src/sys/GENERIC i386 >Description: The editors/openoffice-3 port requires the serf library. Its Makefile explicitly requires version 1.0. The www/serf port provides version 1.3, not 1.0. Therefore, openoffice-3 does not build. >How-To-Repeat: cd /usr/ports/editors/openoffice-3 && make >Fix: Changing the depend from "serf-1.0" to "serf-1" in /usr/ports/editors/openoffice-3 seems to allow compiling the port: $ cd /usr/ports/editors/openoffice-3 && svn diff Index: Makefile =================================================================== --- Makefile (revisione 334928) +++ Makefile (copia locale) @@ -119,7 +119,7 @@ freetype.9:${PORTSDIR}/print/freetype2 \ apr-1.4:${PORTSDIR}/devel/apr1 \ CoinMP.8:${PORTSDIR}/math/coinmp \ - serf-1.0:${PORTSDIR}/www/serf + serf-1:${PORTSDIR}/www/serf BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ >Release-Note: >Audit-Trail: >Unformatted: