diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-10-14 12:02:59 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-10-14 12:02:59 +0000 |
commit | 071e7cb5f9317ebf012ffa976ed8fbff80badf8a (patch) | |
tree | 0bad75c2d9823719d0ec1822ae0a75dacca626da /www-servers/mini_httpd | |
parent | Fix MY_PN to dmacvicar-kopete-facebook-ffc26f6. (diff) | |
download | historical-071e7cb5f9317ebf012ffa976ed8fbff80badf8a.tar.gz historical-071e7cb5f9317ebf012ffa976ed8fbff80badf8a.tar.bz2 historical-071e7cb5f9317ebf012ffa976ed8fbff80badf8a.zip |
fix quoting - fix ssl support (bug #280509) - thanks bruce
Package-Manager: portage-2.2_rc42/cvs/Linux i686
Diffstat (limited to 'www-servers/mini_httpd')
-rw-r--r-- | www-servers/mini_httpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/mini_httpd/Manifest | 4 | ||||
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www-servers/mini_httpd/ChangeLog b/www-servers/mini_httpd/ChangeLog index e84578356561..4ba60ee80d2d 100644 --- a/www-servers/mini_httpd/ChangeLog +++ b/www-servers/mini_httpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/mini_httpd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.12 2009/08/08 22:19:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.13 2009/10/14 12:02:59 bangert Exp $ + + 14 Oct 2009; Thilo Bangert <bangert@gentoo.org> mini_httpd-1.19.ebuild: + fix quoting - fix ssl support (bug #280509) 08 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> mini_httpd-1.19.ebuild, +files/mini_httpd-1.19-glibc-2.10.patch: diff --git a/www-servers/mini_httpd/Manifest b/www-servers/mini_httpd/Manifest index 306c401b8a43..ff6be40b51d0 100644 --- a/www-servers/mini_httpd/Manifest +++ b/www-servers/mini_httpd/Manifest @@ -3,6 +3,6 @@ AUX mini_httpd.conf.sample-1.19 860 RMD160 b19798ca09597d32e1a3a92901477b8fa7d13 AUX mini_httpd.confd-1.19 1310 RMD160 21ff345ddcdf3b41f959c058d567e0d70e381839 SHA1 429ca147cf382a875d574162a6af55fd1892f1b1 SHA256 7a180b360c80c0883ebf150693f92756218bf99cd127071664e9987774bfe9d2 AUX mini_httpd.init 744 RMD160 37ff35b466e6ce0633f4ed34cfec6889610e8ccd SHA1 381e6c876e8e3fa9fe5ce6783e0ec543ebc12253 SHA256 93249b62ae0190cabed790d677f29a440dec5c3e1e1056a2ab5cde0beeddbca8 DIST mini_httpd-1.19.tar.gz 42142 RMD160 376bda80c64395db9cbfbdeaea92dbee1f99ce65 SHA1 da1ce9cf717f16aea69a75d3a77e610e9a740cc7 SHA256 30e30fa22102dbea8b662ee258e6bf9ce687db5699fabdf3c2f518b717cebd96 -EBUILD mini_httpd-1.19.ebuild 2021 RMD160 d5146e1ff63ce8ff2c99f576fab73bf2ae67e846 SHA1 8db1b5657602df40c7b0f75c7b219f2ee4857a52 SHA256 99381bb8b8f69df12315a5f400c3d9fe9cd3fa3db23736562017a74b49791384 -MISC ChangeLog 2974 RMD160 2eae4b5d16ef49681fc5e67cc8058f2b977cf99f SHA1 2aa3f6350013d53ea0758bbf0af22f7d1967074a SHA256 ec4f941193705b349a6cf5dac6cf00b60f913a70930b7e790863635166e5e406 +EBUILD mini_httpd-1.19.ebuild 2035 RMD160 78277bff3fde149556c1bfd4bf3f87eeb2bc4a6b SHA1 54fadb8006270d0a6a3085267fdc501c4b6af676 SHA256 4007655e98ad75947f757837b5c340431b70550894a5a295ee03c7da11f1c627 +MISC ChangeLog 3093 RMD160 568889937863578ade0f0f818cf24c04a7dc7414 SHA1 cb60d3c565dda26aeb0361f7d944114db2e2f148 SHA256 8acc476e6572a3353c31776da2575cc8191d981f3360c15fddbfc63bcc9cb4db MISC metadata.xml 165 RMD160 121ee15955e06988e10dbe52ca5abd31d2529ce9 SHA1 f13cc4199505863990c257fe060882a5f9a32aab SHA256 f8fe79331ed918344f1ff85578f9a39c0c0925017f3f7de12619e4917acf577c diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index 943f9147ec1d..c4da6be01f24 100644 --- a/www-servers/mini_httpd/mini_httpd-1.19.ebuild +++ b/www-servers/mini_httpd/mini_httpd-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.11 2009/08/08 22:19:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.12 2009/10/14 12:02:59 bangert Exp $ inherit eutils toolchain-funcs @@ -47,18 +47,18 @@ src_compile() { if ! use ipv6; then sed -i 's@#define USE_IPV6@#undef USE_IPV6@' mini_httpd.c fi - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} \${CDEFS}" LDFLAGS="${LDFLAGS}" || die } src_install() { make install || die - mv ${D}/usr/sbin/{,mini_}htpasswd - mv ${D}/usr/share/man/man1/{,mini_}htpasswd.1 + mv "${D}"/usr/sbin/{,mini_}htpasswd + mv "${D}"/usr/share/man/man1/{,mini_}htpasswd.1 newinitd "${FILESDIR}"/mini_httpd.init mini_httpd newconfd "${FILESDIR}"/mini_httpd.confd-${PV} mini_httpd dodoc README - newdoc ${FILESDIR}/mini_httpd.conf.sample-${PV} mini_httpd.conf.sample + newdoc "${FILESDIR}"/mini_httpd.conf.sample-${PV} mini_httpd.conf.sample } pkg_postinst() { |