ports/184490: japanese/mutt-devel update for recent FreeBSD
SHIOZAKI Takehiko
st at be.to
Wed Dec 4 12:40:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list