From owner-svn-ports-all@freebsd.org Fri Dec 22 16:34:39 2017 Return-Path: Delivered-To: svn-ports-all@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 8EEB9EA3742; Fri, 22 Dec 2017 16:34:39 +0000 (UTC) (envelope-from tijl@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 5C19B7D849; Fri, 22 Dec 2017 16:34:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBMGYcHl030185; Fri, 22 Dec 2017 16:34:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBMGYcox030183; Fri, 22 Dec 2017 16:34:38 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712221634.vBMGYcox030183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 22 Dec 2017 16:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456989 - head/devel/libepoll-shim X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/devel/libepoll-shim X-SVN-Commit-Revision: 456989 X-SVN-Commit-Repository: ports 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.25 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: Fri, 22 Dec 2017 16:34:39 -0000 Author: tijl Date: Fri Dec 22 16:34:38 2017 New Revision: 456989 URL: https://svnweb.freebsd.org/changeset/ports/456989 Log: Add WITHOUT_PROFILE=yes to MAKE_ARGS to disable building the profile version of the library. It wasn't installed anyway and this allows building with -fomit-frame-pointer. Modified: head/devel/libepoll-shim/Makefile head/devel/libepoll-shim/pkg-plist Modified: head/devel/libepoll-shim/Makefile ============================================================================== --- head/devel/libepoll-shim/Makefile Fri Dec 22 16:30:01 2017 (r456988) +++ head/devel/libepoll-shim/Makefile Fri Dec 22 16:34:38 2017 (r456989) @@ -18,7 +18,8 @@ GH_TAGNAME= c04b26b USE_LDCONFIG= yes USES= compiler uidfix -MAKE_ARGS= LIBDIR=${PREFIX}/lib INCSDIR=${PREFIX}/include/libepoll-shim/sys +MAKE_ARGS= INCSDIR=${PREFIX}/include/libepoll-shim/sys \ + LIBDIR=${PREFIX}/lib WITHOUT_PROFILE=yes .include Modified: head/devel/libepoll-shim/pkg-plist ============================================================================== --- head/devel/libepoll-shim/pkg-plist Fri Dec 22 16:30:01 2017 (r456988) +++ head/devel/libepoll-shim/pkg-plist Fri Dec 22 16:34:38 2017 (r456989) @@ -4,4 +4,3 @@ include/libepoll-shim/sys/timerfd.h lib/libepoll-shim.a lib/libepoll-shim.so lib/libepoll-shim.so.0 -@comment lib/libepoll-shim_p.a