Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 12:49:29 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29283: Maintainer-Update of libesmtp 0.8.3 (remove nits)
Message-ID:  <200107281949.f6SJnTe34946@johncoop.MSHOME>

next in thread | raw e-mail | index | archive | help

>Number:         29283
>Category:       ports
>Synopsis:       Maintainer-Update of libesmtp 0.8.3 (remove nits)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 28 12:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #35: Thu Jul 26 21:02:48 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Remove libtool-based "nit" in build.log to silence complaints
	about discovering libtool files after building/installing.
	Correct a punctuation error in a comment.

>How-To-Repeat:
	N/A

>Fix:

diff -ruN libesmtp/Makefile libesmtp.new/Makefile
--- libesmtp/Makefile	Fri Jul 20 08:04:19 2001
+++ libesmtp.new/Makefile	Sat Jul 28 12:39:16 2001
@@ -2,7 +2,7 @@
 # Date created:         Sun Feb 21 2001
 # Whom:                 tobez@tobez.org
 #
-# $FreeBSD: ports/mail/libesmtp/Makefile,v 1.6 2001/07/20 09:58:19 sobomax Exp $
+# $FreeBSD$
 
 PORTNAME=	libesmtp
 PORTVERSION=	0.8.3
@@ -13,6 +13,8 @@
 
 MAINTAINER=	jmcoopr@webmail.bmi.net
 
+LIB_DEPENDS=	ltdl.1:${PORTSDIR}/devel/libtool
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
@@ -22,7 +24,7 @@
 		LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 
-# the following is required for Balsa-1.17
+# the following is required for Balsa-1.1.7
 CONFIGURE_ARGS=	--enable-require-all-recipients
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200107281949.f6SJnTe34946>