svn commit: r405124 - head/sysutils/clsync

Pawel Pekala pawel at FreeBSD.org
Sun Jan 3 10:14:10 UTC 2016


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
 


More information about the svn-ports-all mailing list