Ticket #3221: patch-apache2

File patch-apache2, 911 bytes (added by mww@…, 19 years ago)

patch for www/apache2/Portfile

Line 
1--- Portfile    2005-05-30 23:14:31.000000000 +0200
2+++ Portfile.new        2005-05-30 23:12:00.000000000 +0200
3@@ -2,8 +2,7 @@
4 
5 PortSystem 1.0
6 name             apache2
7-version          2.0.53
8-revision         1
9+version          2.0.54
10 categories       www
11 maintainers      james@imajes.info
12 description      The extremely popular second version of the Apache http server
13@@ -18,7 +17,7 @@
14 
15 master_sites     apache:httpd
16 distname         httpd-${version}
17-checksums        md5 94f3a793fb1665365724943206cce23f
18+checksums        md5 4ae8a38c6b5db9046616ce10a0d551a2
19 use_bzip2        yes
20 
21 depends_lib      lib:libapr.0:apr \
22@@ -28,8 +27,10 @@
23 
24 patchfiles       patch-httpd-std.conf.in
25 
26-pre-configure {
27-       system "cd ${worksrcpath} && glibtoolize --force"
28+platform darwin 7 {
29+       pre-configure {
30+               system "cd ${worksrcpath} && glibtoolize --force"
31+       }
32 }
33 
34 configure.pre_args --prefix=${prefix}/${name}