From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 21 17:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTPS id CFCDD8B7 for ; Wed, 21 May 2014 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7ED52C57 for ; Wed, 21 May 2014 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LHU0Hr035871 for ; Wed, 21 May 2014 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LHU0qp035870; Wed, 21 May 2014 17:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 21 May 2014 17:30:00 GMT Resent-Message-Id: <201405211730.s4LHU0qp035870@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, freebsd@nagilum.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 ESMTPS id C768C78D for ; Wed, 21 May 2014 17:25:15 +0000 (UTC) Received: from mo6-p05-ob.smtp.rzone.de (mo6-p05-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5305::7]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 555302C33 for ; Wed, 21 May 2014 17:25:15 +0000 (UTC) Received: from cakebox.homeunix.net (188-015-186-093.fttx.vsenet.de [93.186.15.188]) by smtp.strato.de (RZmta 34.2 AUTH) with ESMTPSA id Z048c4q4LHOxd0t (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cakebox.mooo.com", Issuer "CA Cert Signing Authority" (verification FAILED - unable to verify the first certificate)) (Client hostname not verified); Wed, 21 May 2014 19:24:59 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id BA3FF2D9497; Wed, 21 May 2014 19:24:50 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 0) id 5A34C2D508D; Wed, 21 May 2014 19:24:49 +0200 (CEST) Message-Id: <20140521172449.5A34C2D508D@cakebox.homeunix.net> Date: Wed, 21 May 2014 19:24:49 +0200 (CEST) From: freebsd@nagilum.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/190079: net/iodine does not support staging Cc: lx@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 17:30:01 -0000 >Number: 190079 >Category: ports >Synopsis: net/iodine does not support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 21 17:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: freebsd@nagilum.org >Release: FreeBSD 9.2-STABLE i386 >Organization: >Environment: System: FreeBSD cakebox.tis 9.2-STABLE FreeBSD 9.2-STABLE #0 r264294M: Fri Apr 11 10:19:25 CEST 2014 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386 >Description: net/iodine does not support staging add license information >How-To-Repeat: >Fix: Apply attached patch. --- iodine.patch begins here --- diff -Naur iodine.orig/Makefile iodine/Makefile --- iodine.orig/Makefile 2014-01-22 18:00:46.000000000 +0100 +++ iodine/Makefile 2014-05-21 19:14:15.000000000 +0200 @@ -11,7 +11,9 @@ MAINTAINER= lx@FreeBSD.org COMMENT= Tunnel IPv4 data through a DNS server -PLIST_FILES= bin/iodine sbin/iodined +LICENSE= BSD + +PLIST_FILES= bin/iodine sbin/iodined man/man8/iodine.8.gz man/man8/iodined.8.gz PORTDOCS= CHANGELOG README TODO @@ -20,19 +22,20 @@ USE_RC_SUBR= iodined -NO_STAGE= yes .include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${STAGEDIR}${PREFIX}/sbin .for m in ${MAN8} - ${INSTALL_MAN} ${WRKSRC}/man/${m} ${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/${m} ${STAGEDIR}${MANPREFIX}/man/man8 .endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + ${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man8/iodine.8 + ${LN} -s iodine.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/iodined.8.gz +.if !defined(PORT_OPTIONS:MDOCS) + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif --- iodine.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: