pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc depends should be ../../<category>/<pkg>



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be644ca08aec
branches:  trunk
changeset: 497012:be644ca08aec
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jul 19 10:11:48 2005 +0000

description:
depends should be ../../<category>/<pkg>

diffstat:

 comms/p5-Device-Gsm/Makefile           |  4 ++--
 comms/p5-Device-Modem/Makefile         |  4 ++--
 comms/pilotmgr/Makefile                |  4 ++--
 databases/ruby-vapor/Makefile          |  4 ++--
 devel/libtool/Makefile                 |  6 +++---
 devel/p5-Class-ReturnValue/Makefile    |  6 +++---
 devel/p5-Devel-StackTrace/Makefile     |  4 ++--
 editors/leim20/Makefile                |  4 ++--
 editors/vim-gtk/Makefile               |  4 ++--
 editors/vim-gtk2/Makefile              |  4 ++--
 editors/vim-lang/Makefile              |  4 ++--
 editors/vim-motif/Makefile             |  4 ++--
 editors/vim-xaw/Makefile               |  4 ++--
 editors/vim/Makefile                   |  4 ++--
 fonts/XFree86-fontsScalable/Makefile   |  4 ++--
 games/nethack-qt/Makefile              |  4 ++--
 games/nethack-tty/Makefile             |  4 ++--
 games/nethack-x11/Makefile             |  4 ++--
 games/nethack/Makefile                 |  8 ++++----
 inputmethod/canna-dict/Makefile        |  4 ++--
 inputmethod/canna/Makefile             |  6 +++---
 inputmethod/ja-freewnn-dict/Makefile   |  4 ++--
 inputmethod/ja-freewnn-server/Makefile |  6 +++---
 inputmethod/sj3-dict/Makefile          |  4 ++--
 inputmethod/sj3-server/Makefile        |  6 +++---
 meta-pkgs/netbsd-doc-print/Makefile    |  4 ++--
 news/trn/Makefile                      |  6 +++---
 print/teTeX-bin/Makefile               |  4 ++--
 print/teTeX-sharesrc/Makefile          |  4 ++--
 print/teTeX/Makefile                   |  6 +++---
 print/teTeX1-bin/Makefile              |  4 ++--
 print/teTeX1-sharesrc/Makefile         |  4 ++--
 print/teTeX1/Makefile                  |  6 +++---
 print/teTeX3-bin/Makefile              |  4 ++--
 print/teTeX3-texmfsrc/Makefile         |  4 ++--
 print/tex-bagpipetex/Makefile          |  4 ++--
 print/tex-jadetex/Makefile             |  4 ++--
 security/nessus/Makefile               |  6 +++---
 security/p5-Crypt-OpenSSL-RSA/Makefile |  6 +++---
 security/p5-Digest-CRC/Makefile        |  4 ++--
 security/p5-Digest-HMAC/Makefile       |  6 +++---
 security/p5-Digest-SHA1/Makefile       |  4 ++--
 sysutils/xcdroast/Makefile             |  4 ++--
 textproc/p5-XML-Node/Makefile          |  4 ++--
 textproc/p5-XML-XQL/Makefile           |  6 +++---
 45 files changed, 104 insertions(+), 104 deletions(-)

diffs (truncated from 833 to 300 lines):

diff -r f4f07a117342 -r be644ca08aec comms/p5-Device-Gsm/Makefile
--- a/comms/p5-Device-Gsm/Makefile      Tue Jul 19 10:01:15 2005 +0000
+++ b/comms/p5-Device-Gsm/Makefile      Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:19 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/19 10:21:01 grant Exp $
 #
 
 DISTNAME=      Device-Gsm-1.36
@@ -11,7 +11,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Perl module to interface GSM cellular / modems
 
-DEPENDS+=      p5-Device-Modem-[0-9]*:../p5-Device-Modem
+DEPENDS+=      p5-Device-Modem-[0-9]*:../../comms/p5-Device-Modem
 
 PERL5_PACKLIST=                auto/Device/Gsm/.packlist
 
diff -r f4f07a117342 -r be644ca08aec comms/p5-Device-Modem/Makefile
--- a/comms/p5-Device-Modem/Makefile    Tue Jul 19 10:01:15 2005 +0000
+++ b/comms/p5-Device-Modem/Makefile    Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:19 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/07/19 10:21:01 grant Exp $
 #
 
 DISTNAME=      Device-Modem-1.36
@@ -11,7 +11,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Perl module to talk to modem devices connected via serial port
 
-DEPENDS+=      p5-Device-SerialPort-[0-9]*:../p5-Device-SerialPort
+DEPENDS+=      p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
 
 PERL5_PACKLIST=                auto/Device/Modem/.packlist
 
