From owner-svn-ports-head@freebsd.org Tue Dec 6 18:22:15 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 8BDECC6ACFE; Tue, 6 Dec 2016 18:22:15 +0000 (UTC) (envelope-from olivierd@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 5442E1FD8; Tue, 6 Dec 2016 18:22:15 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB6IMEQv007861; Tue, 6 Dec 2016 18:22:14 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6IMEmx007860; Tue, 6 Dec 2016 18:22:14 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612061822.uB6IMEmx007860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 6 Dec 2016 18:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427981 - head/sysutils/xfburn 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.23 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: Tue, 06 Dec 2016 18:22:15 -0000 Author: olivierd Date: Tue Dec 6 18:22:14 2016 New Revision: 427981 URL: https://svnweb.freebsd.org/changeset/ports/427981 Log: - Fix run dependencies (see error message below) - Bump PORTREVISION Shared object "libburn.so.4" not found, required by "xfburn" Shared object "libisofs.so.6" not found, required by "xfburn" PR: 214170 Reported by: , (freebsd-xfce list) MFH: 2016Q4 Modified: head/sysutils/xfburn/Makefile Modified: head/sysutils/xfburn/Makefile ============================================================================== --- head/sysutils/xfburn/Makefile Tue Dec 6 17:49:20 2016 (r427980) +++ head/sysutils/xfburn/Makefile Tue Dec 6 18:22:14 2016 (r427981) @@ -3,7 +3,7 @@ PORTNAME= xfburn PORTVERSION= 0.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -15,7 +15,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs -RUN_DEPENDS= cdrdao:sysutils/cdrdao +RUN_DEPENDS= cdrdao:sysutils/cdrdao \ + ${LOCALBASE}/include/libburn/libburn.h:devel/libburn \ + ${LOCALBASE}/include/libisofs/libisofs.h:devel/libisofs GNU_CONFIGURE= yes USE_GNOME= intltool intlhack glib20 gtk20