From owner-cvs-all Thu Aug 30 13: 2:11 2001 Delivered-To: cvs-all@freebsd.org Received: from seagull.cpinternet.com (mail.cpinternet.com [204.220.140.4]) by hub.freebsd.org (Postfix) with ESMTP id 0501F37B403; Thu, 30 Aug 2001 13:01:59 -0700 (PDT) (envelope-from mharnois@cpinternet.com) Received: from DSL-5-15.isd.net (DSL-5-15.isd.net [208.153.202.15]) by seagull.cpinternet.com (8.9.2/8.9.2) with ESMTP id OAA27470; Thu, 30 Aug 2001 14:30:48 -0500 (CDT) Received: by DSL-5-15.isd.net (Postfix, from userid 1001) id 28F4014A13; Thu, 30 Aug 2001 14:30:18 -0500 (CDT) To: Michael Harnois Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/postfix-current Makefile ports/mail/postfix-current/scripts configure Keywords: localbase,postfix,lib,sub,mysql,auxlibs,plist,include References: <200108300336.f7U3ace63545@freefall.freebsd.org> <86pu9dwf8g.fsf@mharnois.workgroup.net> <20010830135914.A29698@leviathan.inethouston.net> <86lmk1weca.fsf@mharnois.workgroup.net> <20010830142328.D29698@leviathan.inethouston.net> From: Michael Harnois Date: Thu, 30 Aug 2001 14:30:18 -0500 In-Reply-To: <20010830142328.D29698@leviathan.inethouston.net> ("David W. Chapman Jr."'s message of "Thu, 30 Aug 2001 14:23:28 -0500") Message-ID: <86heupwdkl.fsf@mharnois.workgroup.net> Lines: 48 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (artichoke) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 30 Aug 2001 14:23:28 -0500, "David W. Chapman Jr." said: > Mine seems to build fine with ipv6, is that the only option you > selected. No, but when I removed that option, it built. > If you could attache me your Makefile.inc I could ltake a better > look at it. PREFIX= /usr/local CONF2+= sample-auth.cf BUILD_DEPENDS+= ${LOCALBASE}/lib/libsasl.a:${PORTSDIR}/security/cyrus-sasl POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/libsasl.a -lpam -lcrypt POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz .if exists(/usr/lib/libkrb.a) POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err .endif LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db3 POSTFIX_CCARGS+= -I${LOCALBASE}/include/db3 POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -ldb3 BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz CONF2+= sample-ldap.cf BUILD_DEPENDS+= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/libldap.a ${PREFIX}/lib/liblber.a PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/ PATCH_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,} PATCHFILES+= postfix-20010228pl02-v6-20010515a.diff.gz PATCH_DIST_STRIP= -p1 PLIST_SUB+= SUB_PCRE="@comment " PLIST_SUB+= SUB_SASL="" PLIST_SUB+= SUB_TLS="@comment " PLIST_SUB+= SUB_LDAP="" PLIST_SUB+= SUB_TEST="@comment " -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran Church Washburn, Iowa 1L, UST School of Law Minneapolis, Minnesota "If you speak the truth, have a foot in the stirrup." -- Turkish proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message