Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 01:30:17 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64506: Update port: mail/nail
Message-ID:  <20040321013017.28ee7fb3.tkato@prontomail.com>
Resent-Message-ID: <200403201640.i2KGeHpq050054@freefall.freebsd.org>

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

>Number:         64506
>Category:       ports
>Synopsis:       Update port: mail/nail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 20 08:40:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Utilize USE_ICONV

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/nail/Makefile mail/nail/Makefile
--- /usr/ports/mail/nail/Makefile	Sat Mar 20 12:50:26 2004
+++ mail/nail/Makefile	Sun Mar 21 01:05:18 2004
@@ -13,15 +13,16 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	BSD mail utility with MIME extensions
 
-LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
-
 USE_BZIP2=	yes
+USE_ICONV=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openssl --with-rcfile="${PREFIX}/etc/nail.rc"
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv"
-LDFLAGS=	-L${LOCALBASE}/lib
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		nail.1
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib -liconv
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040321013017.28ee7fb3.tkato>