Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2000 00:11:58 -0800 (PST)
From:      bkogawa@primenet.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23495: cvsupit port fails to install
Message-ID:  <200012120811.AAA74563@baz.fake.primenet.com>
Resent-Message-ID: <200012120820.eBC8K1v72443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23495
>Category:       ports
>Synopsis:       cvsupit port fails to install
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 12 00:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bryan K. Ogawa
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
>Environment:

FreeBSD baz.fake.primenet.com 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Sat Oct  7 22:49:51 PDT 2000     bkogawa@baz.fake.primenet.com:/usr/src/sys/compile/BAZAWE  i386

>Description:

the cvsupit port (as of December 12, 2000) breaks on "make install"
with the message

/usr/ports/net/cvsupit/pkg-install: 141: Syntax error: "fi" unexpected (expecting "}")

>How-To-Repeat:

in a current cvsupit port directory, do

	make
	make install

>Fix:

The fi on line 141 appears to match a block that was deleted in revision 1.3 of the pkg-install file.  Deleting it appears to let the script run.

Here's the diff:

*** pkg-install.original	Tue Dec 12 00:03:01 2000
--- pkg-install	Tue Dec 12 00:07:38 2000
***************
*** 138,144 ****
  	return ${_VAL}
      fi
      EXPORT=YES
-     fi
      return ${_VAL}
  }
  
--- 138,143 ----

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012120811.AAA74563>