svn commit: r515119 - head/mail/crm114

Matthias Andree mandree at FreeBSD.org
Mon Oct 21 18:39:30 UTC 2019


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


More information about the svn-ports-head mailing list