Date: Mon, 21 Oct 2019 18:39:30 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515119 - head/mail/crm114 Message-ID: <201910211839.x9LIdUIa086030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Oct 21 18:39:29 2019 New Revision: 515119 URL: https://svnweb.freebsd.org/changeset/ports/515119 Log: mail/crm114: strip gettext-runtime requisite PR: 226608 Reported by: Igor Sysoev Modified: head/mail/crm114/Makefile Modified: head/mail/crm114/Makefile ============================================================================== --- head/mail/crm114/Makefile Mon Oct 21 18:23:10 2019 (r515118) +++ head/mail/crm114/Makefile Mon Oct 21 18:39:29 2019 (r515119) @@ -3,7 +3,7 @@ PORTNAME= crm114 PORTVERSION= 20100106 -PORTREVISION= 3 +PORTREVISION= 4 # WARNING change versionname in CRM114RELEASENAME too. # portlint didn't like this variable at this place. # So I have to put it down in this file. @@ -23,7 +23,6 @@ LIB_DEPENDS= libtre.so:textproc/libtre CRM114RELEASENAME=BlameMichelson -USES= gettext-runtime USE_CSTD=gnu89 OPTIONS_DEFINE= NORMALIZEMIME DOCS EXAMPLES @@ -34,8 +33,7 @@ MAKE_ARGS= CC="${CC}" prefix="${STAGEDIR}${PREFIX}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -LIBS+= -L${LOCALBASE}/lib -lintl +LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed CFLAGS+= -DVERSION='\"${PORTVERSION}-${CRM114RELEASENAME}\"' CFLAGS+= -DNO_LOGL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910211839.x9LIdUIa086030>