ports/115417: [PATCH]deskutils/recoll does not build on FreeBSD 7

Jean-Francois Dockes jean-francois.dockes at wanadoo.fr
Sat Aug 11 09:10:01 UTC 2007


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



More information about the freebsd-ports-bugs mailing list