Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 00:51:09 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23734: [PATCH] emulators/bfe has unfetchable distfile
Message-ID:  <Pine.BSF.4.21.0012220049190.92447-100000@sobek.openirc.co.uk>
Resent-Message-ID: <200012220050.eBM0o1V53375@freefall.freebsd.org>

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

>Number:         23734
>Category:       ports
>Synopsis:       [PATCH] emulators/bfe has unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 21 16:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Port emulators/bfe has an unfetchable distfile. Patch included updates
port to version 7jul2000. This PR/patch obsoletes ports/21351.
>How-To-Repeat:
Try to build :)
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/emulators/bfe/Makefile,v
retrieving revision 1.2
diff -r1.2 Makefile
9c9
< PORTVERSION=	991102
---
> PORTVERSION=	7jul2000
Index: distinfo
===================================================================
RCS file: /usr/home/ncvs/ports/emulators/bfe/distinfo,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 distinfo
1c1
< MD5 (bfe-991102.tgz) = c4650d6509045558933d86d4982e497a
---
> MD5 (bfe-7jul2000.tgz) = 4e0fbfd0ea7de95c2ad92085e3f135b3
Index: files/patch-aa
===================================================================
RCS file: /usr/home/ncvs/ports/emulators/bfe/files/patch-aa,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 patch-aa
1,2c1,2
< --- Makefile.orig	Tue Oct 26 16:56:41 1999
< +++ Makefile	Wed Feb  2 15:00:38 2000
---
> --- Makefile.orig	Wed Nov 24 07:51:13 1999
> +++ Makefile		Fri Dec 22 00:47:52 2000
7,10c7,10
< -LIBS = -L/usr/X11/lib -L/usr/local/lib -lX11 -lforms -lm
< -INCS = -I/usr/X11R6/include
< +LIBS = -L${X11BASE}/lib -L${PREFIX}/lib -lX11 -lxforms -lm
< +INCS = -I${X11BASE}/include
---
> -LIBS = -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lforms -lm
> -INCS = -I/usr/X11R6/include -I/usr/X11R6/include/X11
> +LIBS = -L${X11BASE}/lib -L${PREFIX}/lib -lX11 -lforms -lm
> +INCS = -I${X11BASE}/include -I{X11BASE}/include/X11


>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?Pine.BSF.4.21.0012220049190.92447-100000>