From owner-svn-ports-head@freebsd.org Thu Oct 8 18:59:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A18C9D22EA; Thu, 8 Oct 2015 18:59:42 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBDA27C2; Thu, 8 Oct 2015 18:59:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t98IxeTu067562; Thu, 8 Oct 2015 18:59:40 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t98IxenW067561; Thu, 8 Oct 2015 18:59:40 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201510081859.t98IxenW067561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 8 Oct 2015 18:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398884 - head/devel/tcltls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 18:59:42 -0000 Author: mi Date: Thu Oct 8 18:59:40 2015 New Revision: 398884 URL: https://svnweb.freebsd.org/changeset/ports/398884 Log: Do not install tls.h -- it does not declare anything useful but conflicts with the file installed by LibreSSL. PR: 202676 Modified: head/devel/tcltls/Makefile Modified: head/devel/tcltls/Makefile ============================================================================== --- head/devel/tcltls/Makefile Thu Oct 8 18:51:49 2015 (r398883) +++ head/devel/tcltls/Makefile Thu Oct 8 18:59:40 2015 (r398884) @@ -3,6 +3,7 @@ PORTNAME= tcltls PORTVERSION= 1.6.7 +PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= SF/tls/tls/${PORTVERSION} DISTNAME= tls${PORTVERSION}-src @@ -26,11 +27,12 @@ CONFIGURE_ARGS+=--exec-prefix=${PREFIX} TCLPKG= tls${PORTVERSION} WRKSRC= ${WRKDIR}/${TCLPKG} -PLIST_FILES= include/tls.h \ +PLIST_FILES= \ lib/${TCLPKG}/libtls.so.1 \ lib/${TCLPKG}/pkgIndex.tcl \ lib/${TCLPKG}/tls.tcl PORTDOCS= * +INSTALL_TARGET= install-binaries install-doc post-patch: ${REINPLACE_CMD} -e \