pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02d0404876cb
branches:  trunk
changeset: 472785:02d0404876cb
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 12 10:53:07 2004 +0000

description:
bl3ify

diffstat:

 editors/emacs-nox11/Makefile |   4 ++--
 editors/emacs/Makefile       |  16 ++++++++--------
 editors/emacs20/Makefile     |   8 ++++----
 editors/jed/Makefile.common  |   6 +++---
 editors/nvi-m17n/Makefile    |   6 +++---
 editors/nvi/Makefile         |   6 +++---
 editors/pico/Makefile        |   6 +++---
 7 files changed, 26 insertions(+), 26 deletions(-)

diffs (189 lines):

diff -r 0513688a31d3 -r 02d0404876cb editors/emacs-nox11/Makefile
--- a/editors/emacs-nox11/Makefile      Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/emacs-nox11/Makefile      Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/29 14:14:19 kristerw Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/12 10:53:07 xtraeme Exp $
 # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
 
 DISTNAME=      emacs-21.3
@@ -16,7 +16,7 @@
 
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 PATCHDIR=      ${PKGDIR}/../emacs/patches
 FILESDIR=      ${PKGDIR}/../emacs/files
diff -r 0513688a31d3 -r 02d0404876cb editors/emacs/Makefile
--- a/editors/emacs/Makefile    Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/emacs/Makefile    Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2004/03/25 22:28:12 kristerw Exp $
+# $NetBSD: Makefile,v 1.71 2004/04/12 10:53:07 xtraeme Exp $
 # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
 
 DISTNAME=      emacs-21.3
@@ -12,7 +12,7 @@
 
 CONFLICTS=     mule-[0-9]*
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_X11=               yes
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes
@@ -22,21 +22,21 @@
 CONFIGURE_ARGS+=       --with-x-toolkit=athena
 CONFIGURE_ARGS+=       --srcdir=${WRKSRC}
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-xpm
-.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-jpeg
-.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/tiff/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-tiff
 # need 4.1.0b1 or higher (a bug in 4.1.0 can crash Emacs)
 BUILDLINK_DEPENDS.libungif=    libungif>=4.1.0.1
-.include "../../graphics/libungif/buildlink2.mk"
+.include "../../graphics/libungif/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gif
-.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/png/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-png
 
 .if defined(EMACS_USE_XAW3D) && !empty(EMACS_USE_XAW3D:M[Yy][Ee][Ss])
-.include "../../x11/Xaw3d/buildlink2.mk"
+.include "../../x11/Xaw3d/buildlink3.mk"
 .endif
 
 .include "../../mk/bsd.prefs.mk"
diff -r 0513688a31d3 -r 02d0404876cb editors/emacs20/Makefile
--- a/editors/emacs20/Makefile  Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/emacs20/Makefile  Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/25 22:13:34 kristerw Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/12 10:53:07 xtraeme Exp $
 
 DISTNAME=      emacs-20.7
 PKGREVISION=   3
@@ -22,7 +22,7 @@
 
 CONFLICTS=     mule-[0-9]*
 
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
 USE_LIBTOOL=   yes
@@ -58,9 +58,9 @@
 .if defined(EMACS_USE_X_TOOLKIT)
 CONFIGURE_ARGS+=       --with-x-toolkit=${EMACS_USE_X_TOOLKIT}
 .if ${EMACS_USE_X_TOOLKIT} == "lucid" || ${EMACS_USE_X_TOOLKIT} == "athena"
-.include "../../mk/xaw.buildlink2.mk"
+.include "../../mk/xaw.buildlink3.mk"
 .elif ${EMACS_USE_X_TOOLKIT} == "motif"
-.include "../../mk/motif.buildlink2.mk"
+.include "../../mk/motif.buildlink3.mk"
 .endif
 .endif
 .else
diff -r 0513688a31d3 -r 02d0404876cb editors/jed/Makefile.common
--- a/editors/jed/Makefile.common       Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/jed/Makefile.common       Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2003/07/30 10:41:22 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/04/12 10:55:49 xtraeme Exp $
 #
 DISTNAME=              jed-0.99-16
 CATEGORIES=            editors
@@ -12,7 +12,7 @@
 MAINTAINER=            joerg%gmx.net@localhost
 HOMEPAGE=              http://www.jedsoft.org/jed/
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
 
@@ -25,4 +25,4 @@
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/lib/jed.conf ${EGDIR}
 
-.include "../../devel/libslang/buildlink2.mk"
+.include "../../devel/libslang/buildlink3.mk"
diff -r 0513688a31d3 -r 02d0404876cb editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/nvi-m17n/Makefile Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/03 17:30:56 yamt Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/12 11:09:01 xtraeme Exp $
 # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp
 
 DISTNAME=      nvi-1.79
@@ -17,7 +17,7 @@
 CONFLICTS=     vigor-[0-9]* nvi-[0-9]*
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/build
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f
 CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
@@ -28,7 +28,7 @@
 PATCH_FUZZ_FACTOR=     -F1
 
 .if !defined(USE_CANNA) || ${USE_CANNA} == YES
-.include "../../inputmethod/canna-lib/buildlink2.mk"
+.include "../../inputmethod/canna-lib/buildlink3.mk"
 CONFIGURE_ARGS+=--enable-canna=${BUILDLINK_PREFIX.canna-lib}
 CANNA_OPT.euc-jp=canna cannactrl cannakey=
 CANNA_OPT.sjis=${CANNA_OPT.euc-jp}
diff -r 0513688a31d3 -r 02d0404876cb editors/nvi/Makefile
--- a/editors/nvi/Makefile      Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/nvi/Makefile      Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:39 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/12 11:09:01 xtraeme Exp $
 #
 
 DISTNAME=      nvi-1.81.5
@@ -24,7 +24,7 @@
 CONFIGURE_ARGS+=       --with-db3=${BUILDLINK_PREFIX.db3}
 CONFIGURE_ARGS+=       --program-transform-name='s,^,n,'
 USE_LIBTOOL=           YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 
-.include "../../databases/db3/buildlink2.mk"
+.include "../../databases/db3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0513688a31d3 -r 02d0404876cb editors/pico/Makefile
--- a/editors/pico/Makefile     Mon Apr 12 10:45:46 2004 +0000
+++ b/editors/pico/Makefile     Mon Apr 12 10:53:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/02/08 04:03:15 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2004/04/12 11:12:31 xtraeme Exp $
 
 DISTNAME=      pine4.58
 PKGNAME=       pico-4.6
@@ -13,7 +13,7 @@
 
 LICENSE=       pine-license
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_LIBTOOL=   YES
 
 .include "../../mk/bsd.prefs.mk"
@@ -47,5 +47,5 @@
        cd ${WRKSRC}/pico && \
        ${INSTALL_DATA} *.h ${PREFIX}/include/pico
 
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index