Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 23:36:37 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184422: www/dfileserver fix stage 
Message-ID:  <201312012236.rB1MabAd086518@q.workgroup>
Resent-Message-ID: <201312012240.rB1Me0xi045324@freefall.freebsd.org>

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

>Number:         184422
>Category:       ports
>Synopsis:       www/dfileserver fix stage
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 01 22:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rodrigo Osorio
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Fix dfileserver port for staging
	- remove no_stage
	- Add licence
	- Add an alternative WWW for the port

	
>How-To-Repeat:
	
>Fix:

	

--- dfileserver.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335354)
+++ Makefile	(working copy)
@@ -10,11 +10,12 @@
 MAINTAINER=	rodrigo@bebik.net
 COMMENT=	Compact webserver designed to make sharing files easy
 
+LICENSE=	BSD
+
 PLIST_FILES=	bin/dfileserver
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} 's,g++,${CXX},;s,$$GCCFLAGS,${CXXFLAGS},; \
 		s,strip,${STRIP_CMD},' ${WRKSRC}/build.sh
@@ -24,6 +25,6 @@
 	${SETENV} ${MAKE_ENV} ./build.sh)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${PREFIX}/bin/dfileserver
+	${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${STAGEDIR}${PREFIX}/bin/dfileserver
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 335354)
+++ pkg-descr	(working copy)
@@ -3,6 +3,6 @@
 
 By default, it shares whatever folder it was executed from on port 2000.
 While simple, a good deal of flexibility is exposed when you read the
-documentation and look at the optional configuration files, provided
-separately here:
-http://harpy.soarwitheagles.net/~dashy/DFileServer-1.1.2-documentation.tar.gz
+documentation and look at the optional configuration files.
+
+WWW: http://www.bebik.net/doku.php?id=software:dfileserver
Service unavailableService unavailableService unavailable
--- dfileserver.diff ends here ---


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



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