| Summary: | dev-util/cvsps: please review prefix changes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fabian Groffen <grobian> |
| Component: | New packages | Assignee: | 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: | --- | |
grobian: +1, you can go for it. thanks, committed |
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.