Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 12:53:08 +0100 (CET)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47101: [patch] Make devel/korelib fetch again
Message-ID:  <200301151153.h0FBr8En025592@coyote.dnsalias.net>

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

>Number:         47101
>Category:       ports
>Synopsis:       [patch] Make devel/korelib fetch again
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 15 04:00:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.7-STABLE: Mon Nov 18 09:46:38 CET 2002 i386

>Description:
Master_Site changed

NOTE: MD5 Sum changed, because the hash_map patch obviously made it into
the distfile. 

>How-To-Repeat:
Try to fetch the Port

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/korelib/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	7 Nov 2002 03:10:46 -0000	1.8
+++ Makefile	15 Jan 2003 11:37:39 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	korelib
 PORTVERSION=	1.0
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.rygannon.com/pub/Korelib/
+MASTER_SITES=	http://www.smga3000.com/thekompany/Korelib/
 
 MAINTAINER=	ports@FreeBSD.org
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/korelib/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	24 Jul 2002 23:52:48 -0000	1.2
+++ distinfo	15 Jan 2003 11:37:39 -0000
@@ -1 +1 @@
-MD5 (korelib-1.0.tar.gz) = 0d94b67238d2f7c492af23fb35b34975
+MD5 (korelib-1.0.tar.gz) = ee220ca3cf6efddf0427ff6a3a5cad36
Index: files/patch-hash_map
===================================================================
RCS file: /home/ncvs/ports/devel/korelib/files/patch-hash_map,v
retrieving revision 1.1
diff -u -r1.1 patch-hash_map
--- files/patch-hash_map	24 Jul 2002 23:52:49 -0000	1.1
+++ files/patch-hash_map	15 Jan 2003 11:37:39 -0000
@@ -1,27 +0,0 @@
---- include/kore/metainfo.h	Mon May 20 10:26:01 2002
-+++ include/kore/metainfo.h	Wed Jul 24 19:24:03 2002
-@@ -9,3 +9,9 @@
- #else
--#include <hash_map>
-+#	if defined(__GNUC__) && __GNUC__ > 2
-+#		include <ext/hash_map>
-+#		include <ext/stl_hash_fun.h>
-+		using namespace __gnu_cxx;
-+#	else
-+#		include <hash_map>
-+#	endif
- #endif
---- kore/metainfo.cpp	Mon May 20 10:26:01 2002
-+++ kore/metainfo.cpp	Wed Jul 24 19:25:25 2002
-@@ -2,4 +2,3 @@
- #include <vector>
--#include <iostream.h>
--#include <hash_map>
-+#include <iostream>
- using namespace kore;
---- kore/componenttrader.cpp	Mon May 20 10:26:01 2002
-+++ kore/componenttrader.cpp	Wed Jul 24 19:26:48 2002
-@@ -7,3 +7,2 @@
- //#ifdef _WIN32
--#include <hash_map>
- #include <vector>
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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