Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 08:03:50 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410811 - in head/sysutils/freefilesync: . files
Message-ID:  <201603110803.u2B83oIC020120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Mar 11 08:03:50 2016
New Revision: 410811
URL: https://svnweb.freebsd.org/changeset/ports/410811

Log:
  sysutils/freefilesync: back out r207879 to fix INDEX bustage
  
  PR:		207879

Deleted:
  head/sysutils/freefilesync/files/patch-zen_file__access.cpp
Modified:
  head/sysutils/freefilesync/Makefile

Modified: head/sysutils/freefilesync/Makefile
==============================================================================
--- head/sysutils/freefilesync/Makefile	Fri Mar 11 07:41:18 2016	(r410810)
+++ head/sysutils/freefilesync/Makefile	Fri Mar 11 08:03:50 2016	(r410811)
@@ -18,15 +18,10 @@ LIB_DEPENDS=	libboost_system.so:${PORTSD
 
 WRKSRC=		${WRKDIR}/FreeFileSync/Source
 
-USES=		compiler:c++14-lang dos2unix gmake pkgconfig zip
+USES=		compiler:c++11-lang dos2unix gmake pkgconfig zip
 USE_LDCONFIG=	yes
 USE_WX=		3.0+
 
-pre-patch:
-# XXX Pretend USES=dos2unix supports DOS2UNIX_WRKSRC=${WRKDIR}
-	@${SED} 's/^+++ //; /^\.\./!d; s,^,${PATCH_WRKSRC}/,' \
-		${PATCHDIR}/patch-* | ${XARGS} ${REINPLACE_CMD} 's/
$$//'
-
 post-patch:
 	@${REINPLACE_CMD} -e 's/wx-config/$${WX_CONFIG:T}/' \
 		-e 's,g++,$${CXX},' ${WRKSRC}/Makefile



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