FreeBSD Bugzilla – Attachment 95273 Details for
Bug 133635
[PATCH] www/mod_uid: apache@ cleanups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_uid-1.1.0.patch
mod_uid-1.1.0.patch (text/plain), 1.35 KB, created by
Philip M. Gollucci
on 2009-04-12 04:40:02 UTC
(
hide
)
Description:
mod_uid-1.1.0.patch
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2009-04-12 04:40:02 UTC
Size:
1.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/mod_uid/Makefile,v >retrieving revision 1.1 >diff -u -u -r1.1 Makefile >--- Makefile 5 Jan 2004 17:19:08 -0000 1.1 >+++ Makefile 12 Apr 2009 03:29:30 -0000 >@@ -13,23 +13,23 @@ > MAINTAINER= leeym@FreeBSD.org > COMMENT= A module issuing the "correct" cookies for counting the site visitors > >-USE_APACHE= yes >-DOCS= README.html >+USE_APACHE= 1.3+ > >-.if defined(WITH_APACHE2) >-MOD= mod_uid2 >+PORTDOCS= README.html >+ >+.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" >+MODULENAME= mod_uid > .else >-MOD= mod_uid >+MODULENAME= mod_uid2 > .endif > >-do-build: >- @cd ${WRKSRC} && ${APXS} -c ${MOD}.c >+AP_FAST_BUILD= yes >+AP_GENPLIST= yes > >-do-install: >- ${APXS} -i -A -n uid ${WRKSRC}/${MOD}.so >+post-install: > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >-.for f in ${DOCS} >+.for f in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} > .endfor > .endif >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- pkg-plist 21 May 2004 07:13:46 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,5 +0,0 @@ >-libexec/apache/mod_uid.so >-%%PORTDOCS%%%%DOCSDIR%%/README.html >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >-@exec %D/sbin/apxs -e -A -n uid %D/%F >-@unexec %D/sbin/apxs -e -A -n uid %D/%F
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 133635
: 95273