Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2017 14:09:40 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447890 - head/mail/sylpheed
Message-ID:  <201708131409.v7DE9elN095436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Aug 13 14:09:39 2017
New Revision: 447890
URL: https://svnweb.freebsd.org/changeset/ports/447890

Log:
  - Change LIB_DEPENDS from devel/oniguruma5 to 6
  - PORTREVISION bump is not required since it doesn't affect default package
    creation (oniguruma is no default option)
  - While here, remove now unrecognized configure option which results in a
    warning:
  
      configure: WARNING: unrecognized options: --with-libintl-prefix
  
  PR:		221471
  Submitted by:	pi

Modified:
  head/mail/sylpheed/Makefile

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Sun Aug 13 13:52:53 2017	(r447889)
+++ head/mail/sylpheed/Makefile	Sun Aug 13 14:09:39 2017	(r447890)
@@ -28,7 +28,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-ipv6 \
 		--prefix=${PREFIX} \
-		--with-libintl-prefix=${LOCALBASE} \
 		--program-transform-name=''
 
 CONFLICTS=	sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]*
@@ -75,7 +74,7 @@ JPILOT_CONFIGURE_ENABLE=	jpilot
 LDAP_CONFIGURE_ENABLE=		ldap
 LDAP_USE=			openldap=yes
 
-ONIGURUMA_LIB_DEPENDS=		libonig.so:devel/oniguruma5
+ONIGURUMA_LIB_DEPENDS=		libonig.so:devel/oniguruma6
 ONIGURUMA_CONFIGURE_ENABLE=	oniguruma
 
 SSL_CONFIGURE_ENABLE=		ssl



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