From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 3 06:20:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CCA16A4E0 for ; Thu, 3 Aug 2006 06:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCB143D46 for ; Thu, 3 Aug 2006 06:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k736KFvu045970 for ; Thu, 3 Aug 2006 06:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k736KFhI045969; Thu, 3 Aug 2006 06:20:15 GMT (envelope-from gnats) Resent-Date: Thu, 3 Aug 2006 06:20:15 GMT Resent-Message-Id: <200608030620.k736KFhI045969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Elisey Savateev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212FF16A4DE for ; Thu, 3 Aug 2006 06:11:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FE043D46 for ; Thu, 3 Aug 2006 06:11:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k736Bpq1037751 for ; Thu, 3 Aug 2006 06:11:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k736BpCi037750; Thu, 3 Aug 2006 06:11:51 GMT (envelope-from nobody) Message-Id: <200608030611.k736BpCi037750@www.freebsd.org> Date: Thu, 3 Aug 2006 06:11:51 GMT From: Elisey Savateev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/101300: [MAINTAINER-UPDATE] www/havp: update to 0.82 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 06:20:16 -0000 >Number: 101300 >Category: ports >Synopsis: [MAINTAINER-UPDATE] www/havp: update to 0.82 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 03 06:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Elisey Savateev >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD beastie 6.1-STABLE FreeBSD 6.1-STABLE #1: Sat Jul 29 15:11:55 YEKST 2006 >Description: - Update to 0.82 - Marked as BROKEN on 4.x (compile problem reported to author) - Added CONFIGURE_TARGET in Makefile >How-To-Repeat: >Fix: --- havp-0.82.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/havp/Makefile /usr/home/bio3k/my_proj/ports/havp/havp/Makefile --- /usr/ports/www/havp/Makefile Sun Jun 18 10:54:26 2006 +++ /usr/home/bio3k/my_proj/ports/havp/havp/Makefile Thu Aug 3 12:05:49 2006 @@ -6,7 +6,7 @@ # PORTNAME= havp -PORTVERSION= 0.81 +PORTVERSION= 0.82 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_RC_SUBR= havp +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} LOG_DIR= /var/log/havp TMP_DIR= /var/tmp/havp @@ -27,6 +28,12 @@ SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOG_DIR=${LOG_DIR} TMP_DIR=${TMP_DIR} RUN_DIR=${RUN_DIR} + +.include + +.if ${OSVERSION} < 500000 +BROKEN= this port does not compile on FreeBSD 4.x. +.endif pre-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL diff -ruN --exclude=CVS /usr/ports/www/havp/distinfo /usr/home/bio3k/my_proj/ports/havp/havp/distinfo --- /usr/ports/www/havp/distinfo Sun Jun 18 10:54:26 2006 +++ /usr/home/bio3k/my_proj/ports/havp/havp/distinfo Thu Aug 3 10:32:29 2006 @@ -1,3 +1,3 @@ -MD5 (havp-0.81.tar.gz) = 248a0020cca73ca8833e6e0090af4302 -SHA256 (havp-0.81.tar.gz) = ec1fe99858b79a9f440569ce353b2eba5bcba0920a092025d26df35d63941a77 -SIZE (havp-0.81.tar.gz) = 104299 +MD5 (havp-0.82.tar.gz) = 9e6a16b7d074782d1c62f1f7316e56ab +SHA256 (havp-0.82.tar.gz) = e2db8d3383cd8eca6a18ebee85875de895f3ac7414eab091a87f052d79a87b09 +SIZE (havp-0.82.tar.gz) = 105217 --- havp-0.82.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: