Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Dec 2013 21:17:28 +0900 (JST)
From:      SHIOZAKI Takehiko <st@be.to>
To:        bug-followup@FreeBSD.org
Subject:   ports/184490: japanese/mutt-devel update for recent FreeBSD
Message-ID:  <20131204121728.B523410E6EF@localhost.takehiko.cjb.net>
Resent-Message-ID: <201312041240.rB4Ce1PV028180@freefall.freebsd.org>

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

>Number:         184490
>Category:       ports
>Synopsis:       japanese/mutt-devel update for recent FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 04 12:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     SHIOZAKI Takehiko
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
>Environment:
System:	FreeBSD localhost.my.domain 9.2-RELEASE FreeBSD 9.2-RELEASE #1500: Thu Nov 28 08:54:44 JST 2013     root@localhost.my.domain:/usr/obj/usr/src/sys/GENERIC  i386
	
>Description:

	- Fix build for recent FreeBSD 9.1, 10.0 or later.
	- Convert to new LIB_DEPENDS syntax.
	- Fix mis-adopting optionsNG.
>How-To-Repeat:

	
>Fix:

diff -urN mutt-devel/Makefile mutt-devel-ctype/Makefile
--- mutt-devel/Makefile	2013-12-04 06:56:07.000000000 +0900
+++ mutt-devel-ctype/Makefile	2013-12-04 20:52:30.000000000 +0900
@@ -6,7 +6,7 @@
 
 PORTNAME=	mutt
 PORTVERSION=	${VERSION}.j${JP_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese mail
 MASTER_SITES=	ftp://ftp.mutt.org/mutt/devel/:body \
 		ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \
@@ -42,7 +42,7 @@
 MAINTAINER=	st@be.to
 COMMENT=	Text-based mail client (Japanised development version)
 
-LIB_DEPENDS=	slang.2:${PORTSDIR}/japanese/libslang
+LIB_DEPENDS=	libslang.so:${PORTSDIR}/japanese/libslang
 RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview \
 		${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
@@ -62,8 +62,8 @@
 AUTOMAKE_ARGS=  --add-missing
 USE_OPENSSL=	yes
 WRKSRC=		${WRKDIR}/mutt-${VERSION}
-LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV=	CC="${CC} -D_DONT_USE_CTYPE_INLINE_ ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
+LDFLAGS+=	-L${LOCALBASE}/lib -ltinfow
+CONFIGURE_ENV=	CC="${CC} -D_DONT_USE_CTYPE_INLINE_ -D_XLOCALE_CTYPE_H ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
 CONFIGURE_ARGS=	--with-slang --enable-locales-fix \
 		${ICONV_CONFIGURE_ARG} \
 		--without-wc-funcs \
@@ -85,11 +85,11 @@
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ! ${PORT_OPTIONS:MNLS}
+.if ${PORT_OPTIONS:MNLS}
 USES+=	gettext
 .endif
 .if ${PORT_OPTIONS:MCYRUS_SASL2}
-LIB_DEPENDS+=	sasl2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
 .endif
 .if ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE}
 PORT_OPTIONS+=	MAILDIR_HEADER_CACHE
@@ -98,7 +98,7 @@
 USE_BDB=	42+
 .endif
 .if ${PORT_OPTIONS:MIDN}
-LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
+LIB_DEPENDS+=	libidn.so:${PORTSDIR}/dns/libidn
 .endif
 
 .if ${PORT_OPTIONS:MCYRUS_SASL2}
>Release-Note:
>Audit-Trail:
>Unformatted:



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