svn commit: r473497 - in head/sysutils/boxbackup: . files

Mathieu Arnold mat at FreeBSD.org
Thu Jun 28 15:28:38 UTC 2018


On Thu, Jun 28, 2018 at 02:15:00PM +0000, Torsten Zuehlsdorff wrote:
> Author: tz
> Date: Thu Jun 28 14:15:00 2018
> New Revision: 473497
> URL: https://svnweb.freebsd.org/changeset/ports/473497
> 
> Log:
>   sysutils/boxbackup: pet pkg-fallout
>   
>   Fix build by using -std=c++98
>   
>   Also regenerate patch with make makepatch
>   
>   PR:		229128
>   Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>
> 
> Modified:
>   head/sysutils/boxbackup/Makefile
>   head/sysutils/boxbackup/files/patch-bbackupd-config
> 
> Modified: head/sysutils/boxbackup/Makefile
> ==============================================================================
> --- head/sysutils/boxbackup/Makefile	Thu Jun 28 13:46:13 2018	(r473496)
> +++ head/sysutils/boxbackup/Makefile	Thu Jun 28 14:15:00 2018	(r473497)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	boxbackup
>  PORTVERSION=	0.11.1
> -PORTREVISION=	6
> +PORTREVISION=	7

Why bump PORTREVISION, from the commit, you are saying you are fixing
the build, so there is no previous package that need to be rebuilt.

>  CATEGORIES=	sysutils
>  MASTER_SITES=	SF
>  PKGNAMESUFFIX=	${CLIENT_OR_SERVER}
> @@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE-DUAL.txt
>  
>  USES=		autoreconf perl5 ssl tar:tgz
>  GNU_CONFIGURE=	yes
> -CFLAGS+=	-I${OPENSSLINC}
> +CFLAGS+=	-I${OPENSSLINC} -std=c++98

USE_CSTD= c++98

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180628/13f62b39/attachment.sig>


More information about the svn-ports-all mailing list