Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 19:54:36 GMT
From:      Artem Nosov <chip-set@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182303: FIX: build problem of x11/xbelld
Message-ID:  <201309221954.r8MJsa1N057012@oldred.freebsd.org>
Resent-Message-ID: <201309222000.r8MK00nS055963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182303
>Category:       ports
>Synopsis:       FIX: build problem of x11/xbelld
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 20:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Artem Nosov
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD freebsd-head 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254222: Sun Aug 11 20:14:02 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
This patch fixes build error (http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-19_01h04m14s/logs/xbelld-0.2b2_2.log)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN xbelld.orig/Makefile xbelld/Makefile
--- xbelld.orig/Makefile	2013-09-23 03:30:03.000000000 +0400
+++ xbelld/Makefile	2013-09-23 03:45:32.000000000 +0400
@@ -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
@@ -18,6 +18,8 @@
 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


>Release-Note:
>Audit-Trail:
>Unformatted:



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