Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 13:45:18 GMT
From:      Arrigo Marchiori <ardovm@yahoo.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184307: editors/openoffice-3 and www/serf mismatch
Message-ID:  <201311261345.rAQDjIML063408@oldred.freebsd.org>
Resent-Message-ID: <201311261350.rAQDo0rB063671@freefall.freebsd.org>

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

>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:



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