ports/55096: [patch][non-maintainer] update and unbreak www/larbin

Mark Linimon linimon at lonesome.com
Thu Jul 31 06:20:11 UTC 2003


>Number:         55096
>Category:       ports
>Synopsis:       [patch][non-maintainer] update and unbreak www/larbin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 23:20:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.8-STABLE FreeBSD 4.8-STABLE #1: Sun Jul 13 23:03:01 CDT 2003 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Per bento, this port did not build on gcc3 until the latest update
	by the author.  Also, the local patch has been incorporated into
	the upstream distribution.
>How-To-Repeat:
	make install (5.1)
>Fix:
	From the website:
V2.6.3 (2003-07-09):

    * Add the possibility to follow only internal links (ie on the same site). See option noExternalLinks in larbin.conf.
    * Correct a compilation problem with gcc 3.XX (and avoid warnings).
    * Add the possibility to use "" in larbin.conf to define a token containing blank char. 

diff -ruN larbin.dist/Makefile larbin/Makefile
--- larbin.dist/Makefile	Sat May 24 15:21:28 2003
+++ larbin/Makefile	Thu Jul 31 01:12:48 2003
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	larbin
-PORTVERSION=	2.6.2
+PORTVERSION=	2.6.3
 CATEGORIES=	www
-MASTER_SITES=	ftp://ftp.sourceforge.net/pub/sourceforge/larbin/
+MASTER_SITES=	ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ \
+		http://prdownloads.sourceforge.net/larbin/
 
 MAINTAINER=	hiten at uk.FreeBSD.org
 COMMENT=	A powerful HTTP crawler with an easy interface
@@ -22,10 +23,6 @@
 MAKE_ARGS=	CXX=${CXX}
 
 .include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not build"
-.endif
 
 .if ${XFREE86_VERSION} == 3
 BUILD_DEPENDS+=	makedepend:${PORTSDIR}/devel/imake
diff -ruN larbin.dist/distinfo larbin/distinfo
--- larbin.dist/distinfo	Fri Nov  8 16:56:11 2002
+++ larbin/distinfo	Thu Jul 31 01:10:51 2003
@@ -1 +1 @@
-MD5 (larbin-2.6.2.tar.gz) = c4f0199dbbdb8e69d8d1187518f311c9
+MD5 (larbin-2.6.3.tar.gz) = c3a5a48ce20767a438f8e5f34a00eb30
diff -ruN larbin.dist/files/patch-utils::SyncFifo.h larbin/files/patch-utils::SyncFifo.h
--- larbin.dist/files/patch-utils::SyncFifo.h	Sat Jun  8 20:34:40 2002
+++ larbin/files/patch-utils::SyncFifo.h	Wed Dec 31 18:00:00 1969
@@ -1,13 +0,0 @@
-$FreeBSD: ports/www/larbin/files/patch-utils::SyncFifo.h,v 1.1 2002/06/09 01:34:40 petef Exp $
-
---- utils/SyncFifo.h.orig	Sat Jun  8 21:29:43 2002
-+++ utils/SyncFifo.h	Sat Jun  8 21:31:09 2002
-@@ -45,7 +45,7 @@
- };
- 
- template <class T>
--SyncFifo<T>::SyncFifo (uint size = std_size) {
-+SyncFifo<T>::SyncFifo (uint size) {
-   tab = new T*[size];
-   this->size = size;
-   in = 0;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list