Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Mar 2014 01:01:20 -0600 (CST)
From:      Jeff Lawson <jeff.lawson@flightaware.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187270: Update mod_rivet to 2.1.4, fix broken port
Message-ID:  <20140305070120.B19925641E@rowdy.hou.flightaware.com>
Resent-Message-ID: <201403050720.s257K0eI080896@freefall.freebsd.org>

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

>Number:         187270
>Category:       ports
>Synopsis:       Update mod_rivet to 2.1.4, fix broken port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 05 07:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Lawson
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD rowdy.hou.flightaware.com 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Thu Feb 24 10:18:23 CST 2011 root@blubl.hou.flightaware.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Update to latest mod_rivet release.  Fix broken port on some systems caused by lack of libtoolize.
>How-To-Repeat:
	
>Fix:

	Patch attached.

--- mod_rivet.214.diff begins here ---
diff -uwr www/mod_rivet.old/Makefile www/mod_rivet/Makefile
--- www/mod_rivet.old/Makefile	2014-03-04 23:54:37.000000000 -0600
+++ www/mod_rivet/Makefile	2014-03-05 00:47:17.000000000 -0600
@@ -2,7 +2,7 @@
 # $FreeBSD: head/www/mod_rivet/Makefile 345573 2014-02-22 09:20:03Z antoine $
 
 PORTNAME=	mod_rivet
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.4
 CATEGORIES=	www tcl
 MASTER_SITES=		${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	tcl/rivet
@@ -11,14 +11,12 @@
 MAINTAINER=	cowbert@gmail.com
 COMMENT=	Embeds a Tcl interpreter in the Apache server
 
-BROKEN=		Does not configure
-
 LICENSE=	APACHE20
 
 LIB_DEPENDS=	libitcl.so:${PORTSDIR}/lang/itcl
 
 USE_APACHE=	22+
-USE_AUTOTOOLS=	aclocal automake
+USE_AUTOTOOLS=	aclocal automake libtool libtoolize
 USE_LDCONFIG=	${PREFIX}/lib/rivet
 USES+=		gmake tcl:85+
 
Only in www/mod_rivet: Makefile~
diff -uwr www/mod_rivet.old/distinfo www/mod_rivet/distinfo
--- www/mod_rivet.old/distinfo	2014-03-04 23:54:37.000000000 -0600
+++ www/mod_rivet/distinfo	2014-03-05 00:15:31.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (rivet-2.1.3.tar.gz) = 56220f45bcd5387d2299f026ecdb49825efb11207ec4859c91391d61263c1769
-SIZE (rivet-2.1.3.tar.gz) = 1365177
+SHA256 (rivet-2.1.4.tar.gz) = 79936db37b97187cb82c7529799b23d105fae41be5072bd044f63accc6a3ea74
+SIZE (rivet-2.1.4.tar.gz) = 1384469
--- mod_rivet.214.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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