Index: head/devel/libepoll-shim/files/patch-Makefile =================================================================== --- head/devel/libepoll-shim/files/patch-Makefile (revision 499744) +++ head/devel/libepoll-shim/files/patch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.orig 2019-04-23 08:57:50 UTC -+++ Makefile -@@ -15,7 +15,7 @@ CFLAGS+= -I${.CURDIR}/include -pthread -Wall -Wextra - - LDFLAGS+= -pthread -lrt - - src/epoll-shim.pc: src/epoll-shim.pc.in -- sed -e 's,@CMAKE_INSTALL_PREFIX@,/usr/local,' \ -+ sed -e 's,@CMAKE_INSTALL_PREFIX@,${PREFIX},' \ - -e 's,@PROJECT_VERSION@,,' \ - $> >$@ - Property changes on: head/devel/libepoll-shim/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libepoll-shim/Makefile =================================================================== --- head/devel/libepoll-shim/Makefile (revision 499744) +++ head/devel/libepoll-shim/Makefile (revision 499745) @@ -1,37 +1,35 @@ # Created by: Johannes Lundberg # $FreeBSD$ PORTNAME= libepoll-shim PORTVERSION= 0.0.20190311 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= epoll shim implemented using kevent LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= epoll-shim GH_TAGNAME= 1d1135384395dbf38eea00680ca28ead04f8dce2 USE_LDCONFIG= yes USES= compiler uidfix -MAKE_ARGS= INCSDIR=${PREFIX}/include/libepoll-shim/sys \ - LIBDATADIR=${PREFIX}/libdata \ - LIBDIR=${PREFIX}/lib \ - WITHOUT_PROFILE=yes +MAKE_ARGS= WITHOUT_PROFILE=yes .include post-patch: + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile .if "${CHOSEN_COMPILER_TYPE}" == "gcc" @${REINPLACE_CMD} -e 's|Wno-missing-variable-declarations|Wno-missing-declarations|' \ -e 's|-Wno-thread-safety-analysis||' ${WRKSRC}/Makefile .endif pre-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/include/libepoll-shim/sys .include