svn commit: r447890 - head/mail/sylpheed

Emanuel Haupt ehaupt at FreeBSD.org
Sun Aug 13 14:09:41 UTC 2017


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


More information about the svn-ports-head mailing list