ports/189639: Support staging for sysutils/djmount

Eric L. Camachat eric at camachat.org
Sat May 10 23:40:01 UTC 2014


>Number:         189639
>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list