From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 3 10:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63C769C0 for ; Mon, 3 Jun 2013 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4B21A11DA for ; Mon, 3 Jun 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53AK1PO004637 for ; Mon, 3 Jun 2013 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53AK1Ol004636; Mon, 3 Jun 2013 10:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 10:20:01 GMT Resent-Message-Id: <201306031020.r53AK1Ol004636@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrea Cervesato Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B9F497A for ; Mon, 3 Jun 2013 10:17:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 334A511B6 for ; Mon, 3 Jun 2013 10:17:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53AH1ms009794 for ; Mon, 3 Jun 2013 10:17:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53AH12v009793; Mon, 3 Jun 2013 10:17:01 GMT (envelope-from nobody) Message-Id: <201306031017.r53AH12v009793@oldred.freebsd.org> Date: Mon, 3 Jun 2013 10:17:01 GMT From: Andrea Cervesato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/179258: New port www/mod_qos v1.1 (plist missing) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 10:20:01 -0000 >Number: 179258 >Category: misc >Synopsis: New port www/mod_qos v1.1 (plist missing) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 10:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrea Cervesato >Release: Freebsd 9.1 >Organization: SoTeHa s.r.l. >Environment: FreeBSD repository.soteha.inc 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: Plist is missing >Fix: Added AP_FAST_BUILD= yes Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_qos # mod_qos/Makefile # mod_qos/distinfo # mod_qos/pkg-descr # echo c - mod_qos mkdir -p mod_qos > /dev/null 2>&1 echo x - mod_qos/Makefile sed 's/^X//' >mod_qos/Makefile << 'b270dd7528d004303c6a25c79a3c9478' X# New ports collection makefile for: mod_qos X# Date created: 03/06/2013 X# Whom: Andrea Cervesato X# X# $FreeBSD$ X# X XPORTNAME= mod_qos XPORTVERSION= 10.15 XPORTREVISION= 1.1 XCATEGORIES= www XMASTER_SITES= SF XMASTER_SITE_SUBDIR= /mod-qos XDIST_SUBDIR= apache2 X XMAINTAINER= andrea@cervesato.it XCOMMENT= Qos for Apache X XMAKE_JOBS_SAFE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2 XUSE_APACHE= 22+ XAP_GENPLIST= yes XAP_FAST_BUILD= yes X X.include b270dd7528d004303c6a25c79a3c9478 echo x - mod_qos/distinfo sed 's/^X//' >mod_qos/distinfo << '822e4801b07a293b220f1d1f24ee3faf' XSHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5 XSIZE (apache2/mod_qos-10.15.tar.gz) = 469922 822e4801b07a293b220f1d1f24ee3faf echo x - mod_qos/pkg-descr sed 's/^X//' >mod_qos/pkg-descr << '9413bc9dc3535c6de692a96343af6e5a' Xmod_qos is a quality of service module for the Apache web server implementing Xcontrol mechanisms that can provide different levels of priority to different XHTTP requests. X XWWW: http://opensource.adnovum.ch/mod_qos/ 9413bc9dc3535c6de692a96343af6e5a exit >Release-Note: >Audit-Trail: >Unformatted: