Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 12:07:08 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mph@FreeBSD.org, buser@micro.ti.com
Subject:   ports/43274: [patch] unbreak misc/xquote and fix mastersites
Message-ID:  <20020923020708.AD9806A712A@k7.mavetju>

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

>Number:         43274
>Category:       ports
>Synopsis:       [patch] unbreak misc/xquote and fix mastersites
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 19:10:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/misc/xquote/Makefile,v 1.8 2001/01/09 19:36:39 sf Exp $

>Description:

See http://bento.freebsd.org/errorlogs/4-full/xquote-1.1.log
values.h -> limits.h

>How-To-Repeat:

See http://bento.freebsd.org/errorlogs/4-full/xquote-1.1.log

>Fix:

(maybe upgrading to version 2.2 is a good thing too, but that's up to MPH)

Add this misc/xquote/files/ as patch-color.c

--- color.c.old	Mon Sep 23 11:56:19 2002
+++ color.c	Mon Sep 23 11:56:39 2002
@@ -26,7 +26,7 @@
 #include <stdio.h>
 
 #if !defined(__NetBSD__)
-#include <values.h>
+#include <limits.h>
 #endif
 
 #include <Xm/Xm.h>


Also, apply this to the Makefile

--- Makefile.old	Mon Sep 23 12:04:50 2002
+++ Makefile	Mon Sep 23 12:05:29 2002
@@ -7,7 +7,7 @@
 PORTNAME=	xquote
 PORTVERSION=	1.1
 CATEGORIES=	misc
-MASTER_SITES=	http://sunsite.auc.dk/xinvest/	\
+MASTER_SITES=	http://sunsite.dk/xinvest/	\
 		${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR= applications
 
>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?20020923020708.AD9806A712A>