summaryrefslogtreecommitdiff
path: root/graphics/glu
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-04-06 06:21:32 +0000
committerreed <reed@pkgsrc.org>2006-04-06 06:21:32 +0000
commit5abef9be142e900cceace758044a1b2ee493daf3 (patch)
treeb6b5d2edfcc0b5a529e9754c567a2a58025e05f8 /graphics/glu
parentd4d013cda2a033b026f37936932a1fbee6613fbc (diff)
downloadpkgsrc-5abef9be142e900cceace758044a1b2ee493daf3.tar.gz
Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Diffstat (limited to 'graphics/glu')
-rw-r--r--graphics/glu/Makefile4
-rw-r--r--graphics/glu/buildlink3.mk6
-rw-r--r--graphics/glu/builtin.mk6
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile
index 1c07706c81f..f8896d4cb33 100644
--- a/graphics/glu/Makefile
+++ b/graphics/glu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2006/02/09 12:27:42 adam Exp $
+# $NetBSD: Makefile,v 1.45 2006/04/06 06:22:02 reed Exp $
PKGNAME= ${DISTNAME:C/MesaLib/glu/}
COMMENT= GLU polygon tessellation facility for Mesa
@@ -12,7 +12,7 @@ USE_LANGUAGES= c c++
INSTLIBS= ${WRKSRC}/src/glu/sgi/libGLU.la
-BUILDLINK_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION}
+BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION}
.include "../../graphics/MesaLib/buildlink3.mk"
pre-build:
diff --git a/graphics/glu/buildlink3.mk b/graphics/glu/buildlink3.mk
index 083b084ed33..54cbadf846b 100644
--- a/graphics/glu/buildlink3.mk
+++ b/graphics/glu/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.28 2006/02/05 23:09:32 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.29 2006/04/06 06:22:02 reed Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GLU_BUILDLINK3_MK:= ${GLU_BUILDLINK3_MK}+
@@ -11,8 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nglu}
BUILDLINK_PACKAGES+= glu
.if !empty(GLU_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.glu+= glu>=3.4.2
-BUILDLINK_RECOMMENDED.glu+= glu>=6.4.1nb1
+BUILDLINK_API_DEPENDS.glu+= glu>=3.4.2
+BUILDLINK_ABI_DEPENDS.glu+= glu>=6.4.1nb1
BUILDLINK_PKGSRCDIR.glu?= ../../graphics/glu
.endif # GLU_BUILDLINK3_MK
diff --git a/graphics/glu/builtin.mk b/graphics/glu/builtin.mk
index 474b0050a0b..b1b963b23dd 100644
--- a/graphics/glu/builtin.mk
+++ b/graphics/glu/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.10 2006/03/30 18:06:17 jlam Exp $
+# $NetBSD: builtin.mk,v 1.11 2006/04/06 06:22:02 reed Exp $
BUILTIN_PKG:= glu
@@ -45,7 +45,7 @@ USE_BUILTIN.glu= ${IS_BUILTIN.glu}
. if defined(BUILTIN_PKG.glu) && \
!empty(IS_BUILTIN.glu:M[yY][eE][sS])
USE_BUILTIN.glu= yes
-. for dep in ${BUILDLINK_DEPENDS.glu}
+. for dep in ${BUILDLINK_API_DEPENDS.glu}
. if !empty(USE_BUILTIN.glu:M[yY][eE][sS])
USE_BUILTIN.glu!= \
if ${PKG_ADMIN} pmatch ${dep:Q} ${BUILTIN_PKG.glu:Q}; then \
@@ -68,7 +68,7 @@ CHECK_BUILTIN.glu?= no
.if !empty(CHECK_BUILTIN.glu:M[nN][oO])
. if !empty(USE_BUILTIN.glu:M[nN][oO])
-BUILDLINK_DEPENDS.glu+= glu>=6.0
+BUILDLINK_API_DEPENDS.glu+= glu>=6.0
. endif
. if !empty(USE_BUILTIN.glu:M[yY][eE][sS])