From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 04:09:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D2D48E3; Thu, 10 Oct 2013 04:09:43 +0000 (UTC) (envelope-from ak@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A4E32B7B; Thu, 10 Oct 2013 04:09:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A49hjO047115; Thu, 10 Oct 2013 04:09:43 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A49hYB047114; Thu, 10 Oct 2013 04:09:43 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201310100409.r9A49hYB047114@svn.freebsd.org> From: Alex Kozlov Date: Thu, 10 Oct 2013 04:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329963 - head/x11/xbelld 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.14 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: Thu, 10 Oct 2013 04:09:43 -0000 Author: ak Date: Thu Oct 10 04:09:43 2013 New Revision: 329963 URL: http://svnweb.freebsd.org/changeset/ports/329963 Log: - Fix build on 10.x [1] - Support STAGEDIR - Convert to new LIB_DEPENDS syntax PR: ports/182303 [1] Submitted by: Artem Nosov (maintainer) [1] Modified: head/x11/xbelld/Makefile (contents, props changed) Modified: head/x11/xbelld/Makefile ============================================================================== --- head/x11/xbelld/Makefile Thu Oct 10 03:46:18 2013 (r329962) +++ head/x11/xbelld/Makefile Thu Oct 10 04:09:43 2013 (r329963) @@ -3,7 +3,7 @@ PORTNAME= xbelld PORTVERSION= 0.2b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.meowfishies.com/code/ DISTNAME= ${PORTNAME}-0.2beta2 @@ -12,19 +12,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru COMMENT= XBellD is a small daemon for replacing the standard X terminal bell -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile USES= imake USE_XORG= ice sm xtrap xmu xt USE_GNOME= esound +MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile" + PLIST_FILES= bin/xbelld \ - lib/X11/app-defaults/XBellD -MAN1= xbelld.1 + lib/X11/app-defaults/XBellD \ + man/man1/xbelld.1.gz XFREE86_HTML_MAN=no -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include