ports/181402: [patch] emulators/pcsxr: missing umem dependency

David Demelier demelier.david at gmail.com
Mon Aug 19 15:20:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list