aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-04 21:36:13 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-04 21:36:13 +0000
commitc2e845d0c8bc7c9f164cff0518da23f674677570 (patch)
tree7fc33d51c49bd9a7ccd279ab581748918852d482 /comms
parent2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b (diff)
downloadports-c2e845d0c8bc7c9f164cff0518da23f674677570.tar.gz
ports-c2e845d0c8bc7c9f164cff0518da23f674677570.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/acfax/Makefile2
-rw-r--r--comms/flcluster/Makefile2
-rw-r--r--comms/fldigi/Makefile3
-rw-r--r--comms/flrig/Makefile2
-rw-r--r--comms/geoid/Makefile2
-rw-r--r--comms/ibp/Makefile2
-rw-r--r--comms/linrad/Makefile2
-rw-r--r--comms/lirc/Makefile2
-rw-r--r--comms/py-qt5-serialport/Makefile2
-rw-r--r--comms/seyon/Makefile2
-rw-r--r--comms/syncterm/Makefile1
-rw-r--r--comms/twpsk/Makefile2
-rw-r--r--comms/viewfax/Makefile2
-rw-r--r--comms/xastir/Makefile2
14 files changed, 15 insertions, 13 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile
index c5d76be256b8..c7a822a627ca 100644
--- a/comms/acfax/Makefile
+++ b/comms/acfax/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
PLIST_FILES= bin/acfax
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= imake
+USES= imake xorg
USE_XORG= x11 xext xmu xt sm ice
post-extract:
diff --git a/comms/flcluster/Makefile b/comms/flcluster/Makefile
index 9f02bcf9458e..5bdfef3ef915 100644
--- a/comms/flcluster/Makefile
+++ b/comms/flcluster/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig
-USES= autoreconf compiler:c++11-lib gmake pkgconfig
+USES= autoreconf compiler:c++11-lib gmake pkgconfig xorg
USE_CXXSTD= gnu++0x
GNU_CONFIGURE= yes
USE_XORG= x11 xft xext xfixes xcursor xinerama
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index 0559555f60b9..9dee17a01b6d 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -22,7 +22,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs\
libsndfile.so:audio/libsndfile \
libsamplerate.so:audio/libsamplerate
-USES= autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig shebangfix
+USES= autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig \
+ shebangfix xorg
USE_CXXSTD= gnu++0x
GNU_CONFIGURE= yes
diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile
index 38c66657f512..67b861a1df28 100644
--- a/comms/flrig/Makefile
+++ b/comms/flrig/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libfltk.so:x11-toolkits/fltk
-USES= gmake jpeg
+USES= gmake jpeg xorg
USE_XORG= x11 xrender xcursor xfixes xext xft xinerama
GNU_CONFIGURE= yes
diff --git a/comms/geoid/Makefile b/comms/geoid/Makefile
index 745ecaeec3b2..01ce864ff4ba 100644
--- a/comms/geoid/Makefile
+++ b/comms/geoid/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png
-USES= gmake jpeg
+USES= gmake jpeg xorg
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
MAKEFILE= makefile
diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile
index fac082fd7af8..328dff720058 100644
--- a/comms/ibp/Makefile
+++ b/comms/ibp/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Little program for monitoring amateur radio beacons
-USES= imake ncurses tar:tgz
+USES= imake ncurses tar:tgz xorg
USE_XORG= x11
post-patch:
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile
index 084a8ae121b0..f6cc22b13458 100644
--- a/comms/linrad/Makefile
+++ b/comms/linrad/Makefile
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake tar:bzip2
+USES= gmake tar:bzip2 xorg
USE_XORG= x11
LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \
z_COPYRIGHT.txt z_GIFINFO.txt \
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index fb435adf21ff..046a4f9000f2 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -13,7 +13,7 @@ COMMENT= Linux Infrared Remote Control
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
-USES= alias autoreconf gmake libtool localbase python tar:bzip2
+USES= alias autoreconf gmake libtool localbase python tar:bzip2 xorg
USE_XORG= sm x11 ice
USE_CSTD= gnu89
INSTALL_TARGET= install-strip
diff --git a/comms/py-qt5-serialport/Makefile b/comms/py-qt5-serialport/Makefile
index 823c80b955a4..eee5008a6fdd 100644
--- a/comms/py-qt5-serialport/Makefile
+++ b/comms/py-qt5-serialport/Makefile
@@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34}
CONFIGURE_ARGS= --enable QtSerialPort
PYQT_DIST= yes
-USES= python pyqt:5 qt:5
+USES= gl python pyqt:5 qt:5
USE_GL= gl
USE_PYQT= sip_build core_run
USE_PYTHON= concurrent flavors py3kplist
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile
index b6a93cffdff4..574201600625 100644
--- a/comms/seyon/Makefile
+++ b/comms/seyon/Makefile
@@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Communications package for the X Window system
-USES= imake
+USES= imake xorg
USE_XORG= x11 xext xpm xmu xaw xt sm ice
MAKE_JOBS_UNSAFE= yes
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index db159d72e549..635d9ed847b6 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -31,6 +31,7 @@ MAKE_ARGS+= RELEASE=1
OPTIONS_DEFINE= X11 SDL
OPTIONS_DEFAULT= X11 SDL
+X11_USES= xorg
X11_USE= xorg=x11
X11_MAKE_ARGS_OFF= NO_X=1
diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile
index 95a07fdbf71d..ba39af3ad375 100644
--- a/comms/twpsk/Makefile
+++ b/comms/twpsk/Makefile
@@ -12,7 +12,7 @@ COMMENT= X psk31 client
LICENSE= GPLv3
-USES= motif pkgconfig
+USES= motif pkgconfig xorg
USE_XORG= sm ice xt x11
LIB_DEPENDS= libpulse.so:audio/pulseaudio
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile
index d6424a0b403b..4dcc438f6455 100644
--- a/comms/viewfax/Makefile
+++ b/comms/viewfax/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ping.de/pub/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Display files containing g3 and/or g4 coded fax pages
-USES= imake
+USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/viewfax lib/viewfax.tif \
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index b566ea3dcad1..73f8d4f87b04 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libwebpmux.so:graphics/webp \
libwmflite.so:graphics/libwmf
-USES= gettext gmake jpeg motif python:run shebangfix
+USES= gettext gmake gnome jpeg motif python:run shebangfix xorg
USE_XORG= ice sm x11 xext xt
USE_GNOME+= libxml2