FreeBSD Bugzilla – Attachment 146109 Details for
Bug 192885
[stage] www/publicfile: add STAGE support - take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
publicfile.patch
publicfile.patch (text/plain), 2.66 KB, created by
Uffe Jakobsen
on 2014-08-21 10:36:35 UTC
(
hide
)
Description:
publicfile.patch
Filename:
MIME Type:
Creator:
Uffe Jakobsen
Created:
2014-08-21 10:36:35 UTC
Size:
2.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 365540) >+++ Makefile (working copy) >@@ -7,7 +7,7 @@ > CATEGORIES= www ftp > MASTER_SITES= http://cr.yp.to/publicfile/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= uffe@uffe.org > COMMENT= Secure, read-only, anonymous HTTP/FTP server > > RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ >@@ -23,7 +23,6 @@ > CONFLICTS= xshttpd-3* > LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > pre-everything:: >@@ -89,5 +88,6 @@ > @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc > @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld > @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home >+ @${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-stage > > .include <bsd.port.mk> >--- /dev/null 2014-08-21 12:30:23.000000000 +0200 >+++ files/patch-Makefile 2014-08-21 12:29:43.000000000 +0200 >@@ -0,0 +1,49 @@ >+--- Makefile.orig 1999-11-09 08:23:46.000000000 +0100 >++++ Makefile 2014-08-21 12:29:41.000000000 +0200 >+@@ -32,6 +32,14 @@ >+ compile auto_home.c >+ ./compile auto_home.c >+ >++auto_home_stage.c: \ >++auto-str conf-stage >++ ./auto-str auto_home `head -1 conf-stage` > auto_home_stage.c >++ >++auto_home_stage.o: \ >++compile auto_home_stage.c >++ ./compile auto_home_stage.c >++ >+ byte_chr.o: \ >+ compile byte_chr.c byte.h >+ ./compile byte_chr.c >+@@ -231,7 +239,7 @@ >+ ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h >+ >+ hier.o: \ >+-compile hier.c auto_home.h >++compile hier.c auto_home_stage.h >+ ./compile hier.c >+ >+ httpd: \ >+@@ -257,9 +265,9 @@ >+ ./compile httpdate.c >+ >+ install: \ >+-load install.o hier.o auto_home.o strerr.a substdio.a open.a error.a \ >++load install.o hier.o auto_home_stage.o strerr.a substdio.a open.a error.a \ >+ str.a >+- ./load install hier.o auto_home.o strerr.a substdio.a \ >++ ./load install hier.o auto_home_stage.o strerr.a substdio.a \ >+ open.a error.a str.a >+ >+ install.o: \ >+@@ -268,8 +276,8 @@ >+ ./compile install.c >+ >+ instcheck: \ >+-load instcheck.o hier.o auto_home.o strerr.a substdio.a error.a str.a >+- ./load instcheck hier.o auto_home.o strerr.a substdio.a \ >++load instcheck.o hier.o auto_home_stage.o strerr.a substdio.a error.a str.a >++ ./load instcheck hier.o auto_home_stage.o strerr.a substdio.a \ >+ error.a str.a >+ >+ instcheck.o: \ >--- /dev/null 2014-08-21 12:30:23.000000000 +0200 >+++ files/patch-auto_home_stage.h 2014-08-21 12:28:27.000000000 +0200 >@@ -0,0 +1,9 @@ >+--- /dev/null 2014-08-21 12:22:00.000000000 +0200 >++++ auto_home_stage.h 2014-08-21 12:25:14.000000000 +0200 >+@@ -0,0 +1,6 @@ >++#ifndef AUTO_HOME_STAGE_H_ >++#define AUTO_HOME_STAGE_H_ >++ >++extern char auto_home[]; >++ >++#endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192885
: 146109