svn commit: r410688 - in head/sysutils/freefilesync: . files
Kevin Lo
kevlo at FreeBSD.org
Wed Mar 9 05:06:26 UTC 2016
Author: kevlo
Date: Wed Mar 9 05:06:24 2016
New Revision: 410688
URL: https://svnweb.freebsd.org/changeset/ports/410688
Log:
Cosmetic change.
Deleted:
head/sysutils/freefilesync/files/patch-zen_file__access.cpp
head/sysutils/freefilesync/files/patch-zen_shell__execute.h
head/sysutils/freefilesync/files/patch-zen_tick__count.h
Modified:
head/sysutils/freefilesync/Makefile
Modified: head/sysutils/freefilesync/Makefile
==============================================================================
--- head/sysutils/freefilesync/Makefile Wed Mar 9 04:35:54 2016 (r410687)
+++ head/sysutils/freefilesync/Makefile Wed Mar 9 05:06:24 2016 (r410688)
@@ -26,5 +26,10 @@ WX_UNICODE= yes
post-patch:
@${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' \
-e 's,g++,${CXX},' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|<sys/vfs.h>|<sys/mount.h>|' \
+ ${WRKDIR}/zen/file_access.cpp
+ @${REINPLACE_CMD} -e 's|WEXITSTATUS||' ${WRKDIR}/zen/shell_execute.h
+ @${REINPLACE_CMD} -e 's|CLOCK_MONOTONIC_RAW|CLOCK_MONOTONIC|' \
+ ${WRKDIR}/zen/tick_count.h
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list