From owner-freebsd-ports@FreeBSD.ORG Sun Sep 15 04:15:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C1B6203 for ; Sun, 15 Sep 2013 04:15:23 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 427AF2CD1 for ; Sun, 15 Sep 2013 04:15:23 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id md4so2774373pbc.2 for ; Sat, 14 Sep 2013 21:15:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=n31uf0GdweZ/OGEhjoK94NnWFSgY0x2PEVJd5qXxSR4=; b=FKs9XFueyPgvH1EKo/wYX1Yl7srUC77C8x4ER1pyHUFl+K7TkKfBn1/qT1nDYH7hg7 5BwT7+9XamPe2yrTQhiAVJb0hrKgjfat8Q8oIvEV2kBg4lVgiOYMwn7Tztq2bqCHFhEE +s1tNASFKWoOC6JHZtVjLLggwcxlxEsesqiPfjlcuiiIbtg5fKfFFgVvu+5XiYyy4eeh qmtyFfw793ITL0WcImRQ8lwYjTqukdH7rkgwqPBjpa0Th7xWdH4+uff9KZUMZzkWurU8 VhXv2UZIWv0g3Si8pq440qzdX6BlFVR9/NTNl3qt997Aqw2iY+QVVgHy4j/Ac1FRNOEI oqYg== MIME-Version: 1.0 X-Received: by 10.66.121.234 with SMTP id ln10mr23506524pab.20.1379218522766; Sat, 14 Sep 2013 21:15:22 -0700 (PDT) Received: by 10.68.203.193 with HTTP; Sat, 14 Sep 2013 21:15:22 -0700 (PDT) In-Reply-To: <201309130605.r8D65L6W060289@oldred.freebsd.org> References: <201309130605.r8D65L6W060289@oldred.freebsd.org> Date: Sun, 15 Sep 2013 00:15:22 -0400 Message-ID: Subject: Re: ports/182056: [NEW PORT] emulators/petitecloud -- thin frontend for bhve and in future versions other hyper-v's From: Aryeh Friedman To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2013 04:15:23 -0000 I accidentally left a copyright notice in the Makefile of ports/182056 how do I make a followup to it to fix the problem? A side question the PR has been sitting for over a week with no one assigned to it? On Fri, Sep 13, 2013 at 2:05 AM, Aryeh M. Friedman wrote: > > >Number: 182056 > >Category: ports > >Synopsis: [NEW PORT] emulators/petitecloud -- thin frontend for > bhve and in future versions other hyper-v's > >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: Fri Sep 13 06:10:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Aryeh M. Friedman > >Release: > >Organization: > >Environment: > >Description: > --- ../petitecloud.old/Makefile 2013-09-13 01:27:14.000000000 -0400 > +++ Makefile 2013-09-13 01:23:04.000000000 -0400 > @@ -0,0 +1,24 @@ > +# > +# Copyright (C) 2013 Friedman-Nixon-Wong Enterprises, LLC > +# > + > +CATEGORIES= emulators > +PORTNAME= petitecloud > +PORTVERSION= 0.1 > +MASTER_SITES= ftp://ftp.petitecloud.org/petitecloud/aryeh/0.1/ > +COMMENT= Thin frontend to bhve > + > +USERS= petitecloud > +GROUPS= petitecloud > + > +BUILD_DEPENDS= ${LOCALBASE}/openjdk7/bin/java:${PORTSDIR}/java/openjdk7 \ > + ${LOCALBASE}/bin/cook:${PORTSDIR}/devel/cook \ > + ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo \ > +${LOCALBASE}/apache-tomcat-7.0/bin/catalina.sh:${PORTSDIR}/www/tomcat7 > + > +post-install: > + echo petitecloud | pw usermod petitecloud -h 0 2>&1 > + chmod 6755 /usr/local/sbin/petitecloud-install > + chown -R www:www /usr/local/etc/petitecloud > + > +.include > --- ../petitecloud.old/distinfo 2013-09-13 01:27:14.000000000 -0400 > +++ distinfo 2013-09-13 01:23:04.000000000 -0400 > @@ -0,0 +1,2 @@ > +SIZE (petitecloud-0.1.tar.gz) = 266752 > +SHA256 (petitecloud-0.1.tar.gz) = > 5894bbd9053a0d0a30103a604fc6ef2cb3bd680a36dc0516865da23c41448536 > --- ../petitecloud.old/pkg-descr 2013-09-13 01:27:14.000000000 -0400 > +++ pkg-descr 2013-09-12 06:47:23.000000000 -0400 > @@ -0,0 +1,3 @@ > +A thin front end to bhyve and in future versions other Hyper-V's > + > +WWW: http://www.petitecloud.org > --- ../petitecloud.old/pkg-message 2013-09-13 01:27:14.000000000 -0400 > +++ pkg-message 2013-09-12 06:47:23.000000000 -0400 > @@ -0,0 +1,15 @@ > +You need to have vmm.ko, if_bridge.ko and if_tun.ko loaded: > + > +kldload vmm > +kldload if_bridge > +kldload if_tap > + > +You also need the bridge configured to be connected to bridge0 and to the > NIC that goes to the public internet. > +For example: > + > +ifconfig bridge0 create > +ifconfig bridge0 addm em0 up > + > +You also need www/tomcat7 running: > + > +/usr/local/etc/rc.d/tomcat7 onestart > --- ../petitecloud.old/pkg-plist 2013-09-13 01:27:14.000000000 -0400 > +++ pkg-plist 2013-09-13 01:23:04.000000000 -0400 > @@ -0,0 +1,4 @@ > +/usr/local/apache-tomcat-7.0/webapps/petitecloud-0.1-aryeh.war > +/usr/local/share/java/classes/petitecloud-0.1-aryeh.jar > +/usr/local/sbin/petitecloud-install > +/usr/local/etc/rc.d/petitecloud > --- /usr/ports/UIDs.old 2013-09-13 01:28:45.000000000 -0400 > +++ /usr/ports/UIDs 2013-09-05 23:46:06.000000000 -0400 > @@ -267,4 +267,5 @@ > shibd:*:971:971::0:0:Shibboleth SAML daemon:/nonexistent:/usr/sbin/nologin > plex:*:972:972::0:0:Plex Media Server:/nonexistent:/usr/sbin/nologin > boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin > +petitecloud:*:974:974::0:0:Petitecloud Admin > Acct:/home/petitecloud:/usr/sbin/petitecloud-install > nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin > 262a263 > > petitecloud:*:974: > > >How-To-Repeat: > > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to " > freebsd-ports-bugs-unsubscribe@freebsd.org" >