Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2010 20:43:46 +0100 (CET)
From:      Hugo Leisink <hugo@leisink.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/144452: Ports update <www/hiawatha>
Message-ID:  <alpine.DEB.1.00.1003032042310.10445@elesoft.xlshosting.net>
Resent-Message-ID: <201003031950.o23Jo1uX096837@freefall.freebsd.org>

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

>Number:         144452
>Category:       ports
>Synopsis:       Ports update: www/hiawatha
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 19:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Hugo Leisink <hugo@leisink.net>
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD freebsd.lan 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

diff -u hiawatha-6.19/Makefile hiawatha-7.0/Makefile
--- hiawatha-6.19/Makefile	2010-03-01 23:12:55.000000000 +0000
+++ hiawatha-7.0/Makefile	2010-03-03 21:17:22.000000000 +0000
@@ -6,7 +6,7 @@
  #

  PORTNAME=	hiawatha
-PORTVERSION=	6.19
+PORTVERSION=	7.0
  CATEGORIES=	www
  MASTER_SITES=	http://www.hiawatha-webserver.org/files/

@@ -31,11 +31,12 @@
  LDFLAGS=	-L${LOCALBASE}/lib

  OPTIONS=	COMMAND "Enable the Hiawatha CommandChannel" Off \
-		CACHE "Internal file caching support" On \
-		IPV6 "Enable IPv6 Support" Off \
-		SSL "Support for Secure Sockets Layer (SSL)" On \
+		CACHE   "Internal file caching support" On \
+		IPV6    "Enable IPv6 Support" On \
+		MONITOR "Enable Hiawatha Monitor" On \
+		SSL     "Support for Secure Sockets Layer (SSL)" On \
  		TOOLKIT "Enable URL Toolkit" On \
-		XSLT "XSLT support" Off
+		XSLT    "XSLT support" On

  .include <bsd.port.pre.mk>

@@ -59,10 +60,15 @@
  CONFIGURE_ARGS+=	--disable-ipv6
  .endif

-.if defined(WITH_XSLT)
-CONFIGURE_ARGS+=	--enable-xslt
-USE_GNOME+=	libxslt
-CPPFLAGS+=	-I${LOCALBASE}/include/libxml2
+.if !defined(WITH_MONITOR)
+CONFIGURE_ARGS+=	--disable-monitor
+.endif
+
+.if !defined(WITH_XSLT)
+CONFIGURE_ARGS+=	--disable-xslt
+.else
+USE_GNOME+=		libxslt
+CPPFLAGS+=		-I${LOCALBASE}/include/libxml2
  .endif

  post-install:
diff -u hiawatha-6.19/distinfo hiawatha-7.0/distinfo
--- hiawatha-6.19/distinfo	2010-03-01 23:12:55.000000000 +0000
+++ hiawatha-7.0/distinfo	2010-03-01 23:16:00.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (hiawatha-6.19.tar.gz) = 1e9d4790ab4566f3ad4f8b1ea4997dca
-SHA256 (hiawatha-6.19.tar.gz) = f94e5cdfae91fb1a36bbe0c334318475f17ae5b19f32eaefcd5018b430781933
-SIZE (hiawatha-6.19.tar.gz) = 268313
+MD5 (hiawatha-7.0.tar.gz) = 876111ba94b183745b90ca27d4f2b0ed
+SHA256 (hiawatha-7.0.tar.gz) = 568faa4b76abc815c9114586659ee79146d1575d074690d0d6edf87f6cad10a0
+SIZE (hiawatha-7.0.tar.gz) = 270839
Common subdirectories: hiawatha-6.19/files and hiawatha-7.0/files
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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