pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Point at lang/guile16 instead of lang/guile in prepara...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57c77766d1cf
branches:  trunk
changeset: 529888:57c77766d1cf
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jun 12 02:55:15 2007 +0000

description:
Point at lang/guile16 instead of lang/guile in preparation for updating
lang/guile to 1.8.1 from 1.6.8.  These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.

diffstat:

 databases/guile-pg/Makefile |  6 +++---
 devel/guile-lib/Makefile    |  5 +++--
 misc/siag/Makefile          |  6 +++---
 textproc/tex2page/Makefile  |  6 +++---
 4 files changed, 12 insertions(+), 11 deletions(-)

diffs (91 lines):

diff -r 63837783e2d7 -r 57c77766d1cf databases/guile-pg/Makefile
--- a/databases/guile-pg/Makefile       Tue Jun 12 00:08:38 2007 +0000
+++ b/databases/guile-pg/Makefile       Tue Jun 12 02:55:15 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2007/04/02 22:45:22 gdt Exp $
+# $NetBSD: Makefile,v 1.29 2007/06/12 02:55:15 dmcmahill Exp $
 #
 
 DISTNAME=      guile-pg-0.29
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    databases
 MASTER_SITES=  http://www.gnuvola.org/software/guile-pg/
 
@@ -35,6 +35,6 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site
        cd ${PREFIX}/share/guile/site && ${LN} -sf ../../../lib/guile/site/database .
 
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile16/buildlink3.mk"
 .include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 63837783e2d7 -r 57c77766d1cf devel/guile-lib/Makefile
--- a/devel/guile-lib/Makefile  Tue Jun 12 00:08:38 2007 +0000
+++ b/devel/guile-lib/Makefile  Tue Jun 12 02:55:15 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2007/01/14 12:58:54 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/06/12 02:55:15 dmcmahill Exp $
 
 DISTNAME=      guile-lib-0.1.3
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://download.gna.org/guile-lib/
 
@@ -36,5 +37,5 @@
 INSTALLATION_DIRS+=    share/guile/site/term
 INSTALLATION_DIRS+=    share/guile/site/texinfo
 
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile16/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 63837783e2d7 -r 57c77766d1cf misc/siag/Makefile
--- a/misc/siag/Makefile        Tue Jun 12 00:08:38 2007 +0000
+++ b/misc/siag/Makefile        Tue Jun 12 02:55:15 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.50 2007/05/16 18:40:12 gdt Exp $
+# $NetBSD: Makefile,v 1.51 2007/06/12 02:55:16 dmcmahill Exp $
 #
 # Note: I have tried to update this package to 3.6.0, but there were
 # some undefined identifiers "DndDrop" and "DndRawData" in the
 # xsiag/window.c file.
 
 DISTNAME=      siag-3.5.7
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    misc textproc math
 MASTER_SITES=  ftp://siag.nu/pub/siag/
 
@@ -39,7 +39,7 @@
 .endif
 
 .include "../../devel/ncurses/buildlink3.mk"
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile16/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/mowitz/buildlink3.mk"
 .include "../../mk/xaw.buildlink3.mk"
diff -r 63837783e2d7 -r 57c77766d1cf textproc/tex2page/Makefile
--- a/textproc/tex2page/Makefile        Tue Jun 12 00:08:38 2007 +0000
+++ b/textproc/tex2page/Makefile        Tue Jun 12 02:55:15 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2006/04/23 00:45:07 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2007/06/12 02:55:16 dmcmahill Exp $
 #
 
 DISTNAME=              tex2page
 DIST_SUBDIR=           tex2page-20060131
 PKGNAME=               tex2page-20060131
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            textproc
 MASTER_SITES=          http://www.ccs.neu.edu/home/dorai/tex2page/
 
@@ -29,6 +29,6 @@
        ${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${PREFIX}/share/doc//tex2page
 
 .include "../../graphics/netpbm/buildlink3.mk"
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile16/buildlink3.mk"
 .include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index