pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix the package configuration of the following package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8809bde2fa9d
branches:  trunk
changeset: 497963:8809bde2fa9d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 08 18:13:13 2005 +0000

description:
Fix the package configuration of the following packages so that they
will install Perl modules into the "vendor" directories:

        chat/vicq               math/udunits
        databases/rrdtool       mbone/beacon
        devel/p5-subversion

Bump their PKGREVISIONs.

diffstat:

 chat/vicq/Makefile                |   4 ++--
 chat/vicq/distinfo                |   3 ++-
 chat/vicq/patches/patch-ac        |  12 ++++++++++++
 databases/rrdtool/Makefile        |   7 ++++---
 devel/p5-subversion/Makefile      |   4 ++--
 devel/subversion/distinfo         |   4 ++--
 devel/subversion/patches/patch-ad |  11 +++++++----
 math/udunits/Makefile             |   4 ++--
 math/udunits/distinfo             |   3 ++-
 math/udunits/patches/patch-ad     |  13 +++++++++++++
 mbone/beacon/Makefile             |   4 ++--
 mbone/beacon/distinfo             |   3 ++-
 mbone/beacon/patches/patch-aa     |  13 +++++++++++++
 13 files changed, 65 insertions(+), 20 deletions(-)

diffs (203 lines):

diff -r cc6258324dc8 -r 8809bde2fa9d chat/vicq/Makefile
--- a/chat/vicq/Makefile        Mon Aug 08 18:12:46 2005 +0000
+++ b/chat/vicq/Makefile        Mon Aug 08 18:13:13 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:04 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/08 18:13:13 jlam Exp $
 
 DISTNAME=      vicq-0.4.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    chat
 MASTER_SITES=  ${HOMEPAGE}
 EXTRACT_SUFX=  .tar.bz2
diff -r cc6258324dc8 -r 8809bde2fa9d chat/vicq/distinfo
--- a/chat/vicq/distinfo        Mon Aug 08 18:12:46 2005 +0000
+++ b/chat/vicq/distinfo        Mon Aug 08 18:13:13 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 15:59:14 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/08/08 18:13:13 jlam Exp $
 
 SHA1 (vicq-0.4.1.tar.bz2) = 824f49adb0f17d3f8c1593517db80fed5c70353c
 RMD160 (vicq-0.4.1.tar.bz2) = 4c1e24baf2ae3aa8206eb9cd611ba6dfed9efce5
 Size (vicq-0.4.1.tar.bz2) = 54292 bytes
 SHA1 (patch-aa) = 66c5203a16013952584ed20b88be26f75c7dda0f
 SHA1 (patch-ab) = 92592ab9aa43d33546a6ab77ebd3a59d76366a7c
+SHA1 (patch-ac) = ef9fba66af10197d8975076c3caaf310c8549175
diff -r cc6258324dc8 -r 8809bde2fa9d chat/vicq/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/vicq/patches/patch-ac        Mon Aug 08 18:13:13 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/08/08 18:13:13 jlam Exp $
+
+--- Net/vICQ/install.sh.orig   2002-04-09 12:32:33.000000000 -0400
++++ Net/vICQ/install.sh
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ 
+-output=`perl Makefile.PL 2>&1`;
++output=`perl Makefile.PL INSTALLDIRS=vendor 2>&1`;
+ if [ $? != 0 ]; then
+       echo  "Command: [perl Makefile.PL]"
+       echo  "$output";
diff -r cc6258324dc8 -r 8809bde2fa9d databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Mon Aug 08 18:12:46 2005 +0000
+++ b/databases/rrdtool/Makefile        Mon Aug 08 18:13:13 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2005/08/06 06:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/08/08 18:13:13 jlam Exp $
 #
 
 DISTNAME=      rrdtool-1.2.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    databases graphics net
 MASTER_SITES=  http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
 
