ports/184422: www/dfileserver fix stage
Rodrigo Osorio
rodrigo at bebik.net
Sun Dec 1 22:40:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list