From nobody@FreeBSD.org  Fri Aug 30 14:40:55 2013
Return-Path: <nobody@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 70B4CEB9
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Aug 2013 14:40:55 +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 5E5D129F4
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Aug 2013 14:40:50 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7UEejfW069656
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Aug 2013 14:40:45 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7UEejTL069595;
	Fri, 30 Aug 2013 14:40:45 GMT
	(envelope-from nobody)
Message-Id: <201308301440.r7UEejTL069595@oldred.freebsd.org>
Date: Fri, 30 Aug 2013 14:40:45 GMT
From: Ken Moore <ken@pcbsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: games/ufoai - missing library dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181685
>Category:       ports
>Synopsis:       games/ufoai - missing library dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    acm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 14:50:00 UTC 2013
>Closed-Date:    Tue Oct 01 00:07:20 UTC 2013
>Last-Modified:  Tue Oct  1 00:10:00 UTC 2013
>Originator:     Ken Moore
>Release:        9.1-Release
>Organization:
PC-BSD
>Environment:
FreeBSD pcbsd-217 9.1-RELEASE-p18 FreeBSD 9.1-RELEASE-p18 #0: Thu Aug 22 20:40:42 UTC 2013     root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
games/ufoai has a missing runtime dependency of libmxmxl.so
textproc/mxml is already listed as a build dependency for games/ufoai, but this results in the necessary library being removed during cleanup.
>How-To-Repeat:
Build and run games/ufoai in a clean environment.
>Fix:
The textproc/mxml port should either be listed under LIB_DEPENDS or RUN_DEPENDS in addition to the current BUILD_DEPENDS in the game/ufoai Makefile.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->acm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 30 14:50:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181685 
State-Changed-From-To: open->closed 
State-Changed-By: acm 
State-Changed-When: Tue Oct 1 00:07:07 UTC 2013 
State-Changed-Why:  
- Committed thanks!! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181685 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181685: commit references a PR
Date: Tue,  1 Oct 2013 00:07:01 +0000 (UTC)

 Author: acm
 Date: Tue Oct  1 00:06:54 2013
 New Revision: 328910
 URL: http://svnweb.freebsd.org/changeset/ports/328910
 
 Log:
   - Add missing dependency
   - Bump PORTREVISION
   
   PR:		181685
   Submitted by:	Ken Moore <ken _ at __ pcbsd.org>
 
 Modified:
   head/games/ufoai/Makefile
 
 Modified: head/games/ufoai/Makefile
 ==============================================================================
 --- head/games/ufoai/Makefile	Tue Oct  1 00:03:57 2013	(r328909)
 +++ head/games/ufoai/Makefile	Tue Oct  1 00:06:54 2013	(r328910)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ufoai
  PORTVERSION=	2.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION}
  DISTNAME=	${PORTNAME:S/$/-/}${PORTVERSION}-source
 @@ -18,7 +18,8 @@ LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/li
  		curl:${PORTSDIR}/ftp/curl \
  		execinfo:${PORTSDIR}/devel/libexecinfo \
  		theora.0:${PORTSDIR}/multimedia/libtheora \
 -		xvidcore.4:${PORTSDIR}/multimedia/xvid
 +		xvidcore.4:${PORTSDIR}/multimedia/xvid \
 +		mxml:${PORTSDIR}/textproc/mxml
  BUILD_DEPENDS=	${LOCALBASE}/include/mxml.h:${PORTSDIR}/textproc/mxml
  RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data
  
 _______________________________________________
 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"
 
>Unformatted:
