From 99769320fd4c679659164e26326974d75794145f Mon Sep 17 00:00:00 2001 From: makc Date: Sun, 3 Feb 2013 17:21:56 +0000 Subject: KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports. The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb [4] --- textproc/qt4-clucene/Makefile | 7 +------ textproc/qt4-xml/Makefile | 7 +------ textproc/qt4-xmlpatterns-tool/Makefile | 6 +----- textproc/qt4-xmlpatterns/Makefile | 6 +----- 4 files changed, 4 insertions(+), 22 deletions(-) (limited to 'textproc') diff --git a/textproc/qt4-clucene/Makefile b/textproc/qt4-clucene/Makefile index f0caa2039849..59d788fc6133 100644 --- a/textproc/qt4-clucene/Makefile +++ b/textproc/qt4-clucene/Makefile @@ -1,10 +1,5 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: qt4-clucene -# Date created: Fri May 9 15:30:23 CEST 2008 -# Whom: danny@ricin.com -# +# Created by: danny@ricin.com # $FreeBSD$ -# PORTNAME= clucene DISTVERSION= ${QT4_VERSION} diff --git a/textproc/qt4-xml/Makefile b/textproc/qt4-xml/Makefile index c6d70b92438b..60fcdc45dd97 100644 --- a/textproc/qt4-xml/Makefile +++ b/textproc/qt4-xml/Makefile @@ -1,10 +1,5 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: qt40 -# Date created: Wed Jun 29 11:49:42 CEST 2005 -# Whom: lofi@freebsd.org -# +# Created by: lofi@freebsd.org # $FreeBSD$ -# PORTNAME= xml DISTVERSION= ${QT4_VERSION} diff --git a/textproc/qt4-xmlpatterns-tool/Makefile b/textproc/qt4-xmlpatterns-tool/Makefile index 74be22fe94e4..1c59ef10c5c9 100644 --- a/textproc/qt4-xmlpatterns-tool/Makefile +++ b/textproc/qt4-xmlpatterns-tool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qt4-xmlpatterns-tool -# Date created: Sat May 10 23:17:08 CEST 2008 -# Whom: danny@ricin.com -# +# Created by: danny@ricin.com # $FreeBSD$ -# PORTNAME= xmlpatterns-tool DISTVERSION= ${QT4_VERSION} diff --git a/textproc/qt4-xmlpatterns/Makefile b/textproc/qt4-xmlpatterns/Makefile index cb5d58616741..de27356dd6b7 100644 --- a/textproc/qt4-xmlpatterns/Makefile +++ b/textproc/qt4-xmlpatterns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qt4-xmlpatterns -# Date created: Fri May 9 15:30:23 CEST 2008 -# Whom: danny@ricin.com -# +# Created by: danny@ricin.com # $FreeBSD$ -# PORTNAME= xmlpatterns DISTVERSION= ${QT4_VERSION} -- cgit