ports/182303: FIX: build problem of x11/xbelld
Artem Nosov
chip-set at mail.ru
Sun Sep 22 20:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list