From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 16 08:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFFE7106568E for ; Sun, 16 Aug 2009 08:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 848788FC3F for ; Sun, 16 Aug 2009 08:00:16 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7G80GA0070745 for ; Sun, 16 Aug 2009 08:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7G80GFo070744; Sun, 16 Aug 2009 08:00:16 GMT (envelope-from gnats) Resent-Date: Sun, 16 Aug 2009 08:00:16 GMT Resent-Message-Id: <200908160800.n7G80GFo070744@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, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91E88106568F for ; Sun, 16 Aug 2009 07:52:50 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 55DCA8FC3D for ; Sun, 16 Aug 2009 07:52:50 +0000 (UTC) Received: from localhost (ellwoodbeach.douglasthrift.net [98.185.236.37]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.3/8.14.3) with ESMTP id n7G7DIg1091444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 16 Aug 2009 00:13:24 -0700 (PDT) (envelope-from douglas@douglasthrift.net) Message-Id: <200908160713.n7G7DIg1091444@slowhand.douglasthrift.net> Date: Sun, 16 Aug 2009 00:13:24 -0700 (PDT) From: Douglas William Thrift To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137827: Update port: sysutils/gai-leds Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2009 08:00:16 -0000 >Number: 137827 >Category: ports >Synopsis: Update port: sysutils/gai-leds Fix build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 16 08:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 7.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD justonenight.douglasthrift.net 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #13: Fri Jul 31 03:59:43 PDT 2009 root@justonenight.douglasthrift.net:/usr/obj/usr/src/sys/FURTHERONUPTHEROAD amd64 >Description: The build for sysutils/gai-leds was broken because it had unresolved references to functions from libgnomeui. >How-To-Repeat: >Fix: --- gai-leds.patch begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/gai-leds/Makefile gai-leds/Makefile --- /usr/ports/sysutils/gai-leds/Makefile 2009-07-31 06:55:50.000000000 -0700 +++ gai-leds/Makefile 2009-08-16 00:05:44.542820968 -0700 @@ -21,8 +21,6 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix -BROKEN= does not compile - post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ diff -Nrux .svn -x work /usr/ports/sysutils/gai-leds/files/patch-configure gai-leds/files/patch-configure --- /usr/ports/sysutils/gai-leds/files/patch-configure 1969-12-31 16:00:00.000000000 -0800 +++ gai-leds/files/patch-configure 2009-08-15 23:53:16.743236712 -0700 @@ -0,0 +1,11 @@ +--- configure.orig 2009-08-15 23:51:35.743360830 -0700 ++++ configure 2009-08-15 23:52:35.252754436 -0700 +@@ -2225,7 +2225,7 @@ + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + GAI_CFLAGS=`pkg-config --cflags gai` +- GAI_LIBS=`pkg-config --libs gai` ++ GAI_LIBS=`pkg-config --libs gai libgnomeui-2.0` + else + echo "$as_me:$LINENO: result: not found + You can download GAI from http://gai.sf.net --- gai-leds.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: