Bug 75179 - sendmail+bdb patch
Summary: sendmail+bdb patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 09:00 UTC by Alex Deiter
Modified: 2004-12-17 13:58 UTC (History)
0 users

See Also:


Attachments
file.diff (871 bytes, patch)
2004-12-17 09:00 UTC, Alex Deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Deiter 2004-12-17 09:00:56 UTC
port mail/sendmail cannot build with SENDMAIL_WITH_BERKELEYDB_VER=XY and cannot make all-depends-list

How-To-Repeat: # make SENDMAIL_WITH_BERKELEYDB_VER=42 clean
make: don't know how to make all-depends-list. Stop
===>  Cleaning for sendmail+db42-8.13.2

# make SENDMAIL_WITH_BERKELEYDB_VER=42
..
cc -o sendmail  -I/usr/local/lib main.o alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o map.o mci.o milter.o mime.o parseaddr.o queue.o ratectrl.o readcf.o recipient.o sasl.o savemail.o sfsasl.o shmticklib.o sm_resolve.o srvrsmtp.o stab.o stats.o sysexits.o timers.o tls.o trace.o udb.o usersmtp.o util.o version.o     -lwrap -ldb-4.2 /var/tmp/usr/ports/mail/sendmail/work/sendmail-8.13.2/obj.FreeBSD.5.3-RELEASE-p2.i386/libsmutil/libsmutil.a /var/tmp/usr/ports/mail/sendmail/work/sendmail-8.13.2/obj.FreeBSD.5.3-RELEASE-p2.i386/libsm/libsm.a  -lutil
/usr/bin/ld: cannot find -ldb-4.2
*** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-17 09:07:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2004-12-17 13:57:49 UTC
State Changed
From-To: open->closed

committed, thanks.