ports/184307: editors/openoffice-3 and www/serf mismatch

Arrigo Marchiori ardovm at yahoo.it
Tue Nov 26 13:50:00 UTC 2013


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


More information about the freebsd-ports-bugs mailing list