Date: Wed, 18 Oct 2000 14:13:08 -0500 From: Jeremy Norris <ishmael27@home.com> To: bfoz@glue.umd.edu Cc: ports@FreeBSD.ORG Subject: Re: ports/22089: New Port: edb-1.0.1 Message-ID: <20001018141308.A30906@babylon.merseine.nu>
next in thread | raw e-mail | index | archive | help
Included are a couple patches that clean this port up alittle and also sync this port with databases/db (since edb is based upon db-2.7.7). --- Makefile.orig Wed Oct 18 13:50:36 2000 +++ Makefile Wed Oct 18 13:53:41 2000 @@ -12,8 +12,12 @@ MAINTAINER= bfoz@glue.umd.edu -USE_GMAKE= yes -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-compat185 \ + --enable-dump185 --enable-cxx + +post-install: + strip ${PREFIX}/lib/libedb.so.1 .include <bsd.port.mk> --- pkg-plist.orig Wed Oct 18 13:50:37 2000 +++ pkg-plist Wed Oct 18 13:55:43 2000 @@ -2,5 +2,4 @@ include/Edb.h lib/libedb.so.1 lib/libedb.so -lib/libedb.la lib/libedb.a 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?20001018141308.A30906>