Date: Thu, 10 Oct 2013 04:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/182303: commit references a PR Message-ID: <201310100410.r9A4A1Mg036264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182303; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182303: commit references a PR Date: Thu, 10 Oct 2013 04:09:49 +0000 (UTC) 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 <chip-set@mail.ru> (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 <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310100410.r9A4A1Mg036264>