Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#4177 closed defect (fixed)

db4 weird dependency (null) prevents build

Reported by: jon@… Owned by: michaelm@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: db4

Description (last modified by ryandesign (Ryan Carsten Schmidt))

wonka:dports% sudo port -vd install db4
DEBUG: Found port in file:///Users/jon/darwinports/dports/databases/db4
DEBUG: Changing to port directory: /Users/jon/darwinports/dports/databases/db4
DEBUG: Requested variant powerpc is not provided by port db4.
DEBUG: Requested variant darwin is not provided by port db4.
DEBUG: Requested variant macosx is not provided by port db4.
DEBUG: Executing variant darwin_8 provides darwin_8
Error: Dependency '' not found.

This patch which reverts changes between version 1.19 and 1.20 fixes this:

Index: Portfile
===============================================================
====
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/databases/db4/Portfile,v
retrieving revision 1.22
diff -u -r1.22 Portfile
--- Portfile    27 Jun 2005 11:32:48 -0000      1.22
+++ Portfile    28 Jul 2005 10:42:17 -0000
@@ -12,7 +12,6 @@
 distname       db-${portversion}
 checksums      md5 e27759537db6054b31d8cb3e99ba6fbb
 worksrcdir     ${distname}/build_unix
-depends_lib     
 configure.cmd  ../dist/configure
 configure.args --enable-compat185 --enable-dump185 --enable-cxx \
                   --includedir=${prefix}/include/db4 \

Change History (4)

comment:1 Changed 19 years ago by mww@…

Owner: changed from darwinports-bugs@… to michaelm@…

assinging to maintainer;

comment:2 Changed 19 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

Actually, depends_lib being empty is considered legal. This is a bug in HEAD that was fixed earlier today.

comment:3 Changed 19 years ago by michaelm@…

removed stray depends_lib anyway

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: db4 added
Note: See TracTickets for help on using tickets.