svn commit: r363878 - in head: comms/linrad comms/lirc devel/libftdi devel/openocd devel/urjtag sysutils/flashrom sysutils/lcdproc
Kurt Jaeger
pi at FreeBSD.org
Sun Aug 3 11:36:59 UTC 2014
Author: pi
Date: Sun Aug 3 11:36:56 2014
New Revision: 363878
URL: http://svnweb.freebsd.org/changeset/ports/363878
QAT: https://qat.redports.org/buildarchive/r363878/
Log:
devel/libftdi: USES=libtool, fix build, bump dependencies
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom
devel/xc3sprog is already bumped via PR 188055
Modified:
head/comms/linrad/Makefile
head/comms/lirc/Makefile
head/devel/libftdi/Makefile
head/devel/libftdi/pkg-plist
head/devel/openocd/Makefile
head/devel/urjtag/Makefile
head/sysutils/flashrom/Makefile
head/sysutils/lcdproc/Makefile
Modified: head/comms/linrad/Makefile
==============================================================================
--- head/comms/linrad/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/comms/linrad/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -3,6 +3,7 @@
PORTNAME= linrad
PORTVERSION= 4.00
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://www.nitehawk.com/sm5bsz/linuxdsp/archive/\
http://g7rau.demon.co.uk/sm5bsz/linuxdsp/archive/\
Modified: head/comms/lirc/Makefile
==============================================================================
--- head/comms/lirc/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/comms/lirc/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -3,7 +3,7 @@
PORTNAME= lirc
PORTVERSION= 0.9.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
Modified: head/devel/libftdi/Makefile
==============================================================================
--- head/devel/libftdi/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/devel/libftdi/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -1,9 +1,8 @@
-# Created by: Olexandr Davydenko <o.davydenko at gmail.com>
# $FreeBSD$
PORTNAME= libftdi
PORTVERSION= 0.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/
@@ -14,11 +13,16 @@ OPTIONS_DEFINE+= BOOST PYTHON
BOOST_DESC= Build with boost
PYTHON_DESC= Python bindings
-USE_AUTOTOOLS= autoconf libtool automake
+USES= pathfix pkgconfig libtool
+USE_AUTOTOOLS= autoconf automake
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
-USES= pathfix pkgconfig
+INSTALL_TARGET= install-strip
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/autoreconf-2.69:${PORTSDIR}/devel/autoconf \
+ ${LOCALBASE}/bin/automake-1.14:${PORTSDIR}/devel/automake \
+ ${LOCALBASE}/bin/libtoolize:${PORTSDIR}/devel/libtool
PORTDOCS= COPYING.LIB ChangeLog README
@@ -49,12 +53,13 @@ OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= DOCS
post-patch:
- @${REINPLACE_CMD} -E -e \
+ ${REINPLACE_CMD} -E -e \
's:\$$\(libdir\)/pkgconfig:${PREFIX}/libdata/pkgconfig:' \
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
pre-configure:
- @cd ${WRKSRC} && ${AUTORECONF} --force --install
+ cd ${WRKSRC} && ${AUTORECONF} --force --install
+ echo "done pre-conf"
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
Modified: head/devel/libftdi/pkg-plist
==============================================================================
--- head/devel/libftdi/pkg-plist Sun Aug 3 11:28:43 2014 (r363877)
+++ head/devel/libftdi/pkg-plist Sun Aug 3 11:36:56 2014 (r363878)
@@ -15,12 +15,12 @@ include/ftdi.h
%%PYTHON%%%%PYTHON_SITELIBDIR%%/ftdi.pyc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%
lib/libftdi.a
-lib/libftdi.la
lib/libftdi.so
-lib/libftdi.so.21
+lib/libftdi.so.1
+lib/libftdi.so.1.20.0
%%BOOST%%lib/libftdipp.a
-%%BOOST%%lib/libftdipp.la
%%BOOST%%lib/libftdipp.so
-%%BOOST%%lib/libftdipp.so.21
+%%BOOST%%lib/libftdipp.so.1
+%%BOOST%%lib/libftdipp.so.1.20.0
libdata/pkgconfig/libftdi.pc
%%BOOST%%libdata/pkgconfig/libftdipp.pc
Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/devel/openocd/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -3,7 +3,7 @@
PORTNAME= openocd
PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
Modified: head/devel/urjtag/Makefile
==============================================================================
--- head/devel/urjtag/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/devel/urjtag/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -3,7 +3,7 @@
PORTNAME= urjtag
PORTVERSION= 0.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= SF
Modified: head/sysutils/flashrom/Makefile
==============================================================================
--- head/sysutils/flashrom/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/sysutils/flashrom/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -3,7 +3,7 @@
PORTNAME= flashrom
PORTVERSION= 0.9.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://download.flashrom.org/releases/
Modified: head/sysutils/lcdproc/Makefile
==============================================================================
--- head/sysutils/lcdproc/Makefile Sun Aug 3 11:28:43 2014 (r363877)
+++ head/sysutils/lcdproc/Makefile Sun Aug 3 11:36:56 2014 (r363878)
@@ -3,6 +3,7 @@
PORTNAME= lcdproc
PORTVERSION= 0.5.7
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
More information about the svn-ports-all
mailing list