From owner-svn-ports-all@FreeBSD.ORG Tue Jun 16 10:42:50 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C75A73A; Tue, 16 Jun 2015 10:42:50 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0AA07CCB; Tue, 16 Jun 2015 10:42:50 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GAgnIF090351; Tue, 16 Jun 2015 10:42:49 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GAgn6T090350; Tue, 16 Jun 2015 10:42:49 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201506161042.t5GAgn6T090350@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 16 Jun 2015 10:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389832 - head/net/czmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 10:42:50 -0000 Author: koobs Date: Tue Jun 16 10:42:49 2015 New Revision: 389832 URL: https://svnweb.freebsd.org/changeset/ports/389832 Log: net/czmq: Remove pathfix (no longer necessary) Deprecate USES=pathfix since we're now setting (overriding) the pkg-config path via configure (pkgconfigdir) Modified: head/net/czmq/Makefile Modified: head/net/czmq/Makefile ============================================================================== --- head/net/czmq/Makefile Tue Jun 16 10:40:32 2015 (r389831) +++ head/net/czmq/Makefile Tue Jun 16 10:42:49 2015 (r389832) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4 -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes