svn commit: r370195 - head/devel/libsigrokdecode

Antoine Brodin antoine at FreeBSD.org
Mon Oct 6 17:40:45 UTC 2014


Author: antoine
Date: Mon Oct  6 17:40:43 2014
New Revision: 370195
URL: https://svnweb.freebsd.org/changeset/ports/370195
QAT: https://qat.redports.org/buildarchive/r370195/

Log:
  Unbreak on head and 10.1

Modified:
  head/devel/libsigrokdecode/Makefile
  head/devel/libsigrokdecode/pkg-plist

Modified: head/devel/libsigrokdecode/Makefile
==============================================================================
--- head/devel/libsigrokdecode/Makefile	Mon Oct  6 17:06:13 2014	(r370194)
+++ head/devel/libsigrokdecode/Makefile	Mon Oct  6 17:40:43 2014	(r370195)
@@ -11,17 +11,18 @@ COMMENT=	Framework for hardware logic an
 
 LICENSE=	GPLv3
 
-USE_PYTHON=	3
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
-USES=		gmake pathfix libtool pkgconfig
+USES=		gmake libtool pathfix pkgconfig python:3
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.pre.mk>
 
 # Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION
+.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100029) || (${OSVERSION} < 1000715)
 CFLAGS+=	-DLIBUSB_CLASS_APPLICATION=0xfe
+.endif
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsigrokdecode.so
-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/devel/libsigrokdecode/pkg-plist
==============================================================================
--- head/devel/libsigrokdecode/pkg-plist	Mon Oct  6 17:06:13 2014	(r370194)
+++ head/devel/libsigrokdecode/pkg-plist	Mon Oct  6 17:40:43 2014	(r370195)
@@ -82,42 +82,3 @@ libdata/pkgconfig/libsigrokdecode.pc
 %%DATADIR%%/decoders/z80/__init__.py
 %%DATADIR%%/decoders/z80/pd.py
 %%DATADIR%%/decoders/z80/tables.py
- at dirrmtry include/libsigrokdecode
- at dirrmtry %%DATADIR%%/decoders/avr_isp
- at dirrmtry %%DATADIR%%/decoders/can
- at dirrmtry %%DATADIR%%/decoders/dcf77
- at dirrmtry %%DATADIR%%/decoders/ds1307
- at dirrmtry %%DATADIR%%/decoders/edid
- at dirrmtry %%DATADIR%%/decoders/guess_bitrate
- at dirrmtry %%DATADIR%%/decoders/i2c
- at dirrmtry %%DATADIR%%/decoders/i2cdemux
- at dirrmtry %%DATADIR%%/decoders/i2cfilter
- at dirrmtry %%DATADIR%%/decoders/i2s
- at dirrmtry %%DATADIR%%/decoders/ir_nec
- at dirrmtry %%DATADIR%%/decoders/ir_rc5
- at dirrmtry %%DATADIR%%/decoders/jtag
- at dirrmtry %%DATADIR%%/decoders/jtag_stm32
- at dirrmtry %%DATADIR%%/decoders/lm75
- at dirrmtry %%DATADIR%%/decoders/lpc
- at dirrmtry %%DATADIR%%/decoders/maxim_ds28ea00
- at dirrmtry %%DATADIR%%/decoders/midi
- at dirrmtry %%DATADIR%%/decoders/mlx90614
- at dirrmtry %%DATADIR%%/decoders/mx25lxx05d
- at dirrmtry %%DATADIR%%/decoders/mxc6225xu
- at dirrmtry %%DATADIR%%/decoders/nunchuk
- at dirrmtry %%DATADIR%%/decoders/onewire_link
- at dirrmtry %%DATADIR%%/decoders/onewire_network
- at dirrmtry %%DATADIR%%/decoders/pan1321
- at dirrmtry %%DATADIR%%/decoders/parallel
- at dirrmtry %%DATADIR%%/decoders/rgb_led_spi
- at dirrmtry %%DATADIR%%/decoders/rtc8564
- at dirrmtry %%DATADIR%%/decoders/sdcard_spi
- at dirrmtry %%DATADIR%%/decoders/spi
- at dirrmtry %%DATADIR%%/decoders/tlc5620
- at dirrmtry %%DATADIR%%/decoders/uart
- at dirrmtry %%DATADIR%%/decoders/usb_packet
- at dirrmtry %%DATADIR%%/decoders/usb_signalling
- at dirrmtry %%DATADIR%%/decoders/xfp
- at dirrmtry %%DATADIR%%/decoders/z80
- at dirrmtry %%DATADIR%%/decoders
- at dirrmtry %%DATADIR%%


More information about the svn-ports-all mailing list