Remove qtserialport (qt4)
After cad/fritzing is updated there are no consumers. Ok jca@, abieber@ (maintainer)
This commit is contained in:
parent
0d2e8e34f3
commit
4de43da1b3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.77 2019/11/09 15:36:59 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.78 2020/01/25 05:05:18 rsadowski Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += amtterm
|
||||
@ -43,7 +43,6 @@
|
||||
SUBDIR += py-gammu
|
||||
SUBDIR += qodem
|
||||
SUBDIR += qpage
|
||||
SUBDIR += qtserialport
|
||||
SUBDIR += rtl-sdr
|
||||
SUBDIR += scmxx
|
||||
SUBDIR += seyon
|
||||
|
@ -1,37 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:43:48 sthen Exp $
|
||||
|
||||
COMMENT = provides functions to access serial ports
|
||||
|
||||
SHARED_LIBS += QtSerialPort 0.0 # 0.0
|
||||
|
||||
V = 5.4.2
|
||||
DISTNAME = qtserialport-v${V}
|
||||
PKGNAME = ${DISTNAME:S/v//}
|
||||
PKGSPEC = qtserialport-<5.6
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = comms
|
||||
|
||||
HOMEPAGE = http://doc.qt.io/qt-5/qserialport.html
|
||||
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
|
||||
|
||||
MASTER_SITES = https://deftly.net/
|
||||
|
||||
# GPLv3, or LGPL.
|
||||
# (GPLv2 not needed, since LGPL is more free)
|
||||
# This lib is included in later versions of QT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MODULES = devel/qmake x11/qt4
|
||||
FAKE_FLAGS = INSTALL_ROOT=${WRKINST}
|
||||
NO_TEST = Yes
|
||||
|
||||
WANTLIB += m pthread ${COMPILER_LIBCXX}
|
||||
|
||||
.for l v in $(SHARED_LIBS)
|
||||
MAKE_FLAGS += LIB$l_VERSION=$v
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (qtserialport-v5.4.2.tar.gz) = 8Lbp7Pka6y0al/EKKGUn2LM0s6+8fMLSyPzWkgzEEY4=
|
||||
SIZE (qtserialport-v5.4.2.tar.gz) = 323187
|
@ -1,2 +0,0 @@
|
||||
The QtSerialPort module is an add-on module for the Qt library, providing a
|
||||
single interface for both hardware and virtual serial ports.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2018/05/12 14:29:02 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict qtserialport-<5.6
|
||||
include/X11/qt4/QtSerialPort/
|
||||
include/X11/qt4/QtSerialPort/QSerialPort
|
||||
include/X11/qt4/QtSerialPort/QSerialPortInfo
|
||||
include/X11/qt4/QtSerialPort/qserialport.h
|
||||
include/X11/qt4/QtSerialPort/qserialportglobal.h
|
||||
include/X11/qt4/QtSerialPort/qserialportinfo.h
|
||||
lib/qt4/libQtSerialPort.prl
|
||||
@lib lib/qt4/libQtSerialPort.so.${LIBQtSerialPort_VERSION}
|
||||
lib/qt4/mkspecs/features/serialport.prf
|
Loading…
Reference in New Issue
Block a user