Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307939 - dev-util/cvsps: please review prefix changes
Summary: dev-util/cvsps: please review prefix changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Maintainers for cvs, and cvs related tools (the version control system) [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-05 21:42 UTC by Fabian Groffen
Modified: 2010-03-06 16:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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