diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-07 13:19:12 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-07 13:19:12 +0000 |
commit | 80dc728103393ddb7b7ab975221001bb046e8388 (patch) | |
tree | aaf0090a63c6f1896d477cfbae55f322c7ab691a /databases/p5-BerkeleyDB | |
parent | Update to use the perl version of the algorithm over the C version for 5.8.5 (diff) |
replace .error to IGNORE.
Problem noted by Richard Collyer <richard at firebadger.net> and eik@.
Scenario: we failed (% make index) without defining any WITH_BDB_VER,
and solved by following porters handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html#DOT-ERROR-BREAKS-INDEX
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=118574
Diffstat (limited to 'databases/p5-BerkeleyDB')
-rw-r--r-- | databases/p5-BerkeleyDB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile index 7415b2065333..734e39864935 100644 --- a/databases/p5-BerkeleyDB/Makefile +++ b/databases/p5-BerkeleyDB/Makefile @@ -35,7 +35,7 @@ BDB_LIB_VER= db41 LIB_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42 BDB_LIB_VER= db-4.2 .else -.error WITH_BDB_VER must be one between 2, 3, 4, 41 and 42 +IGNORE= "WITH_BDB_VER must be one between 2, 3, 4, 41 and 42" .endif PERL_CONFIGURE= yes |