pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/anjuta while I don't use this pkg actively, fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54606933738a
branches:  trunk
changeset: 497654:54606933738a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 01 17:17:14 2005 +0000

description:
while I don't use this pkg actively, fix some obvious problems:
-restore dependencies on libtool and pkg-config to be "full",
 (this is an IDE, using all that gnu stuff)
-fix the baudrate patch to give it a chance to compile on NetBSD<current
 (B460800 went in just recently)
-don't try to remove $PREFIX/share/mimelnk

diffstat:

 devel/anjuta/Makefile         |   8 +++++---
 devel/anjuta/PLIST            |   4 +---
 devel/anjuta/distinfo         |   4 ++--
 devel/anjuta/patches/patch-an |  20 +++++---------------
 4 files changed, 13 insertions(+), 23 deletions(-)

diffs (96 lines):

diff -r ca260736de48 -r 54606933738a devel/anjuta/Makefile
--- a/devel/anjuta/Makefile     Mon Aug 01 17:10:32 2005 +0000
+++ b/devel/anjuta/Makefile     Mon Aug 01 17:17:14 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2005/08/01 14:14:49 adam Exp $
+# $NetBSD: Makefile,v 1.32 2005/08/01 17:17:14 drochner Exp $
 
 DISTNAME=      anjuta-1.2.3
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=anjuta/}
 
@@ -12,14 +13,15 @@
 DEPENDS+=      automake>=1.8.2:../../devel/automake
 DEPENDS+=      gettext>=0.11.5:../../devel/gettext
 DEPENDS+=      glade2>=2.6.0:../../devel/glade2
-DEPENDS+=      gmake>=3.80:../../devel/gmake
 DEPENDS+=      gnome2-terminal>=2.4.2:../../x11/gnome2-terminal
+DEPENDS+=      libtool>=1.5.2:../../devel/libtool
 DEPENDS+=      yelp>=2.4.2:../../misc/yelp
+BUILDLINK_DEPMETHOD.pkg-config=        full
 
 USE_DIRS+=             gnome2-1.5
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake:run
 GNU_CONFIGURE=         yes
 
 SUBST_CLASSES+=                make
diff -r ca260736de48 -r 54606933738a devel/anjuta/PLIST
--- a/devel/anjuta/PLIST        Mon Aug 01 17:10:32 2005 +0000
+++ b/devel/anjuta/PLIST        Mon Aug 01 17:17:14 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/08/01 14:14:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/08/01 17:17:14 drochner Exp $
 bin/anjuta
 bin/anjuta_import.sh
 bin/anjuta_launcher
@@ -425,8 +425,6 @@
 @comment in xdg-dirs: @dirrm share/pixmaps
 @dirrm share/omf/anjuta
 @comment in scrollkeeper: @dirrm share/omf
-@dirrm share/mimelnk/application
-@dirrm share/mimelnk
 @comment in xdg-dirs: @dirrm share/mime-info
 @dirrm share/gnome/help/anjuta/ja/figures
 @dirrm share/gnome/help/anjuta/ja
diff -r ca260736de48 -r 54606933738a devel/anjuta/distinfo
--- a/devel/anjuta/distinfo     Mon Aug 01 17:10:32 2005 +0000
+++ b/devel/anjuta/distinfo     Mon Aug 01 17:17:14 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2005/08/01 14:14:49 adam Exp $
+$NetBSD: distinfo,v 1.11 2005/08/01 17:17:14 drochner Exp $
 
 SHA1 (anjuta-1.2.3.tar.gz) = 6ecb773b64142a495f4da061590c24499423882c
 RMD160 (anjuta-1.2.3.tar.gz) = f8bf080b699603fb5c224340e6fd08c655d14bd4
@@ -7,5 +7,5 @@
 SHA1 (patch-ab) = 7079a915de78ea2cd7c3182c47afab6f5a78c8c7
 SHA1 (patch-ad) = 04f6eafe876060944ca7d0ccc36fe47d926cf637
 SHA1 (patch-al) = a4958c02654da6a6277ee74559083a1de46048d7
-SHA1 (patch-an) = 1a636696eee3669c0a5c9bcdcb5175d15635670c
+SHA1 (patch-an) = 7b9a40356ebb3b5df7536fb1427e2074ce5fb892
 SHA1 (patch-aq) = 24a55f3504d74905a42fb74a482e31047173db0b
diff -r ca260736de48 -r 54606933738a devel/anjuta/patches/patch-an
--- a/devel/anjuta/patches/patch-an     Mon Aug 01 17:10:32 2005 +0000
+++ b/devel/anjuta/patches/patch-an     Mon Aug 01 17:17:14 2005 +0000
@@ -1,23 +1,13 @@
-$NetBSD: patch-an,v 1.3 2005/08/01 14:14:49 adam Exp $
+$NetBSD: patch-an,v 1.4 2005/08/01 17:17:14 drochner Exp $
 
---- src/launcher.c.orig        2004-04-08 06:15:31.000000000 +0200
+--- src/launcher.c.orig        2005-04-06 11:05:44.000000000 +0200
 +++ src/launcher.c
-@@ -23,7 +23,9 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <signal.h>
-+#ifdef HAVE_PTY_H
- //#include <pty.h>
-+#endif
- #include <assert.h>
- #include <gnome.h>
- #include <termios.h>
-@@ -37,6 +39,10 @@
+@@ -37,6 +37,10 @@
  #include "anjuta-marshalers.h"
  #include "anjuta.h"
  
-+#ifndef __MAX_BAUD
-+#define __MAX_BAUD B230400
++#ifndef B460800
++#define B460800 460800
 +#endif
 +
  #define FILE_BUFFER_SIZE 1024



Home | Main Index | Thread Index | Old Index