Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 07:53:56 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364947 - in head/devel/libftdi: . files
Message-ID:  <201408150753.s7F7rul8008785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150753.s7F7rul8008785>