diff -r f4f07a117342 -r be644ca08aec comms/pilotmgr/Makefile
--- a/comms/pilotmgr/Makefile   Tue Jul 19 10:01:15 2005 +0000
+++ b/comms/pilotmgr/Makefile   Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/06/24 06:43:43 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/07/19 10:21:01 grant Exp $
 
 DISTNAME=      pilotmgr-1.107p2
 PKGNAME=       pilotmgr-1.107.2
@@ -13,7 +13,7 @@
 
 DEPENDS+=      p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=      p5-Tk-[0-9]*:../../x11/p5-Tk
-DEPENDS+=      p5-pilot-link-[0-9]*:../p5-pilot-link
+DEPENDS+=      p5-pilot-link-[0-9]*:../../comms/p5-pilot-link
 DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-.*$//}
diff -r f4f07a117342 -r be644ca08aec databases/ruby-vapor/Makefile
--- a/databases/ruby-vapor/Makefile     Tue Jul 19 10:01:15 2005 +0000
+++ b/databases/ruby-vapor/Makefile     Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:16 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/07/19 10:20:36 grant Exp $
 
 DISTNAME=      vapor-0.81
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@
 
 .include "../../lang/ruby/rubyversion.mk"
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-DBD-postgresql>=0.0.20:../ruby-DBD-postgresql
+DEPENDS+=      ${RUBY_PKGPREFIX}-DBD-postgresql>=0.0.20:../../databases/ruby-DBD-postgresql
 .if ${RUBY_VER} == 16
 DEPENDS+=      ${RUBY_PKGPREFIX}-rexml>=2.4.0:../../textproc/ruby-rexml
 DEPENDS+=      ${RUBY_PKGPREFIX}-racc>=1.4.3:../../devel/ruby-racc
diff -r f4f07a117342 -r be644ca08aec devel/libtool/Makefile
--- a/devel/libtool/Makefile    Tue Jul 19 10:01:15 2005 +0000
+++ b/devel/libtool/Makefile    Tue Jul 19 10:11:48 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2004/10/14 19:04:56 tv Exp $
+# $NetBSD: Makefile,v 1.44 2005/07/19 10:20:07 grant Exp $
 
 .include "Makefile.common"
 
 SVR4_PKGNAME=  ltool
 
-DEPENDS+=      ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../libtool-base
-DEPENDS+=      ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../libtool-info
+DEPENDS+=      ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
+DEPENDS+=      ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
 
 # There is no libltdl dependency here; this is deliberate, so that libltdl
 # can be updated independently of the rest of libtool.
diff -r f4f07a117342 -r be644ca08aec devel/p5-Class-ReturnValue/Makefile
--- a/devel/p5-Class-ReturnValue/Makefile       Tue Jul 19 10:01:15 2005 +0000
+++ b/devel/p5-Class-ReturnValue/Makefile       Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/07/13 18:01:23 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/19 10:20:07 grant Exp $
 #
 
 DISTNAME=              Class-ReturnValue-0.52
@@ -14,8 +14,8 @@
 
 PERL5_PACKLIST=                auto/Class/ReturnValue/.packlist
 
-DEPENDS+=              p5-Devel-StackTrace-[0-9]*:../p5-Devel-StackTrace
-DEPENDS+=              p5-Test-Inline-[0-9]*:../p5-Test-Inline
+DEPENDS+=              p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
+DEPENDS+=              p5-Test-Inline-[0-9]*:../../devel/p5-Test-Inline
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f4f07a117342 -r be644ca08aec devel/p5-Devel-StackTrace/Makefile
--- a/devel/p5-Devel-StackTrace/Makefile        Tue Jul 19 10:01:15 2005 +0000
+++ b/devel/p5-Devel-StackTrace/Makefile        Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:24 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/19 10:20:07 grant Exp $
 #
 
 DISTNAME=              Devel-StackTrace-1.11
@@ -14,7 +14,7 @@
 
 PERL5_PACKLIST=                auto/Devel/StackTrace/.packlist
 
-DEPENDS+=      p5-Test-Simple>=0.46:../p5-Test-Simple
+DEPENDS+=      p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f4f07a117342 -r be644ca08aec editors/leim20/Makefile
--- a/editors/leim20/Makefile   Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/leim20/Makefile   Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:56 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/19 10:18:59 grant Exp $
 
 DISTNAME=      leim-${VERSION}
 PKGREVISION=   5
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
 COMMENT=       Libraries of Emacs Input Methods
 
-DEPENDS+=      emacs-${VERSION}nb5:../emacs20
+DEPENDS+=      emacs-${VERSION}nb5:../../editors/emacs20
 
 WRKSRC=                ${WRKDIR}/emacs-20.7/leim
 GNU_CONFIGURE= yes
diff -r f4f07a117342 -r be644ca08aec editors/vim-gtk/Makefile
--- a/editors/vim-gtk/Makefile  Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/vim-gtk/Makefile  Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2005/07/19 10:18:59 grant Exp $
 
 PKGNAME=               vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
 #PKGREVISION=          1
@@ -7,7 +7,7 @@
 
 .include               "../vim-share/Makefile.common"
 
-DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 CONFLICTS+=            vim-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
 CONFLICTS+=            vim-xaw-[0-9]* vim-kde-[0-9]*
 
diff -r f4f07a117342 -r be644ca08aec editors/vim-gtk2/Makefile
--- a/editors/vim-gtk2/Makefile Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/vim-gtk2/Makefile Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/07/19 10:18:59 grant Exp $
 
 PKGNAME=               vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
 #PKGREVISION=          1
@@ -7,7 +7,7 @@
 
 .include               "../vim-share/Makefile.common"
 
-DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 CONFLICTS+=            vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]*
 CONFLICTS+=            vim-xaw-[0-9]* vim-kde-[0-9]*
 
diff -r f4f07a117342 -r be644ca08aec editors/vim-lang/Makefile
--- a/editors/vim-lang/Makefile Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/vim-lang/Makefile Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/07 08:07:39 martti Exp $
+# $NetBSD: Makefile,v 1.2 2005/07/19 10:18:59 grant Exp $
 
 PKGNAME=       vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL}
 
@@ -6,7 +6,7 @@
 
 COMMENT=       Language files for the vim editor (vi clone)
 
-DEPENDS+=      vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share
+DEPENDS+=      vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 
 BUILD_TARGET=  languages
 INSTALL_TARGET=        install-languages
diff -r f4f07a117342 -r be644ca08aec editors/vim-motif/Makefile
--- a/editors/vim-motif/Makefile        Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/vim-motif/Makefile        Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/07/19 10:18:59 grant Exp $
 
 PKGNAME=               vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
 #PKGREVISION=          1
@@ -7,7 +7,7 @@
 
 .include               "../vim-share/Makefile.common"
 
-DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 CONFLICTS+=            vim-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]*
 CONFLICTS+=            vim-xaw-[0-9]* vim-kde-[0-9]*
 
diff -r f4f07a117342 -r be644ca08aec editors/vim-xaw/Makefile
--- a/editors/vim-xaw/Makefile  Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/vim-xaw/Makefile  Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2005/07/19 10:18:59 grant Exp $
 
 PKGNAME=               vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
 #PKGREVISION=          1
@@ -7,7 +7,7 @@
 
 COMMENT=               Vim editor (vi clone) with X11 Athena GUI
 
-DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 CONFLICTS+=            vim-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]*
 CONFLICTS+=            vim-motif-[0-9]* vim-kde-[0-9]*
 
diff -r f4f07a117342 -r be644ca08aec editors/vim/Makefile
--- a/editors/vim/Makefile      Tue Jul 19 10:01:15 2005 +0000
+++ b/editors/vim/Makefile      Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/05/30 14:18:14 martti Exp $
+# $NetBSD: Makefile,v 1.62 2005/07/19 10:18:59 grant Exp $
 
 PKGNAME=               vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
 #PKGREVISION=          1
@@ -7,7 +7,7 @@
 
 .include               "../vim-share/Makefile.common"
 
-DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 
 CONFLICTS+=            vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
 CONFLICTS+=            vim-xaw-[0-9]* vim-kde-[0-9]*
diff -r f4f07a117342 -r be644ca08aec fonts/XFree86-fontsScalable/Makefile
--- a/fonts/XFree86-fontsScalable/Makefile      Tue Jul 19 10:01:15 2005 +0000
+++ b/fonts/XFree86-fontsScalable/Makefile      Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:47 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/19 10:18:31 grant Exp $
 
 DISTNAME=      ${DISTFILES}
 PKGNAME=       XFree86-fontsScalable-${XF_VER}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.xfree86.org/
 COMMENT=       XFree86 scalable fonts
 
-DEPENDS+=      XFree86-fontsEncodings>=${XF_VER}:../XFree86-fontsEncodings
+DEPENDS+=      XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings
 
 NO_BUILD=              yes
 USE_LANGUAGES=         # empty
diff -r f4f07a117342 -r be644ca08aec games/nethack-qt/Makefile
--- a/games/nethack-qt/Makefile Tue Jul 19 10:01:15 2005 +0000
+++ b/games/nethack-qt/Makefile Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/06/01 18:02:51 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/07/19 10:17:59 grant Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
@@ -9,7 +9,7 @@
 
 COMMENT=               The QT-Enhanced X11 version of NetHack
 
-DEPENDS+=              nethack-lib-${NETHACK_VERSION}:../nethack-lib
+DEPENDS+=              nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib
 
 
 BUILD_TARGET=          x11tiles nethack
diff -r f4f07a117342 -r be644ca08aec games/nethack-tty/Makefile
--- a/games/nethack-tty/Makefile        Tue Jul 19 10:01:15 2005 +0000
+++ b/games/nethack-tty/Makefile        Tue Jul 19 10:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/07/19 10:17:59 grant Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
@@ -7,7 +7,7 @@



Home | Main Index | Thread Index | Old Index