Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 307939

Summary: dev-util/cvsps: please review prefix changes
Product: Gentoo Linux Reporter: Fabian Groffen <grobian>
Component: New packagesAssignee: Maintainers for cvs, and cvs related tools (the version control system) [OBSOLETE] <cvs-utils+obsolete>
Status: RESOLVED FIXED    
Severity: normal CC: prefix
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabian Groffen gentoo-dev 2010-03-05 21:42:15 UTC
Some patches were necessary for Solaris:

@@ -22,6 +22,11 @@
        unpack ${A}
        cd "${S}"
        epatch "${FILESDIR}"/${P}-build.patch
+       epatch "${FILESDIR}"/${P}-solaris.patch
+       # no configure around
+       if [[ ${CHOST} == *-solaris* ]] ; then
+               sed -i -e '/^LDLIBS+=/s/$/ -lsocket/' Makefile || die
+       fi
 }
 
 src_install() {

http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/dev-util/cvsps/files/cvsps-2.1-solaris.patch

I'd like to apply above changes in a revbumped version of cvsps if ok.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-03-06 01:07:22 UTC
grobian: +1, you can go for it.
Comment 2 Fabian Groffen gentoo-dev 2010-03-06 16:25:27 UTC
thanks, committed