pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/156b1d72512d
branches:  trunk
changeset: 470581:156b1d72512d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Mar 10 14:12:50 2004 +0000

description:
bl3ify

diffstat:

 wm/afterstep/Makefile     |  12 ++++++------
 wm/amaterus/Makefile      |   8 ++++----
 wm/amiwm/Makefile         |   4 ++--
 wm/bbkeys/Makefile        |   6 +++---
 wm/bbpager/Makefile       |   4 ++--
 wm/bbrun/Makefile         |   8 ++++----
 wm/blackbox/Makefile      |   6 +++---
 wm/bsetroot/Makefile      |   6 +++---
 wm/ctwm/Makefile          |   6 +++---
 wm/enlightenment/Makefile |  14 +++++++-------
 wm/evilwm/Makefile        |   5 +++--
 wm/fluxbox/Makefile       |   6 +++---
 wm/fvwm-devel/Makefile    |  16 ++++++++--------
 wm/golem/Makefile         |   8 ++++----
 wm/matchbox/Makefile      |   8 ++++----
 wm/oroborus/Makefile      |   6 +++---
 wm/piewm/Makefile         |   6 +++---
 wm/qvwm/Makefile          |  10 +++++-----
 wm/ratpoison/Makefile     |   4 ++--
 wm/tvtwm/Makefile         |   6 +++---
 wm/wampager/Makefile      |   6 +++---
 wm/whiteBOX/Makefile      |   7 ++++---
 wm/windowlab/Makefile     |   8 ++++----
 23 files changed, 86 insertions(+), 84 deletions(-)

diffs (truncated from 574 to 300 lines):

diff -r c158bb705908 -r 156b1d72512d wm/afterstep/Makefile
--- a/wm/afterstep/Makefile     Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/afterstep/Makefile     Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/07/17 22:55:08 grant Exp $
+# $NetBSD: Makefile,v 1.24 2004/03/10 14:12:50 xtraeme Exp $
 
 DISTNAME=      AfterStep-1.8.11
 PKGNAME=       afterstep-1.8.11
@@ -16,7 +16,7 @@
 DEPENDS+=              xp-[0-9]*:../../x11/xp
 
 AUTOCONF_REQD=         2.13
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_X11=               YES
@@ -41,9 +41,9 @@
          ${CHMOD} 755 configure; \
          ${AUTOHEADER} --localdir=autoconf autoconf/configure.in > autoconf/config.h.in;
 
-.include "../../audio/rplay/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../audio/rplay/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/autoconf.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/amaterus/Makefile
--- a/wm/amaterus/Makefile      Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/amaterus/Makefile      Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 22:55:09 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/10 14:12:50 xtraeme Exp $
 
 DISTNAME=      amaterus-0.34.1
 PKGREVISION=   2
@@ -10,7 +10,7 @@
 COMMENT=       GTK+ window manager
 
 GNU_CONFIGURE= YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 
 post-install:
@@ -18,7 +18,7 @@
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amaterus
        ${INSTALL_DATA} ${WRKSRC}/README.en ${PREFIX}/share/doc/amaterus
 
-.include "../../textproc/libxml/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../textproc/libxml/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/amiwm/Makefile
--- a/wm/amiwm/Makefile Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/amiwm/Makefile Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/03/14 19:37:59 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/10 14:12:50 xtraeme Exp $
 #
 
 DISTNAME=      amiwm0.20pl48
@@ -15,7 +15,7 @@
 NO_SRC_ON_CDROM=        ${RESTRICTED}
 NO_BIN_ON_CDROM=        ${RESTRICTED}
 
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 USE_X11=       yes
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \
diff -r c158bb705908 -r 156b1d72512d wm/bbkeys/Makefile
--- a/wm/bbkeys/Makefile        Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/bbkeys/Makefile        Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/11/10 14:15:08 gavan Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/10 14:12:50 xtraeme Exp $
 #
 
 DISTNAME=      bbkeys-0.8.6
@@ -10,10 +10,10 @@
 COMMENT=       General X Window keygrabber
 
 GNU_CONFIGURE= YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 USE_GCC_SHLIB= YES
 
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../lang/perl5/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/bbpager/Makefile
--- a/wm/bbpager/Makefile       Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/bbpager/Makefile       Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/11/10 14:51:04 gavan Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=      bbpager-0.3.1
@@ -11,7 +11,7 @@
 COMMENT=       Pager for the blackbox window manager
 
 GNU_CONFIGURE= YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 USE_GCC_SHLIB= YES
 
