summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-02-26 20:59:36 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-02-26 20:59:36 +0000
commit6fe53bfc64cd4f932aec44d9fe8f9a534b9b601b (patch)
treefb137a5b96058207595d05a6be1da5a3dce55ecc
parenttinyldap is an attempt to write a very small and very fast LDAP server. (diff)
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
Notes
Notes: svn path=/head/; revision=102232
-rw-r--r--audio/cheesetracker/Makefile3
-rw-r--r--cad/qcad/Makefile3
-rw-r--r--databases/mysqlcc/Makefile5
-rw-r--r--deskutils/tuxcards/Makefile2
-rw-r--r--devel/py-sip/Makefile2
-rw-r--r--devel/qextmdi/Makefile2
-rw-r--r--devel/qssl/Makefile2
-rw-r--r--graphics/evolvotron/Makefile2
-rw-r--r--graphics/flip/Makefile2
-rw-r--r--graphics/ipe/Makefile2
-rw-r--r--misc/mango/Makefile2
-rw-r--r--net-im/psi/Makefile2
-rw-r--r--net/cphone/Makefile3
-rw-r--r--net/psi/Makefile2
-rw-r--r--print/mapagi/Makefile2
-rw-r--r--security/qca-tls/Makefile2
-rw-r--r--x11-toolkits/qscintilla/Makefile2
-rw-r--r--x11-toolkits/qt32/Makefile1
-rw-r--r--x11-toolkits/qt33/Makefile1
-rw-r--r--x11-toolkits/qwt/Makefile2
-rw-r--r--x11-toolkits/qwt4/Makefile2
21 files changed, 38 insertions, 8 deletions
diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile
index 0ced8217b3be..8ae1fd6e1f0e 100644
--- a/audio/cheesetracker/Makefile
+++ b/audio/cheesetracker/Makefile
@@ -16,7 +16,8 @@ MASTER_SITE_SUBDIR= cheesetronic
MAINTAINER= ports@FreeBSD.org
COMMENT= An Impulse Tracker clone
-BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
+BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
+ qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
USE_QT_VER= 3
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 742e74e44a5c..850f6cde46fd 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}.src
MAINTAINER= mr@FreeBSD.org
COMMENT= Professional CAD system
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
+ qmake:${PORTSDIR}/devel/qmake
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1/-1/}.src
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile
index e36caaf1a57a..3228f2441b16 100644
--- a/databases/mysqlcc/Makefile
+++ b/databases/mysqlcc/Makefile
@@ -16,11 +16,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ferruccio.vitale@tin.it
COMMENT= A platform-independent GUI administration client for the MySQL server
-BROKEN= "Does not compile"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2004-04-22
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_MYSQL= yes
+BROKEN_WITH_MYSQL=323
USE_REINPLACE= yes
GNU_CONFIGURE= yes
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile
index a139b57b3069..9c70cfabd97a 100644
--- a/deskutils/tuxcards/Makefile
+++ b/deskutils/tuxcards/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.tifskom.de/tux/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for managing notes within a hierarchical tree
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
USE_QT_VER= 3
USE_REINPLACE= yes
MAKE_ENV= QTDIR="${QT_PREFIX}"
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile
index 322ad85aa9b0..e1b63bc02285 100644
--- a/devel/py-sip/Makefile
+++ b/devel/py-sip/Makefile
@@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= eugos@gmx.net
COMMENT= Python to C and C++ bindings generator
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
USE_PYTHON= yes
USE_QT_VER= 3
diff --git a/devel/qextmdi/Makefile b/devel/qextmdi/Makefile
index 8a7e7dcc5c29..036da3e62233 100644
--- a/devel/qextmdi/Makefile
+++ b/devel/qextmdi/Makefile
@@ -15,6 +15,8 @@ DIST_SUBDIR= KDE
MAINTAINER= roland.jesse@gmx.net
COMMENT= Qt extension for creating SDI/MDI user interfaces
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
.if defined(WITH_KDE)
USE_KDELIBS_VER= 3
PKGNAMESUFFIX= -kde
diff --git a/devel/qssl/Makefile b/devel/qssl/Makefile
index eb2b82643b30..1e79b6d8f3a2 100644
--- a/devel/qssl/Makefile
+++ b/devel/qssl/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= psi
MAINTAINER= dd@FreeBSD.org
COMMENT= QSSL is a Qt plugin that helps applications use OpenSSL
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
SHLIB_MAJOR= 1
USE_OPENSSL= yes
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile
index e8e77445a1e7..756b9b67ef02 100644
--- a/graphics/evolvotron/Makefile
+++ b/graphics/evolvotron/Makefile
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dyeske@yahoo.com
COMMENT= Generative software that evolves images/textures/patterns
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_QT_VER= 3
diff --git a/graphics/flip/Makefile b/graphics/flip/Makefile
index cdefae4fbdb0..aa45062cdb03 100644
--- a/graphics/flip/Makefile
+++ b/graphics/flip/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://www.reptilelabour.com/software/files/flip/
MAINTAINER= ports@FreeBSD.org
COMMENT= Load a sequence of TIFF files and play them back at a target frame rate
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index bdcacdf6a903..3c79d4f9fe08 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= -src.tar.gz
MAINTAINER= bremner@unb.ca
COMMENT= Extensible drawing editor
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
USE_GHOSTSCRIPT_RUN= yes
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
diff --git a/misc/mango/Makefile b/misc/mango/Makefile
index ae2e54d54345..863ee35ace60 100644
--- a/misc/mango/Makefile
+++ b/misc/mango/Makefile
@@ -15,6 +15,8 @@ DIST_SUBDIR= KDE
MAINTAINER= roland.jesse@gmx.net
COMMENT= A recipe management software
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
.if defined(WITH_KDE)
LIB_DEPENDS+= kextmdi.2:${PORTSDIR}/devel/qextmdi
PKGNAMESUFFIX= -kde
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index ed7a550a852c..02ee0b8c1a48 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= eugos@gmx.net
COMMENT= A Qt-based Jabber client
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
RUN_DEPENDS= ${X11BASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
HAS_CONFIGURE= yes
diff --git a/net/cphone/Makefile b/net/cphone/Makefile
index 995d7bc11ef0..61c0cb90b29b 100644
--- a/net/cphone/Makefile
+++ b/net/cphone/Makefile
@@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roger@FreeBSD.org
COMMENT= H323 Video Conferencing Program which uses QT
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build \
+ qmake:${PORTSDIR}/devel/qmake
NOCLEANDEPENDS= yes
diff --git a/net/psi/Makefile b/net/psi/Makefile
index ed7a550a852c..02ee0b8c1a48 100644
--- a/net/psi/Makefile
+++ b/net/psi/Makefile
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= eugos@gmx.net
COMMENT= A Qt-based Jabber client
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
RUN_DEPENDS= ${X11BASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
HAS_CONFIGURE= yes
diff --git a/print/mapagi/Makefile b/print/mapagi/Makefile
index 4979f513998d..0a54afc1a2c9 100644
--- a/print/mapagi/Makefile
+++ b/print/mapagi/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://members.ferrara.linux.it/calicant/mapagi/
MAINTAINER= lioux@FreeBSD.org
COMMENT= Pagination utility that prints your images/comics in 'in folio' format
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
USE_QT_VER= 3
USE_GMAKE= yes
USE_REINPLACE= yes
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile
index b92669ef4aff..25b47ed13bbd 100644
--- a/security/qca-tls/Makefile
+++ b/security/qca-tls/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://psi.affinix.com/beta/
MAINTAINER= demon@FreeBSD.org
COMMENT= SSL/TLS plugin for Qt
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile
index 7237e88cc62e..3c9ce0e70579 100644
--- a/x11-toolkits/qscintilla/Makefile
+++ b/x11-toolkits/qscintilla/Makefile
@@ -13,6 +13,8 @@ DISTNAME= qscintilla-1.54-x11-gpl-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
COMMENT= QT port of scintilla
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
USE_QT_VER= 3
WRKSRC= ${WRKDIR}/${DISTNAME}/qt
CONFIGURE_ENV= QTDIR="${X11BASE}"
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 7cd2ad25cc0e..004e6cc3223d 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -19,7 +19,6 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= A C++ X GUI toolkit
-RUN_DEPENDS= qmake:${PORTSDIR}/devel/qmake
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 7cd2ad25cc0e..004e6cc3223d 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -19,7 +19,6 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= A C++ X GUI toolkit
-RUN_DEPENDS= qmake:${PORTSDIR}/devel/qmake
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \
diff --git a/x11-toolkits/qwt/Makefile b/x11-toolkits/qwt/Makefile
index bc1ace0b4959..3379f07a5cf3 100644
--- a/x11-toolkits/qwt/Makefile
+++ b/x11-toolkits/qwt/Makefile
@@ -11,6 +11,8 @@ CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=qwt
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Qwt widget library for technical purposes
diff --git a/x11-toolkits/qwt4/Makefile b/x11-toolkits/qwt4/Makefile
index bc1ace0b4959..3379f07a5cf3 100644
--- a/x11-toolkits/qwt4/Makefile
+++ b/x11-toolkits/qwt4/Makefile
@@ -11,6 +11,8 @@ CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=qwt
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
MAINTAINER= ports@FreeBSD.org
COMMENT= Qwt widget library for technical purposes