svn commit: r410811 - in head/sysutils/freefilesync: . files
Jan Beich
jbeich at FreeBSD.org
Fri Mar 11 08:03:51 UTC 2016
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
More information about the svn-ports-all
mailing list