Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 15:11:55 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181402: [patch] emulators/pcsxr: missing umem dependency
Message-ID:  <201308191511.r7JFBtfm042675@oldred.freebsd.org>
Resent-Message-ID: <201308191520.r7JFK0oM058554@freefall.freebsd.org>

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

>Number:         181402
>Category:       ports
>Synopsis:       [patch] emulators/pcsxr: missing umem dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 19 15:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        9.2-PRERELEASE
>Organization:
>Environment:
FreeBSD Melon 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #5 r254444M: Sat Aug 17 11:45:15 CEST 2013     root@Melon:/usr/obj/usr/src/sys/Melon  amd64

>Description:
pcsxr links to libumem but it is not pulled as a mandatory dependency.
>How-To-Repeat:
Install emulators/pcsxr, try to run it. libumem.so is not found.
>Fix:
--- pcsxr.diff begins here ---
--- Makefile.orig       2013-08-19 15:37:51.511139857 +0200
+++ Makefile    2013-08-19 17:04:22.884556294 +0200
@@ -14,7 +14,8 @@
 
 BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
 LIB_DEPENDS=   vorbis:${PORTSDIR}/audio/libvorbis \
-               cdio:${PORTSDIR}/sysutils/libcdio
+               cdio:${PORTSDIR}/sysutils/libcdio \
+               umem:${PORTSDIR}/devel/umem
 
 ONLY_FOR_ARCHS=        i386 amd64
 
--- pcsxr.diff ends here ---

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



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