[email protected] writes:
> Hi ports --
>
> Attached is a port of cgo, a terminal-based gopher client.
> Works well for me on amd64, loongson, and macppc.
>
> OK?
>
> ~Brian
#1
this line seems long:
perl -pi -e
"s,firefox,${LOCALBASE}/bin/firefox,g|s,display,${LOCALBASE}/bin/display,g|s,mplayer,${LOCALBASE}/bin/mplayer,g"
${WRKSRC}/cgo.c
reads better:
perl -pi -e "s,firefox,${LOCALBASE}/bin/firefox,g|s,display, \
${LOCALBASE}/bin/display,g|s,mplayer,${LOCALBASE}/bin/mplayer,g" ${WRKSRC}/cgo.c
#2
`make regress' failed, the port does not have regression tests so requires
NO_TEST.
===> Regression tests for cgo-20130722
make: don't know how to make test
Stop in /usr/ports/pobj/cgo-20130722/cgo-20130722
with changes, OK gsoares@