I finally wrote and tested a port for the cvs snapshot of slrn, the same
used in debian experimental.
It works on tiger, maybe it won't work on phanter because it could have a
different automake version installed, but I don't know.
Since this is my firt port I'm not sure all things are done well, and
I'll appreciate some feedback.

While writing this port I noticed that the current slrn binary links against
the system openssl library, instead of the macports' one...I wrote an
email to the maintainer some time ago, but I had no response so far. Can
someone commit the trivial patch attached?

Bye,
Gufo
--- Portfile    2007-01-12 16:27:07.000000000 +0100
+++ Portfile.new        2007-01-12 16:26:41.000000000 +0100
@@ -34,6 +34,6 @@
 variant ssl            { 
 depends_lib            lib:libssl:openssl
 configure.args-append  --with-ssl \
-                       --with-ssl-library=/usr/lib \
-                       --with-ssl-includes=/usr/include/openssl
+                       --with-ssl-library=/opt/local/lib \
+                       --with-ssl-includes=/opt/local/include/openssl
 }

Attachment: slrn-devel.tar.gz
Description: application/tar-gz

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to