FreeBSD Bugzilla – Attachment 113215 Details for
Bug 154760
[patch] port www/mod_uid mark BROKEN if APACHE_VERSION > 13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_uid.diff
mod_uid.diff (text/plain), 1.16 KB, created by
Olli Hauer
on 2011-02-14 00:00:16 UTC
(
hide
)
Description:
mod_uid.diff
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2011-02-14 00:00:16 UTC
Size:
1.16 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/mod_uid/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- Makefile 21 May 2009 20:45:34 -0000 1.3 >+++ Makefile 13 Feb 2011 23:46:48 -0000 >@@ -17,11 +17,14 @@ > > USE_APACHE= 1.3+ > >+.include <bsd.port.pre.mk> >+ > PORTDOCS= README.html > >-.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" >+.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" || ${APACHE_VERSION} == "13" > MODULENAME= mod_uid > .else >+BROKEN= does only build with apache13 > MODULENAME= mod_uid2 > .endif > >@@ -36,4 +39,4 @@ > .endfor > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/www/mod_uid/distinfo,v >retrieving revision 1.3 >diff -u -r1.3 distinfo >--- distinfo 24 Jan 2006 03:13:31 -0000 1.3 >+++ distinfo 13 Feb 2011 23:46:48 -0000 >@@ -1,3 +1,2 @@ >-MD5 (mod_uid-1.1.0.tar.gz) = 50abf184879a6928f76b5975f6074aff > SHA256 (mod_uid-1.1.0.tar.gz) = 07edf4f68bede96cb0d90611d08b9ea946a6ea5bdcd174fe47459472682c1b44 > SIZE (mod_uid-1.1.0.tar.gz) = 14821
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 154760
: 113215