Index: head/net/librsync2/Makefile =================================================================== --- head/net/librsync2/Makefile (revision 516309) +++ head/net/librsync2/Makefile (revision 516310) @@ -1,29 +1,30 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= librsync PORTVERSION= 2.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= net devel PKGNAMESUFFIX= 2 MAINTAINER= neel@neelc.org COMMENT= Library for delta compression of streams LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes CONFLICTS= librsync-[0-9]* librsync1-[0-9]* post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librsync.so.${PORTVERSION} ${INSTALL_MAN} ${WRKSRC}/doc/librsync.3 ${STAGEDIR}${MANPREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/doc/rdiff.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/net/librsync2/files/patch-CMakeLists.txt =================================================================== --- head/net/librsync2/files/patch-CMakeLists.txt (nonexistent) +++ head/net/librsync2/files/patch-CMakeLists.txt (revision 516310) @@ -0,0 +1,28 @@ +--- CMakeLists.txt.orig 2019-11-01 17:45:34.100156000 -0400 ++++ CMakeLists.txt 2019-11-01 17:46:14.856811000 -0400 +@@ -158,6 +158,12 @@ + message (STATUS "BUILD_HOSTNAME = ${BUILD_HOSTNAME}") + message (STATUS "CMAKE_SYSTEM = ${CMAKE_SYSTEM}") + ++# We need to be able to #include "file" from a few places, ++# * The original source dir ++# * The generated source dir ++include_directories(${CMAKE_CURRENT_BINARY_DIR}/src) ++include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src) ++ + # Find POPT + find_package(POPT) + if (POPT_FOUND) +@@ -314,12 +320,6 @@ + + # Create conf files + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config.h) +- +-# We need to be able to #include "file" from a few places, +-# * The original source dir +-# * The generated source dir +-include_directories(${CMAKE_CURRENT_BINARY_DIR}/src) +-include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src) + + + ########### next target ############### Property changes on: head/net/librsync2/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property