pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libvisual-plugins Prevent paths to the build dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c12bdfb1fa6
branches:  trunk
changeset: 495752:6c12bdfb1fa6
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 17:14:44 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 audio/libvisual-plugins/Makefile         |   3 ++-
 audio/libvisual-plugins/distinfo         |   4 ++--
 audio/libvisual-plugins/patches/patch-aa |  15 ++++++++++++---
 3 files changed, 16 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 7beb3174189b -r 6c12bdfb1fa6 audio/libvisual-plugins/Makefile
--- a/audio/libvisual-plugins/Makefile  Sun Jun 19 16:03:51 2005 +0000
+++ b/audio/libvisual-plugins/Makefile  Sun Jun 19 17:14:44 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/06/01 18:02:38 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/19 17:14:44 kristerw Exp $
 #
 
 DISTNAME=              libvisual-plugins-0.2.0
+PKGREVISION=           1
 CATEGORIES=            audio graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=libvisual/}
 
diff -r 7beb3174189b -r 6c12bdfb1fa6 audio/libvisual-plugins/distinfo
--- a/audio/libvisual-plugins/distinfo  Sun Jun 19 16:03:51 2005 +0000
+++ b/audio/libvisual-plugins/distinfo  Sun Jun 19 17:14:44 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/06/16 21:19:07 kristerw Exp $
+$NetBSD: distinfo,v 1.5 2005/06/19 17:14:44 kristerw Exp $
 
 SHA1 (libvisual-plugins-0.2.0.tar.gz) = bc001f66b1c81b747bc06e3e09aaf71882c47370
 RMD160 (libvisual-plugins-0.2.0.tar.gz) = 3f4835843e3719e6342a3b8f1478f89388423b37
 Size (libvisual-plugins-0.2.0.tar.gz) = 1021051 bytes
-SHA1 (patch-aa) = b793cc9b38579c4f3b0656457ea0ded43e1a65ff
+SHA1 (patch-aa) = 68ffdb6261aafa219df0e5c4d313fc7f865ae734
 SHA1 (patch-ab) = 31a380ed59ed9eed1e5516c44fec54c1e7dcf25c
diff -r 7beb3174189b -r 6c12bdfb1fa6 audio/libvisual-plugins/patches/patch-aa
--- a/audio/libvisual-plugins/patches/patch-aa  Sun Jun 19 16:03:51 2005 +0000
+++ b/audio/libvisual-plugins/patches/patch-aa  Sun Jun 19 17:14:44 2005 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1 2005/02/20 15:56:20 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2005/06/19 17:14:44 kristerw Exp $
 
 --- configure.orig     2005-01-24 15:43:45.000000000 +0100
-+++ configure
-@@ -20355,7 +20355,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" = 
++++ configure  2005-06-19 19:08:03.000000000 +0200
+@@ -1882,7 +1882,7 @@
+ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+ 
+ 
+-MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
++MAKEINFO=
+ 
+ 
+ AMTAR=${AMTAR-"${am_missing_run}tar"}
+@@ -20355,7 +20355,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS



Home | Main Index | Thread Index | Old Index