@@ -19,7 +19,8 @@
 GNU_CONFIGURE=         yes
 PTHREAD_OPTS+=         require
 
-CONFIGURE_ARGS= --enable-shared --enable-perl-site-install
+CONFIGURE_ARGS=                --enable-shared
+CONFIGURE_ARGS+=       --with-perl-options=${MAKE_PARAMS:Q}
 
 PERL5_CONFIGURE=       NO
 PERL5_PACKLIST+=       auto/RRDp/.packlist
diff -r cc6258324dc8 -r 8809bde2fa9d devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile      Mon Aug 08 18:12:46 2005 +0000
+++ b/devel/p5-subversion/Makefile      Mon Aug 08 18:13:13 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2005/08/06 06:19:18 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/08/08 18:13:13 jlam Exp $
 
 PKGNAME=       p5-subversion-${SVNVER}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Perl bindings for Subversion
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r cc6258324dc8 -r 8809bde2fa9d devel/subversion/distinfo
--- a/devel/subversion/distinfo Mon Aug 08 18:12:46 2005 +0000
+++ b/devel/subversion/distinfo Mon Aug 08 18:13:13 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.46 2005/07/30 22:05:53 rillig Exp $
+$NetBSD: distinfo,v 1.47 2005/08/08 18:13:13 jlam Exp $
 
 SHA1 (subversion-1.2.1.tar.gz) = 88d3dd6e8c191933c8966faa5c69dc4ee84411cf
 RMD160 (subversion-1.2.1.tar.gz) = 7768a29ad96746285cb4ed9b32fc54c07f97f4f4
 Size (subversion-1.2.1.tar.gz) = 8847778 bytes
-SHA1 (patch-ad) = b2975d9b9aebd045cc7db22f79e03b2efbbbe285
+SHA1 (patch-ad) = 38bc62998284e5c7393fdc450aee4801176a0693
 SHA1 (patch-ag) = faa890d811ca2d5d0240647fac6d115e714dc2a3
 SHA1 (patch-ah) = 195aeabc711b229cb402312357cad143c19d7b53
 SHA1 (patch-ai) = 9b209d2d436a5ed3ac2ca02a2dac80c8cad0e98c
diff -r cc6258324dc8 -r 8809bde2fa9d devel/subversion/patches/patch-ad
--- a/devel/subversion/patches/patch-ad Mon Aug 08 18:12:46 2005 +0000
+++ b/devel/subversion/patches/patch-ad Mon Aug 08 18:13:13 2005 +0000
@@ -1,10 +1,13 @@
-$NetBSD: patch-ad,v 1.10 2005/05/23 22:58:26 epg Exp $
+$NetBSD: patch-ad,v 1.11 2005/08/08 18:13:13 jlam Exp $
 
---- Makefile.in.orig   2005-04-11 08:57:22.000000000 -0400
+--- Makefile.in.orig   2005-05-09 01:56:09.000000000 -0400
 +++ Makefile.in
-@@ -577,7 +577,7 @@ install-swig-rb: install-swig-rb-lib
+@@ -575,9 +575,9 @@ install-swig-py: install-swig-py-lib
+ install-swig-rb: install-swig-rb-lib
+ 
  $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
-       cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
+-      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
++      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL INSTALLDIRS=vendor
  
 -swig-pl_DEPS = libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile
 +swig-pl_DEPS = libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile
diff -r cc6258324dc8 -r 8809bde2fa9d math/udunits/Makefile
--- a/math/udunits/Makefile     Mon Aug 08 18:12:46 2005 +0000
+++ b/math/udunits/Makefile     Mon Aug 08 18:13:13 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/08/08 18:13:13 jlam Exp $
 
 DISTNAME=              udunits
 PKGNAME=               udunits-1.12.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            math devel
 MASTER_SITES=          http://www.unidata.ucar.edu/packages/udunits/
 EXTRACT_SUFX=          .tar.Z
