pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt4 Defining a meta-package is done via the META_P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a47ce41e20ed
branches:  trunk
changeset: 537181:a47ce41e20ed
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 04 15:54:46 2008 +0000

description:
Defining a meta-package is done via the META_PACKAGE variable.

In Makefile.common, the MAINTAINER should only be set with the ?= operator.

diffstat:

 x11/qt4/Makefile        |  15 ++++-----------
 x11/qt4/Makefile.common |   4 ++--
 2 files changed, 6 insertions(+), 13 deletions(-)

diffs (44 lines):

diff -r 2db3cbe6b620 -r a47ce41e20ed x11/qt4/Makefile
--- a/x11/qt4/Makefile  Fri Jan 04 15:53:41 2008 +0000
+++ b/x11/qt4/Makefile  Fri Jan 04 15:54:46 2008 +0000
@@ -1,24 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2007/10/25 22:01:09 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/04 15:54:46 rillig Exp $
 
 DISTNAME=      qt4-${QTVERSION}
 CATEGORIES=    x11
-MASTER_SITES=  # empty
-DISTFILES=     # empty
+MASTER_SITES=  # none
 
 COMMENT=       "meta-package" for the QT GUI C++ toolkit
 
-.include "./Makefile.common"
+.include "Makefile.common"
 
 DEPENDS+=      qt4-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-libs
 DEPENDS+=      qt4-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-tools
 DEPENDS+=      qt4-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-docs
 
-EXTRACT_ONLY=          # empty
-NO_CHECKSUM=           yes
-NO_CONFIGURE=          yes
-NO_BUILD=              yes
-PLIST_SRC=             # empty (meta-package)
-
-do-install:    # empty
+META_PACKAGE=  yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2db3cbe6b620 -r a47ce41e20ed x11/qt4/Makefile.common
--- a/x11/qt4/Makefile.common   Fri Jan 04 15:53:41 2008 +0000
+++ b/x11/qt4/Makefile.common   Fri Jan 04 15:54:46 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.11 2007/12/17 22:19:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/01/04 15:54:47 rillig Exp $
 
 QTVERSION=     4.3.3
 
-MAINTAINER=    adam%NetBSD.org@localhost
+MAINTAINER?=   adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.trolltech.com/products/qt/



Home | Main Index | Thread Index | Old Index