[48745] trunk/dports/www/aolserver/Portfile

toby at macports.org toby at macports.org
Fri Mar 27 23:06:59 PDT 2009


Revision: 48745
          http://trac.macports.org/changeset/48745
Author:   toby at macports.org
Date:     2009-03-27 23:06:58 -0700 (Fri, 27 Mar 2009)
Log Message:
-----------
aolserver 4.5.1 ... also actually use macports tcl now

Modified Paths:
--------------
    trunk/dports/www/aolserver/Portfile

Modified: trunk/dports/www/aolserver/Portfile
===================================================================
--- trunk/dports/www/aolserver/Portfile	2009-03-28 03:39:51 UTC (rev 48744)
+++ trunk/dports/www/aolserver/Portfile	2009-03-28 06:06:58 UTC (rev 48745)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             aolserver
-version          4.5.0
+version          4.5.1
 categories       www
 maintainers      toby
 description      America Online's open-source web server
@@ -14,17 +14,24 @@
     large scale, dynamic web sites.
 homepage         http://www.aolserver.com/
 platforms        darwin
+
 master_sites     sourceforge
 distname         ${name}-${version}-src
-checksums        md5    64e9cec07b2ec2933bf56181234de925 \
-                 sha1   f416fe99a5e0bb67d310fd5b8031639c296055c7 \
-                 rmd160 ea3447caab65bd17b4998ce1e984b84e5a2048ae
-depends_lib      lib:libtcl8.4:tcl
+checksums        md5    d7aa89d6b864d75460fafd2f26553fec \
+                 sha1   9b37a883b34902d80bf042a1bd8d274f585fe843 \
+                 rmd160 c35faa53ecae93e494f4c44dc1bf3594391562ce
+
+# Requires tcl +threads, see ticket #126
+depends_lib      port:tcl
+
 worksrcdir       ${name}-${version}
 
 configure.pre_args --prefix=${prefix}/aolserver
-configure.args   TCLSH=[info nameofexecutable]
+configure.args   --with-tcl=${prefix}/lib
+configure.env    TCLSH=${prefix}/bin/tclsh
+
 destroot.destdir AOLSERVER=${destroot}${prefix}/aolserver
+destroot.violate_mtree yes
 
 post-install {
     ui_msg ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090327/2861473e/attachment.html>


More information about the macports-changes mailing list