ports/97790: [maintainer update] net-im/gloox: BROKEN on 4.x

trasz trasz at pin.if.uz.zgora.pl
Wed May 24 15:40:26 UTC 2006


>Number:         97790
>Category:       ports
>Synopsis:       [maintainer update] net-im/gloox: BROKEN on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 15:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        
>Organization:
>Environment:
>Description:
According to http://people.freebsd.org/~fenner/errorlogs/trasz@pin.if.uz.zgora.pl.html, gloox fails to build
on FreeBSD 4.  I'm not sure if the patch attached is correct (don't have any FreeBSD 4 machine) or optimal
(it seems to be a compiler problem, not a problem with operating system itself), but i hope it will do ;-)

--- Makefile.orig       Sun May 21 11:27:29 2006
+++ Makefile    Sun May 21 11:46:12 2006
@@ -24,10 +24,16 @@
                LDFLAGS="-L${LOCALBASE}/lib"
 INSTALLS_SHLIB=        yes
 
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} < 500000)
+BROKEN= Does not build on FreeBSD < 5.x.
+.endif
+
 post-install:
        @${FIND} ${PREFIX}/include/gloox ! -type d | \
                ${SED} "s,${PREFIX}/,," >> ${TMPPLIST}
        @${FIND} ${PREFIX}/include/gloox -type d | ${SORT} -r | \
                ${SED} "s,${PREFIX}/, at dirrm ," >> ${TMPPLIST}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

>How-To-Repeat:

>Fix:

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



More information about the freebsd-ports-bugs mailing list