svn commit: r447890 - head/mail/sylpheed

Mathieu Arnold mat at FreeBSD.org
Mon Aug 14 13:35:14 UTC 2017


Le 13/08/2017 à 16:09, Emanuel Haupt a écrit :
> 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)

This is wrong.

From "5.2.3.1. PORTREVISION"[1]:

PORTREVISION must be increased each time a change is made to the port
that changes the generated package in any way. That includes changes
that only affect a package built with non-default options.

1:
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html#makefile-portrevision

>   - 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
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170814/99cb9e97/attachment.sig>


More information about the svn-ports-all mailing list