pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f91a68b9883
branches:  trunk
changeset: 473785:5f91a68b9883
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 24 17:39:01 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 devel/pango/Makefile |  4 +++-
 fonts/Xft2/Makefile  |  4 +++-
 x11/Xfixes/Makefile  |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r a1a7e86dc69b -r 5f91a68b9883 devel/pango/Makefile
--- a/devel/pango/Makefile      Sat Apr 24 17:33:09 2004 +0000
+++ b/devel/pango/Makefile      Sat Apr 24 17:39:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/04/14 01:00:38 snj Exp $
+# $NetBSD: Makefile,v 1.42 2004/04/24 17:48:41 minskim Exp $
 #
 
 DISTNAME=              pango-1.4.0
@@ -12,6 +12,8 @@
 HOMEPAGE=              http://www.pango.org/
 COMMENT=               Library for layout and rendering of text
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
 USE_GNU_TOOLS+=                make
diff -r a1a7e86dc69b -r 5f91a68b9883 fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile       Sat Apr 24 17:33:09 2004 +0000
+++ b/fonts/Xft2/Makefile       Sat Apr 24 17:39:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/02/16 21:05:57 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2004/04/24 17:39:17 minskim Exp $
 
 DISTNAME=      xft-2.1.2
 PKGNAME=       Xft2-2.1.2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://fontconfig.org/
 COMMENT=       Library for configuring and customizing font access
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
 USE_LIBTOOL=           YES
diff -r a1a7e86dc69b -r 5f91a68b9883 x11/Xfixes/Makefile
--- a/x11/Xfixes/Makefile       Sat Apr 24 17:33:09 2004 +0000
+++ b/x11/Xfixes/Makefile       Sat Apr 24 17:39:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/15 20:24:32 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/24 17:39:01 minskim Exp $
 #
 
 DISTNAME=              libXfixes-2.0.0
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://freedesktop.org/
 COMMENT=               Xfixes extension of X RandR
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_X11=               yes
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index