Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 20:47:31 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304765 - head/comms/tqsllib
Message-ID:  <201209232047.q8NKlV2W073596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209232047.q8NKlV2W073596>