diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-08-14 21:31:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-08-14 21:31:00 +0000 |
commit | a81302608531c23e50685966f8653c74a3ef30e3 (patch) | |
tree | cf85cb1c5e6f7ddf88d877ba48b17ce6c51b0a19 /www-apache/mod_caucho/files | |
parent | Only run git-svn tests if we have dev-util/subversion (diff) | |
download | historical-a81302608531c23e50685966f8653c74a3ef30e3.tar.gz historical-a81302608531c23e50685966f8653c74a3ef30e3.tar.bz2 historical-a81302608531c23e50685966f8653c74a3ef30e3.zip |
Version bump, cleaned up old versions.
Package-Manager: portage-2.1.1_pre5
Diffstat (limited to 'www-apache/mod_caucho/files')
-rw-r--r-- | www-apache/mod_caucho/files/digest-mod_caucho-3.0.21 | 3 | ||||
-rw-r--r-- | www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www-apache/mod_caucho/files/digest-mod_caucho-3.0.21 b/www-apache/mod_caucho/files/digest-mod_caucho-3.0.21 new file mode 100644 index 000000000000..be883f386363 --- /dev/null +++ b/www-apache/mod_caucho/files/digest-mod_caucho-3.0.21 @@ -0,0 +1,3 @@ +MD5 e7d7f91479e3931f86afea52d32ca1fa resin-3.0.21-src.tar.gz 5401440 +RMD160 1f4d90a28aa772a4dc14259816325285ffea1957 resin-3.0.21-src.tar.gz 5401440 +SHA256 c9de627433fbe3ec940507fd604a4a2409e70a16342994ffab881a51f8db1055 resin-3.0.21-src.tar.gz 5401440 diff --git a/www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch b/www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch new file mode 100644 index 000000000000..458acecd7d5c --- /dev/null +++ b/www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch @@ -0,0 +1,17 @@ +diff -Nru resin-3.0.21.vanilla/modules/c/src/apache2/Makefile.in resin-3.0.21/modules/c/src/apache2/Makefile.in +--- resin-3.0.21.vanilla/modules/c/src/apache2/Makefile.in 2006-08-14 22:44:04.000000000 +0200 ++++ resin-3.0.21/modules/c/src/apache2/Makefile.in 2006-08-14 23:24:00.000000000 +0200 +@@ -36,11 +36,8 @@ + $(CC) -c $(INCLUDES) $(CFLAGS) $< + + install : mod_caucho.la +- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec) +- - rm -f $(apache_libexec)/mod_caucho.la +- - rm -f $(apache_libexec)/mod_caucho.a +- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \ +- -resin_home $(resin_home) ++ mkdir -p $(DESTDIR)$(apache_libexec) ++ $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(DESTDIR)$(apache_libexec) + + clean : + - rm -r *.o *.lo *.la *.so .libs |