Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138538 Details for
Bug 201923
=www-servers/apache-2.2.6-r4 SSL-related regression
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
apache-2.eclass patch
apache-2.eclass.patch (text/plain), 1000 bytes, created by
Petre Rodan
on 2007-12-15 11:53:02 UTC
(
hide
)
Description:
apache-2.eclass patch
Filename:
MIME Type:
Creator:
Petre Rodan
Created:
2007-12-15 11:53:02 UTC
Size:
1000 bytes
patch
obsolete
>--- apache-2.eclass.orig 2007-11-29 21:06:05.000000000 +0200 >+++ apache-2.eclass 2007-12-15 13:42:19.000000000 +0200 >@@ -32,6 +32,11 @@ > # This variable needs to be set in the ebuild and contains the name of the > # gentoo developer who created the patch tarball > >+# @ECLASS-VARIABLE: APACHE_PATCH_DROP >+# @DESCRIPTION: >+# This variable is a space delimited list of patches that will be dropped from >+# $GENTOO_PATCHNAME. never to be used from an ebuild, it is ment to be used by the end user >+ > # @ECLASS-VARIABLE: GENTOO_PATCHSTAMP > # @DESCRIPTION: > # This variable needs to be set in the ebuild and contains the date the patch >@@ -366,6 +371,12 @@ > "${GENTOO_PATCHDIR}"/{conf/httpd.conf,init/*,patches/config.layout} \ > || die "libdir sed failed" > >+ for patch in ${APACHE_PATCH_DROP}; do >+ ebegin "Excluding patch ${patch}" >+ rm -f "${GENTOO_PATCHDIR}"/patches/${patch}* 2>/dev/null >+ eend $? >+ done >+ > epatch "${GENTOO_PATCHDIR}"/patches/*.patch > > # setup the filesystem layout config
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 201923
: 138538