diff -r cc6258324dc8 -r 8809bde2fa9d math/udunits/distinfo
--- a/math/udunits/distinfo     Mon Aug 08 18:12:46 2005 +0000
+++ b/math/udunits/distinfo     Mon Aug 08 18:13:13 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 12:06:58 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/08/08 18:13:13 jlam Exp $
 
 SHA1 (udunits-1.12.1/udunits.tar.Z) = ee37ca61eb1dcf34165b7573cc1645824bd6968d
 RMD160 (udunits-1.12.1/udunits.tar.Z) = fb2f0442673ca47d302782c84ce37b8da1e16535
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 0998141196898a7bc168fe45c5019586645167f2
 SHA1 (patch-ab) = 9a98e048499d38f8dedba6fb1a169e178dbd77ba
 SHA1 (patch-ac) = 508fafdc724f9b95543dd16c2bd2f0242eb892a8
+SHA1 (patch-ad) = d48978bd66d9ef691cd9c70b057a7e5d8a802fb6
diff -r cc6258324dc8 -r 8809bde2fa9d math/udunits/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/udunits/patches/patch-ad     Mon Aug 08 18:13:13 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/08/08 18:13:13 jlam Exp $
+
+--- Makefile.in.orig   2003-08-29 14:27:07.000000000 -0400
++++ Makefile.in
+@@ -68,7 +68,7 @@ $(MANUALS) dummy:
+ @PERL_DISTCLEAN@ dummy:       perl/Makefile
+ 
+ perl/Makefile:                perl/Makefile.PL
+-      -cd perl && $(PERL) Makefile.PL
++      -cd perl && $(PERL) Makefile.PL INSTALLDIRS=vendor
+ 
+ install:      whatis
+ 
diff -r cc6258324dc8 -r 8809bde2fa9d mbone/beacon/Makefile
--- a/mbone/beacon/Makefile     Mon Aug 08 18:12:46 2005 +0000
+++ b/mbone/beacon/Makefile     Mon Aug 08 18:13:13 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/08 18:13:13 jlam Exp $
 #
 
 DISTNAME=      beacon-1.1-0
 PKGNAME=       beacon-1.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mbone
 MASTER_SITES=  http://dast.nlanr.net/Projects/Beacon/releases/
 
diff -r cc6258324dc8 -r 8809bde2fa9d mbone/beacon/distinfo
--- a/mbone/beacon/distinfo     Mon Aug 08 18:12:46 2005 +0000
+++ b/mbone/beacon/distinfo     Mon Aug 08 18:13:13 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/22 21:33:50 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/08/08 18:13:13 jlam Exp $
 
 SHA1 (beacon-1.1-0.tar.gz) = f6d5e88e00d26e53df8c9742e7454b84d72e0911
 RMD160 (beacon-1.1-0.tar.gz) = efa8097288b110572f5e2f0a1bed5ed8532a28bd
 Size (beacon-1.1-0.tar.gz) = 247815 bytes
+SHA1 (patch-aa) = 30e80b4a0f9dedfd7c4149b3d32d820ac17707c8
diff -r cc6258324dc8 -r 8809bde2fa9d mbone/beacon/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/beacon/patches/patch-aa     Mon Aug 08 18:13:13 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/08/08 18:13:13 jlam Exp $
+
+--- Net-Multicast-Beacon/Makefile.in.orig      2004-07-13 14:56:28.000000000 -0400
++++ Net-Multicast-Beacon/Makefile.in
+@@ -297,7 +297,7 @@ uninstall-am: uninstall-info-am
+       touch $@
+ 
+ Makefile.perl: Makefile.PL
+-      $(PERL) Makefile.PL MAKEFILE=$@
++      $(PERL) Makefile.PL INSTALLDIRS=vendor MAKEFILE=$@
+ 
+ install-data-local:
+       $(MAKE) -fMakefile.perl install



Home | Main Index | Thread Index | Old Index