Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 15:38:08 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42606: Fix build: remove values.h from lang/fbbi
Message-ID:  <200209091338.g89Dc8ck038962@tl.kom.tuwien.ac.at>

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

>Number:         42606
>Category:       ports
>Synopsis:       Fix build: remove values.h from lang/fbbi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 09 11:30:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- fbbi.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/fbbi/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	22 Dec 2001 14:55:03 -0000	1.1
+++ Makefile	9 Sep 2002 13:35:00 -0000
@@ -17,11 +17,13 @@
 USE_ZIP=	yes
 USE_GMAKE=	yes
 MAKEFILE=	makefile
+USE_REINPLACE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
 pre-build:
 	@${CP} ${WRKDIR}/fbbi.c ${WRKSRC}
+	${REINPLACE_CMD} -e 's,#include <values.h>,,' ${WRKSRC}/bf98spc.h
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/fbbi ${LOCALBASE}/bin
--- fbbi.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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