Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 23:32:21 GMT
From:      "Eric L. Camachat" <eric@camachat.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189638: Support staging for sysutils/djmount
Message-ID:  <201405102332.s4ANWLIQ015512@cgiserv.freebsd.org>
Resent-Message-ID: <201405102340.s4ANe0o0056720@freefall.freebsd.org>

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

>Number:         189638
>Category:       ports
>Synopsis:       Support staging for sysutils/djmount
>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:   Sat May 10 23:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Eric L. Camachat
>Release:        10-STABLE
>Organization:
Motorola Solutions, Inc.
>Environment:
FreeBSD ketagalan.camachat.org 10.0-STABLE FreeBSD 10.0-STABLE #0 r265793: Fri May  9 19:50:35 PDT 2014     root@ketagalan.camachat.org:/usr/obj/usr/src/sys/KETAGALAN  amd64
>Description:
Support staging.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sysutils/djmount/Makefile
===================================================================
--- sysutils/djmount/Makefile	(revision 353577)
+++ sysutils/djmount/Makefile	(working copy)
@@ -10,7 +10,7 @@
 MAINTAINER=	eric@camachat.org
 COMMENT=	Mount UPnP A/V Media
 
-LIB_DEPENDS=	upnp.9:${PORTSDIR}/devel/upnp
+LIB_DEPENDS=	libupnp.so:${PORTSDIR}/devel/upnp
 
 PLIST_FILES=	bin/${PORTNAME}
 GNU_CONFIGURE=	yes
@@ -21,11 +21,10 @@
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
 
-NO_STAGE=	yes
 post-install:
 .ifndef NOPORTDOCS
-	@${INSTALL} -d ${DOCSDIR}/
-	@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
+	@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>


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



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