Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 14:16:17 GMT
From:      "Ilya A. Arkhipov" <rum1cro@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186200: [patch] ports-mgmt/dialog4ports-static with STAGING support
Message-ID:  <201401281416.s0SEGHEC047010@oldred.freebsd.org>
Resent-Message-ID: <201401281420.s0SEK048011131@freefall.freebsd.org>

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

>Number:         186200
>Category:       ports
>Synopsis:       [patch] ports-mgmt/dialog4ports-static with STAGING support
>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:   Tue Jan 28 14:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Ilya A. Arkhipov
>Release:        FreeBSD 11.0-CURRENT
>Organization:
Home Inc.
>Environment:
FreeBSD m1cro.park 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r256311M: Fri Oct 11 13:38:42 MSK 2013     root@m1cro.park:/usr/obj/usr/src/sys/MICROKERNEL  amd64

>Description:
ports-mgmt/dialog4ports-static:
- added STAGING support
- added license
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 341545)
+++ Makefile	(working copy)
@@ -4,6 +4,8 @@
 
 COMMENT=	Console Interface to configure ports (static version for chroots)
 
+LICENSE=	BSD
+
 MASTERDIR=	${.CURDIR}/../dialog4ports
 DESCR=		${.CURDIR}/pkg-descr
 MAKE_ENV+=	NO_SHARED=yes
@@ -11,9 +13,8 @@
 
 PLIST_FILES=	bin/dialog4ports-static
 
-NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \
-		${PREFIX}/bin/dialog4ports-static
+		${STAGEDIR}${PREFIX}/bin/dialog4ports-static
 
 .include "${MASTERDIR}/Makefile"


>Release-Note:
>Audit-Trail:
>Unformatted:



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