ports/65415: Typo in mail/bmf/Makefile prevents portsdb -uU from working

Jos Backus jos at catnook.com
Sat Apr 10 22:00:27 UTC 2004


>Number:         65415
>Category:       ports
>Synopsis:       Typo in mail/bmf/Makefile prevents portsdb -uU from working
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 15:00:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jos Backus
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
CatNook
>Environment:
System: FreeBSD lizzy.catnook.com 5.2-CURRENT FreeBSD 5.2-CURRENT #44: Thu Apr 1 23:20:27 PST 2004 root at lizzy.catnook.com:/usr/obj/usr/src/sys/LIZZY i386

>Description:

	A typo in mail/bmf/Makefile prevents portsdb -uU from working.

>How-To-Repeat:

lizzy:/usr/ports# portsdb -uU
Updating the ports index ... Generating INDEX.tmp - please wait..===> mail/bmf failed:
"Makefile", line 26: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1
1 error

********************************************************************
Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection.  If so, then report
the failure to ports at FreeBSD.org together with relevant details of
your ports configuration (including FreeBSD version, environment and
/etc/make.conf settings).
********************************************************************

*** Error code 1

Stop in /usr/ports.
*** Error code 1

Stop in /usr/ports.
failed to generate INDEX!
portsdb: index generation error
lizzy:/usr/ports#

>Fix:

--- Makefile.orig       Sat Apr 10 14:43:41 2004
+++ Makefile    Sat Apr 10 14:44:02 2004
@@ -23,7 +23,7 @@
 LIB_DEPENDS=   db4.0:${PORTSDIR}/databases/db4
 CONFIGURE_ENV+=        LDFLAGS=-L${LOCALBASE}/lib
 CONFIGURE_ENV+=        DB_LIBNAME=-ldb4
-.elfif defined(WITH_BDB3)
+.elif defined(WITH_BDB3)
 LIB_DEPENDS=   db3.3:${PORTSDIR}/databases/db3
 CONFIGURE_ENV+=        LDFLAGS=-L${LOCALBASE}/lib
 CONFIGURE_ENV+=        DB_LIBNAME=-ldb3
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list