diff --git a/comms/Makefile b/comms/Makefile index 84154be521e..441543edf3c 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -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 diff --git a/comms/qtserialport/Makefile b/comms/qtserialport/Makefile deleted file mode 100644 index ccea935c5f1..00000000000 --- a/comms/qtserialport/Makefile +++ /dev/null @@ -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 - -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 diff --git a/comms/qtserialport/distinfo b/comms/qtserialport/distinfo deleted file mode 100644 index fe2b5f72473..00000000000 --- a/comms/qtserialport/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qtserialport-v5.4.2.tar.gz) = 8Lbp7Pka6y0al/EKKGUn2LM0s6+8fMLSyPzWkgzEEY4= -SIZE (qtserialport-v5.4.2.tar.gz) = 323187 diff --git a/comms/qtserialport/pkg/DESCR b/comms/qtserialport/pkg/DESCR deleted file mode 100644 index ff496e9bc0d..00000000000 --- a/comms/qtserialport/pkg/DESCR +++ /dev/null @@ -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. diff --git a/comms/qtserialport/pkg/PLIST b/comms/qtserialport/pkg/PLIST deleted file mode 100644 index 2b89cdeb409..00000000000 --- a/comms/qtserialport/pkg/PLIST +++ /dev/null @@ -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