Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2007 11:04:20 +0200 (CEST)
From:      Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115417: [PATCH]deskutils/recoll does not build on FreeBSD 7
Message-ID:  <200708110904.l7B94KF7071342@mouton.dockes.com>
Resent-Message-ID: <200708110910.l7B9A1Ce085883@freefall.freebsd.org>

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

>Number:         115417
>Category:       ports
>Synopsis:       [PATCH]deskutils/recoll does not build on FreeBSD 7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 09:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Francois Dockes
>Release:        FreeBSD 5.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mouton 5.5-RELEASE FreeBSD 5.5-RELEASE #2: Fri May 26 07:37:48 CEST 2006 dockes@mouton:/usr/obj/usr/src/sys/MOUTON i386


	
>Description:
       Recoll 1.8.x does not build on FreeBSD 7 due to the putenv() argument
       const'ness change. The problem will be fixed in Recoll 1.9. due early
       fall 2007. Mark Recoll 1.8 broken for FreeBSD 7 until then.

>How-To-Repeat:
	
>Fix:

diff -ruN recoll.prev/Makefile recoll/Makefile
--- recoll.prev/Makefile	Fri Jul  6 18:55:10 2007
+++ recoll/Makefile	Wed Aug  8 09:20:29 2007
@@ -37,7 +37,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || ${OSVERSION} >= 700000
 BROKEN=	doesn't build
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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