svn commit: r364947 - in head/devel/libftdi: . files
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 15 07:53:56 UTC 2014
Author: tijl
Date: Fri Aug 15 07:53:55 2014
New Revision: 364947
URL: http://svnweb.freebsd.org/changeset/ports/364947
QAT: https://qat.redports.org/buildarchive/r364947/
Log:
- Fix includedir [1]
- Remove unused patches
PR: 192665 [1]
Submitted by: johan at stromnet.se [1]
Deleted:
head/devel/libftdi/files/patch-examples_baud_test.c
head/devel/libftdi/files/patch-examples_bitbang.c
head/devel/libftdi/files/patch-examples_bitbang2.c
head/devel/libftdi/files/patch-examples_bitbang_ft2232.c
head/devel/libftdi/files/patch-examples_find_all.c
head/devel/libftdi/files/patch-examples_simple.c
Modified:
head/devel/libftdi/Makefile
Modified: head/devel/libftdi/Makefile
==============================================================================
--- head/devel/libftdi/Makefile Fri Aug 15 07:45:34 2014 (r364946)
+++ head/devel/libftdi/Makefile Fri Aug 15 07:53:55 2014 (r364947)
@@ -2,7 +2,7 @@
PORTNAME= libftdi
PORTVERSION= 0.20
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/
@@ -38,6 +38,7 @@ PYTHON_USES= python
post-patch:
@${REINPLACE_CMD} \
+ -e '/includedir/s|/$${PROJECT_NAME}||' \
-e '/SET.*LIB_SUFFIX/s/64/""/' \
-e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
More information about the svn-ports-all
mailing list