diff -r c158bb705908 -r 156b1d72512d wm/bbrun/Makefile
--- a/wm/bbrun/Makefile Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/bbrun/Makefile Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 15:18:32 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/10 14:12:51 xtraeme Exp $
 
 DISTNAME=      bbrun-1.3
 PKGREVISION=   2
@@ -10,7 +10,7 @@
 COMMENT=       Run utility for BlackBox
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/bbrun
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 USE_GNU_TOOLS+=        make
 
@@ -21,7 +21,7 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bbrun
        ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/bbrun
 
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/blackbox/Makefile
--- a/wm/blackbox/Makefile      Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/blackbox/Makefile      Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/09/17 19:41:13 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=      blackbox-0.65.0
@@ -12,10 +12,10 @@
 
 DEPENDS=       bsetroot>=0.1nb1:../../wm/bsetroot
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_GCC_SHLIB= YES
 USE_X11=       YES
 GNU_CONFIGURE= YES
 
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/bsetroot/Makefile
--- a/wm/bsetroot/Makefile      Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/bsetroot/Makefile      Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/20 00:42:37 abs Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=      blackbox-0.65.0
@@ -12,7 +12,7 @@
 COMMENT=       Tools to set the root windows background
 
 USE_LANGUAGES= c c++
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_GCC_SHLIB= YES
 USE_X11=       YES
 GNU_CONFIGURE= YES
@@ -26,5 +26,5 @@
        ${INSTALL_MAN} ${WRKSRC}/doc/bsetroot.1 ${PREFIX}/man/man1
        ( cd ${WRKSRC}/nls && ${MAKE} install )
 
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/ctwm/Makefile
--- a/wm/ctwm/Makefile  Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/ctwm/Makefile  Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:55:10 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=      ctwm-3.6
@@ -11,8 +11,8 @@
 HOMEPAGE=      http://ctwm.free.lp.se/
 COMMENT=       Window manager with support for multiple virtual screens and GNOME 1.x
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_IMAKE=     YES
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/enlightenment/Makefile
--- a/wm/enlightenment/Makefile Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/enlightenment/Makefile Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/27 00:53:10 heinz Exp $
+# $NetBSD: Makefile,v 1.21 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=              enlightenment-0.16.6
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.enlightenment.org/
 COMMENT=               Highly themeable and configurable window manager
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_X11=               YES
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
@@ -29,10 +29,10 @@
        ${FIND} ${PREFIX}/share/enlightenment/themes -type f -print | \
        ${XARGS} ${CHMOD} ${SHAREMODE}
 
-.include "../../audio/esound/buildlink2.mk"
-.include "../../graphics/fnlib/buildlink2.mk"
-.include "../../graphics/freetype-lib/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
-.include "../../www/libghttp/buildlink2.mk"
+.include "../../audio/esound/buildlink3.mk"
+.include "../../graphics/fnlib/buildlink3.mk"
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../www/libghttp/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c158bb705908 -r 156b1d72512d wm/evilwm/Makefile
--- a/wm/evilwm/Makefile        Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/evilwm/Makefile        Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:27:35 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=      evilwm_0.99.17.orig
@@ -11,7 +11,8 @@
 COMMENT=       Minimalist Window Manager for X
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/}
-USE_X11=       YES
+USE_BUILDLINK3=        yes
+USE_X11=       yes
 
 ALL_TARGET=    allinone
 
diff -r c158bb705908 -r 156b1d72512d wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/fluxbox/Makefile       Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/29 16:58:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/10 14:12:51 xtraeme Exp $
 #
 
 DISTNAME=      fluxbox-0.9.8
@@ -12,7 +12,7 @@
 
 DEPENDS=       bsetroot>=0.1nb1:../../wm/bsetroot
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 USE_GCC_SHLIB= YES
 GNU_CONFIGURE= YES
@@ -39,7 +39,7 @@
 FLUXBOX_USE_XFT?=      YES
 .if !empty(FLUXBOX_USE_XFT:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --enable-xft
-.include "../../fonts/Xft2/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
 .elseif
 CONFIGURE_ARGS+=       --disable-xft
 .endif
diff -r c158bb705908 -r 156b1d72512d wm/fvwm-devel/Makefile
--- a/wm/fvwm-devel/Makefile    Wed Mar 10 13:32:39 2004 +0000
+++ b/wm/fvwm-devel/Makefile    Wed Mar 10 14:12:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/12/24 09:53:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/10 14:12:51 xtraeme Exp $
 



Home | Main Index | Thread Index | Old Index