Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 10:07:38 +0300 (EEST)
From:      antonz@library.ntu-kpi.kiev.ua
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21853: Broken lang/gpc port temporary fix
Message-ID:  <200010090707.KAA57641@library.ntu-kpi.kiev.ua>

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

>Number:         21853
>Category:       ports
>Synopsis:       Broken lang/gpc port temporary fix
>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:   Mon Oct 09 00:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Anton N. Breusov
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
NTUU "KPI", Scientific Technical Library
>Environment:

	Any
>Description:

	GNU Pascal distfile gpc-19990118.tar.gz moved from 
	ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/current/ to
	ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/

>How-To-Repeat:

	cd /usr/ports/lang/gpc; make
>Fix:
	
	This is temporary patch:
============== gpc.diff ===================================================
--- Makefile.prev	Mon Oct  9 09:52:34 2000
+++ Makefile		Mon Oct  9 09:49:39 2000
@@ -7,7 +7,7 @@
 PORTNAME=	gpc
 PORTVERSION=	2.0
 CATEGORIES=	lang
-MASTER_SITES=	ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/current/
+MASTER_SITES=	ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/
 DISTNAME=	gpc-19990118
 
 MAINTAINER=	antonz@library.ntu-kpi.kiev.ua
============== end of gpc.diff =============================================
To apply it do this:
1). Copy this gpc.diff file to /usr/ports/lang/gpc
2). Do:
	# cd /usr/ports/lang/gpc
	# patch <gpc.diff
3). Try to recompile the port
	# make
	# make install
	and so on....

Also there are many new distfiles in 
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/current/ master site.
I'll update GPC port to one of the gpc-200010xx.tar.gz snapshots
in two-three weeks.

>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?200010090707.KAA57641>