Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2023 13:04:30 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8c968d1c144 - main - archivers/bicom: unbreak fetch
Message-ID:  <202308091304.379D4UK6089904@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8c968d1c14439589111420e8a9c8b6fbbcd6976

commit a8c968d1c14439589111420e8a9c8b6fbbcd6976
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-08-07 14:11:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-09 13:01:15 +0000

    archivers/bicom: unbreak fetch
    
    Seems like the original upstream is gone.  Retrieve distfile with
    slightly different checksum from other host.
    
    While we are at it, dos2unix-ify port.
    
    Reported by:    Bryan Baldwin <bryan@katofiad.co.nz>
---
 archivers/bicom/Makefile                      |  6 +++---
 archivers/bicom/files/patch-bialib_sufftree.h | 22 +++++++++++-----------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile
index efcadf4836cb..8d8d8f9370e2 100644
--- a/archivers/bicom/Makefile
+++ b/archivers/bicom/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	bicom
 PORTVERSION=	1.01
 CATEGORIES=	archivers
-MASTER_SITES=	http://www3.sympatico.ca/mt0000/bicom/ \
-		http://freebsd.nsu.ru/distfiles/
+MASTER_SITES=	http://www.mirrorservice.org/pub/minix/distfiles/backup/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -15,7 +14,8 @@ LICENSE_NAME=	bicom
 LICENSE_TEXT=	Contact author personally regarding commercial use
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
-USES=		zip
+USES=		dos2unix zip
+DOS2UNIX_GLOB=	*.cpp *.h
 NO_WRKSUBDIR=	yes
 MAKEFILE=	${FILESDIR}/Makefile
 
diff --git a/archivers/bicom/files/patch-bialib_sufftree.h b/archivers/bicom/files/patch-bialib_sufftree.h
index 2782c4887989..f3eb9d59883a 100644
--- a/archivers/bicom/files/patch-bialib_sufftree.h
+++ b/archivers/bicom/files/patch-bialib_sufftree.h
@@ -1,11 +1,11 @@
---- bialib/sufftree.h.orig	2000-10-26 01:51:04 UTC
-+++ bialib/sufftree.h
-@@ -95,7 +95,7 @@ class SuffixTreeModel : public Arithmeti
-     {
-     public:
-     bool InEdge()
--      {return(r>0);}
-+      {return(r!=NULL);}
-     //After Canonize()ing a point, r >0 <=> proj!=0, i.e., point
-     //is inside an edge
-     INode *ins;  //parent of point
+--- bialib/sufftree.h.orig	2000-10-26 01:51:04 UTC
++++ bialib/sufftree.h
+@@ -95,7 +95,7 @@ class SuffixTreeModel : public Arithmeti
+     {
+     public:
+     bool InEdge()
+-      {return(r>0);}
++      {return(r!=NULL);}
+     //After Canonize()ing a point, r >0 <=> proj!=0, i.e., point
+     //is inside an edge
+     INode *ins;  //parent of point



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