Delete a port

René Ladan rene at freebsd.org
Sat Aug 4 15:06:09 UTC 2018


On 8/4/18 4:15 PM, Eugene Grosbein wrote:
> 04.08.2018 21:03, Romain Tartière wrote:
>
>> On Sat, Aug 04, 2018 at 12:28:41PM +0200, Matthias Fechner wrote:
>>> ./rmport: svnlog: not found
>>>
>>> Anyone an idea what is wrong?
>> Never used this script, but I guess you are hitting line 390:
>>
>> |         $EDITOR svnlog
>>
>> Any chance $EDITOR is not set?
> It seems, rmport script needs a patch:
>
> Index: Tools/scripts/rmport
> ===================================================================
> --- Tools/scripts/rmport        (revision 476322)
> +++ Tools/scripts/rmport        (working copy)
> @@ -39,6 +39,7 @@
>  # MAINTAINER=  crees at FreeBSD.org
>  #
>
> +EDITOR=${EDITOR:-vi}
>  PORTSDIR=${PORTSDIR:-/usr/ports}
>  INDEX=${PORTSDIR}/`make -C ${PORTSDIR} -V INDEXFILE`
How about the attached patch?

Rene

-------------- next part --------------
A non-text attachment was scrubbed...
Name: rmport.diff
Type: text/x-patch
Size: 1037 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20180804/b1248b34/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20180804/b1248b34/attachment.sig>


More information about the freebsd-ports mailing list