Slrn and slrn-dev port
Sbranzo
sbranzo at gmail.com
Fri Jan 12 07:33:01 PST 2007
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
-------------- next part --------------
--- 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
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: slrn-devel.tar.gz
Type: application/x-tar-gz
Size: 1188 bytes
Desc: not available
Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070112/960d7e04/slrn-devel.tar.bin
More information about the macports-users
mailing list