From owner-svn-ports-head@freebsd.org Sun Jan 3 10:14:10 2016 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 57060A60A31; Sun, 3 Jan 2016 10:14:10 +0000 (UTC) (envelope-from pawel@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 29E0E1982; Sun, 3 Jan 2016 10:14:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03AE9s2047497; Sun, 3 Jan 2016 10:14:09 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03AE9cB047496; Sun, 3 Jan 2016 10:14:09 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601031014.u03AE9cB047496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 10:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405124 - head/sysutils/clsync 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: Sun, 03 Jan 2016 10:14:10 -0000 Author: pawel Date: Sun Jan 3 10:14:09 2016 New Revision: 405124 URL: https://svnweb.freebsd.org/changeset/ports/405124 Log: - Switch to our framework's USES=execinfo - Add EXECINFO_LDFLAGS to LDFLAGS so that libexecinfo can be found by configure script on FreeBSD 9.x where libexecinfo comes from ports PR: 205383 Submitted by: myself Approved by: maintainer timeout Modified: head/sysutils/clsync/Makefile Modified: head/sysutils/clsync/Makefile ============================================================================== --- head/sysutils/clsync/Makefile Sun Jan 3 10:00:48 2016 (r405123) +++ head/sysutils/clsync/Makefile Sun Jan 3 10:14:09 2016 (r405124) @@ -11,12 +11,12 @@ COMMENT= Live file sync daemon based on LICENSE= GPLv3 -LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify GNU_CONFIGURE= yes -USES= autoreconf compiler:features gmake libtool pkgconfig +USES= autoreconf compiler:features execinfo gmake libtool pkgconfig USE_GNOME= glib20 +LDFLAGS+= ${EXECINFO_LDFLAGS} USE_RC_SUBR= clsync