From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 22 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14F32D99 for ; Sun, 22 Sep 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 CFA3C2300 for ; Sun, 22 Sep 2013 20:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MK008a055970 for ; Sun, 22 Sep 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8MK00nS055963; Sun, 22 Sep 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 22 Sep 2013 20:00:00 GMT Resent-Message-Id: <201309222000.r8MK00nS055963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Artem Nosov 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 7CB67AF9 for ; Sun, 22 Sep 2013 19:54:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68A1C22CF for ; Sun, 22 Sep 2013 19:54:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8MJsab0057015 for ; Sun, 22 Sep 2013 19:54:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8MJsa1N057012; Sun, 22 Sep 2013 19:54:36 GMT (envelope-from nobody) Message-Id: <201309221954.r8MJsa1N057012@oldred.freebsd.org> Date: Sun, 22 Sep 2013 19:54:36 GMT From: Artem Nosov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182303: FIX: build problem of x11/xbelld X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 20:00:01 -0000 >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: