apache2 portfile does not require port openssl
Reported by: |
dot.and.thing@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
apache2
|
|
|
in mac os x 10.4 bsd subsystem contains libssl 0.9.7 and zlib 1.2.2, as provided
by portfiles. i do not need to install that ports. please fix that, as example
like this:
--- www/apache2/Portfile.old 2005-06-21 19:20:46.000000000 +0400
+++ www/apache2/Portfile 2005-06-24 02:31:05.000000000 +0400
@@ -23,7 +23,7 @@
depends_lib lib:libapr.0:apr \
lib:libaprutil.0:apr-util \
lib:libexpat.0:expat \
- port:openssl
+ lib:libssl.0.9.7:openssl
patchfiles patch-httpd-std.conf.in
Change History (2)
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
apache2 added
|
Unofficial DarwinPorts policy is to prefer libraries from DarwinPorts whenever possible, in order to avoid various conflicts. Also, Tiger's OpenSSL is still at 0.9.7b; the latest is 0.9.7g.