Bug 182303 - FIX: build problem of x11/xbelld
Summary: FIX: build problem of x11/xbelld
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-22 21:00 UTC by Артем Носов
Modified: 2013-10-10 05:10 UTC (History)
0 users

See Also:


Attachments
file.diff (545 bytes, patch)
2013-09-22 21:00 UTC, Артем Носов
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Артем Носов 2013-09-22 21:00:00 UTC
This patch fixes build error (http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-19_01h04m14s/logs/xbelld-0.2b2_2.log)

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-10 05:09:49 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"
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2013-10-10 05:10:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-10-10 05:10:12 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!