pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/sysutils/xentools20 Pullup ticket 396 - reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59619c767ddb
branches:  pkgsrc-2005Q1
changeset: 490878:59619c767ddb
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Mar 28 05:55:03 2005 +0000

description:
Pullup ticket 396 - requested by Manuel Bouyer
build fix for xentools20

Revisions pulled up:
- pkgsrc/sysutils/xentools20/Makefile   1.5
- pkgsrc/sysutils/xentools20/PLIST      1.3


    Module Name:    pkgsrc
    Committed By:   bouyer
    Date:           Sun Mar 27 15:58:24 UTC 2005

    Modified Files:
            pkgsrc/sysutils/xentools20: Makefile PLIST

    Log Message:
    Add shared library symlinks to PLIST, noted by Martti Kuparinen.
    Bump PKGREVISION.

diffstat:

 sysutils/xentools20/Makefile |  4 ++--
 sysutils/xentools20/PLIST    |  6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 4a6bc1d93684 -r 59619c767ddb sysutils/xentools20/Makefile
--- a/sysutils/xentools20/Makefile      Sun Mar 27 07:01:19 2005 +0000
+++ b/sysutils/xentools20/Makefile      Mon Mar 28 05:55:03 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2005/03/17 23:53:56 bouyer Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2005/03/28 05:55:03 snj Exp $
 #
 
 DISTNAME=              xen-2.0.3-src
 PKGNAME=               xentools20-2.0.3
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
 EXTRACT_SUFX=          .tgz
diff -r 4a6bc1d93684 -r 59619c767ddb sysutils/xentools20/PLIST
--- a/sysutils/xentools20/PLIST Sun Mar 27 07:01:19 2005 +0000
+++ b/sysutils/xentools20/PLIST Mon Mar 28 05:55:03 2005 +0000
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/17 23:47:12 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.2.2.1 2005/03/28 05:55:03 snj Exp $
 bin/miniterm
 bin/xencons
 bin/xenperf
 include/xc.h
+lib/libxc.so
+lib/libxc.so.2.0
 lib/libxc.so.2.0.0
 lib/libxutil.a
+lib/libxutil.so
+lib/libxutil.so.2.0
 lib/libxutil.so.2.0.0
 sbin/netfix
 sbin/xend



Home | Main Index | Thread Index | Old Index