Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 04:09:43 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329963 - head/x11/xbelld
Message-ID:  <201310100409.r9A49hYB047114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310100409.r9A49hYB047114>