Bug 21853

Summary: Broken lang/gpc port temporary fix
Product: Ports & Packages Reporter: antonz <antonz>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description antonz 2000-10-09 08:10:00 UTC
	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/

Fix: This is temporary patch:
============== gpc.diff ===================================================


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.--17FGnBEhXrOyP7S1AQCZSbwoJYIfxYFvPwq5is86US5CYPHN
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.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....
How-To-Repeat: 
	cd /usr/ports/lang/gpc; make
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2000-10-09 16:37:12 UTC
State Changed
From-To: open->closed

Committed thanks!