svn commit: r304765 - head/comms/tqsllib
Diane Bruce
db at FreeBSD.org
Sun Sep 23 20:47:32 UTC 2012
Author: db
Date: Sun Sep 23 20:47:31 2012
New Revision: 304765
URL: http://svn.freebsd.org/changeset/ports/304765
Log:
- Unbreak FreeBSD 7.x build of trustedqsl by forcing tqsllib to use
port version of OPENSSL
Modified:
head/comms/tqsllib/Makefile (contents, props changed)
Modified: head/comms/tqsllib/Makefile
==============================================================================
--- head/comms/tqsllib/Makefile Sun Sep 23 19:45:49 2012 (r304764)
+++ head/comms/tqsllib/Makefile Sun Sep 23 20:47:31 2012 (r304765)
@@ -1,12 +1,10 @@
-# New ports collection makefile for: tqsllib
-# Date created: 10th August 2012
-# Whom: Diane Bruce <db at db.net>
#
# $FreeBSD$
#
PORTNAME= tqsllib
PORTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/trustedqsl/tqsllib/V2.2/
@@ -17,15 +15,14 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/
GNU_CONFIGURE= YES
USE_LDCONFIG= YES
-USE_OPENSSL= YES
-CONFIGURE_ARGS+= "CXXFLAGS=${CXXFLAGS} -fpermissive" --enable-docs=no \
- --with-openssl=${OPENSSLBASE}
+
+CONFIGURE_ARGS+= "CXXFLAGS=${CXXFLAGS} -fpermissive" --enable-docs=no
.include <bsd.port.pre.mk>
-post-configure:
- @${REINPLACE_CMD} -e 's|-lcrypto|${OPENSSLLIB}/libcrypto.so|' \
- ${WRKSRC}/Makefile
+WITH_OPENSSL_HACK7= yes
+.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
pre-install:
(cd ${WRKSRC}; \
More information about the svn-ports-all
mailing list